Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120663
b: refs/heads/master
c: 350b4da
h: refs/heads/master
i:
  120661: ecfa61c
  120659: 0fc704b
  120655: 48bce6f
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent 6118f43 commit e986026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e54237053204caebacb3eda3d37363f1a6118707
refs/heads/master: 350b4da71f8326b9319ada7b701f2bce2e1285b7
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void show_fault_oops(struct pt_regs *regs, unsigned long error_code,
if (pte && pte_present(*pte) && !pte_exec(*pte))
printk(KERN_CRIT "kernel tried to execute "
"NX-protected page - exploit attempt? "
"(uid: %d)\n", current->uid);
"(uid: %d)\n", current_uid());
}
#endif

Expand Down

0 comments on commit e986026

Please sign in to comment.