# git rev-parse -q --verify 7cf726a59435301046250c42131554d9ccc566b8^{commit} 7cf726a59435301046250c42131554d9ccc566b8 already have revision, skipping fetch # git checkout -q -f -B kisskb 7cf726a59435301046250c42131554d9ccc566b8 # git clean -qxdf # < git log -1 # commit 7cf726a59435301046250c42131554d9ccc566b8 # Merge: 41eea65e2aaa 294a7f1613ee # Author: Linus Torvalds # Date: Sun Oct 18 14:45:59 2020 -0700 # # Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest # # Pull more Kunit updates from Shuah Khan: # # - add Kunit to kernel_init() and remove KUnit from init calls entirely. # # This addresses the concern that Kunit would not work correctly during # late init phase. # # - add a linker section where KUnit can put references to its test # suites. # # This is the first step in transitioning to dispatching all KUnit # tests from a centralized executor rather than having each as its own # separate late_initcall. # # - add a centralized executor to dispatch tests rather than relying on # late_initcall to schedule each test suite separately. Centralized # execution is for built-in tests only; modules will execute tests when # loaded. # # - convert bitfield test to use KUnit framework # # - Documentation updates for naming guidelines and how # kunit_test_suite() works. # # - add test plan to KUnit TAP format # # * tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: # lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILE # lib: kunit: add bitfield test conversion to KUnit # Documentation: kunit: add a brief blurb about kunit_test_suite # kunit: test: add test plan to KUnit TAP format # init: main: add KUnit to kernel init # kunit: test: create a single centralized executor for all tests # vmlinux.lds.h: add linker section for KUnit test suites # Documentation: kunit: Add naming guidelines # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 7cf726a59435301046250c42131554d9ccc566b8 # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x5E0532F4 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:3941:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- Auto-detecting system features: ... libelf: [ on ] ... zlib: [ on ] ... bpf: [ on ] /usr/bin/env: 'python3': No such file or directory make[5]: *** [Makefile:181: /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8/kernel/bpf/preload/bpf_helper_defs.h] Error 127 make[5]: *** Deleting file '/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8/kernel/bpf/preload/bpf_helper_defs.h' make[4]: *** [/kisskb/src/kernel/bpf/preload/Makefile:8: kernel/bpf/preload/libbpf.a] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:500: kernel/bpf/preload] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: kernel/bpf] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/build/tmp/ccXEtX0p.s: Assembler messages: /kisskb/build/tmp/ccXEtX0p.s:96365: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL854' {.text section} make[2]: *** [/kisskb/src/scripts/Makefile.build:283: mm/oom_kill.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1777: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1777: kernel] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:00:52.939683