# git rev-parse -q --verify 62967898789dc1f09a06e59fa85ae2c5ca4dc2da^{commit} 62967898789dc1f09a06e59fa85ae2c5ca4dc2da already have revision, skipping fetch # git checkout -q -f -B kisskb 62967898789dc1f09a06e59fa85ae2c5ca4dc2da # git clean -qxdf # < git log -1 # commit 62967898789dc1f09a06e59fa85ae2c5ca4dc2da # Merge: 4aa9fc2a435a d07e1e0febe1 # Author: Linus Torvalds # Date: Tue Jan 29 17:11:47 2019 -0800 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # # 1) Need to save away the IV across tls async operations, from Dave # Watson. # # 2) Upon successful packet processing, we should liberate the SKB with # dev_consume_skb{_irq}(). From Yang Wei. # # 3) Only apply RX hang workaround on effected macb chips, from Harini # Katakam. # # 4) Dummy netdev need a proper namespace assigned to them, from Josh # Elsasser. # # 5) Some paths of nft_compat run lockless now, and thus we need to use a # proper refcnt_t. From Florian Westphal. # # 6) Avoid deadlock in mlx5 by doing IRQ locking, from Moni Shoua. # # 7) netrom does not refcount sockets properly wrt. timers, fix that by # using the sock timer API. From Cong Wang. # # 8) Fix locking of inexact inserts of xfrm policies, from Florian # Westphal. # # 9) Missing xfrm hash generation bump, also from Florian. # # 10) Missing of_node_put() in hns driver, from Yonglong Liu. # # 11) Fix DN_IFREQ_SIZE, from Johannes Berg. # # 12) ip6mr notifier is invoked during traversal of wrong table, from Nir # Dotan. # # 13) TX promisc settings not performed correctly in qed, from Manish # Chopra. # # 14) Fix OOB access in vhost, from Jason Wang. # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (52 commits) # MAINTAINERS: Add entry for XDP (eXpress Data Path) # net: set default network namespace in init_dummy_netdev() # net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profiles # net: caif: call dev_consume_skb_any when skb xmit done # net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles # net: macb: Apply RXUBR workaround only to versions with errata # net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles # net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles # net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irq # net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irq # net: tls: Fix deadlock in free_resources tx # net: tls: Save iv in tls_rec for async crypto requests # vhost: fix OOB in get_rx_bufs() # qed: Fix stack out of bounds bug # qed: Fix system crash in ll2 xmit # qed: Fix VF probe failure while FLR # qed: Fix LACP pdu drops for VFs # qed: Fix bug in tx promiscuous mode settings # net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles # netfilter: ipt_CLUSTERIP: fix warning unused variable cn # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld --version # < git log --format=%s --max-count=1 62967898789dc1f09a06e59fa85ae2c5ca4dc2da # < make -s -j 8 ARCH=nds32 O=/kisskb/build/linus_nds32-allmodconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allmodconfig # make -s -j 8 ARCH=nds32 O=/kisskb/build/linus_nds32-allmodconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ret == -EOPNOTSUPP) ^ /kisskb/src/drivers/input/joystick/analog.c:172:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ WARNING: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: "clear_page" [fs/ocfs2/dlm/ocfs2_dlm.ko] has no CRC! WARNING: "clear_page" [fs/ntfs/ntfs.ko] has no CRC! WARNING: "copy_page" [fs/nilfs2/nilfs2.ko] has no CRC! WARNING: "clear_page" [fs/gfs2/gfs2.ko] has no CRC! WARNING: "copy_page" [fs/fuse/fuse.ko] has no CRC! WARNING: "clear_page" [fs/fuse/fuse.ko] has no CRC! WARNING: "clear_page" [fs/exofs/libore.ko] has no CRC! WARNING: "clear_page" [fs/exofs/exofs.ko] has no CRC! WARNING: "copy_page" [fs/cachefiles/cachefiles.ko] has no CRC! WARNING: "copy_page" [fs/btrfs/btrfs.ko] has no CRC! WARNING: "clear_page" [fs/btrfs/btrfs.ko] has no CRC! WARNING: "clear_page" [drivers/scsi/sd_mod.ko] has no CRC! WARNING: "clear_page" [drivers/md/raid456.ko] has no CRC! WARNING: "clear_page" [drivers/md/dm-integrity.ko] has no CRC! WARNING: "copy_page" [drivers/gpu/drm/ttm/ttm.ko] has no CRC! WARNING: "clear_page" [drivers/gpu/drm/ttm/ttm.ko] has no CRC! WARNING: "copy_page" [drivers/block/drbd/drbd.ko] has no CRC! Completed OK # rm -rf /kisskb/build/linus_nds32-allmodconfig_nds32le # Build took: 0:16:13.945782