# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 531e93d11470aa2e14e6a3febef50d9bc7bab7a1 # < make -s -j 80 ARCH=sh O=/kisskb/build/linus_sh7763rdp_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7763rdp_defconfig # make -s -j 80 ARCH=sh O=/kisskb/build/linus_sh7763rdp_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-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/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /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/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' /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] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh7763rdp_defconfig_sh4 # Build took: 0:00:37.961900