From: Catalin Marinas Date: Tue, 14 Jul 2009 09:52:55 +0000 (+0100) Subject: x86: Include all of .data.* sections in _edata on 64-bit X-Git-Tag: v2.6.31-rc5~87^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bcdbe427924a1e4b4e4cf68020e92e9f93fe011;p=pandora-kernel.git x86: Include all of .data.* sections in _edata on 64-bit The .data.read_mostly and .data.cacheline_aligned sections aren't covered by the _sdata .. _edata range on x86-64. This affects kmemleak reporting leading to possible false positives by not scanning the whole data section. Signed-off-by: Catalin Marinas Tested-by: Alexey Fisher Acked-by: Sam Ravnborg Cc: Pekka Enberg LKML-Reference: <1247565175.28240.37.camel@pc1117.cambridge.arm.com> Signed-off-by: Ingo Molnar Cc: Sam Ravnborg --- Reading git-diff-tree failed