# 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/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 1204c70d9dcba31164f78ad5d8c88c42335d51f8 # < make -s -j 48 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- a500_defconfig # make -s -j 48 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:26, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/fs/nfs/read.c:11: /kisskb/src/fs/nfs/read.c: In function 'nfs_read_completion': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nfs/read.c:196:5: note: in expansion of macro 'xchg' xchg(&nfs_req_openctx(req)->error, error); ^~~~ /kisskb/src/fs/nfs/read.c: In function 'nfs_readpage': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nfs/read.c:352:2: note: in expansion of macro 'xchg' xchg(&ctx->error, 0); ^~~~ In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:26, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/scsi/scsi_debug.c:18: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_start_stop': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) /kisskb/src/arch/parisc/include/asm/atomic.h:78:30: note: in expansion of macro 'xchg' #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:1618:2: note: in expansion of macro 'atomic_xchg' atomic_xchg(&devip->stopped, stop); ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_a500_defconfig_parisc64 # Build took: 0:01:14.279032