Description of problem: This patch removes the dependency of mmap_min_addr on CONFIG_SECURITY. It also sets a default mmap_min_addr of 4096. mmapping of addresses below 4096 will only be possible for processes with CAP_SYS_RAWIO. Upstream commit: http://git.kernel.org/linus/e0a94c2a63f2644826069044649669b5e7ca75d3
NAK, this is useless for RHEL. We already build with CONFIG_SECURITY (selinux=0 does not change this) This patch is a waste of time and fixes nothing.
As per comment #1.