# 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/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 531e93d11470aa2e14e6a3febef50d9bc7bab7a1 # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- allmodconfig # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:38: LSE atomics not supported by binutils /kisskb/src/fs/cifs/smb2pdu.c: In function 'SMB2_ioctl_init': /kisskb/src/fs/cifs/smb2pdu.c:2700:19: warning: 'in_data_buf' may be used uninitialized in this function [-Wmaybe-uninitialized] iov[1].iov_base = in_data_buf; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] pd->msg->buf[real_pos] = data; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here unsigned char data; ^ In file included from /kisskb/src/include/linux/wait.h:9:0, from /kisskb/src/include/linux/net.h:19, from /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:8: /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_proc_send': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:335:16: note: 'flags' was declared here unsigned long flags; ^ In file included from /kisskb/src/include/linux/rwsem.h:16:0, from /kisskb/src/include/linux/notifier.h:15, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/tty/serial/sh-sci.c:24: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_submit': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/tty/serial/sh-sci.c:1351:16: note: 'flags' was declared here unsigned long flags; ^ Completed OK # rm -rf /kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 # Build took: 0:23:39.238287