# git rev-parse -q --verify cd8dead0c39457e58ec1d36db93aedca811d48f1^{commit} cd8dead0c39457e58ec1d36db93aedca811d48f1 already have revision, skipping fetch # git checkout -q -f -B kisskb cd8dead0c39457e58ec1d36db93aedca811d48f1 # git clean -qxdf # < git log -1 # commit cd8dead0c39457e58ec1d36db93aedca811d48f1 # Merge: 11bfe6473bf2 20ff83f10f11 # Author: Linus Torvalds # Date: Wed Apr 24 16:18:59 2019 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # "Just the usual assortment of small'ish fixes: # # 1) Conntrack timeout is sometimes not initialized properly, from # Alexander Potapenko. # # 2) Add a reasonable range limit to tcp_min_rtt_wlen to avoid # undefined behavior. From ZhangXiaoxu. # # 3) des1 field of descriptor in stmmac driver is initialized with the # wrong variable. From Yue Haibing. # # 4) Increase mlxsw pci sw reset timeout a little bit more, from Ido # Schimmel. # # 5) Match IOT2000 stmmac devices more accurately, from Su Bao Cheng. # # 6) Fallback refcount fix in TLS code, from Jakub Kicinski. # # 7) Fix max MTU check when using XDP in mlx5, from Maxim Mikityanskiy. # # 8) Fix recursive locking in team driver, from Hangbin Liu. # # 9) Fix tls_set_device_offload_Rx() deadlock, from Jakub Kicinski. # # 10) Don't use napi_alloc_frag() outside of softiq context of socionext # driver, from Ilias Apalodimas. # # 11) MAC address increment overflow in ncsi, from Tao Ren. # # 12) Fix a regression in 8K/1M pool switching of RDS, from Zhu Yanjun. # # 13) ipv4_link_failure has to validate the headers that are actually # there because RAW sockets can pass in arbitrary garbage, from Eric # Dumazet" # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (43 commits) # ipv4: add sanity checks in ipv4_link_failure() # net/rose: fix unbound loop in rose_loopback_timer() # rxrpc: fix race condition in rxrpc_input_packet() # net: rds: exchange of 8K and 1M pool # net: vrf: Fix operation not supported when set vrf mac # net/ncsi: handle overflow when incrementing mac address # net: socionext: replace napi_alloc_frag with the netdev variant on init # net: atheros: fix spelling mistake "underun" -> "underrun" # spi: ST ST95HF NFC: declare missing of table # spi: Micrel eth switch: declare missing of table # net: stmmac: move stmmac_check_ether_addr() to driver probe # netfilter: fix nf_l4proto_log_invalid to log invalid packets # netfilter: never get/set skb->tstamp # netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON # Documentation: decnet: remove reference to CONFIG_DECNET_ROUTE_FWMARK # dt-bindings: add an explanation for internal phy-mode # net/tls: don't leak IV and record seq when offload fails # net/tls: avoid potential deadlock in tls_set_device_offload_rx() # selftests/net: correct the return value for run_afpackettests # team: fix possible recursive locking when add slaves # ... # < /opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux-gcc --version # < /opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux-ld --version # < git log --format=%s --max-count=1 cd8dead0c39457e58ec1d36db93aedca811d48f1 # < make -s -j 10 ARCH=xtensa O=/kisskb/build/linus_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 10 ARCH=xtensa O=/kisskb/build/linus_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=xtensa O=/kisskb/build/linus_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- /kisskb/src/arch/xtensa/kernel/pci.c:45:32: warning: 'pci_ctrl_tail' defined but not used [-Wunused-variable] static struct pci_controller **pci_ctrl_tail = &pci_ctrl_head; ^ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_unseal_trusted': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:670:2: warning: 'blob_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] tpm2_flush_context(chip, blob_handle); ^ ./usr/include/asm/setup.h:17: userspace cannot reference function or variable defined in the kernel In file included from /kisskb/src/arch/xtensa/include/asm/atomic.h:21:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/xtensa/include/asm/bitops.h:222, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:27: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/xtensa/include/asm/cmpxchg.h:140:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/fs/ocfs2/file.c:2386:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^ /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; ^ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ret == -EOPNOTSUPP) ^ /kisskb/src/drivers/input/joystick/analog.c:172:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ In file included from /kisskb/src/arch/xtensa/include/asm/atomic.h:21:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/xtensa/include/asm/bitops.h:222, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:11: /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function 'ixgbevf_xdp_setup': /kisskb/src/arch/xtensa/include/asm/cmpxchg.h:140:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4471:4: note: in expansion of macro 'xchg' xchg(&adapter->rx_ring[i]->xdp_prog, adapter->xdp_prog); ^ 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:17, 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:279: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:1353:16: note: 'flags' was declared here unsigned long flags; ^ Completed OK # rm -rf /kisskb/build/linus_xtensa-allmodconfig_xtensa # Build took: 0:13:49.115421