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.151
Date: Wed, 6 Mar 2024 15:05:39 +0000 [thread overview]
Message-ID: <2024030640-stilt-carrot-f6cd@gregkh> (raw)
I'm announcing the release of the 5.15.151 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/riscv/include/asm/pgtable.h | 2
arch/x86/kernel/cpu/intel.c | 178 ++++++------
drivers/cpufreq/intel_pstate.c | 3
drivers/dma/fsl-qdma.c | 21 -
drivers/dma/ptdma/ptdma-dmaengine.c | 2
drivers/firmware/efi/capsule-loader.c | 2
drivers/gpio/gpio-74x164.c | 4
drivers/gpio/gpiolib.c | 10
drivers/gpu/drm/bridge/lontium-lt8912b.c | 11
drivers/interconnect/core.c | 18 -
drivers/mmc/core/mmc.c | 2
drivers/mmc/host/sdhci-xenon-phy.c | 48 ++-
drivers/mtd/nand/spi/gigadevice.c | 6
drivers/net/ethernet/intel/igb/igb_ptp.c | 5
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4
drivers/net/gtp.c | 12
drivers/net/tun.c | 1
drivers/net/usb/dm9601.c | 2
drivers/net/usb/lan78xx.c | 3
drivers/net/veth.c | 40 +-
drivers/power/supply/bq27xxx_battery_i2c.c | 4
drivers/soc/qcom/rpmhpd.c | 7
drivers/video/fbdev/core/fbcon.c | 8
fs/afs/dir.c | 4
fs/btrfs/dev-replace.c | 24 +
fs/cachefiles/bind.c | 3
fs/hugetlbfs/inode.c | 6
include/linux/netfilter.h | 14
include/net/ipv6_stubs.h | 5
include/net/netfilter/nf_conntrack.h | 8
include/net/strparser.h | 4
include/net/tls.h | 11
include/uapi/linux/bpf.h | 37 ++
include/uapi/linux/in6.h | 2
net/bluetooth/hci_core.c | 7
net/bluetooth/hci_event.c | 13
net/bluetooth/l2cap_core.c | 8
net/bridge/br_netfilter_hooks.c | 96 ++++++
net/bridge/netfilter/nf_conntrack_bridge.c | 30 ++
net/core/filter.c | 67 +++-
net/core/rtnetlink.c | 11
net/ipv4/ip_tunnel.c | 28 +
net/ipv4/netfilter/nf_reject_ipv4.c | 1
net/ipv6/addrconf.c | 7
net/ipv6/af_inet6.c | 1
net/ipv6/netfilter/nf_reject_ipv6.c | 1
net/mptcp/diag.c | 3
net/mptcp/pm_netlink.c | 30 +-
net/mptcp/protocol.c | 123 +++++++-
net/mptcp/subflow.c | 36 --
net/netfilter/core.c | 45 ++-
net/netfilter/nf_conntrack_core.c | 21 +
net/netfilter/nf_conntrack_netlink.c | 4
net/netfilter/nf_conntrack_proto_tcp.c | 35 ++
net/netfilter/nf_nat_core.c | 2
net/netfilter/nf_tables_api.c | 7
net/netfilter/nfnetlink_queue.c | 10
net/netfilter/nft_compat.c | 20 +
net/netlink/af_netlink.c | 2
net/tls/tls_device.c | 6
net/tls/tls_sw.c | 310 ++++++++++------------
net/unix/garbage.c | 22 -
net/wireless/nl80211.c | 2
security/tomoyo/common.c | 3
sound/core/Makefile | 1
sound/firewire/amdtp-stream.c | 2
tools/include/uapi/linux/bpf.h | 37 ++
tools/testing/selftests/net/mptcp/config | 2
69 files changed, 984 insertions(+), 522 deletions(-)
Alexander Ofitserov (1):
gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
Andy Shevchenko (1):
gpiolib: Fix the error path order in gpiochip_add_data_with_key()
Arnd Bergmann (1):
efi/capsule-loader: fix incorrect allocation size
Arturas Moskvinas (1):
gpio: 74x164: Enable output pins after registers are reset
Baokun Li (1):
cachefiles: fix memory leak in cachefiles_add_cache()
Bartosz Golaszewski (1):
gpio: fix resource unwinding order in error path
Bjorn Andersson (1):
pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation
Curtis Klein (1):
dmaengine: fsl-qdma: init irq after reg initialization
David Howells (1):
afs: Fix endless loop in directory parsing
David Sterba (1):
btrfs: dev-replace: properly validate device names
Davide Caratti (1):
mptcp: fix double-free on socket dismantle
Dimitris Vlachos (1):
riscv: Sparse-Memory/vmemmap out-of-bounds fix
Doug Smythies (1):
cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call back
Elad Nachman (2):
mmc: sdhci-xenon: add timeout for PHY init complete
mmc: sdhci-xenon: fix PHY init clock stability
Eric Dumazet (1):
ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
Florian Westphal (6):
net: ip_tunnel: prevent perpetual headroom growth
netfilter: nfnetlink_queue: silence bogus compiler warning
netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
netfilter: make function op structures const
netfilter: let reset rules clean out conntrack entries
netfilter: bridge: confirm multicast packets before passing them up the stack
Gal Pressman (1):
Revert "tls: rx: move counting TlsDecryptErrors for sync"
Geliang Tang (1):
mptcp: add needs_id for netlink appending addr
Greg Kroah-Hartman (3):
Revert "interconnect: Fix locking for runpm vs reclaim"
Revert "interconnect: Teach lockdep about icc_bw_lock order"
Linux 5.15.151
Han Xu (1):
mtd: spinand: gigadevice: Fix the get ecc status issue
Hans de Goede (1):
power: supply: bq27xxx-i2c: Do not free non existing IRQ
Ignat Korchagin (1):
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
Ivan Semenov (1):
mmc: core: Fix eMMC initialization with 1-bit bus connection
Jakub Kicinski (16):
net: veth: clear GRO when clearing XDP even when down
veth: try harder when allocating queue memory
tls: rx: don't store the record type in socket context
tls: rx: don't store the decryption status in socket context
tls: rx: don't issue wake ups when data is decrypted
tls: rx: refactor decrypt_skb_update()
tls: hw: rx: use return value of tls_device_decrypted() to carry status
tls: rx: drop unnecessary arguments from tls_setup_from_iter()
tls: rx: don't report text length from the bowels of decrypt
tls: rx: wrap decryption arguments in a structure
tls: rx: factor out writing ContentType to cmsg
tls: rx: don't track the async count
tls: rx: move counting TlsDecryptErrors for sync
tls: rx: assume crypto always calls our callback
tls: rx: use async as an in-out argument
net: tls: fix async vs NIC crypto offload
Jakub Raczynski (1):
stmmac: Clear variable when destroying workqueue
Javier Carrasco (1):
net: usb: dm9601: fix wrong return value in dm9601_mdio_read
Jean Sacren (1):
mptcp: clean up harmless false expressions
Jiri Slaby (SUSE) (1):
fbcon: always restore the old font data in fbcon_do_set_font()
Johannes Berg (1):
wifi: nl80211: reject iftype change with mesh ID change
Justin Iurman (1):
uapi: in6: replace temporary label with rfc9486
Kai-Heng Feng (1):
Bluetooth: Enforce validation on max value of connection interval
Kuniyuki Iwashima (1):
af_unix: Drop oob_skb ref before purging queue in GC.
Lin Ma (1):
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Louis DeLosSantos (1):
bpf: Add table ID to bpf_fib_lookup BPF helper
Luiz Augusto von Dentz (1):
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Martin KaFai Lau (1):
bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
Martynas Pumputis (1):
bpf: Derive source IP addr via bpf_*_fib_lookup()
Matthieu Baerts (NGI0) (2):
selftests: mptcp: add missing kconfig for NF Filter
selftests: mptcp: add missing kconfig for NF Filter in v6
Max Krummenacher (1):
Revert "drm/bridge: lt8912b: Register and attach our DSI device at probe"
Oleksij Rempel (2):
lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected
igb: extend PTP timestamp adjustments to i211
Oscar Salvador (1):
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
Pablo Neira Ayuso (1):
netfilter: nf_tables: disallow timeout for anonymous sets
Paolo Abeni (5):
mptcp: move __mptcp_error_report in protocol.c
mptcp: process pending subflow error on close
mptcp: rename timer related helper to less confusing names
mptcp: push at DSS boundaries
mptcp: fix possible deadlock in subflow diag
Paolo Bonzini (1):
x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
Peng Ma (1):
dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
Ryosuke Yasuoka (1):
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
Sabrina Dubroca (1):
tls: decrement decrypt_pending if no async completion will be called
Tadeusz Struk (1):
dmaengine: ptdma: use consistent DMA masks
Takashi Iwai (1):
ALSA: Drop leftover snd-rtctimer stuff from Makefile
Takashi Sakamoto (1):
ALSA: firewire-lib: fix to check cycle continuity
Tetsuo Handa (1):
tomoyo: fix UAF write bug in tomoyo_write_control()
Vasily Averin (1):
net: enable memcg accounting for veth queues
Ying Hsu (1):
Bluetooth: Avoid potential use-after-free in hci_error_reset
Yunjian Wang (1):
tun: Fix xdp_rxq_info's queue_index when detaching
Zijun Hu (1):
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
next reply other threads:[~2024-03-06 15:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-06 15:05 Greg Kroah-Hartman [this message]
2024-03-06 15:05 ` Linux 5.15.151 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=2024030640-stilt-carrot-f6cd@gregkh \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.