# git rev-parse -q --verify 2f26e424552efd50722f4cf61f7f080373adbb1e^{commit} 2f26e424552efd50722f4cf61f7f080373adbb1e already have revision, skipping fetch # git checkout -q -f -B kisskb 2f26e424552efd50722f4cf61f7f080373adbb1e # git clean -qxdf # < git log -1 # commit 2f26e424552efd50722f4cf61f7f080373adbb1e # Merge: 96bab5b926e4 5535f4f70cfc # Author: Linus Torvalds # Date: Mon Dec 19 08:23:27 2022 -0600 # # Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson # # Pull LoongArch updates from Huacai Chen: # # - Switch to relative exception tables # # - Add unaligned access support # # - Add alternative runtime patching mechanism # # - Add FDT booting support from efi system table # # - Add suspend/hibernation (ACPI S3/S4) support # # - Add basic STACKPROTECTOR support # # - Add ftrace (function tracer) support # # - Update the default config file # # * tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson: (24 commits) # LoongArch: Update Loongson-3 default config file # LoongArch: modules/ftrace: Initialize PLT at load time # LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support # LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS support # LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS support # LoongArch/ftrace: Add dynamic function graph tracer support # LoongArch/ftrace: Add dynamic function tracer support # LoongArch/ftrace: Add recordmcount support # LoongArch/ftrace: Add basic support # LoongArch: module: Use got/plt section indices for relocations # LoongArch: Add basic STACKPROTECTOR support # LoongArch: Add hibernation (ACPI S4) support # LoongArch: Add suspend (ACPI S3) support # LoongArch: Add processing ISA Node in DeviceTree # LoongArch: Add FDT booting support from efi system table # LoongArch: Use alternative to optimize libraries # LoongArch: Add alternative runtime patching mechanism # LoongArch: Add unaligned access support # LoongArch: BPF: Add BPF exception tables # LoongArch: Remove the .fixup section usage # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 2f26e424552efd50722f4cf61f7f080373adbb1e # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig .config:3651:warning: override: reassigning to symbol DEBUG_INFO_BTF # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- In function 'setup_lowcore_dat_on', inlined from 'setup_arch' at /kisskb/src/arch/s390/kernel/setup.c:1060:2: /kisskb/src/arch/s390/kernel/setup.c:525:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds] 525 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 526 | sizeof(abs_lc->cregs_save_area)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc11 # Build took: 0:05:03.796826