# git rev-parse -q --verify 88b3be5c6391a5b4be1dcdc4bb8dca8438105438^{commit} 88b3be5c6391a5b4be1dcdc4bb8dca8438105438 already have revision, skipping fetch # git checkout -q -f -B kisskb 88b3be5c6391a5b4be1dcdc4bb8dca8438105438 # git clean -qxdf # < git log -1 # commit 88b3be5c6391a5b4be1dcdc4bb8dca8438105438 # Merge: 7001052160d1 862cf8d5fd98 # Author: Linus Torvalds # Date: Sun Mar 27 11:43:09 2022 -0700 # # Merge tag 'for-linus' of https://github.com/openrisc/linux # # Pull OpenRISC updates from Stafford Horne: # "Not much for OpenRISC this merge window, I do have some things on the # back burner like sparse warning cleanups and new defconfigs. But I # didn't get time to polish the patches off for this round. There are # OpenRISC updates coming in via other queues like removal of set_fs() # and possibly new generic ticket locks. # # This just has a small fixup to remove duplicate initializer in memcpy # from Kuniyuki Iwashima" # # * tag 'for-linus' of https://github.com/openrisc/linux: # openrisc/boot: Remove unnecessary initialisation in memcpy(). # < /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 88b3be5c6391a5b4be1dcdc4bb8dca8438105438 # < make -s -j 48 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 48 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 48 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 # make -s -j 48 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- /kisskb/src/arch/s390/kernel/machine_kexec.c: In function '__do_machine_kdump': /kisskb/src/arch/s390/kernel/machine_kexec.c:57:9: warning: 'memcpy' offset [0, 511] is out of the bounds [0, 0] [-Warray-bounds] 57 | memcpy((void *) __LC_FPREGS_SAVE_AREA, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58 | (void *)(prefix + __LC_FPREGS_SAVE_AREA), 512); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc11 # Build took: 0:05:39.767107