# git rev-parse -q --verify 4e04e7513b0fa2fe8966a1c83fb473f1667e2810^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # 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 80 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # 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 80 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 80 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 80 ARCH=sparc64 O=/kisskb/build/linus_sparc64-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] In file included from /kisskb/src/include/linux/kernel.h:14:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:34: /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c: In function 'ttm_pool_alloc': /kisskb/src/include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^ /kisskb/src/include/linux/minmax.h:32:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^ /kisskb/src/include/linux/minmax.h:42:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^ /kisskb/src/include/linux/minmax.h:51:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^ /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:383:15: note: in expansion of macro 'min' for (order = min(MAX_ORDER - 1UL, __fls(num_pages)); num_pages; ^ /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. ^ kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sparc64-allmodconfig_sparc64 # Build took: 0:15:59.916782