]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
modpost: restore the warning message for missing symbol versions
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 1 Apr 2022 15:56:10 +0000 (00:56 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:06:49 +0000 (14:06 +0200)
commit929b5daafacc5085de4c5db1f3c4917f7bba86d3
tree9b07652b6806e7db4704d35d2afb9882d166ec07
parent9ba1807a64cd1e51bc6eca264b8796878633f8c7
modpost: restore the warning message for missing symbol versions

commit bf5c0c2231bcab677e5cdfb7f73e6c79f6d8c2d4 upstream.

This log message was accidentally chopped off.

I was wondering why this happened, but checking the ML log, Mark
precisely followed my suggestion [1].

I just used "..." because I was too lazy to type the sentence fully.
Sorry for the confusion.

[1]: https://lore.kernel.org/all/CAK7LNAR6bXXk9-ZzZYpTqzFqdYbQsZHmiWspu27rtsFxvfRuVA@mail.gmail.com/

Fixes: 4a6795933a89 ("kbuild: modpost: Explicitly warn about unprototyped symbols")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/mod/modpost.c