# git rev-parse -q --verify 024ddc0ce1049298bd3cae60ae45d9c5f0fb8b9c^{commit} 024ddc0ce1049298bd3cae60ae45d9c5f0fb8b9c already have revision, skipping fetch # git checkout -q -f -B kisskb 024ddc0ce1049298bd3cae60ae45d9c5f0fb8b9c # git clean -qxdf # < git log -1 # commit 024ddc0ce1049298bd3cae60ae45d9c5f0fb8b9c # Merge: 05df204 e56b8ce # Author: Linus Torvalds # Date: Wed Jul 18 19:32:54 2018 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # "Lots of fixes, here goes: # # 1) NULL deref in qtnfmac, from Gustavo A. R. Silva. # # 2) Kernel oops when fw download fails in rtlwifi, from Ping-Ke Shih. # # 3) Lost completion messages in AF_XDP, from Magnus Karlsson. # # 4) Correct bogus self-assignment in rhashtable, from Rishabh # Bhatnagar. # # 5) Fix regression in ipv6 route append handling, from David Ahern. # # 6) Fix masking in __set_phy_supported(), from Heiner Kallweit. # # 7) Missing module owner set in x_tables icmp, from Florian Westphal. # # 8) liquidio's timeouts are HZ dependent, fix from Nicholas Mc Guire. # # 9) Link setting fixes for sh_eth and ravb, from Vladimir Zapolskiy. # # 10) Fix NULL deref when using chains in act_csum, from Davide Caratti. # # 11) XDP_REDIRECT needs to check if the interface is up and whether the # MTU is sufficient. From Toshiaki Makita. # # 12) Net diag can do a double free when killing TCP_NEW_SYN_RECV # connections, from Lorenzo Colitti. # # 13) nf_defrag in ipv6 can unnecessarily hold onto dst entries for a # full minute, delaying device unregister. From Eric Dumazet. # # 14) Update MAC entries in the correct order in ixgbe, from Alexander # Duyck. # # 15) Don't leave partial mangles bpf program in jit_subprogs, from # Daniel Borkmann. # # 16) Fix pfmemalloc SKB state propagation, from Stefano Brivio. # # 17) Fix ACK handling in DCTCP congestion control, from Yuchung Cheng. # # 18) Use after free in tun XDP_TX, from Toshiaki Makita. # # 19) Stale ipv6 header pointer in ipv6 gre code, from Prashant Bhole. # # 20) Don't reuse remainder of RX page when XDP is set in mlx4, from # Saeed Mahameed. # # 21) Fix window probe handling of TCP rapair sockets, from Stefan # Baranoff. # # 22) Missing socket locking in smc_ioctl(), from Ursula Braun. # # 23) IPV6_ILA needs DST_CACHE, from Arnd Bergmann. # # 24) Spectre v1 fix in cxgb3, from Gustavo A. R. Silva. # # 25) Two spots in ipv6 do a rol32() on a hash value but ignore the # result. Fixes from Colin Ian King" # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (176 commits) # tcp: identify cryptic messages as TCP seq # bugs # ptp: fix missing break in switch # hv_netvsc: Fix napi reschedule while receive completion is busy # MAINTAINERS: Drop inactive Vitaly Bordug's email # net: cavium: Add fine-granular dependencies on PCI # net: qca_spi: Fix log level if probe fails # net: qca_spi: Make sure the QCA7000 reset is triggered # net: qca_spi: Avoid packet drop during initial sync # ipv6: fix useless rol32 call on hash # ipv6: sr: fix useless rol32 call on hash # net: sched: Using NULL instead of plain integer # net: usb: asix: replace mii_nway_restart in resume path # net: cxgb3_main: fix potential Spectre v1 # lib/rhashtable: consider param->min_size when setting initial table size # net/smc: reset recv timeout after clc handshake # net/smc: add error handling for get_user() # net/smc: optimize consumer cursor updates # net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. # ipv6: ila: select CONFIG_DST_CACHE # net: usb: rtl8150: demote allmulti message to dev_dbg() # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < git log --format=%s --max-count=1 024ddc0ce1049298bd3cae60ae45d9c5f0fb8b9c # < make -s -j 10 ARCH=nds32 O=/kisskb/build/linus_nds32-defconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- defconfig # make -s -j 10 ARCH=nds32 O=/kisskb/build/linus_nds32-defconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] In function 'fill_item_path', inlined from 'configfs_get_target_path' at /kisskb/src/fs/configfs/symlink.c:250:2, inlined from 'configfs_getlink' at /kisskb/src/fs/configfs/symlink.c:272:10, inlined from 'configfs_get_link' at /kisskb/src/fs/configfs/symlink.c:295:10: /kisskb/src/fs/configfs/symlink.c:67:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(buffer + length,config_item_name(p),cur); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_get_link': /kisskb/src/fs/configfs/symlink.c:63:13: note: length computed here int cur = strlen(config_item_name(p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ablkcipher.c: In function 'crypto_ablkcipher_report': /kisskb/src/crypto/ablkcipher.c:374:2: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(rblkcipher.geniv)); ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ablkcipher.c: In function 'crypto_givcipher_report': /kisskb/src/crypto/ablkcipher.c:448:2: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(rblkcipher.geniv)); ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/blkcipher.c: In function 'crypto_blkcipher_report': /kisskb/src/crypto/blkcipher.c:513:2: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] strncpy(rblkcipher.geniv, alg->cra_blkcipher.geniv ?: "", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(rblkcipher.geniv)); ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__save_error_info.isra.4': /kisskb/src/fs/ext4/super.c:326:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(es->s_last_error_func, func, sizeof(es->s_last_error_func)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:330:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(es->s_first_error_func, func, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(es->s_first_error_func)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'kernfs_get_target_path', inlined from 'kernfs_getlink.isra.0' at /kisskb/src/fs/kernfs/symlink.c:109:10, inlined from 'kernfs_iop_get_link' at /kisskb/src/fs/kernfs/symlink.c:127:10: /kisskb/src/fs/kernfs/symlink.c:91:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(s + len, kn->name, slen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/symlink.c: In function 'kernfs_iop_get_link': /kisskb/src/fs/kernfs/symlink.c:88:14: note: length computed here int slen = strlen(kn->name); ^~~~~~~~~~~~~~~~ In function 'fill_kobj_path', inlined from 'kobject_get_path' at /kisskb/src/lib/kobject.c:155:2: /kisskb/src/lib/kobject.c:128:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(path + length, kobject_name(parent), cur); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_get_path': /kisskb/src/lib/kobject.c:125:13: note: length computed here int cur = strlen(kobject_name(parent)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: kernel/time/timekeeping.o: in function `timekeeping_init': timekeeping.c:(.init.text+0x1a8): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: timekeeping.c:(.init.text+0x1ac): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: timekeeping.c:(.init.text+0x1ec): undefined reference to `__lshrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: timekeeping.c:(.init.text+0x1f0): undefined reference to `__lshrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: fs/direct-io.o: in function `do_direct_IO': direct-io.c:(.text+0x16a0): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '44552', this reader only handles version 2, 3, 4 and 5 information direct-io.c:(.text+0x16a4): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: direct-io.c:(.text+0x1858): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '16512', this reader only handles version 2, 3, 4 and 5 information direct-io.c:(.text+0x185c): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '9492', this reader only handles version 2, 3, 4 and 5 information fs/ext4/mballoc.o: in function `ext4_mb_normalize_request.constprop.10': mballoc.c:(.text+0x1bbe): undefined reference to `__ashrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: mballoc.c:(.text+0x1bc2): undefined reference to `__ashrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '10772', this reader only handles version 2, 3, 4 and 5 information mballoc.c:(.text+0x1c0e): undefined reference to `__ashrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '3159', this reader only handles version 2, 3, 4 and 5 information mballoc.c:(.text+0x1c12): undefined reference to `__ashrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '17', this reader only handles version 2, 3, 4 and 5 information mballoc.c:(.text+0x1c46): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '10772', this reader only handles version 2, 3, 4 and 5 information mballoc.c:(.text+0x1c4a): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '17602', this reader only handles version 2, 3, 4 and 5 information mballoc.c:(.text+0x1c6c): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '21', this reader only handles version 2, 3, 4 and 5 information mballoc.c:(.text+0x1c70): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '26644', this reader only handles version 2, 3, 4 and 5 information fs/ext4/super.o: in function `ext4_fill_super': super.c:(.text+0x6500): undefined reference to `__ashrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: super.c:(.text+0x6504): undefined reference to `__ashrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '27924', this reader only handles version 2, 3, 4 and 5 information super.c:(.text+0x7e34): undefined reference to `__lshrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '8527', this reader only handles version 2, 3, 4 and 5 information super.c:(.text+0x7e38): undefined reference to `__lshrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '18', this reader only handles version 2, 3, 4 and 5 information super.c:(.text+0x7fe0): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: DWARF error: found dwarf version '27924', this reader only handles version 2, 3, 4 and 5 information super.c:(.text+0x7fe4): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: drivers/clocksource/mmio.o: in function `clocksource_mmio_init': mmio.c:(.init.text+0x5c): undefined reference to `__lshrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: mmio.c:(.init.text+0x60): undefined reference to `__lshrdi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: net/ipv4/tcp_ipv4.o: in function `tcp_v4_err': tcp_ipv4.c:(.text+0x25b0): undefined reference to `__ashldi3' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: tcp_ipv4.c:(.text+0x25b4): undefined reference to `__ashldi3' /kisskb/src/Makefile:1005: recipe for target 'vmlinux' failed make[1]: *** [vmlinux] Error 1 Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 10 ARCH=nds32 O=/kisskb/build/linus_nds32-defconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_nds32-defconfig_nds32le # Build took: 0:01:07.937307