Buildresult: kbuild/m68k-defconfig/m68k-gcc11 built on May 11 2022, 15:12
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 11 2022, 15:12
Duration:
0:01:39.469016
Builder:
ka7
Revision:
modpost: change the license of EXPORT_SYMBOL to bool type (
95e12f6cee09c4261c0fa8f0b0920b4e1596789c)
Target:
kbuild/m68k-defconfig/m68k-gcc11
Branch:
kbuild
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (2)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Full Log
# git rev-parse -q --verify 95e12f6cee09c4261c0fa8f0b0920b4e1596789c^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 95e12f6cee09c4261c0fa8f0b0920b4e1596789c^{commit} 95e12f6cee09c4261c0fa8f0b0920b4e1596789c # git checkout -q -f -B kisskb 95e12f6cee09c4261c0fa8f0b0920b4e1596789c # git clean -qxdf # < git log -1 # commit 95e12f6cee09c4261c0fa8f0b0920b4e1596789c # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Mon May 9 04:06:19 2022 +0900 # # modpost: change the license of EXPORT_SYMBOL to bool type # # There were more EXPORT_SYMBOL types in the past. The following commits # removed unused ones. # # - f1c3d73e973c ("module: remove EXPORT_SYMBOL_GPL_FUTURE") # - 367948220fce ("module: remove EXPORT_UNUSED_SYMBOL*") # # There are 3 remaining in enum export, but export_unknown does not make # any sense because we never expect such a situation like "we do not know # how it was exported". # # If the symbol name starts with "__ksymtab_", but the section name # does not start with "___ksymtab+" or "___ksymtab_gpl+", it is not an # exported symbol. # # It occurs when a variable starting with "__ksymtab_" is directly defined: # # int __ksymtab_foo; # # Presumably, there is no practical issue for using such a weird variable # name (but there is no good reason for doing so, either). # # Anyway, that is not an exported symbol. Setting export_unknown is not # the right thing to do. Do not call sym_add_exported() in this case. # # With pointless export_unknown removed, the export type finally becomes # boolean (either EXPORT_SYMBOL or EXPORT_SYMBOL_GPL). # # I renamed the field name to is_gpl_only. EXPORT_SYMBOL_GPL sets it true. # Only GPL-compatible modules can use it. # # I removed the orphan comment, "How a symbol is exported", which is # unrelated to sec_mismatch_count. It is about enum export. # See commit bd5cbcedf446 ("kbuild: export-type enhancement to modpost.c") # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> # Tested-by: Nathan Chancellor <nathan@kernel.org> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 95e12f6cee09c4261c0fa8f0b0920b4e1596789c # < make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- Completed OK # rm -rf /kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 # Build took: 0:01:39.469016
© Michael Ellerman 2006-2018.