# 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 # 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-allnoconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- allnoconfig # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allnoconfig_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-allnoconfig_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-allnoconfig_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-allnoconfig_s390x-gcc11 # Build took: 0:00:41.389982