# git rev-parse -q --verify 7203062171db6669f746d14148c4af76af619e74^{commit} 7203062171db6669f746d14148c4af76af619e74 already have revision, skipping fetch # git checkout -q -f -B kisskb 7203062171db6669f746d14148c4af76af619e74 # git clean -qxdf # < git log -1 # commit 7203062171db6669f746d14148c4af76af619e74 # Merge: dfdc1de64248 b31c41339f4f # Author: Linus Torvalds # Date: Mon Mar 28 13:00:51 2022 -0700 # # Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty # # Pull tty/serial driver updates from Greg KH: # "Here are the big set of tty and serial driver changes for 5.18-rc1. # # Nothing major, some more good cleanups from Jiri and 2 new serial # drivers. Highlights include: # # - termbits cleanups # # - export symbol cleanups and other core cleanups from Jiri Slaby # # - new sunplus and mvebu uart drivers (amazing that people are still # creating new uarts...) # # - samsung serial driver cleanups # # - ldisc 29 is now "reserved" for experimental/development line # disciplines # # - lots of other tiny fixes and cleanups to serial drivers and # bindings # # All of these have been in linux-next for a while with no reported # issues" # # * tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (104 commits) # vt_ioctl: fix potential spectre v1 in VT_DISALLOCATE # serial: 8250: fix XOFF/XON sending when DMA is used # tty: serial: samsung: Add ARTPEC-8 support # dt-bindings: serial: samsung: Add ARTPEC-8 UART # serial: sc16is7xx: Clear RS485 bits in the shutdown # tty: serial: samsung: simplify getting OF match data # tty: serial: samsung: constify variables and pointers # tty: serial: samsung: constify s3c24xx_serial_drv_data members # tty: serial: samsung: constify UART name # tty: serial: samsung: constify s3c24xx_serial_drv_data # tty: serial: samsung: reduce number of casts # tty: serial: samsung: embed s3c2410_uartcfg in parent structure # tty: serial: samsung: embed s3c24xx_uart_info in parent structure # serial: 8250_tegra: mark acpi_device_id as unused with !ACPI # tty: serial: bcm63xx: use more precise Kconfig symbol # serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUS # tty: serial: jsm: fix two assignments in if conditions # tty: serial: jsm: remove redundant assignments to variable linestatus # serial: 8250_mtk: make two read-only arrays static const # serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 7203062171db6669f746d14148c4af76af619e74 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.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.1.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.1.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.1.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:446: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:02:21.429059