diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-10-31 20:11:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-31 20:30:54 -0400 |
commit | 1330b0dcf876201bda0872ea32d64c190384defc (patch) | |
tree | 2e128a84a87100fd8c7738e95ccc3a512470eab6 /MAINTAINERS | |
parent | 03535ab54a3f3ead011c14b98f2781a285f95025 (diff) |
MAINTAINERS: add ASLR maintainer
Since achieving the full ASLR by merging the PIE randomization in commit
cc503c1b43 ("x86: PIE executable randomization"), I have been dealing with
most (if not all) of the bugreports reported against userspace address
space randomization, so it might be a good idea to provide a decent
contact point in MAINTAINERS.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Cc: Josh Boyer <jwboyer@redhat.com>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a9837f23aae9..3c17a201af54 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -316,6 +316,10 @@ W: http://wiki.analog.com/AD7879 | |||
316 | S: Supported | 316 | S: Supported |
317 | F: drivers/input/touchscreen/ad7879.c | 317 | F: drivers/input/touchscreen/ad7879.c |
318 | 318 | ||
319 | ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) | ||
320 | M: Jiri Kosina <jkosina@suse.cz> | ||
321 | S: Maintained | ||
322 | |||
319 | ADM1025 HARDWARE MONITOR DRIVER | 323 | ADM1025 HARDWARE MONITOR DRIVER |
320 | M: Jean Delvare <khali@linux-fr.org> | 324 | M: Jean Delvare <khali@linux-fr.org> |
321 | L: lm-sensors@lm-sensors.org | 325 | L: lm-sensors@lm-sensors.org |