[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2024102238-reenter-bakery-db9f@gregkh>
Date: Tue, 22 Oct 2024 16:45:38 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org,
torvalds@...ux-foundation.org,
stable@...r.kernel.org
Cc: lwn@....net,
jslaby@...e.cz,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 5.15.169
I'm announcing the release of the 5.15.169 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/arm64/kernel/probes/decode-insn.c | 16
arch/arm64/kernel/probes/simulate-insn.c | 18
arch/powerpc/mm/numa.c | 6
arch/s390/kvm/diag.c | 2
arch/x86/entry/entry.S | 5
arch/x86/entry/entry_32.S | 6
arch/x86/include/asm/cpufeatures.h | 4
arch/x86/kernel/apic/apic.c | 14
arch/x86/kernel/cpu/bugs.c | 32
arch/x86/kernel/cpu/common.c | 3
arch/x86/kernel/cpu/resctrl/core.c | 4
block/blk-rq-qos.c | 2
drivers/bluetooth/btusb.c | 13
drivers/gpu/drm/drm_gem_shmem_helper.c | 3
drivers/gpu/drm/radeon/radeon_encoders.c | 2
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 1
drivers/iio/adc/Kconfig | 4
drivers/iio/common/hid-sensors/hid-sensor-trigger.c | 2
drivers/iio/dac/Kconfig | 3
drivers/iio/light/opt3001.c | 4
drivers/iio/light/veml6030.c | 5
drivers/iio/proximity/Kconfig | 2
drivers/iommu/intel/iommu.c | 4
drivers/irqchip/irq-gic-v3-its.c | 26
drivers/md/dm-crypt.c | 37
drivers/net/ethernet/cadence/macb_main.c | 14
drivers/net/ethernet/freescale/enetc/enetc.c | 2
drivers/parport/procfs.c | 22
drivers/pinctrl/pinctrl-ocelot.c | 8
drivers/s390/char/sclp_vt220.c | 4
drivers/usb/host/xhci-ring.c | 2
drivers/usb/host/xhci.h | 2
drivers/usb/serial/option.c | 8
fs/fat/namei_vfat.c | 2
fs/nilfs2/dir.c | 50
fs/nilfs2/namei.c | 39
fs/nilfs2/nilfs.h | 2
fs/udf/dir.c | 148 --
fs/udf/directory.c | 564 +++++++---
fs/udf/inode.c | 90 -
fs/udf/namei.c | 1050 ++++++--------------
fs/udf/udfdecl.h | 45
include/linux/fsl/enetc_mdio.h | 3
include/linux/irqchip/arm-gic-v4.h | 4
io_uring/io_uring.c | 21
kernel/time/posix-clock.c | 3
mm/secretmem.c | 4
mm/swapfile.c | 2
net/bluetooth/af_bluetooth.c | 1
net/ipv4/tcp_output.c | 2
net/mac80211/cfg.c | 3
net/mac80211/key.c | 2
net/mptcp/mib.c | 3
net/mptcp/mib.h | 3
net/mptcp/pm_netlink.c | 3
net/mptcp/protocol.c | 23
net/mptcp/protocol.h | 2
net/mptcp/subflow.c | 19
sound/pci/hda/patch_conexant.c | 19
virt/kvm/kvm_main.c | 5
61 files changed, 1162 insertions(+), 1232 deletions(-)
Aaron Thompson (1):
Bluetooth: Remove debugfs directory on module init failure
Aneesh Kumar K.V (1):
powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()
Benjamin B. Frost (1):
USB: serial: option: add support for Quectel EG916Q-GL
Breno Leitao (1):
KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
Christophe JAILLET (1):
iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
Daniele Palmas (1):
USB: serial: option: add Telit FN920C04 MBIM compositions
Emil Gedenryd (1):
iio: light: opt3001: add missing full-scale range value
Felix Moessbauer (2):
io_uring/sqpoll: do not allow pinning outside of cpuset
io_uring/sqpoll: do not put cpumask on stack
Geliang Tang (1):
mptcp: track and update contiguous data status
Greg Kroah-Hartman (1):
Linux 5.15.169
Jan Kara (20):
udf: New directory iteration code
udf: Convert udf_expand_dir_adinicb() to new directory iteration
udf: Move udf_expand_dir_adinicb() to its callsite
udf: Implement searching for directory entry using new iteration code
udf: Provide function to mark entry as deleted using new directory iteration code
udf: Convert udf_rename() to new directory iteration code
udf: Convert udf_readdir() to new directory iteration
udf: Convert udf_lookup() to use new directory iteration code
udf: Convert udf_get_parent() to new directory iteration code
udf: Convert empty_dir() to new directory iteration code
udf: Convert udf_rmdir() to new directory iteration code
udf: Convert udf_unlink() to new directory iteration code
udf: Implement adding of dir entries using new iteration code
udf: Convert udf_add_nondir() to new directory iteration
udf: Convert udf_mkdir() to new directory iteration code
udf: Convert udf_link() to new directory iteration code
udf: Remove old directory iteration code
udf: Handle error when expanding directory
udf: Don't return bh from udf_expand_dir_adinicb()
udf: Fix bogus checksum computation in udf_rename()
Javier Carrasco (8):
iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
iio: light: veml6030: fix ALS sensor resolution
iio: light: veml6030: fix IIO device retrieval from embedded device
iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Jens Axboe (2):
io_uring/sqpoll: retain test for whether the CPU is valid
io_uring/sqpoll: close race on waiting for sqring entries
Jim Mattson (1):
x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
Jinjie Ruan (1):
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Johannes Berg (1):
wifi: mac80211: fix potential key use-after-free
Johannes Wikner (4):
x86/cpufeatures: Add a IBPB_NO_RET BUG flag
x86/entry: Have entry_ibpb() invalidate return predictions
x86/bugs: Skip RSB fill at VMEXIT
x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
Liu Shixin (1):
mm/swapfile: skip HugeTLB pages for unuse_vma
Lu Baolu (1):
iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
Luiz Augusto von Dentz (1):
Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001
Marc Zyngier (1):
irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
Mark Rutland (2):
arm64: probes: Remove broken LDR (literal) uprobe support
arm64: probes: Fix simulate_ldr*_literal()
Mathias Nyman (2):
xhci: Fix incorrect stream context type macro
xhci: Mitigate failed set dequeue pointer commands
Matthieu Baerts (NGI0) (2):
mptcp: fallback when MPTCP opts are dropped after 1st data
mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
Michael Mueller (1):
KVM: s390: Change virtual to physical address access in diag 0x258 handler
Mikulas Patocka (1):
dm-crypt, dm-verity: disable tasklets
Nathan Chancellor (1):
x86/resctrl: Annotate get_mem_config() functions as __init
Nianyao Tang (1):
irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
Nikolay Kuratov (1):
drm/vmwgfx: Handle surface check failure correctly
OGAWA Hirofumi (1):
fat: fix uninitialized variable
Oleksij Rempel (1):
net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY
Omar Sandoval (1):
blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
Paolo Abeni (3):
mptcp: handle consistently DSS corruption
tcp: fix mptcp DSS corruption due to large pmtu xmit
mptcp: prevent MPC handshake on port-based signal endpoints
Patrick Roy (1):
secretmem: disable memfd_secret() if arch cannot set direct map
Pawan Gupta (2):
x86/entry_32: Do not clobber user EFLAGS.ZF
x86/entry_32: Clear CPU buffers after register restore in NMI return
Ryusuke Konishi (1):
nilfs2: propagate directory read errors from nilfs_find_entry()
Sergey Matsievskiy (1):
pinctrl: ocelot: fix system hang on level based interrupts
Takashi Iwai (1):
parport: Proper fix for array out-of-bounds access
Thomas Weißschuh (1):
s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
Vasiliy Kovalev (2):
ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
Ville Syrjälä (1):
drm/radeon: Fix encoder->possible_clones
Wachowski, Karol (1):
drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
Wei Fang (2):
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
net: enetc: add missing static descriptor and inline keyword
Zhang Rui (1):
x86/apic: Always explicitly disarm TSC-deadline timer
Powered by blists - more mailing lists