# git rev-parse -q --verify 4e04e7513b0fa2fe8966a1c83fb473f1667e2810^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 4e04e7513b0fa2fe8966a1c83fb473f1667e2810^{commit} 4e04e7513b0fa2fe8966a1c83fb473f1667e2810 # git checkout -q -f -B kisskb 4e04e7513b0fa2fe8966a1c83fb473f1667e2810 # git clean -qxdf # < git log -1 # commit 4e04e7513b0fa2fe8966a1c83fb473f1667e2810 # Merge: 3b9784350f99 27f0ad71699d # Author: Linus Torvalds # Date: Fri Apr 9 15:26:51 2021 -0700 # # Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Networking fixes for 5.12-rc7, including fixes from can, ipsec, # mac80211, wireless, and bpf trees. # # No scary regressions here or in the works, but small fixes for 5.12 # changes keep coming. # # Current release - regressions: # # - virtio: do not pull payload in skb->head # # - virtio: ensure mac header is set in virtio_net_hdr_to_skb() # # - Revert "net: correct sk_acceptq_is_full()" # # - mptcp: revert "mptcp: provide subflow aware release function" # # - ethernet: lan743x: fix ethernet frame cutoff issue # # - dsa: fix type was not set for devlink port # # - ethtool: remove link_mode param and derive link params from driver # # - sched: htb: fix null pointer dereference on a null new_q # # - wireless: iwlwifi: Fix softirq/hardirq disabling in # iwl_pcie_enqueue_hcmd() # # - wireless: iwlwifi: fw: fix notification wait locking # # - wireless: brcmfmac: p2p: Fix deadlock introduced by avoiding the # rtnl dependency # # Current release - new code bugs: # # - napi: fix hangup on napi_disable for threaded napi # # - bpf: take module reference for trampoline in module # # - wireless: mt76: mt7921: fix airtime reporting and related tx hangs # # - wireless: iwlwifi: mvm: rfi: don't lock mvm->mutex when sending # config command # # Previous releases - regressions: # # - rfkill: revert back to old userspace API by default # # - nfc: fix infinite loop, refcount & memory leaks in LLCP sockets # # - let skb_orphan_partial wake-up waiters # # - xfrm/compat: Cleanup WARN()s that can be user-triggered # # - vxlan, geneve: do not modify the shared tunnel info when PMTU # triggers an ICMP reply # # - can: fix msg_namelen values depending on CAN_REQUIRED_SIZE # # - can: uapi: mark union inside struct can_frame packed # # - sched: cls: fix action overwrite reference counting # # - sched: cls: fix err handler in tcf_action_init() # # - ethernet: mlxsw: fix ECN marking in tunnel decapsulation # # - ethernet: nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx # # - ethernet: i40e: fix receiving of single packets in xsk zero-copy # mode # # - ethernet: cxgb4: avoid collecting SGE_QBASE regs during traffic # # Previous releases - always broken: # # - bpf: Refuse non-O_RDWR flags in BPF_OBJ_GET # # - bpf: Refcount task stack in bpf_get_task_stack # # - bpf, x86: Validate computation of branch displacements # # - ieee802154: fix many similar syzbot-found bugs # - fix NULL dereferences in netlink attribute handling # - reject unsupported operations on monitor interfaces # - fix error handling in llsec_key_alloc() # # - xfrm: make ipv4 pmtu check honor ip header df # # - xfrm: make hash generation lock per network namespace # # - xfrm: esp: delete NETIF_F_SCTP_CRC bit from features for esp # offload # # - ethtool: fix incorrect datatype in set_eee ops # # - xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory # model # # - openvswitch: fix send of uninitialized stack memory in ct limit # reply # # Misc: # # - udp: add get handling for UDP_GRO sockopt" # # * tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (182 commits) # net: fix hangup on napi_disable for threaded napi # net: hns3: Trivial spell fix in hns3 driver # lan743x: fix ethernet frame cutoff issue # net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh # net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits # net: dsa: lantiq_gswip: Don't use PHY auto polling # net: sched: sch_teql: fix null-pointer dereference # ipv6: report errors for iftoken via netlink extack # net: sched: fix err handler in tcf_action_init() # net: sched: fix action overwrite reference counting # Revert "net: sched: bump refcount for new action in ACT replace mode" # ice: fix memory leak of aRFS after resuming from suspend # i40e: Fix sparse warning: missing error code 'err' # i40e: Fix sparse error: 'vsi->netdev' could be null # i40e: Fix sparse error: uninitialized symbol 'ring' # i40e: Fix sparse errors in i40e_txrx.c # i40e: Fix parameters in aq_get_phy_register() # nl80211: fix beacon head validation # bpf, x86: Validate computation of branch displacements for x86-32 # bpf, x86: Validate computation of branch displacements for x86-64 # ... # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 4e04e7513b0fa2fe8966a1c83fb473f1667e2810 # < make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/drivers/tty/serial/sunzilog.c:1128:13: warning: 'sunzilog_putchar' defined but not used [-Wunused-function] static void sunzilog_putchar(struct uart_port *port, int ch) ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ WARNING: modpost: EXPORT symbol "bzero_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_exit" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_try" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ndelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "empty_zero_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__udelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__lshrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_write_enter" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__copy_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__muldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__divdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_enter" [vmlinux] version generation failed, symbol will not be versioned. arch/sparc/kernel/head_32.o: In function `current_pc': arch/sparc/kernel/head_32.o:(.head.text+0x5040): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `halt_notsup': arch/sparc/kernel/head_32.o:(.head.text+0x5100): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `leon_init': arch/sparc/kernel/head_32.o:(.init.text+0xa4): relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o arch/sparc/kernel/process_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/process_32.o:(.fixup+0xc): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x10): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x1c): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x28): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x34): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x40): additional relocation overflows omitted from the output make[1]: *** [/kisskb/src/Makefile:1199: vmlinux] Error 1 make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64 # Build took: 0:11:57.504279