# git rev-parse -q --verify 33afd4b76393627477e878b3b195d606e585d816^{commit} 33afd4b76393627477e878b3b195d606e585d816 already have revision, skipping fetch # git checkout -q -f -B kisskb 33afd4b76393627477e878b3b195d606e585d816 # git clean -qxdf # < git log -1 # commit 33afd4b76393627477e878b3b195d606e585d816 # Merge: 7fa8a8ee9400 d88f2f72ca89 # Author: Linus Torvalds # Date: Thu Apr 27 19:57:00 2023 -0700 # # Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm # # Pull non-MM updates from Andrew Morton: # "Mainly singleton patches all over the place. # # Series of note are: # # - updates to scripts/gdb from Glenn Washburn # # - kexec cleanups from Bjorn Helgaas" # # * tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (50 commits) # mailmap: add entries for Paul Mackerras # libgcc: add forward declarations for generic library routines # mailmap: add entry for Oleksandr # ocfs2: reduce ioctl stack usage # fs/proc: add Kthread flag to /proc/$pid/status # ia64: fix an addr to taddr in huge_pte_offset() # checkpatch: introduce proper bindings license check # epoll: rename global epmutex # scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry() # scripts/gdb: create linux/vfs.py for VFS related GDB helpers # uapi/linux/const.h: prefer ISO-friendly __typeof__ # delayacct: track delays from IRQ/SOFTIRQ # scripts/gdb: timerlist: convert int chunks to str # scripts/gdb: print interrupts # scripts/gdb: raise error with reduced debugging information # scripts/gdb: add a Radix Tree Parser # lib/rbtree: use '+' instead of '|' for setting color. # proc/stat: remove arch_idle_time() # checkpatch: check for misuse of the link tags # checkpatch: allow Closes tags with links # ... # < /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 33afd4b76393627477e878b3b195d606e585d816 # < 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 # < 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:545, from /kisskb/src/include/linux/bitops.h:68, 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:455: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:33.032707