https://github.com/torvalds/linux
Revision 8f493d797bc1fe470377adc9d8775845427e240e authored by Andi Kleen on 02 January 2006, 23:07:28 UTC, committed by Linus Torvalds on 03 January 2006, 01:01:42 UTC
Otherwise a bad mem policy system call can confuse the interleaving
code into referencing undefined nodes.

Originally reported by Doug Chapman

I was told it's CVE-2005-3358
(one has to love these security people - they make everything sound important)

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent abe842e
History
Tip revision: 8f493d797bc1fe470377adc9d8775845427e240e authored by Andi Kleen on 02 January 2006, 23:07:28 UTC
[PATCH] Make sure interleave masks have at least one node set
Tip revision: 8f493d7
File Mode Size
Kconfig -rw-r--r-- 468 bytes
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 287 bytes
as-iosched.c -rw-r--r-- 49.2 KB
cfq-iosched.c -rw-r--r-- 58.1 KB
deadline-iosched.c -rw-r--r-- 20.8 KB
elevator.c -rw-r--r-- 17.8 KB
genhd.c -rw-r--r-- 16.9 KB
ioctl.c -rw-r--r-- 6.6 KB
ll_rw_blk.c -rw-r--r-- 91.5 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 14.3 KB

back to top