From: Russell King Date: Sun, 30 Jan 2011 11:21:05 +0000 (+0000) Subject: ARM: initrd: disable initrd if passed address overlaps reserved region X-Git-Tag: v2.6.37.1~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7095bc2220cd6637b62218eab790fffadbee10d;p=pandora-kernel.git ARM: initrd: disable initrd if passed address overlaps reserved region commit b0a2679d27408d97ce31e5f800b44227d3388b84 upstream. Disable the initrd if the passed address already overlaps the reserved region. This avoids oopses on Netwinders when NeTTrom tells the kernel that an initrd is located at mem+4MB, but this overlaps the BSS, resulting in the kernels in-use BSS being freed. This should be applied to v2.6.37-stable. Signed-off-by: Russell King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed