I'm announcing the release of the 5.15.30 kernel. All users of the 5.15 kernel series must upgrade. The updated 5.15.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 - arch/arm/boot/dts/rk322x.dtsi | 4 +- arch/arm/boot/dts/rk3288.dtsi | 2 - arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 4 +- arch/arm64/boot/dts/rockchip/px30.dtsi | 2 - arch/arm64/boot/dts/rockchip/rk3328.dtsi | 2 - arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 1 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 20 ++++++++++++++ arch/arm64/boot/dts/rockchip/rk3399.dtsi | 6 ++-- arch/mips/kernel/smp.c | 6 ++-- arch/x86/kernel/module.c | 13 +++++---- drivers/atm/firestream.c | 2 + drivers/gpu/drm/drm_connector.c | 3 ++ drivers/net/can/rcar/rcar_canfd.c | 6 ++-- drivers/net/ethernet/broadcom/bnx2.c | 2 - drivers/net/ethernet/intel/ice/ice.h | 11 +++++++- drivers/net/ethernet/intel/ice/ice_main.c | 12 ++++++++ drivers/net/ethernet/sfc/mcdi.c | 2 - drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 3 -- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 1 include/net/xfrm.h | 5 ++- lib/Kconfig | 1 net/bluetooth/hci_core.c | 1 net/ipv4/tcp.c | 10 ++++--- net/key/af_key.c | 2 - net/mac80211/agg-tx.c | 10 ++++++- net/wireless/nl80211.c | 3 +- net/xfrm/xfrm_policy.c | 14 +++++----- net/xfrm/xfrm_state.c | 15 ++++++++--- net/xfrm/xfrm_user.c | 27 +++++--------------- tools/testing/selftests/vm/userfaultfd.c | 1 31 files changed, 125 insertions(+), 68 deletions(-) Alexander Lobakin (1): MIPS: smp: fill in sibling and core maps earlier Chengming Zhou (1): kselftest/vm: fix tests build with old libc Christophe JAILLET (1): bnx2: Fix an error message Corentin Labbe (1): ARM: dts: rockchip: fix a typo on rk3288 crypto-controller Dinh Nguyen (1): arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" Eric Dumazet (1): tcp: make tcp_read_sock() more robust Golan Ben Ami (1): iwlwifi: don't advertise TWT support Greg Kroah-Hartman (1): Linux 5.15.30 Ivan Vecera (1): ice: Fix race condition during interface enslave Jakob Unterwurzacher (1): arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity Jia-Ju Bai (1): atm: firestream: check the return value of ioremap() in fs_init() Johannes Berg (1): mac80211: refuse aggregations sessions before authorized Julian Braha (1): ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE Kai Lueke (1): Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" Krzysztof Kozlowski (1): arm64: dts: rockchip: align pl330 node name with dtschema Lad Prabhakar (1): can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready Luiz Augusto von Dentz (1): Bluetooth: hci_core: Fix leaking sent_cmd skb Manasi Navare (1): drm/vrr: Set VRR capable prop only if it is attached to connector Niels Dossche (1): sfc: extend the locking on mcdi->seqno Peter Zijlstra (1): x86/module: Fix the paravirt vs alternative order Quentin Schulz (1): arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode Sascha Hauer (2): arm64: dts: rockchip: reorder rk3399 hdmi clocks ARM: dts: rockchip: reorder rk322x hmdi clocks Sreeramya Soratkal (1): nl80211: Update bss channel on channel switch for P2P_CLIENT Yan Yan (2): xfrm: Check if_id in xfrm_migrate xfrm: Fix xfrm migrate issues when address family changes