# 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/gcc-4.6.3-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < git log --format=%s --max-count=1 91b15613ce7fb3e724ca0d433eef8e6bf15322af # < make -s -j 80 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig WARNING: unmet direct dependencies detected for NEED_MULTIPLE_NODES Depends on [n]: DISCONTIGMEM [=n] || NUMA Selected by [y]: - SINGLE_MEMORY_CHUNK [=y] && MMU [=y] WARNING: unmet direct dependencies detected for NEED_MULTIPLE_NODES Depends on [n]: DISCONTIGMEM [=n] || NUMA Selected by [y]: - SINGLE_MEMORY_CHUNK [=y] && MMU [=y] WARNING: unmet direct dependencies detected for NEED_MULTIPLE_NODES Depends on [n]: DISCONTIGMEM [=n] || NUMA Selected by [y]: - SINGLE_MEMORY_CHUNK [=y] && MMU [=y] # make -s -j 80 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m68k-linux/bin/m68k-linux- :1239:2: warning: #warning syscall seccomp not implemented [-Wcpp] :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] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/ipc/shm.c: In function 'ksys_shmdt': /kisskb/src/ipc/shm.c:1686:59: warning: 'file' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/acct.c: In function 'acct_pin_kill': /kisskb/src/kernel/acct.c:177:2: warning: value computed is not used [-Wunused-value] /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:336:12: warning: 'buff' 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:341:21: note: 'pdeo' was declared here /kisskb/src/net/core/gen_stats.c: In function '__gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:161:19: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/fs/ocfs2/file.c:2386:3: warning: value computed is not used [-Wunused-value] /kisskb/src/lib/rhashtable.c: In function 'rht_deferred_worker': /kisskb/src/lib/rhashtable.c:264:2: warning: 'next' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/rhashtable.c:229:28: note: 'next' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:993:89: warning: array subscript is above array bounds [-Warray-bounds] /kisskb/src/fs/posix_acl.c: In function 'get_acl': /kisskb/src/fs/posix_acl.c:147:3: warning: value computed is not used [-Wunused-value] /kisskb/src/net/core/dev.c: In function 'validate_xmit_skb_list': /kisskb/src/net/core/dev.c:3365:15: warning: 'tail' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c: In function 'macsec_del_rxsa': /kisskb/src/drivers/net/macsec.c:1926:2: warning: 'assoc_num' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:1926:2: warning: 'rx_sc' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c: In function 'macsec_del_txsa': /kisskb/src/drivers/net/macsec.c:2003:2: warning: 'assoc_num' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:2003:2: warning: 'tx_sc' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c: In function 'macsec_upd_txsa': /kisskb/src/drivers/net/macsec.c:2068:5: warning: 'assoc_num' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:2068:24: warning: 'tx_sc' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:2069:21: warning: 'secy' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/net/core/filter.c:3268:4: warning: value computed is not used [-Wunused-value] /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1794:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1504:31: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1704:46: note: 'linear' was declared here /kisskb/src/net/sctp/output.c: In function 'sctp_packet_config': /kisskb/src/include/net/sock.h:1926:19: warning: 'sk' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/sctp/output.c:94:15: note: 'sk' was declared here Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k # Build took: 0:01:15.945149