# git rev-parse -q --verify d5d547aa7b51467b15d9caa86b116f8c2507c72a^{commit} d5d547aa7b51467b15d9caa86b116f8c2507c72a already have revision, skipping fetch # git checkout -q -f -B kisskb d5d547aa7b51467b15d9caa86b116f8c2507c72a # git clean -qxdf # < git log -1 # commit d5d547aa7b51467b15d9caa86b116f8c2507c72a # Merge: 928f79a188aa 28f5df210d06 # Author: Linus Torvalds # Date: Thu Aug 29 13:59:18 2024 +1200 # # Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random # # Pull random number generator fix from Jason Donenfeld: # "Reject invalid flags passed to vgetrandom() in the same way that # getrandom() does, so that the behavior is the same, from Yann. # # The flags argument to getrandom() only has a behavioral effect on the # function if the RNG isn't initialized yet, so vgetrandom() falls back # to the syscall in that case. But if the RNG is initialized, all of the # flags behave the same way, so vgetrandom() didn't bother checking # them, and just ignored them entirely. # # But that doesn't account for invalid flags passed in, which need to be # rejected so we can use them later" # # * tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random: # random: vDSO: reject unknown getrandom() flags # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 d5d547aa7b51467b15d9caa86b116f8c2507c72a # make -s -j 40 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- ip22_defconfig # < make -s -j 40 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 40 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 40 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/drivers/scsi/sgiwd93.c:173:6: warning: no previous prototype for 'sgiwd93_reset' [-Wmissing-prototypes] void sgiwd93_reset(unsigned long base) ^~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_ip22_defconfig_mips-gcc8 # Build took: 0:00:53.743649