# git rev-parse -q --verify 478f74a3d8085076dfcb481aa9361b808a6aae94^{commit} 478f74a3d8085076dfcb481aa9361b808a6aae94 already have revision, skipping fetch # git checkout -q -f -B kisskb 478f74a3d8085076dfcb481aa9361b808a6aae94 # git clean -qxdf # < git log -1 # commit 478f74a3d8085076dfcb481aa9361b808a6aae94 # Merge: 354b8bf222ee 1754abb3e758 # Author: Linus Torvalds # Date: Thu Mar 31 14:51:34 2022 -0700 # # Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random # # Pull random number generator fixes from Jason Donenfeld: # # - If a hardware random number generator passes a sufficiently large # chunk of entropy to random.c during early boot, we now skip the # "fast_init" business and let it initialize the RNG. # # This makes CONFIG_RANDOM_TRUST_BOOTLOADER=y actually useful. # # - We already have the command line `random.trust_cpu=0/1` option for # RDRAND, which let distros enable CONFIG_RANDOM_TRUST_CPU=y while # placating concerns of more paranoid users. # # Now we add `random.trust_bootloader=0/1` so that distros can # similarly enable CONFIG_RANDOM_TRUST_BOOTLOADER=y. # # - Re-add a comment that got removed by accident in the recent revert. # # - Add the spec-compliant ACPI CID for vmgenid, which Microsoft added to # the vmgenid spec at Ard's request during earlier review. # # - Restore build-time randomness via the latent entropy plugin, which # was lost when we transitioned to using a hash function. # # * tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random: # random: mix build-time latent entropy into pool at init # virt: vmgenid: recognize new CID added by Hyper-V # random: re-add removed comment about get_random_{u32,u64} reseeding # random: treat bootloader trust toggle the same way as cpu trust toggle # random: skip fast_init if hwrng provides large chunk of entropy # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 478f74a3d8085076dfcb481aa9361b808a6aae94 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # 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 # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5083:warning: override: reassigning to symbol STANDALONE .config:5084:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5089:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/arch/x86/kernel/traps.c: In function '__exc_control_protection': /kisskb/src/arch/x86/kernel/traps.c:249:17: error: implicit declaration of function '__warn'; did you mean 'pr_warn'? [-Werror=implicit-function-declaration] 249 | __warn(__FILE__, __LINE__, (void *)regs->ip, TAINT_WARN, regs, NULL); | ^~~~~~ | pr_warn cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: arch/x86/kernel/traps.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: arch/x86/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1838: arch/x86] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.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-gcc11 # Build took: 0:00:49.904991