diff options
author | Mike Frysinger <[email protected]> | 2013-01-11 14:32:13 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-01-11 14:54:56 -0800 |
commit | c0a3a20b6c4b5229ef5d26fd9b1c4b1957632aa7 (patch) | |
tree | 3809e683c054ba7e285db493aad31132e7ea9681 /scripts/patch-kernel | |
parent | 829199197a430dade2519d54f5545c4a094393b8 (diff) |
linux/audit.h: move ptrace.h include to kernel header
While the kernel internals want pt_regs (and so it includes
linux/ptrace.h), the user version of audit.h does not need it. So move
the include out of the uapi version.
This avoids issues where people want the audit defines and userland
ptrace api. Including both the kernel ptrace and the userland ptrace
headers can easily lead to failure.
Signed-off-by: Mike Frysinger <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: Al Viro <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions