# git rev-parse -q --verify 4e33d7d47943aaa84a5904472cf2f9c6d6b0a6ca^{commit} 4e33d7d47943aaa84a5904472cf2f9c6d6b0a6ca already have revision, skipping fetch # git checkout -q -f -B kisskb 4e33d7d47943aaa84a5904472cf2f9c6d6b0a6ca # git clean -qxdf # < git log -1 # commit 4e33d7d47943aaa84a5904472cf2f9c6d6b0a6ca # Merge: 021c917 e48e097 # Author: Linus Torvalds # Date: Mon Jul 2 11:18:28 2018 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # # 1) Verify netlink attributes properly in nf_queue, from Eric Dumazet. # # 2) Need to bump memory lock rlimit for test_sockmap bpf test, from # Yonghong Song. # # 3) Fix VLAN handling in lan78xx driver, from Dave Stevenson. # # 4) Fix uninitialized read in nf_log, from Jann Horn. # # 5) Fix raw command length parsing in mlx5, from Alex Vesker. # # 6) Cleanup loopback RDS connections upon netns deletion, from Sowmini # Varadhan. # # 7) Fix regressions in FIB rule matching during create, from Jason A. # Donenfeld and Roopa Prabhu. # # 8) Fix mpls ether type detection in nfp, from Pieter Jansen van Vuuren. # # 9) More bpfilter build fixes/adjustments from Masahiro Yamada. # # 10) Fix XDP_{TX,REDIRECT} flushing in various drivers, from Jesper # Dangaard Brouer. # # 11) fib_tests.sh file permissions were broken, from Shuah Khan. # # 12) Make sure BH/preemption is disabled in data path of mac80211, from # Denis Kenzior. # # 13) Don't ignore nla_parse_nested() return values in nl80211, from # Johannes berg. # # 14) Properly account sock objects ot kmemcg, from Shakeel Butt. # # 15) Adjustments to setting bpf program permissions to read-only, from # Daniel Borkmann. # # 16) TCP Fast Open key endianness was broken, it always took on the host # endiannness. Whoops. Explicitly make it little endian. From Yuching # Cheng. # # 17) Fix prefix route setting for link local addresses in ipv6, from # David Ahern. # # 18) Potential Spectre v1 in zatm driver, from Gustavo A. R. Silva. # # 19) Various bpf sockmap fixes, from John Fastabend. # # 20) Use after free for GRO with ESP, from Sabrina Dubroca. # # 21) Passing bogus flags to crypto_alloc_shash() in ipv6 SR code, from # Eric Biggers. # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (87 commits) # qede: Adverstise software timestamp caps when PHC is not available. # qed: Fix use of incorrect size in memcpy call. # qed: Fix setting of incorrect eswitch mode. # qed: Limit msix vectors in kdump kernel to the minimum required count. # ipvlan: call dev_change_flags when ipvlan mode is reset # ipv6: sr: fix passing wrong flags to crypto_alloc_shash() # net: fix use-after-free in GRO with ESP # tcp: prevent bogus FRTO undos with non-SACK flows # bpf: sockhash, add release routine # bpf: sockhash fix omitted bucket lock in sock_close # bpf: sockmap, fix smap_list_map_remove when psock is in many maps # bpf: sockmap, fix crash when ipv6 sock is added # net: fib_rules: bring back rule_exists to match rule during add # hv_netvsc: split sub-channel setup into async and sync # net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN # atm: zatm: Fix potential Spectre v1 # s390/qeth: consistently re-enable device features # s390/qeth: don't clobber buffer on async TX completion # s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6] # s390/qeth: fix race when setting MAC address # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 4e33d7d47943aaa84a5904472cf2f9c6d6b0a6ca # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- hp6xx_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:53:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:8) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:47) [-Wdeprecated-declarations] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183: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:339: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 *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_hp6xx_defconfig_sh4 # Build took: 0:00:11.952674