# git rev-parse -q --verify c760b3725e52403dc1b28644fb09c47a83cacea6^{commit} c760b3725e52403dc1b28644fb09c47a83cacea6 already have revision, skipping fetch # git checkout -q -f -B kisskb c760b3725e52403dc1b28644fb09c47a83cacea6 # git clean -qxdf # < git log -1 # commit c760b3725e52403dc1b28644fb09c47a83cacea6 # Merge: 5c6f4d68e2ac db3e24a02e29 # Author: Linus Torvalds # Date: Wed May 22 18:59:29 2024 -0700 # # Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm # # Pull more non-mm updates from Andrew Morton: # # - A series ("kbuild: enable more warnings by default") from Arnd # Bergmann which enables a number of additional build-time warnings. We # fixed all the fallout which we could find, there may still be a few # stragglers. # # - Samuel Holland has developed the series "Unified cross-architecture # kernel-mode FPU API". This does a lot of consolidation of # per-architecture kernel-mode FPU usage and enables the use of newer # AMD GPUs on RISC-V. # # - Tao Su has fixed some selftests build warnings in the series # "Selftests: Fix compilation warnings due to missing _GNU_SOURCE # definition". # # - This pull also includes a nilfs2 fixup from Ryusuke Konishi. # # * tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (23 commits) # nilfs2: make block erasure safe in nilfs_finish_roll_forward() # selftests/harness: use 1024 in place of LINE_MAX # Revert "selftests/harness: remove use of LINE_MAX" # selftests/fpu: allow building on other architectures # selftests/fpu: move FP code to a separate translation unit # drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORT # drm/amd/display: only use hard-float, not altivec on powerpc # riscv: add support for kernel-mode FPU # x86: implement ARCH_HAS_KERNEL_FPU_SUPPORT # powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORT # LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORT # lib/raid6: use CC_FLAGS_FPU for NEON CFLAGS # arm64: crypto: use CC_FLAGS_FPU for NEON CFLAGS # arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORT # ARM: crypto: use CC_FLAGS_FPU for NEON CFLAGS # ARM: implement ARCH_HAS_KERNEL_FPU_SUPPORT # arch: add ARCH_HAS_KERNEL_FPU_SUPPORT # x86/fpu: fix asm/fpu/types.h include guard # kbuild: enable -Wcast-function-type-strict unconditionally # kbuild: enable -Wformat-truncation on clang # ... # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 c760b3725e52403dc1b28644fb09c47a83cacea6 # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14189:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14193:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14195:warning: override: reassigning to symbol UML_NET_SLIP .config:14200:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/x86/um/user-offsets.c:17:6: warning: no previous prototype for ‘foo’ [-Wmissing-prototypes] 17 | void foo(void) | ^~~ In file included from /kisskb/src/arch/um/kernel/asm-offsets.c:1: /kisskb/src/arch/x86/um/shared/sysdep/kernel-offsets.h:9:6: error: no previous prototype for ‘foo’ [-Werror=missing-prototypes] 9 | void foo(void) | ^~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:117: arch/um/kernel/asm-offsets.s] Error 1 make[2]: *** [/kisskb/src/Makefile:1208: prepare0] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_um-x86_64-gcc12 # Build took: 0:00:13.187095