summaryrefslogtreecommitdiffstats
path: root/scripts/bloat-o-meter
diff options
context:
space:
mode:
authorLaura Abbott2016-01-15 00:16:50 +0100
committerLinus Torvalds2016-01-15 01:00:49 +0100
commitea535e418c01837d07b6c94e817540f50bfdadb0 (patch)
treedba19e864cb724aa493acd96c1e46e388b3ec568 /scripts/bloat-o-meter
parentm32r: fix m32104ut_defconfig build fail (diff)
downloadkernel-qcow2-linux-ea535e418c01837d07b6c94e817540f50bfdadb0.tar.gz
kernel-qcow2-linux-ea535e418c01837d07b6c94e817540f50bfdadb0.tar.xz
kernel-qcow2-linux-ea535e418c01837d07b6c94e817540f50bfdadb0.zip
dma-debug: switch check from _text to _stext
In include/asm-generic/sections.h: /* * Usage guidelines: * _text, _data: architecture specific, don't use them in * arch-independent code * [_stext, _etext]: contains .text.* sections, may also contain * .rodata.* * and/or .init.* sections _text is not guaranteed across architectures. Architectures such as ARM may reuse parts which are not actually text and erroneously trigger a bug. Switch to using _stext which is guaranteed to contain text sections. Came out of https://lkml.kernel.org/g/<567B1176.4000106@redhat.com> Signed-off-by: Laura Abbott <labbott@fedoraproject.org> Reviewed-by: Kees Cook <keescook@chromium.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Arnd Bergmann <arnd@arndb.de> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/bloat-o-meter')
0 files changed, 0 insertions, 0 deletions