# git rev-parse -q --verify db7c953555388571a96ed8783ff6c5745ba18ab9^{commit} db7c953555388571a96ed8783ff6c5745ba18ab9 already have revision, skipping fetch # git checkout -q -f -B kisskb db7c953555388571a96ed8783ff6c5745ba18ab9 # git clean -qxdf # < git log -1 # commit db7c953555388571a96ed8783ff6c5745ba18ab9 # Merge: 200f9d21aa92 edbc21113bde # Author: Linus Torvalds # Date: Thu Nov 12 14:02:04 2020 -0800 # # Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Current release - regressions: # # - arm64: dts: fsl-ls1028a-kontron-sl28: specify in-band mode for # ENETC # # Current release - bugs in new features: # # - mptcp: provide rmem[0] limit offset to fix oops # # Previous release - regressions: # # - IPv6: Set SIT tunnel hard_header_len to zero to fix path MTU # calculations # # - lan743x: correctly handle chips with internal PHY # # - bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE # # - mlx5e: Fix VXLAN port table synchronization after function reload # # Previous release - always broken: # # - bpf: Zero-fill re-used per-cpu map element # # - fix out-of-order UDP packets when forwarding with UDP GSO fraglists # turned on: # - fix UDP header access on Fast/frag0 UDP GRO # - fix IP header access and skb lookup on Fast/frag0 UDP GRO # # - ethtool: netlink: add missing netdev_features_change() call # # - net: Update window_clamp if SOCK_RCVBUF is set # # - igc: Fix returning wrong statistics # # - ch_ktls: fix multiple leaks and corner cases in Chelsio TLS offload # # - tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 replies # # - r8169: disable hw csum for short packets on all chip versions # # - vrf: Fix fast path output packet handling with async Netfilter # rules" # # * tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (65 commits) # lan743x: fix use of uninitialized variable # net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO # net: udp: fix UDP header access on Fast/frag0 UDP GRO # devlink: Avoid overwriting port attributes of registered port # vrf: Fix fast path output packet handling with async Netfilter rules # cosa: Add missing kfree in error path of cosa_write # net: switch to the kernel.org patchwork instance # ch_ktls: stop the txq if reaches threshold # ch_ktls: tcb update fails sometimes # ch_ktls/cxgb4: handle partial tag alone SKBs # ch_ktls: don't free skb before sending FIN # ch_ktls: packet handling prior to start marker # ch_ktls: Correction in middle record handling # ch_ktls: missing handling of header alone # ch_ktls: Correction in trimmed_len calculation # cxgb4/ch_ktls: creating skbs causes panic # ch_ktls: Update cheksum information # ch_ktls: Correction in finding correct length # cxgb4/ch_ktls: decrypted bit is not enough # net/x25: Fix null-ptr-deref in x25_connect # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 db7c953555388571a96ed8783ff6c5745ba18ab9 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ cc1: fatal error: opening output file arch/powerpc/boot/dts/fsl/.mpc8540ads.dtb.dts.tmp: No such file or directory compilation terminated. make[2]: *** [scripts/Makefile.lib:326: arch/powerpc/boot/dts/fsl/mpc8540ads.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [arch/powerpc/Makefile:295: zImage] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:06.384071