# git rev-parse -q --verify b320441c04c9bea76cbee1196ae55c20288fd7a6^{commit} b320441c04c9bea76cbee1196ae55c20288fd7a6 already have revision, skipping fetch # git checkout -q -f -B kisskb b320441c04c9bea76cbee1196ae55c20288fd7a6 # git clean -qxdf # < git log -1 # commit b320441c04c9bea76cbee1196ae55c20288fd7a6 # Merge: ec27a636d7e1 04c7f60ca477 # Author: Linus Torvalds # Date: Sun Aug 20 08:26:51 2023 +0200 # # Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty # # Pull tty/serial fixes from Greg KH: # "Here are some small tty and serial core fixes for 6.5-rc7 that resolve # a lot of reported issues. # # Primarily in here are the fixes for the serial bus code from Tony that # came in -rc1, as it hit wider testing with the huge number of # different types of systems and serial ports. All of the reported # issues with duplicate names and other issues with this code are now # resolved. # # Other than that included in here is: # # - n_gsm fix for a previous fix # # - 8250 lockdep annotation fix # # - fsl_lpuart serial driver fix # # - TIOCSTI documentation update for previous CAP_SYS_ADMIN change # # All of these have been in linux-next for a while with no reported # problems" # # * tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: # serial: core: Fix serial core port id, including multiport devices # serial: 8250: drop lockdep annotation from serial8250_clear_IER() # tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux # serial: core: Revert port_id use # TIOCSTI: Document CAP_SYS_ADMIN behaviour in Kconfig # serial: 8250: Fix oops for port->pm on uart_change_pm() # serial: 8250: Reinit port_id when adding back serial8250_isa_devs # serial: core: Fix kmemleak issue for serial core device remove # MAINTAINERS: Merge TTY layer and serial drivers # serial: core: Fix serial_base_match() after fixing controller port name # serial: core: Fix serial core controller port name to show controller id # serial: core: Fix serial core port id to not use port->line # serial: core: Controller id cannot be negative # tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 platforms # < /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 b320441c04c9bea76cbee1196ae55c20288fd7a6 # make -s -j 160 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 160 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 160 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 160 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:32: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990: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:990: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:03.870044