# git rev-parse -q --verify 531e93d11470aa2e14e6a3febef50d9bc7bab7a1^{commit} 531e93d11470aa2e14e6a3febef50d9bc7bab7a1 already have revision, skipping fetch # git checkout -q -f -B kisskb 531e93d11470aa2e14e6a3febef50d9bc7bab7a1 # git clean -qxdf # < git log -1 # commit 531e93d11470aa2e14e6a3febef50d9bc7bab7a1 # Merge: 998d75510e37 2a06b8982f8f # Author: Linus Torvalds # Date: Sat Oct 19 17:09:11 2019 -0400 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # "I was battling a cold after some recent trips, so quite a bit piled up # meanwhile, sorry about that. # # Highlights: # # 1) Fix fd leak in various bpf selftests, from Brian Vazquez. # # 2) Fix crash in xsk when device doesn't support some methods, from # Magnus Karlsson. # # 3) Fix various leaks and use-after-free in rxrpc, from David Howells. # # 4) Fix several SKB leaks due to confusion of who owns an SKB and who # should release it in the llc code. From Eric Biggers. # # 5) Kill a bunc of KCSAN warnings in TCP, from Eric Dumazet. # # 6) Jumbo packets don't work after resume on r8169, as the BIOS resets # the chip into non-jumbo mode during suspend. From Heiner Kallweit. # # 7) Corrupt L2 header during MPLS push, from Davide Caratti. # # 8) Prevent possible infinite loop in tc_ctl_action, from Eric # Dumazet. # # 9) Get register bits right in bcmgenet driver, based upon chip # version. From Florian Fainelli. # # 10) Fix mutex problems in microchip DSA driver, from Marek Vasut. # # 11) Cure race between route lookup and invalidation in ipv4, from Wei # Wang. # # 12) Fix performance regression due to false sharing in 'net' # structure, from Eric Dumazet" # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (145 commits) # net: reorder 'struct net' fields to avoid false sharing # net: dsa: fix switch tree list # net: ethernet: dwmac-sun8i: show message only when switching to promisc # net: aquantia: add an error handling in aq_nic_set_multicast_list # net: netem: correct the parent's backlog when corrupted packet was dropped # net: netem: fix error path for corrupted GSO frames # macb: propagate errors when getting optional clocks # xen/netback: fix error path of xenvif_connect_data() # net: hns3: fix mis-counting IRQ vector numbers issue # net: usb: lan78xx: Connect PHY before registering MAC # vsock/virtio: discard packets if credit is not respected # vsock/virtio: send a credit update when buffer size is changed # mlxsw: spectrum_trap: Push Ethernet header before reporting trap # net: ensure correct skb->tstamp in various fragmenters # net: bcmgenet: reset 40nm EPHY on energy detect # net: bcmgenet: soft reset 40nm EPHYs before MAC init # net: phy: bcm7xxx: define soft_reset for 40nm EPHY # net: bcmgenet: don't set phydev->link from MAC # net: Update address for MediaTek ethernet driver in MAINTAINERS # ipv4: fix race condition between route lookup and invalidation # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 531e93d11470aa2e14e6a3febef50d9bc7bab7a1 # < make -s -j 120 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- defconfig # make -s -j 120 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/vdso/Makefile:62: MIPS VDSO requires binutils >= 2.25 /kisskb/src/arch/mips/vdso/Makefile:62: MIPS VDSO requires binutils >= 2.25 /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:140:32: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /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/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/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/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/net/bridge/br_netlink.c: In function 'br_afspec.isra.22': /kisskb/src/net/bridge/br_netlink.c:648:7: warning: 'err' 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/net/core/devlink.c: In function 'devlink_fmsg_prepare_skb': /kisskb/src/net/core/devlink.c:4484:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /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/mips/vdso/Makefile:62: MIPS VDSO requires binutils >= 2.25 /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] FIT description: Linux 5.4.0-rc3-g531e93d11470 Created: Sun Oct 20 13:17:45 2019 Image 0 (kernel@0) Description: Linux 5.4.0-rc3-g531e93d11470 Created: Sun Oct 20 13:17:45 2019 Type: Kernel Image Compression: gzip compressed Data Size: 4581971 Bytes = 4474.58 KiB = 4.37 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x8087b9b0 Hash algo: sha1 Hash value: 4450f246381fe6946c8cec0268cdb3809e4ea0ba Image 1 (fdt@boston) Description: img,boston Device Tree Created: Sun Oct 20 13:17:45 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 3793 Bytes = 3.70 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 4799f50d688573234da6e9d7701234d394759ef4 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Sun Oct 20 13:17:45 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Sun Oct 20 13:17:45 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 4639 Bytes = 4.53 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 018897896b42c41c943aca35a20e4300dba250c8 Image 4 (fdt@ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Sun Oct 20 13:17:45 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 5198 Bytes = 5.08 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 36c7bd0bd79cfc2f7dd6acda6c7996294f4967e6 Image 5 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Sun Oct 20 13:17:45 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 63d058b780f65e22da30f0a183433765f1807f1d Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@ocelot_pcb123) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb123 Configuration 4 (conf@ocelot_pcb120) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb120 Configuration 5 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mips # Build took: 0:00:54.000276