# git rev-parse -q --verify 91b15613ce7fb3e724ca0d433eef8e6bf15322af^{commit} 91b15613ce7fb3e724ca0d433eef8e6bf15322af already have revision, skipping fetch # git checkout -q -f -B kisskb 91b15613ce7fb3e724ca0d433eef8e6bf15322af # git clean -qxdf # < git log -1 # commit 91b15613ce7fb3e724ca0d433eef8e6bf15322af # Merge: 2a9666105445 d4d576f5ab7e # Author: Greg Kroah-Hartman # Date: Fri Oct 19 09:16:20 2018 +0200 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # David writes: # "Networking # # 1) Fix gro_cells leak in xfrm layer, from Li RongQing. # # 2) BPF selftests change RLIMIT_MEMLOCK blindly, don't do that. From # Eric Dumazet. # # 3) AF_XDP calls synchronize_net() under RCU lock, fix from Björn # Töpel. # # 4) Out of bounds packet access in _decode_session6(), from Alexei # Starovoitov. # # 5) Several ethtool bugs, where we copy a struct into the kernel twice # and our validations of the values in the first copy can be # invalidated by the second copy due to asynchronous updates to the # memory by the user. From Wenwen Wang. # # 6) Missing netlink attribute validation in cls_api, from Davide # Caratti. # # 7) LLC SAP sockets neet to be SOCK_RCU FREE, from Cong Wang. # # 8) rxrpc operates on wrong kvec, from Yue Haibing. # # 9) A regression was introduced by the disassosciation of route # neighbour references in rt6_probe(), causing probe for # neighbourless routes to not be properly rate limited. Fix from # Sabrina Dubroca. # # 10) Unsafe RCU locking in tipc, from Tung Nguyen. # # 11) Use after free in inet6_mc_check(), from Eric Dumazet. # # 12) PMTU from icmp packets should update the SCTP transport pathmtu, # from Xin Long. # # 13) Missing peer put on error in rxrpc, from David Howells. # # 14) Fix pedit in nfp driver, from Pieter Jansen van Vuuren. # # 15) Fix overflowing shift statement in qla3xxx driver, from Nathan # Chancellor. # # 16) Fix Spectre v1 in ptp code, from Gustavo A. R. Silva. # # 17) udp6_unicast_rcv_skb() interprets udpv6_queue_rcv_skb() return # value in an inverted manner, fix from Paolo Abeni. # # 18) Fix missed unresolved entries in ipmr dumps, from Nikolay # Aleksandrov. # # 19) Fix NAPI handling under high load, we can completely miss events # when NAPI has to loop more than one time in a cycle. From Heiner # Kallweit." # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (49 commits) # ip6_tunnel: Fix encapsulation layout # tipc: fix info leak from kernel tipc_event # net: socket: fix a missing-check bug # net: sched: Fix for duplicate class dump # r8169: fix NAPI handling under high load # net: ipmr: fix unresolved entry dumps # net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion() # sctp: fix the data size calculation in sctp_data_size # virtio_net: avoid using netif_tx_disable() for serializing tx routine # udp6: fix encap return code for resubmitting # mlxsw: core: Fix use-after-free when flashing firmware during init # sctp: not free the new asoc when sctp_wait_for_connect returns err # sctp: fix race on sctp_id2asoc # r8169: re-enable MSI-X on RTL8168g # net: bpfilter: use get_pid_task instead of pid_task # ptp: fix Spectre v1 vulnerability # net: qla3xxx: Remove overflowing shift statement # geneve, vxlan: Don't set exceptions if skb->len < mtu # geneve, vxlan: Don't check skb_dst() twice # sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 91b15613ce7fb3e724ca0d433eef8e6bf15322af # < make -s -j 80 ARCH=x86 O=/kisskb/build/linus_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-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 80 ARCH=x86 O=/kisskb/build/linus_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 80 ARCH=x86 O=/kisskb/build/linus_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from /kisskb/src/include/linux/bitmap.h:9, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/arch/x86/include/asm/paravirt.h:17, from /kisskb/src/arch/x86/include/asm/irqflags.h:68, from /kisskb/src/include/linux/irqflags.h:16, from /kisskb/src/include/linux/rcupdate.h:39, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/debug/kdb/kdb_support.c:15: In function 'strncpy', inlined from 'kallsyms_symbol_next' at /kisskb/src/kernel/debug/kdb/kdb_support.c:239:4: /kisskb/src/include/linux/string.h:246:9: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] return __builtin_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kallsyms_symbol_next': /kisskb/src/include/linux/string.h:267:10: note: length computed here return __builtin_strlen(p); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/ubsan.c:432:1: warning: ignoring attribute 'noreturn' in declaration of a built-in function '__ubsan_handle_builtin_unreachable' because it conflicts with attribute 'const' [-Wattributes] { ^ : note: previous declaration here In file included from /kisskb/src/include/linux/bitmap.h:9, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/arch/x86/include/asm/cpumask.h:5, from /kisskb/src/arch/x86/include/asm/msr.h:11, from /kisskb/src/arch/x86/include/asm/processor.h:21, from /kisskb/src/arch/x86/include/asm/cpufeature.h:5, from /kisskb/src/arch/x86/include/asm/thread_info.h:53, from /kisskb/src/include/linux/thread_info.h:38, from /kisskb/src/arch/x86/include/asm/preempt.h:7, from /kisskb/src/include/linux/preempt.h:81, 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/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:10, from /kisskb/src/lib/test_hexdump.c:8: In function 'strncpy', inlined from 'test_hexdump_prepare_test.constprop' at /kisskb/src/lib/test_hexdump.c:102:3: /kisskb/src/include/linux/string.h:246:9: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] return __builtin_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump_prepare_test.constprop': /kisskb/src/include/linux/string.h:267:10: note: length computed here return __builtin_strlen(p); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_x86-allmodconfig_x86_64-gcc8 # Build took: 0:20:33.740953