Buildresult: linus/s390-defconfig/s390x-gcc11 built on Oct 30 2022, 13:46
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 30 2022, 13:46
Duration:
0:04:10.062149
Builder:
alpine1
Revision:
Merge tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random (
882ad2a2a8ffa1defecdf907052f04da2737dc46)
Target:
linus/s390-defconfig/s390x-gcc11
Branch:
linus
Compiler:
s390x-gcc11
(s390-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (1)
arch/s390/kernel/setup.c:524:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds]
Full Log
# git rev-parse -q --verify 882ad2a2a8ffa1defecdf907052f04da2737dc46^{commit} 882ad2a2a8ffa1defecdf907052f04da2737dc46 already have revision, skipping fetch # git checkout -q -f -B kisskb 882ad2a2a8ffa1defecdf907052f04da2737dc46 # git clean -qxdf # < git log -1 # commit 882ad2a2a8ffa1defecdf907052f04da2737dc46 # Merge: 83633ed70c50 f5e4ec155d14 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Oct 29 18:33:03 2022 -0700 # # Merge tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random # # Pull random number generator fix from Jason Donenfeld: # "One fix from Jean-Philippe Brucker, addressing a regression in which # early boot code on ARM64 would use the non-_early variant of the # arch_get_random family of functions, resulting in the architectural # random number generator appearing unavailable during that early phase # of boot. # # The fix simply changes arch_get_random*() to arch_get_random*_early(). # # This distinction between these two functions is a bit of an old wart # I'm not a fan of, and for 6.2 I'll see if I can make obsolete the # _early variant, so that one function does the right thing in all # contexts without overhead" # # * tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random: # random: use arch_get_random*_early() in random_init() # < /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 882ad2a2a8ffa1defecdf907052f04da2737dc46 # < 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 # 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:1059:2: /kisskb/src/arch/s390/kernel/setup.c:524:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds] 524 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 525 | sizeof(abs_lc->cregs_save_area)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc11 # Build took: 0:04:10.062149
© Michael Ellerman 2006-2018.