Accepting request 1224800 from Kernel:slowroll

6.6.62

OBS-URL: https://build.opensuse.org/request/show/1224800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source-longterm?expand=0&rev=43
This commit is contained in:
Ana Guerrero 2024-11-18 18:56:56 +00:00 committed by Git OBS Bridge
commit 2de9728010
9 changed files with 318 additions and 15 deletions

View File

@ -1,3 +1,88 @@
-------------------------------------------------------------------
Sun Nov 17 17:10:40 CET 2024 - rfrohl@suse.com
- Linux 6.6.62 (bsc#1218260).
- 9p: fix slab cache name creation for real (bsc#1218260).
- mm/thp: fix deferred split unqueue naming and locking
(bsc#1218260).
- mm: refactor folio_undo_large_rmappable() (bsc#1218260).
- mm: always initialise folio->_deferred_list (bsc#1218260).
- mm: support order-1 folios in the page cache (bsc#1218260).
- mm/readahead: do not allow order-1 folio (bsc#1218260).
- mm: add page_rmappable_folio() wrapper (bsc#1218260).
- mm: krealloc: Fix MTE false alarm in __do_krealloc
(bsc#1218260).
- io_uring: fix possible deadlock in
io_register_iowq_max_workers() (bsc#1218260).
- bpf: Check validity of link->type in bpf_link_show_fdinfo()
(bsc#1218260).
- net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
(bsc#1218260).
- ASoC: fsl_micfil: Add sample rate constraint (bsc#1218260).
- LoongArch: Use "Exception return address" to comment ERA
(bsc#1218260).
- ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop
issue (bsc#1218260).
- RISCV: KVM: use raw_spinlock for critical section in imsic
(bsc#1218260).
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
(bsc#1218260).
- HID: multitouch: Add quirk for Logitech Bolt receiver w/
Casa touchpad (bsc#1218260).
- fs: Fix uninitialized value issue in from_kuid and from_kgid
(bsc#1218260).
- ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
(bsc#1218260).
- ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
(bsc#1218260).
- bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
(bsc#1218260).
- bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
(bsc#1218260).
- vDPA/ifcvf: Fix pci_read_config_byte() return code handling
(bsc#1218260).
- nvme/host: Fix RCU list traversal to use SRCU primitive
(bsc#1218260).
- smb: client: Fix use-after-free of network namespace
(bsc#1218260).
- nvme: make keep-alive synchronous operation (bsc#1218260).
- nvme-loop: flush off pending I/O while shutting down loop
controller (bsc#1218260).
- net: phy: mdio-bcm-unimac: Add BCM6846 support (bsc#1218260).
- powerpc/powernv: Free name on error in opal_event_init()
(bsc#1218260).
- drm/amdkfd: Accounting pdd vram_usage for svm (bsc#1218260).
- nvme-multipath: defer partition scanning (bsc#1218260).
- RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
(bsc#1218260).
- drm/vmwgfx: Limit display layout ioctl array size to
VMWGFX_NUM_DISPLAY_UNITS (bsc#1218260).
- sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
(bsc#1218260).
- crypto: marvell/cesa - Disable hash algorithms (bsc#1218260).
- crypto: api - Fix liveliness check in crypto_alg_tested
(bsc#1218260).
- bpf: use kvzmalloc to allocate BPF verifier environment
(bsc#1218260).
- nvme: disable CC.CRIME (NVME_CC_CRIME) (bsc#1218260).
- iommu/arm-smmu: Clarify MMU-500 CPRE workaround (bsc#1218260).
- HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
(bsc#1218260).
- HID: multitouch: Add support for B2402FVA track point
(bsc#1218260).
- block: Fix elevator_get_default() checking for NULL q->tag_set
(bsc#1218260).
- nvme: tcp: avoid race between queue_lock lock and destroy
(bsc#1218260).
- irqchip/ocelot: Fix trigger register address (bsc#1218260).
- selftests/bpf: Verify that sync_linked_regs preserves subreg_def
(bsc#1218260).
- 9p: Avoid creating multiple slab caches with the same name
(bsc#1218260).
- 9p: v9fs_fid_find: also lookup by inode if not found dentry
(bsc#1218260).
- commit 040e170
-------------------------------------------------------------------
Fri Nov 15 09:20:36 CET 2024 - rfrohl@suse.com

View File

@ -18,8 +18,8 @@
%define srcversion 6.6
%define patchversion 6.6.61
%define git_commit c617dad6e27df828fec0746116940c6cb75b4e54
%define patchversion 6.6.62
%define git_commit 040e170b4dcc7b9eabee496bcc723aee687b34e9
%define variant -longterm%{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -113,9 +113,9 @@ Name: kernel-longterm
Summary: The Linux Kernel
License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.61
Version: 6.6.62
%if 0%{?is_kotd}
Release: <RELEASE>.gc617dad
Release: <RELEASE>.g040e170
%else
Release: 0
%endif

View File

@ -1,3 +1,88 @@
-------------------------------------------------------------------
Sun Nov 17 17:10:40 CET 2024 - rfrohl@suse.com
- Linux 6.6.62 (bsc#1218260).
- 9p: fix slab cache name creation for real (bsc#1218260).
- mm/thp: fix deferred split unqueue naming and locking
(bsc#1218260).
- mm: refactor folio_undo_large_rmappable() (bsc#1218260).
- mm: always initialise folio->_deferred_list (bsc#1218260).
- mm: support order-1 folios in the page cache (bsc#1218260).
- mm/readahead: do not allow order-1 folio (bsc#1218260).
- mm: add page_rmappable_folio() wrapper (bsc#1218260).
- mm: krealloc: Fix MTE false alarm in __do_krealloc
(bsc#1218260).
- io_uring: fix possible deadlock in
io_register_iowq_max_workers() (bsc#1218260).
- bpf: Check validity of link->type in bpf_link_show_fdinfo()
(bsc#1218260).
- net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
(bsc#1218260).
- ASoC: fsl_micfil: Add sample rate constraint (bsc#1218260).
- LoongArch: Use "Exception return address" to comment ERA
(bsc#1218260).
- ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop
issue (bsc#1218260).
- RISCV: KVM: use raw_spinlock for critical section in imsic
(bsc#1218260).
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
(bsc#1218260).
- HID: multitouch: Add quirk for Logitech Bolt receiver w/
Casa touchpad (bsc#1218260).
- fs: Fix uninitialized value issue in from_kuid and from_kgid
(bsc#1218260).
- ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
(bsc#1218260).
- ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
(bsc#1218260).
- bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
(bsc#1218260).
- bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
(bsc#1218260).
- vDPA/ifcvf: Fix pci_read_config_byte() return code handling
(bsc#1218260).
- nvme/host: Fix RCU list traversal to use SRCU primitive
(bsc#1218260).
- smb: client: Fix use-after-free of network namespace
(bsc#1218260).
- nvme: make keep-alive synchronous operation (bsc#1218260).
- nvme-loop: flush off pending I/O while shutting down loop
controller (bsc#1218260).
- net: phy: mdio-bcm-unimac: Add BCM6846 support (bsc#1218260).
- powerpc/powernv: Free name on error in opal_event_init()
(bsc#1218260).
- drm/amdkfd: Accounting pdd vram_usage for svm (bsc#1218260).
- nvme-multipath: defer partition scanning (bsc#1218260).
- RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
(bsc#1218260).
- drm/vmwgfx: Limit display layout ioctl array size to
VMWGFX_NUM_DISPLAY_UNITS (bsc#1218260).
- sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
(bsc#1218260).
- crypto: marvell/cesa - Disable hash algorithms (bsc#1218260).
- crypto: api - Fix liveliness check in crypto_alg_tested
(bsc#1218260).
- bpf: use kvzmalloc to allocate BPF verifier environment
(bsc#1218260).
- nvme: disable CC.CRIME (NVME_CC_CRIME) (bsc#1218260).
- iommu/arm-smmu: Clarify MMU-500 CPRE workaround (bsc#1218260).
- HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
(bsc#1218260).
- HID: multitouch: Add support for B2402FVA track point
(bsc#1218260).
- block: Fix elevator_get_default() checking for NULL q->tag_set
(bsc#1218260).
- nvme: tcp: avoid race between queue_lock lock and destroy
(bsc#1218260).
- irqchip/ocelot: Fix trigger register address (bsc#1218260).
- selftests/bpf: Verify that sync_linked_regs preserves subreg_def
(bsc#1218260).
- 9p: Avoid creating multiple slab caches with the same name
(bsc#1218260).
- 9p: v9fs_fid_find: also lookup by inode if not found dentry
(bsc#1218260).
- commit 040e170
-------------------------------------------------------------------
Fri Nov 15 09:20:36 CET 2024 - rfrohl@suse.com

View File

@ -17,8 +17,8 @@
%define srcversion 6.6
%define patchversion 6.6.61
%define git_commit c617dad6e27df828fec0746116940c6cb75b4e54
%define patchversion 6.6.62
%define git_commit 040e170b4dcc7b9eabee496bcc723aee687b34e9
%define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@
%endif
Name: kernel-source-longterm
Version: 6.6.61
Version: 6.6.62
%if 0%{?is_kotd}
Release: <RELEASE>.gc617dad
Release: <RELEASE>.g040e170
%else
Release: 0
%endif

View File

@ -1,3 +1,88 @@
-------------------------------------------------------------------
Sun Nov 17 17:10:40 CET 2024 - rfrohl@suse.com
- Linux 6.6.62 (bsc#1218260).
- 9p: fix slab cache name creation for real (bsc#1218260).
- mm/thp: fix deferred split unqueue naming and locking
(bsc#1218260).
- mm: refactor folio_undo_large_rmappable() (bsc#1218260).
- mm: always initialise folio->_deferred_list (bsc#1218260).
- mm: support order-1 folios in the page cache (bsc#1218260).
- mm/readahead: do not allow order-1 folio (bsc#1218260).
- mm: add page_rmappable_folio() wrapper (bsc#1218260).
- mm: krealloc: Fix MTE false alarm in __do_krealloc
(bsc#1218260).
- io_uring: fix possible deadlock in
io_register_iowq_max_workers() (bsc#1218260).
- bpf: Check validity of link->type in bpf_link_show_fdinfo()
(bsc#1218260).
- net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
(bsc#1218260).
- ASoC: fsl_micfil: Add sample rate constraint (bsc#1218260).
- LoongArch: Use "Exception return address" to comment ERA
(bsc#1218260).
- ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop
issue (bsc#1218260).
- RISCV: KVM: use raw_spinlock for critical section in imsic
(bsc#1218260).
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
(bsc#1218260).
- HID: multitouch: Add quirk for Logitech Bolt receiver w/
Casa touchpad (bsc#1218260).
- fs: Fix uninitialized value issue in from_kuid and from_kgid
(bsc#1218260).
- ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
(bsc#1218260).
- ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
(bsc#1218260).
- bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
(bsc#1218260).
- bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
(bsc#1218260).
- vDPA/ifcvf: Fix pci_read_config_byte() return code handling
(bsc#1218260).
- nvme/host: Fix RCU list traversal to use SRCU primitive
(bsc#1218260).
- smb: client: Fix use-after-free of network namespace
(bsc#1218260).
- nvme: make keep-alive synchronous operation (bsc#1218260).
- nvme-loop: flush off pending I/O while shutting down loop
controller (bsc#1218260).
- net: phy: mdio-bcm-unimac: Add BCM6846 support (bsc#1218260).
- powerpc/powernv: Free name on error in opal_event_init()
(bsc#1218260).
- drm/amdkfd: Accounting pdd vram_usage for svm (bsc#1218260).
- nvme-multipath: defer partition scanning (bsc#1218260).
- RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
(bsc#1218260).
- drm/vmwgfx: Limit display layout ioctl array size to
VMWGFX_NUM_DISPLAY_UNITS (bsc#1218260).
- sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
(bsc#1218260).
- crypto: marvell/cesa - Disable hash algorithms (bsc#1218260).
- crypto: api - Fix liveliness check in crypto_alg_tested
(bsc#1218260).
- bpf: use kvzmalloc to allocate BPF verifier environment
(bsc#1218260).
- nvme: disable CC.CRIME (NVME_CC_CRIME) (bsc#1218260).
- iommu/arm-smmu: Clarify MMU-500 CPRE workaround (bsc#1218260).
- HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
(bsc#1218260).
- HID: multitouch: Add support for B2402FVA track point
(bsc#1218260).
- block: Fix elevator_get_default() checking for NULL q->tag_set
(bsc#1218260).
- nvme: tcp: avoid race between queue_lock lock and destroy
(bsc#1218260).
- irqchip/ocelot: Fix trigger register address (bsc#1218260).
- selftests/bpf: Verify that sync_linked_regs preserves subreg_def
(bsc#1218260).
- 9p: Avoid creating multiple slab caches with the same name
(bsc#1218260).
- 9p: v9fs_fid_find: also lookup by inode if not found dentry
(bsc#1218260).
- commit 040e170
-------------------------------------------------------------------
Fri Nov 15 09:20:36 CET 2024 - rfrohl@suse.com

View File

@ -16,7 +16,7 @@
#
%define git_commit c617dad6e27df828fec0746116940c6cb75b4e54
%define git_commit 040e170b4dcc7b9eabee496bcc723aee687b34e9
%define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
Version: 6.6.61
Version: 6.6.62
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gc617dad
Release: <RELEASE>.g040e170
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11c6db9aab15c8685c995241e5b21937156ed80d943d7a40d7073b66e7db307b
size 9733466
oid sha256:5b051a7c9b4cfea17e288d61775d4cb2f2095c897f6020d4032488293ea4127d
size 9770166

View File

@ -12412,6 +12412,54 @@
patches.kernel.org/6.6.61-118-hv_sock-Initializing-vsk-trans-to-NULL-to-prev.patch
patches.kernel.org/6.6.61-119-vsock-virtio-Initialization-of-the-dangling-po.patch
patches.kernel.org/6.6.61-120-Linux-6.6.61.patch
patches.kernel.org/6.6.62-001-9p-v9fs_fid_find-also-lookup-by-inode-if-not-f.patch
patches.kernel.org/6.6.62-002-9p-Avoid-creating-multiple-slab-caches-with-th.patch
patches.kernel.org/6.6.62-003-selftests-bpf-Verify-that-sync_linked_regs-pre.patch
patches.kernel.org/6.6.62-004-irqchip-ocelot-Fix-trigger-register-address.patch
patches.kernel.org/6.6.62-005-nvme-tcp-avoid-race-between-queue_lock-lock-an.patch
patches.kernel.org/6.6.62-006-block-Fix-elevator_get_default-checking-for-NU.patch
patches.kernel.org/6.6.62-007-HID-multitouch-Add-support-for-B2402FVA-track-.patch
patches.kernel.org/6.6.62-008-HID-multitouch-Add-quirk-for-HONOR-MagicBook-A.patch
patches.kernel.org/6.6.62-009-iommu-arm-smmu-Clarify-MMU-500-CPRE-workaround.patch
patches.kernel.org/6.6.62-010-nvme-disable-CC.CRIME-NVME_CC_CRIME.patch
patches.kernel.org/6.6.62-011-bpf-use-kvzmalloc-to-allocate-BPF-verifier-env.patch
patches.kernel.org/6.6.62-012-crypto-api-Fix-liveliness-check-in-crypto_alg_.patch
patches.kernel.org/6.6.62-013-crypto-marvell-cesa-Disable-hash-algorithms.patch
patches.kernel.org/6.6.62-014-sound-Make-CONFIG_SND-depend-on-INDIRECT_IOMEM.patch
patches.kernel.org/6.6.62-015-drm-vmwgfx-Limit-display-layout-ioctl-array-si.patch
patches.kernel.org/6.6.62-016-RDMA-siw-Add-sendpage_ok-check-to-disable-MSG_.patch
patches.kernel.org/6.6.62-017-nvme-multipath-defer-partition-scanning.patch
patches.kernel.org/6.6.62-018-drm-amdkfd-Accounting-pdd-vram_usage-for-svm.patch
patches.kernel.org/6.6.62-019-powerpc-powernv-Free-name-on-error-in-opal_eve.patch
patches.kernel.org/6.6.62-020-net-phy-mdio-bcm-unimac-Add-BCM6846-support.patch
patches.kernel.org/6.6.62-021-nvme-loop-flush-off-pending-I-O-while-shutting.patch
patches.kernel.org/6.6.62-022-nvme-make-keep-alive-synchronous-operation.patch
patches.kernel.org/6.6.62-023-smb-client-Fix-use-after-free-of-network-names.patch
patches.kernel.org/6.6.62-024-nvme-host-Fix-RCU-list-traversal-to-use-SRCU-p.patch
patches.kernel.org/6.6.62-025-vDPA-ifcvf-Fix-pci_read_config_byte-return-cod.patch
patches.kernel.org/6.6.62-026-bpf-Add-sk_is_inet-and-IS_ICSK-check-in-tls_sw.patch
patches.kernel.org/6.6.62-027-bpf-Fix-mismatched-RCU-unlock-flavour-in-bpf_o.patch
patches.kernel.org/6.6.62-028-ASoC-amd-yc-Add-quirk-for-ASUS-Vivobook-S15-M3.patch
patches.kernel.org/6.6.62-029-ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-E14.patch
patches.kernel.org/6.6.62-030-fs-Fix-uninitialized-value-issue-in-from_kuid-.patch
patches.kernel.org/6.6.62-031-HID-multitouch-Add-quirk-for-Logitech-Bolt-rec.patch
patches.kernel.org/6.6.62-032-HID-lenovo-Add-support-for-Thinkpad-X1-Tablet-.patch
patches.kernel.org/6.6.62-033-RISCV-KVM-use-raw_spinlock-for-critical-sectio.patch
patches.kernel.org/6.6.62-034-ASoC-rt722-sdca-increase-clk_stop_timeout-to-f.patch
patches.kernel.org/6.6.62-035-LoongArch-Use-Exception-return-address-to-comm.patch
patches.kernel.org/6.6.62-036-ASoC-fsl_micfil-Add-sample-rate-constraint.patch
patches.kernel.org/6.6.62-037-net-usb-qmi_wwan-add-Fibocom-FG132-0x0112-comp.patch
patches.kernel.org/6.6.62-038-bpf-Check-validity-of-link-type-in-bpf_link_sh.patch
patches.kernel.org/6.6.62-039-io_uring-fix-possible-deadlock-in-io_register_.patch
patches.kernel.org/6.6.62-040-mm-krealloc-Fix-MTE-false-alarm-in-__do_kreall.patch
patches.kernel.org/6.6.62-041-mm-add-page_rmappable_folio-wrapper.patch
patches.kernel.org/6.6.62-042-mm-readahead-do-not-allow-order-1-folio.patch
patches.kernel.org/6.6.62-043-mm-support-order-1-folios-in-the-page-cache.patch
patches.kernel.org/6.6.62-044-mm-always-initialise-folio-_deferred_list.patch
patches.kernel.org/6.6.62-045-mm-refactor-folio_undo_large_rmappable.patch
patches.kernel.org/6.6.62-046-mm-thp-fix-deferred-split-unqueue-naming-and-l.patch
patches.kernel.org/6.6.62-047-9p-fix-slab-cache-name-creation-for-real.patch
patches.kernel.org/6.6.62-048-Linux-6.6.62.patch
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2024-11-15 08:22:08 +0000
GIT Revision: c617dad6e27df828fec0746116940c6cb75b4e54
2024-11-17 16:11:17 +0000
GIT Revision: 040e170b4dcc7b9eabee496bcc723aee687b34e9
GIT Branch: slowroll