]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-unexport-some-symbols-that-are-annotated-__init'
authorJakub Kicinski <kuba@kernel.org>
Wed, 8 Jun 2022 17:10:17 +0000 (10:10 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 8 Jun 2022 17:10:18 +0000 (10:10 -0700)
commit46ee123a91d742972537e7433c9032401146df4c
treef1b401ed37a3365a641fb10bc6626d972a377ad3
parent5301ba81dc9d662b61de168df93884f89e233806
parent05b72c41710bdbf55d9a3e9a50615c90d14fdc01
Merge branch 'net-unexport-some-symbols-that-are-annotated-__init'

Masahiro Yamada says:

====================
net: unexport some symbols that are annotated __init

This patch set fixes odd combinations
of EXPORT_SYMBOL and __init.

Checking this in modpost is a good thing and I really wanted to do it,
but Linus Torvalds imposes a very strict rule, "No new warning".

I'd like the maintainer to kindly pick this up and send a fixes pull request.

Unless I eliminate all the sites of warnings beforehand,
Linus refuses to re-enable the modpost check. [1]

[1]: https://lore.kernel.org/linux-kbuild/CAK7LNATmd0bigp7HQ4fTzHw5ugZMkSb3UXG7L4fxpGbqkRKESA@mail.gmail.com/T/#m5e50cc2da17491ba210c72b5efdbc0ce76e0217f
====================

Link: https://lore.kernel.org/r/20220606045355.4160711-1-masahiroy@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>