From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 5.15.30
Date: Sat, 19 Mar 2022 14:04:33 +0100 [thread overview]
Message-ID: <164769507461168@kroah.com> (raw)
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
next reply other threads:[~2022-03-19 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-19 13:04 Greg Kroah-Hartman [this message]
2022-03-19 13:04 ` Linux 5.15.30 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=164769507461168@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox