Home
last modified time | relevance | path

Searched hist:cb902b332f9545635911063b671927defa5866bf (Results 1 – 1 of 1) sorted by relevance

/linux/include/asm-generic/
H A Dsections.hdiff cb902b332f9545635911063b671927defa5866bf Mon Nov 22 15:24:56 CET 2021 Antoine Tenart <atenart@kernel.org> sections: global data can be in .bss

When checking an address is located in a global data section also check
for the .bss section as global variables initialized to 0 can be in
there (-fzero-initialized-in-bss).

This was found when looking at ensure_safe_net_sysctl which was failing
to detect non-init sysctl pointing to a global data section when the
data was in the .bss section.

Signed-off-by: Antoine Tenart <atenart@kernel.org>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>