modpost: disallow the combination of EXPORT_SYMBOL and __meminit*
[ Upstream commit a3df1526 ] Theoretically, we could export conditionally-discarded code sections, such as .meminit*, if all the users can become modular under a certain condition. However, that would be difficult to control and such a tricky case has never occurred. Signed-off-by:Masahiro Yamada <masahiroy@kernel.org> Stable-dep-of: bb43a599 ("Rename .data.unlikely to .data..unlikely") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment