# 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/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 1204c70d9dcba31164f78ad5d8c88c42335d51f8 # < make -s -j 80 ARCH=sh O=/kisskb/build/linus_se7343_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7343_defconfig # make -s -j 80 ARCH=sh O=/kisskb/build/linus_se7343_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/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 [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' 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_se7343_defconfig_sh4 # Build took: 0:00:38.238092