# git rev-parse -q --verify f2ce1065e767fc7da106a5f5381d1e8f842dc6f4^{commit} f2ce1065e767fc7da106a5f5381d1e8f842dc6f4 already have revision, skipping fetch # git checkout -q -f -B kisskb f2ce1065e767fc7da106a5f5381d1e8f842dc6f4 # git clean -qxdf # < git log -1 # commit f2ce1065e767fc7da106a5f5381d1e8f842dc6f4 # Merge: 9ff01193a20d 8ebebcba559a # Author: Linus Torvalds # Date: Mon Nov 19 09:24:04 2018 -0800 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # # 1) Fix some potentially uninitialized variables and use-after-free in # kvaser_usb can drier, from Jimmy Assarsson. # # 2) Fix leaks in qed driver, from Denis Bolotin. # # 3) Socket leak in l2tp, from Xin Long. # # 4) RSS context allocation fix in bnxt_en from Michael Chan. # # 5) Fix cxgb4 build errors, from Ganesh Goudar. # # 6) Route leaks in ipv6 when removing exceptions, from Xin Long. # # 7) Memory leak in IDR allocation handling of act_pedit, from Davide # Caratti. # # 8) Use-after-free of bridge vlan stats, from Nikolay Aleksandrov. # # 9) When MTU is locked, do not force DF bit on ipv4 tunnels. From # Sabrina Dubroca. # # 10) When NAPI cached skb is reused, we must set it to the proper initial # state which includes skb->pkt_type. From Eric Dumazet. # # 11) Lockdep and non-linear SKB handling fix in tipc from Jon Maloy. # # 12) Set RX queue properly in various tuntap receive paths, from Matthew # Cover. # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (61 commits) # tuntap: fix multiqueue rx # ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF # tipc: don't assume linear buffer when reading ancillary data # tipc: fix lockdep warning when reinitilaizing sockets # net-gro: reset skb->pkt_type in napi_reuse_skb() # tc-testing: tdc.py: Guard against lack of returncode in executed command # tc-testing: tdc.py: ignore errors when decoding stdout/stderr # ip_tunnel: don't force DF when MTU is locked # MAINTAINERS: Add entry for CAKE qdisc # net: bridge: fix vlan stats use-after-free on destruction # socket: do a generic_file_splice_read when proto_ops has no splice_read # net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs # Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs" # net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs # net/sched: act_pedit: fix memory leak when IDR allocation fails # net: lantiq: Fix returned value in case of error in 'xrx200_probe()' # ipv6: fix a dst leak when removing its exception # net: mvneta: Don't advertise 2.5G modes # drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo # net/mlx4: Fix UBSAN warning of signed integer overflow # ... # < /opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc-gcc --version # < git log --format=%s --max-count=1 f2ce1065e767fc7da106a5f5381d1e8f842dc6f4 # < make -s -j 120 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- axs101_defconfig # Added to kconfig CONFIG_INITRAMFS_SOURCE="" # yes \n | make -s -j 120 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- arch/arc/boot/dts/axs101.dtb: Warning (i2c_bus_reg): /axs10x_mb/i2c@0x1f000/eeprom@0x54: I2C bus unit address format error, expected "54" arch/arc/boot/dts/axs101.dtb: Warning (i2c_bus_reg): /axs10x_mb/i2c@0x1f000/eeprom@0x57: I2C bus unit address format error, expected "57" /kisskb/src/arch/arc/mm/tlb.c: In function 'do_tlb_overlap_fault': /kisskb/src/arch/arc/mm/tlb.c:914:2: warning: variable length array 'pd0' is used [-Wvla] unsigned int pd0[mmu->ways]; ^ In file included from /kisskb/src/mm/memblock.c:13:0: /kisskb/src/mm/memblock.c: In function '__free_pages_memory': /kisskb/src/include/linux/kernel.h:845:29: warning: comparison of distinct pointer types lacks a cast [enabled by default] (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^ /kisskb/src/include/linux/kernel.h:859:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^ /kisskb/src/include/linux/kernel.h:869:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^ /kisskb/src/include/linux/kernel.h:878:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^ /kisskb/src/mm/memblock.c:1897:11: note: in expansion of macro 'min' order = min(MAX_ORDER - 1UL, __ffs(start)); ^ In file included from /kisskb/src/arch/arc/include/asm/atomic.h:16:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/arc/include/asm/bitops.h:429, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/net/core/filter.c:24: /kisskb/src/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/arch/arc/include/asm/cmpxchg.h:95:29: warning: value computed is not used [-Wunused-value] #define cmpxchg(ptr, o, n) ((typeof(*(ptr)))__cmpxchg((ptr), \ ^ /kisskb/src/net/core/filter.c:3304:4: note: in expansion of macro 'cmpxchg' cmpxchg(&ri->map, map, NULL); ^ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_data_queue': /kisskb/src/net/ipv4/tcp_input.c:4311:49: warning: array subscript is above array bounds [-Warray-bounds] tp->selective_acks[i-1] = tp->selective_acks[i]; ^ Completed OK # rm -rf /kisskb/build/linus_axs101_defconfig_arcompact # Build took: 0:00:21.891106