# 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/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 d6efb3ac3e6c19ab722b28bdb9252bae0b9676b6 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc6xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/kernel/rcu/update.c:591:0: /kisskb/src/kernel/rcu/tasks.h:593:13: warning: 'show_rcu_tasks_classic_gp_kthread' defined but not used [-Wunused-function] static void show_rcu_tasks_classic_gp_kthread(void) { } ^ /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1667:1: warning: the frame size of 1160 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/include/linux/skbuff.h:31:0, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/sfc/net_driver.h:13, from /kisskb/src/drivers/net/ethernet/sfc/ef100.c:12: /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_continue_entry': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:145:6: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:163:6: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_xilinx_cap': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:337:5: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_probe': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:498:5: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) ERROR: modpost: "__umoddi3" [drivers/net/ethernet/sfc/sfc.ko] undefined! make[2]: *** [/kisskb/src/scripts/Makefile.modpost:111: Module.symvers] Error 1 make[2]: *** Deleting file 'Module.symvers' make[1]: *** [/kisskb/src/Makefile:1385: modules] Error 2 make[1]: *** Waiting for unfinished jobs.... INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xaed688) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5321920 Bytes = 5197.19 KiB = 5.08 MiB Load Address: 00b00000 Entry Point: 00b00894 Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5289087 Bytes = 5165.12 KiB = 5.04 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320884 Bytes = 5196.18 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5321868 Bytes = 5197.14 KiB = 5.08 MiB Load Address: 00b00000 Entry Point: 00b00894 Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5321071 Bytes = 5196.36 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xaed688) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:18 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5321050 Bytes = 5196.34 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:18 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320615 Bytes = 5195.91 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:19 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320805 Bytes = 5196.10 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 13:22:19 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5321442 Bytes = 5196.72 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 # Build took: 0:05:14.016906