projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a6e29
)
proc: randomize "struct pde_opener"
author
Alexey Dobriyan
<adobriyan@gmail.com>
Tue, 10 Apr 2018 23:31:05 +0000
(16:31 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 11 Apr 2018 17:28:33 +0000
(10:28 -0700)
The more the merrier.
Link:
http://lkml.kernel.org/r/20180214081935.GA17157@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/internal.h
patch
|
blob
|
history
diff --git
a/fs/proc/internal.h
b/fs/proc/internal.h
index d697c8ab0a140d5485ddb4968df314a3bb99ff67..713d5dfe3f0564da58020e1007d114f0ef6f7e77 100644
(file)
--- a/
fs/proc/internal.h
+++ b/
fs/proc/internal.h
@@
-177,7
+177,7
@@
struct pde_opener {
struct list_head lh;
bool closing;
struct completion *c;
-};
+}
__randomize_layout
;
extern const struct inode_operations proc_link_inode_operations;
extern const struct inode_operations proc_pid_link_inode_operations;