# git rev-parse -q --verify d6efb3ac3e6c19ab722b28bdb9252bae0b9676b6^{commit} d6efb3ac3e6c19ab722b28bdb9252bae0b9676b6 already have revision, skipping fetch # git checkout -q -f -B kisskb d6efb3ac3e6c19ab722b28bdb9252bae0b9676b6 # git clean -qxdf # < git log -1 # commit d6efb3ac3e6c19ab722b28bdb9252bae0b9676b6 # Merge: c0c419c04557 f6c6eb2fe822 # Author: Linus Torvalds # Date: Thu Aug 6 14:56:11 2020 -0700 # # Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty # # Pull tty/serial updates from Greg KH: # "Here is the large set of TTY and Serial driver patches for 5.9-rc1. # # Lots of bugfixes in here, thanks to syzbot fuzzing for serial and vt # and console code. # # Other highlights include: # # - much needed vt/vc code cleanup from Jiri Slaby # # - 8250 driver fixes and additions # # - various serial driver updates and feature enhancements # # - locking cleanup for serial/console initializations # # - other minor cleanups # # All of these have been in linux-next with no reported issues" # # * tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (90 commits) # MAINTAINERS: enlist Greg formally for console stuff # vgacon: Fix for missing check in scrollback handling # Revert "serial: 8250: Let serial core initialise spin lock" # serial: 8250: Let serial core initialise spin lock # tty: keyboard, do not speculate on func_table index # serial: stm32: Add RS485 RTS GPIO control # serial: 8250_dw: Fix common clocks usage race condition # serial: 8250_dw: Pass the same rate to the clk round and set rate methods # serial: 8250_dw: Simplify the ref clock rate setting procedure # serial: 8250: Add 8250 port clock update method # tty: serial: imx: add imx earlycon driver # tty: serial: imx: enable imx serial console port as module # tty/synclink: remove leftover bits of non-PCI card support # tty: Use the preferred form for passing the size of a structure type # tty: Fix identation issues in struct serial_struct32 # tty: Avoid the use of one-element arrays # serial: msm_serial: add sparse context annotation # serial: pmac_zilog: add sparse context annotation # newport_con: vc_color is now in state # serial: imx: use hrtimers for rs485 delays # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 d6efb3ac3e6c19ab722b28bdb9252bae0b9676b6 # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- allnoconfig # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:17: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type return ioread8(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread8(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:18: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type return ioread16(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread16(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:18: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type return ioread32(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread32(void __iomem *); ^ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh-allnoconfig_sh4-gcc4.9 # Build took: 0:00:20.050564