]> git.hungrycats.org Git - linux/commit
modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONS
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 22 Oct 2023 17:06:11 +0000 (02:06 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2024 09:32:58 +0000 (10:32 +0100)
commit17f4332ae695dfdeb0c67b870bce113391f69c85
tree642b2a0f53997052f14872774b1593523cd8d9a6
parentdb081efa9b8017b683230702a83e4b644a739a4d
modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONS

[ Upstream commit e578e4e3110635b20786e442baa3aeff9bb65f95 ]

ALL_INIT_SECTIONS is defined as follows:

  #define ALL_INIT_SECTIONS INIT_SECTIONS, ALL_XXXINIT_SECTIONS

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Stable-dep-of: bb43a59944f4 ("Rename .data.unlikely to .data..unlikely")
Signed-off-by: Sasha Levin <sashal@kernel.org>
scripts/mod/modpost.c