# git rev-parse -q --verify 95fc76c81b9270a9ab38f4947fe5cb786c8c79cc^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 95fc76c81b9270a9ab38f4947fe5cb786c8c79cc^{commit} 95fc76c81b9270a9ab38f4947fe5cb786c8c79cc # git checkout -q -f -B kisskb 95fc76c81b9270a9ab38f4947fe5cb786c8c79cc # git clean -qxdf # < git log -1 # commit 95fc76c81b9270a9ab38f4947fe5cb786c8c79cc # Merge: 825464e79db4 8e1278444446 # Author: Linus Torvalds # Date: Thu Jun 9 12:17:43 2022 -0700 # # Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc fixes from Michael Ellerman: # # - On 32-bit fix overread/overwrite of thread_struct via ptrace # PEEK/POKE. # # - Fix softirqs not switching to the softirq stack since we moved # irq_exit(). # # - Force thread size increase when KASAN is enabled to avoid stack # overflows. # # - On Book3s 64 mark more code as not to be instrumented by KASAN to # avoid crashes. # # - Exempt __get_wchan() from KASAN checking, as it's inherently racy. # # - Fix a recently introduced crash in the papr_scm driver in some # configurations. # # - Remove include of which is forbidden. # # Thanks to Ariel Miculas, Chen Jingwen, Christophe Leroy, Erhard Furtner, # He Ying, Kees Cook, Masahiro Yamada, Nageswara R Sastry, Paul Mackerras, # Sachin Sant, Vaibhav Jain, and Wanming Hu. # # * tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: # powerpc/32: Fix overread/overwrite of thread_struct via ptrace # powerpc/book3e: get rid of #include # powerpc/kasan: Force thread size increase with KASAN # powerpc/papr_scm: don't requests stats with '0' sized stats buffer # powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK # powerpc/kasan: Silence KASAN warnings in __get_wchan() # powerpc/kasan: Mark more real-mode code as not to be instrumented # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 95fc76c81b9270a9ab38f4947fe5cb786c8c79cc # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig arch/m68k/configs/sun3_defconfig:37:warning: symbol value 'm' invalid for ZPOOL # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:529, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:475:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:01:16.379855