[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2024111731-expend-stray-4ad0@gregkh>
Date: Sun, 17 Nov 2024 15:18:30 +0100
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 6.6.62
I'm announcing the release of the 6.6.62 kernel.
All users of the 6.6 kernel series must upgrade.
The updated 6.6.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.6.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/loongarch/include/asm/loongarch.h | 2
arch/powerpc/platforms/powernv/opal-irqchip.c | 1
arch/riscv/kvm/aia_imsic.c | 8 -
block/elevator.c | 4
crypto/algapi.c | 2
drivers/crypto/marvell/cesa/hash.c | 12 +-
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 6 -
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 4
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 26 ++++++
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 3
drivers/hid/hid-ids.h | 1
drivers/hid/hid-lenovo.c | 8 +
drivers/hid/hid-multitouch.c | 13 +++
drivers/infiniband/sw/siw/siw_qp_tx.c | 2
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 4
drivers/irqchip/irq-mscc-ocelot.c | 4
drivers/net/mdio/mdio-bcm-unimac.c | 1
drivers/net/usb/qmi_wwan.c | 1
drivers/nvme/host/core.c | 52 ++++++------
drivers/nvme/host/multipath.c | 33 +++++++
drivers/nvme/host/nvme.h | 1
drivers/nvme/host/tcp.c | 7 -
drivers/nvme/target/loop.c | 13 +++
drivers/vdpa/ifcvf/ifcvf_base.c | 2
fs/9p/fid.c | 5 -
fs/ocfs2/file.c | 9 +-
fs/smb/client/connect.c | 14 ++-
include/net/tls.h | 12 ++
io_uring/io_uring.c | 5 +
kernel/bpf/syscall.c | 14 ++-
kernel/bpf/verifier.c | 4
mm/filemap.c | 2
mm/huge_memory.c | 59 ++++++++------
mm/hugetlb.c | 1
mm/internal.h | 27 ++++++
mm/memcontrol.c | 29 ++++++
mm/mempolicy.c | 17 ----
mm/page_alloc.c | 21 +----
mm/readahead.c | 11 --
mm/slab_common.c | 2
net/9p/client.c | 12 ++
net/core/filter.c | 2
sound/Kconfig | 2
sound/soc/amd/yc/acp6x-mach.c | 14 +++
sound/soc/codecs/rt722-sdca-sdw.c | 2
sound/soc/fsl/fsl_micfil.c | 38 +++++++++
tools/testing/selftests/bpf/progs/verifier_scalar_ids.c | 67 ++++++++++++++++
51 files changed, 450 insertions(+), 141 deletions(-)
Alessandro Zanni (1):
fs: Fix uninitialized value issue in from_kuid and from_kgid
Breno Leitao (1):
nvme/host: Fix RCU list traversal to use SRCU primitive
Christian Heusel (1):
ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
Cyan Yang (1):
RISCV: KVM: use raw_spinlock for critical section in imsic
Dominique Martinet (1):
9p: v9fs_fid_find: also lookup by inode if not found dentry
Eduard Zingerman (1):
selftests/bpf: Verify that sync_linked_regs preserves subreg_def
Greg Joyce (1):
nvme: disable CC.CRIME (NVME_CC_CRIME)
Greg Kroah-Hartman (1):
Linux 6.6.62
Hagar Hemdan (1):
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Hannes Reinecke (1):
nvme: tcp: avoid race between queue_lock lock and destroy
Hans de Goede (1):
HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
Herbert Xu (2):
crypto: api - Fix liveliness check in crypto_alg_tested
crypto: marvell/cesa - Disable hash algorithms
Hou Tao (1):
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hugh Dickins (2):
mm: add page_rmappable_folio() wrapper
mm/thp: fix deferred split unqueue naming and locking
Ian Forbes (1):
drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS
Ilya Dudikov (1):
ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
Jack Yu (1):
ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
Jiawei Ye (1):
bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
Julian Vetter (1):
sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
Kefeng Wang (1):
mm: refactor folio_undo_large_rmappable()
Keith Busch (1):
nvme-multipath: defer partition scanning
Kenneth Albanowski (1):
HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad
Kuniyuki Iwashima (1):
smb: client: Fix use-after-free of network namespace.
Linus Torvalds (1):
9p: fix slab cache name creation for real
Linus Walleij (1):
net: phy: mdio-bcm-unimac: Add BCM6846 support
Matthew Wilcox (Oracle) (2):
mm: support order-1 folios in the page cache
mm: always initialise folio->_deferred_list
Michael Ellerman (1):
powerpc/powernv: Free name on error in opal_event_init()
Nilay Shroff (2):
nvme-loop: flush off pending I/O while shutting down loop controller
nvme: make keep-alive synchronous operation
Pedro Falcato (1):
9p: Avoid creating multiple slab caches with the same name
Philip Yang (1):
drm/amdkfd: Accounting pdd vram_usage for svm
Qun-Wei Lin (1):
mm: krealloc: Fix MTE false alarm in __do_krealloc
Reinhard Speyerer (1):
net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
Rik van Riel (1):
bpf: use kvzmalloc to allocate BPF verifier environment
Robin Murphy (1):
iommu/arm-smmu: Clarify MMU-500 CPRE workaround
Ryan Roberts (1):
mm/readahead: do not allow order-1 folio
Sergey Matsievskiy (1):
irqchip/ocelot: Fix trigger register address
Shengjiu Wang (1):
ASoC: fsl_micfil: Add sample rate constraint
Showrya M N (1):
RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
Stefan Blum (1):
HID: multitouch: Add support for B2402FVA track point
SurajSonawane2415 (1):
block: Fix elevator_get_default() checking for NULL q->tag_set
WangYuli (1):
HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
Yanteng Si (1):
LoongArch: Use "Exception return address" to comment ERA
Yuan Can (1):
vDPA/ifcvf: Fix pci_read_config_byte() return code handling
Zijian Zhang (1):
bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
Powered by blists - more mailing lists