# git rev-parse -q --verify 07953c54a10567e484cefd8f8c782025dc68b3b1^{commit} 07953c54a10567e484cefd8f8c782025dc68b3b1 already have revision, skipping fetch # git checkout -q -f -B kisskb 07953c54a10567e484cefd8f8c782025dc68b3b1 # git clean -qxdf # < git log -1 # commit 07953c54a10567e484cefd8f8c782025dc68b3b1 # Author: Linus Torvalds # Date: Fri Jun 3 15:46:03 2022 -0700 # # firmware_loader: enable XZ by default if compressed support is enabled # # Commit 23cfbc6ec44e ("firmware: Add the support for ZSTD-compressed # firmware files") added support for ZSTD compression, but in the process # also made the previously default XZ compression a config option. # # That means that anybody who upgrades their kernel and does a # # make oldconfig # # to update their configuration, will end up without the XZ compression # that the configuration used to have. # # Add the 'default y' to make sure this doesn't happen. # # The whole compression question should probably be improved upon, since # it is now possible to "enable" compression in the kernel config but not # enable any actual compression algorithm, which makes it all very # useless. It makes no sense to ask Kconfig questions that enable # situations that are nonsensical like that. # # This at least fixes the immediate problem of a kernel update resulting # in a nonbootable machine because of a missed option. # # Fixes: 23cfbc6ec44e ("firmware: Add the support for ZSTD-compressed firmware files") # Cc: Takashi Iwai # Cc: Greg Kroah-Hartman # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 07953c54a10567e484cefd8f8c782025dc68b3b1 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5782:warning: override: reassigning to symbol STANDALONE .config:5786:warning: override: reassigning to symbol PPC64 .config:5787:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5791:warning: override: reassigning to symbol GCC_PLUGINS .config:5794:warning: override: reassigning to symbol UBSAN # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'aspeed_vuart_probe': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:570:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] 570 | } | ^ /kisskb/src/fs/afs/dir.c: In function 'afs_dir_dirty_folio': /kisskb/src/fs/afs/dir.c:52:1: error: no return statement in function returning non-void [-Werror=return-type] 52 | } | ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:271: fs/afs/dir.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: fs/afs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1839: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:02:49.907898