# git rev-parse -q --verify 1204c70d9dcba31164f78ad5d8c88c42335d51f8^{commit} 1204c70d9dcba31164f78ad5d8c88c42335d51f8 already have revision, skipping fetch # git checkout -q -f -B kisskb 1204c70d9dcba31164f78ad5d8c88c42335d51f8 # git clean -qxdf # < git log -1 # commit 1204c70d9dcba31164f78ad5d8c88c42335d51f8 # Merge: 372bf6c1c8f9 aeb1b85c340c # Author: Linus Torvalds # Date: Fri Nov 1 17:48:11 2019 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Fix free/alloc races in batmanadv, from Sven Eckelmann. # # 2) Several leaks and other fixes in kTLS support of mlx5 driver, from # Tariq Toukan. # # 3) BPF devmap_hash cost calculation can overflow on 32-bit, from Toke # Høiland-Jørgensen. # # 4) Add an r8152 device ID, from Kazutoshi Noguchi. # # 5) Missing include in ipv6's addrconf.c, from Ben Dooks. # # 6) Use siphash in flow dissector, from Eric Dumazet. Attackers can # easily infer the 32-bit secret otherwise etc. # # 7) Several netdevice nesting depth fixes from Taehee Yoo. # # 8) Fix several KCSAN reported errors, from Eric Dumazet. For example, # when doing lockless skb_queue_empty() checks, and accessing # sk_napi_id/sk_incoming_cpu lockless as well. # # 9) Fix jumbo packet handling in RXRPC, from David Howells. # # 10) Bump SOMAXCONN and tcp_max_syn_backlog values, from Eric Dumazet. # # 11) Fix DMA synchronization in gve driver, from Yangchun Fu. # # 12) Several bpf offload fixes, from Jakub Kicinski. # # 13) Fix sk_page_frag() recursion during memory reclaim, from Tejun Heo. # # 14) Fix ping latency during high traffic rates in hisilicon driver, from # Jiangfent Xiao. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (146 commits) # net: fix installing orphaned programs # net: cls_bpf: fix NULL deref on offload filter removal # selftests: bpf: Skip write only files in debugfs # selftests: net: reuseport_dualstack: fix uninitalized parameter # r8169: fix wrong PHY ID issue with RTL8168dp # net: dsa: bcm_sf2: Fix IMP setup for port different than 8 # net: phylink: Fix phylink_dbg() macro # gve: Fixes DMA synchronization. # inet: stop leaking jiffies on the wire # ixgbe: Remove duplicate clear_bit() call # Documentation: networking: device drivers: Remove stray asterisks # e1000: fix memory leaks # i40e: Fix receive buffer starvation for AF_XDP # igb: Fix constant media auto sense switching when no cable is connected # net: ethernet: arc: add the missed clk_disable_unprepare # igb: Enable media autosense for the i350. # igb/igc: Don't warn on fatal read failures when the device is removed # tcp: increase tcp_max_syn_backlog max value # net: increase SOMAXCONN to 4096 # netdevsim: Fix use-after-free during device dismantle # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 1204c70d9dcba31164f78ad5d8c88c42335d51f8 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1496:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc397b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc28ff0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5883304 Bytes = 5745.41 KiB = 5.61 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5911593 Bytes = 5773.04 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5910641 Bytes = 5772.11 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5911574 Bytes = 5773.02 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5915114 Bytes = 5776.48 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5911618 Bytes = 5773.06 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5915181 Bytes = 5776.54 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:29 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5910595 Bytes = 5772.07 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5911575 Bytes = 5773.02 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5911632 Bytes = 5773.08 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5910636 Bytes = 5772.11 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5913846 Bytes = 5775.24 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5914608 Bytes = 5775.98 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5910585 Bytes = 5772.06 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5910596 Bytes = 5772.07 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-rc5-g1204c70d9dcb Created: Sat Nov 2 12:46:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5913803 Bytes = 5775.20 KiB = 5.64 MiB Load Address: 00d00000 Entry Point: 00d002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:55.845066