From 566f0ea375ffbf77cbeba3af20b6b013d1fde8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandra=20H=C3=A1jkov=C3=A1?= Date: Tue, 10 Mar 2026 08:38:08 +0100 Subject: [PATCH] kernel-6.12.0-213.el10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Tue Mar 10 2026 Alexandra Hájková [6.12.0-213.el10] - powerpc/smp: Expose die_id and die_cpumask (Mamatha Inamdar) [RHEL-138728] - smb: client: fix broken multichannel with krb5+signing (Paulo Alcantara) [RHEL-151838] - smb: client: fix regression with signing (Paulo Alcantara) [RHEL-151838] - allow finish_no_open(file, ERR_PTR(-E...)) (Roberto Bergantinos Corpas) [RHEL-153335] - redhat/configs: automotive: enable NVMEM_S32G_OCOTP (Jared Kangas) [RHEL-152643] - arm64: dts: s32g: Add device tree information for the OCOTP driver (Jared Kangas) [RHEL-152643] - nvmem: s32g-ocotp: Add driver for S32G OCOTP (Jared Kangas) [RHEL-152643] - dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file (Jared Kangas) [RHEL-152643] - redhat/scripts: remove remnants of git notes usage and dead code (Jan Stancek) - vsock: document write-once behavior of the child_ns_mode sysctl (Stefano Garzarella) [RHEL-151754] - vsock: lock down child_ns_mode as write-once (Stefano Garzarella) [RHEL-151754] - vsock: Use container_of() to get net namespace in sysctl handlers (Stefano Garzarella) [RHEL-151754] - vsock: document namespace mode sysctls (Stefano Garzarella) [RHEL-151754] - nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148483] - ice: dpll: fix rclk pin state get and misplaced header macros (Ivan Vecera) [RHEL-146369] - ice: dpll: Support E825-C SyncE and dynamic pin discovery (Ivan Vecera) [RHEL-146369] - drivers: Add support for DPLL reference count tracking (Ivan Vecera) [RHEL-146369] - redhat: configs: Enable CONFIG_DPLL_REFCNT_TRACKER for debug (Ivan Vecera) [RHEL-146369] - dpll: Add reference count tracking support (Ivan Vecera) [RHEL-146369] - dpll: Enhance and consolidate reference counting logic (Ivan Vecera) [RHEL-146369] - dpll: zl3073x: Add support for mux pin type (Ivan Vecera) [RHEL-146369] - dpll: Support dynamic pin index allocation (Ivan Vecera) [RHEL-146369] - dpll: Add notifier chain for dpll events (Ivan Vecera) [RHEL-146369] - dpll: zl3073x: Associate pin with fwnode handle (Ivan Vecera) [RHEL-146369] - dpll: Allow associating dpll pin with a firmware node (Ivan Vecera) [RHEL-146369] - dpll: zl3073x: Fix output pin phase adjustment sign (Ivan Vecera) [RHEL-146257] - redhat: set defaults for RHEL 10.2 (Scott Weaver) Resolves: RHEL-138728, RHEL-151838, RHEL-152643, RHEL-153335 Signed-off-by: Alexandra Hájková --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 1 + kernel-aarch64-64k-rhel.config | 1 + kernel-aarch64-debug-rhel.config | 1 + kernel-aarch64-rhel.config | 1 + kernel-aarch64-rt-64k-debug-rhel.config | 1 + kernel-aarch64-rt-64k-rhel.config | 1 + kernel-aarch64-rt-debug-rhel.config | 1 + kernel-aarch64-rt-rhel.config | 1 + kernel-ppc64le-debug-rhel.config | 1 + kernel-ppc64le-rhel.config | 1 + kernel-riscv64-debug-rhel.config | 1 + kernel-riscv64-rhel.config | 1 + kernel-s390x-debug-rhel.config | 1 + kernel-s390x-rhel.config | 1 + kernel-s390x-zfcpdump-rhel.config | 1 + kernel-x86_64-debug-rhel.config | 1 + kernel-x86_64-rhel.config | 1 + kernel-x86_64-rt-debug-rhel.config | 1 + kernel-x86_64-rt-rhel.config | 1 + kernel.changelog | 51 +++++++++++++++++++++++++ kernel.spec | 37 ++++++++++++++++-- sources | 6 +-- 23 files changed, 107 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 5c3245478..89f8d8acc 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 212 +RHEL_RELEASE = 213 # # RHEL_REBASE_NUM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index be2927eb1..31b37d9da 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -1606,6 +1606,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 87c169c3a..cbf2028c2 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -1598,6 +1598,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index d0a30a228..7046aea18 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -1604,6 +1604,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 4a92417a1..3a3ae5f85 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -1596,6 +1596,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-aarch64-rt-64k-debug-rhel.config b/kernel-aarch64-rt-64k-debug-rhel.config index 330ada934..25c1c8bed 100644 --- a/kernel-aarch64-rt-64k-debug-rhel.config +++ b/kernel-aarch64-rt-64k-debug-rhel.config @@ -1608,6 +1608,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-aarch64-rt-64k-rhel.config b/kernel-aarch64-rt-64k-rhel.config index c71c5e20e..c116d7e06 100644 --- a/kernel-aarch64-rt-64k-rhel.config +++ b/kernel-aarch64-rt-64k-rhel.config @@ -1600,6 +1600,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 34c20cd14..7a3c6e26c 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -1606,6 +1606,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index 38ed808ef..a516547df 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -1598,6 +1598,7 @@ CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m CONFIG_DPAA2_CONSOLE=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 72deaae22..411d913ce 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -1354,6 +1354,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index f38e406fe..d8aab574e 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -1346,6 +1346,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-riscv64-debug-rhel.config b/kernel-riscv64-debug-rhel.config index 97f9a2fde..e1dd7293c 100644 --- a/kernel-riscv64-debug-rhel.config +++ b/kernel-riscv64-debug-rhel.config @@ -1363,6 +1363,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-riscv64-rhel.config b/kernel-riscv64-rhel.config index a8a1572d0..43a63958a 100644 --- a/kernel-riscv64-rhel.config +++ b/kernel-riscv64-rhel.config @@ -1355,6 +1355,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 30e0a1d96..f1ade7a97 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -1359,6 +1359,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index c2afe2dee..a9604fee9 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -1351,6 +1351,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index fd4587581..f42665dba 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -1352,6 +1352,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 514022c60..b7ebe3336 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -1436,6 +1436,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index d83ca417a..79ebe89ae 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -1428,6 +1428,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index 86100be23..6cd9d1b36 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -1438,6 +1438,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +CONFIG_DPLL_REFCNT_TRACKER=y # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index 8303f6b14..1c1c2c5e1 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -1430,6 +1430,7 @@ CONFIG_DP83867_PHY=m CONFIG_DP83TC811_PHY=m # CONFIG_DP83TD510_PHY is not set CONFIG_DP83TG720_PHY=m +# CONFIG_DPLL_REFCNT_TRACKER is not set # CONFIG_DPM_WATCHDOG is not set # CONFIG_DPOT_DAC is not set # CONFIG_DPS310 is not set diff --git a/kernel.changelog b/kernel.changelog index 2cef6ff2a..f4cd97538 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,33 @@ +* Tue Mar 10 2026 Alexandra Hájková [6.12.0-213.el10] +- powerpc/smp: Expose die_id and die_cpumask (Mamatha Inamdar) [RHEL-138728] +- smb: client: fix broken multichannel with krb5+signing (Paulo Alcantara) [RHEL-151838] +- smb: client: fix regression with signing (Paulo Alcantara) [RHEL-151838] +- allow finish_no_open(file, ERR_PTR(-E...)) (Roberto Bergantinos Corpas) [RHEL-153335] +- redhat/configs: automotive: enable NVMEM_S32G_OCOTP (Jared Kangas) [RHEL-152643] +- arm64: dts: s32g: Add device tree information for the OCOTP driver (Jared Kangas) [RHEL-152643] +- nvmem: s32g-ocotp: Add driver for S32G OCOTP (Jared Kangas) [RHEL-152643] +- dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file (Jared Kangas) [RHEL-152643] +- redhat/scripts: remove remnants of git notes usage and dead code (Jan Stancek) +- vsock: document write-once behavior of the child_ns_mode sysctl (Stefano Garzarella) [RHEL-151754] +- vsock: lock down child_ns_mode as write-once (Stefano Garzarella) [RHEL-151754] +- vsock: Use container_of() to get net namespace in sysctl handlers (Stefano Garzarella) [RHEL-151754] +- vsock: document namespace mode sysctls (Stefano Garzarella) [RHEL-151754] +- nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148483] +- ice: dpll: fix rclk pin state get and misplaced header macros (Ivan Vecera) [RHEL-146369] +- ice: dpll: Support E825-C SyncE and dynamic pin discovery (Ivan Vecera) [RHEL-146369] +- drivers: Add support for DPLL reference count tracking (Ivan Vecera) [RHEL-146369] +- redhat: configs: Enable CONFIG_DPLL_REFCNT_TRACKER for debug (Ivan Vecera) [RHEL-146369] +- dpll: Add reference count tracking support (Ivan Vecera) [RHEL-146369] +- dpll: Enhance and consolidate reference counting logic (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Add support for mux pin type (Ivan Vecera) [RHEL-146369] +- dpll: Support dynamic pin index allocation (Ivan Vecera) [RHEL-146369] +- dpll: Add notifier chain for dpll events (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Associate pin with fwnode handle (Ivan Vecera) [RHEL-146369] +- dpll: Allow associating dpll pin with a firmware node (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Fix output pin phase adjustment sign (Ivan Vecera) [RHEL-146257] +- redhat: set defaults for RHEL 10.2 (Scott Weaver) +Resolves: RHEL-138728, RHEL-151838, RHEL-152643, RHEL-153335 + * Mon Mar 02 2026 CKI KWF Bot [6.12.0-212.el10] - cifs: some missing initializations on replay (Paulo Alcantara) [RHEL-150776] - cifs: remove unnecessary tracing after put tcon (Paulo Alcantara) [RHEL-150776] @@ -30,6 +60,27 @@ - cache: sifive_ccache: Add ESWIN EIC7700 support (Jennifer Berringer) [RHEL-129062] Resolves: RHEL-129062, RHEL-135095, RHEL-145975, RHEL-150776, RHEL-97168 +* Tue Mar 03 2026 CKI KWF Bot [6.12.0-211.1.1.el10_2] +- vsock: document write-once behavior of the child_ns_mode sysctl (Stefano Garzarella) [RHEL-151754] +- vsock: lock down child_ns_mode as write-once (Stefano Garzarella) [RHEL-151754] +- vsock: Use container_of() to get net namespace in sysctl handlers (Stefano Garzarella) [RHEL-151754] +- vsock: document namespace mode sysctls (Stefano Garzarella) [RHEL-151754] +- nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148483] +- ice: dpll: fix rclk pin state get and misplaced header macros (Ivan Vecera) [RHEL-146369] +- ice: dpll: Support E825-C SyncE and dynamic pin discovery (Ivan Vecera) [RHEL-146369] +- drivers: Add support for DPLL reference count tracking (Ivan Vecera) [RHEL-146369] +- redhat: configs: Enable CONFIG_DPLL_REFCNT_TRACKER for debug (Ivan Vecera) [RHEL-146369] +- dpll: Add reference count tracking support (Ivan Vecera) [RHEL-146369] +- dpll: Enhance and consolidate reference counting logic (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Add support for mux pin type (Ivan Vecera) [RHEL-146369] +- dpll: Support dynamic pin index allocation (Ivan Vecera) [RHEL-146369] +- dpll: Add notifier chain for dpll events (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Associate pin with fwnode handle (Ivan Vecera) [RHEL-146369] +- dpll: Allow associating dpll pin with a firmware node (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Fix output pin phase adjustment sign (Ivan Vecera) [RHEL-146257] +- redhat: set defaults for RHEL 10.2 (Scott Weaver) +Resolves: RHEL-146257, RHEL-146369, RHEL-148483, RHEL-151754 + * Thu Feb 19 2026 CKI KWF Bot [6.12.0-211.el10] - vsock: prevent child netns mode switch from local to global (Stefano Garzarella) [RHEL-150361] - vsock: fix child netns mode initialization (Stefano Garzarella) [RHEL-150361] diff --git a/kernel.spec b/kernel.spec index 130324dc5..7a2b373dd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 212 +%define pkgrelease 213 %define kversion 6 -%define tarfile_release 6.12.0-212.el10 +%define tarfile_release 6.12.0-213.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 212%{?buildid}%{?dist} +%define specrelease 213%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-212.el10 +%define kabiversion 6.12.0-213.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4481,6 +4481,35 @@ fi\ # # %changelog +* Tue Mar 10 2026 Alexandra Hájková [6.12.0-213.el10] +- powerpc/smp: Expose die_id and die_cpumask (Mamatha Inamdar) [RHEL-138728] +- smb: client: fix broken multichannel with krb5+signing (Paulo Alcantara) [RHEL-151838] +- smb: client: fix regression with signing (Paulo Alcantara) [RHEL-151838] +- allow finish_no_open(file, ERR_PTR(-E...)) (Roberto Bergantinos Corpas) [RHEL-153335] +- redhat/configs: automotive: enable NVMEM_S32G_OCOTP (Jared Kangas) [RHEL-152643] +- arm64: dts: s32g: Add device tree information for the OCOTP driver (Jared Kangas) [RHEL-152643] +- nvmem: s32g-ocotp: Add driver for S32G OCOTP (Jared Kangas) [RHEL-152643] +- dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file (Jared Kangas) [RHEL-152643] +- redhat/scripts: remove remnants of git notes usage and dead code (Jan Stancek) +- vsock: document write-once behavior of the child_ns_mode sysctl (Stefano Garzarella) [RHEL-151754] +- vsock: lock down child_ns_mode as write-once (Stefano Garzarella) [RHEL-151754] +- vsock: Use container_of() to get net namespace in sysctl handlers (Stefano Garzarella) [RHEL-151754] +- vsock: document namespace mode sysctls (Stefano Garzarella) [RHEL-151754] +- nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148483] +- ice: dpll: fix rclk pin state get and misplaced header macros (Ivan Vecera) [RHEL-146369] +- ice: dpll: Support E825-C SyncE and dynamic pin discovery (Ivan Vecera) [RHEL-146369] +- drivers: Add support for DPLL reference count tracking (Ivan Vecera) [RHEL-146369] +- redhat: configs: Enable CONFIG_DPLL_REFCNT_TRACKER for debug (Ivan Vecera) [RHEL-146369] +- dpll: Add reference count tracking support (Ivan Vecera) [RHEL-146369] +- dpll: Enhance and consolidate reference counting logic (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Add support for mux pin type (Ivan Vecera) [RHEL-146369] +- dpll: Support dynamic pin index allocation (Ivan Vecera) [RHEL-146369] +- dpll: Add notifier chain for dpll events (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Associate pin with fwnode handle (Ivan Vecera) [RHEL-146369] +- dpll: Allow associating dpll pin with a firmware node (Ivan Vecera) [RHEL-146369] +- dpll: zl3073x: Fix output pin phase adjustment sign (Ivan Vecera) [RHEL-146257] +- redhat: set defaults for RHEL 10.2 (Scott Weaver) + * Mon Mar 02 2026 CKI KWF Bot [6.12.0-212.el10] - cifs: some missing initializations on replay (Paulo Alcantara) [RHEL-150776] - cifs: remove unnecessary tracing after put tcon (Paulo Alcantara) [RHEL-150776] diff --git a/sources b/sources index 99bd31d81..15cd69618 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.12.0-212.el10.tar.xz) = e30ea6cb730a6b04a791441fc7cf1486c2ebbfd899de6bcc5a294c84ae9641348796867c4510127af8037972297af79a83aed7760a846e7b6b12ed9d1301e263 -SHA512 (kernel-abi-stablelists-6.12.0-212.el10.tar.xz) = 88003518f24b053d911ad6ae44c47720bd6c8af6b177529941978d9f70c9fbfe3f4ff924d60a21e1a9fc32e444aeb16da897fa500835ec7c6c0afb8ee19c29dc -SHA512 (kernel-kabi-dw-6.12.0-212.el10.tar.xz) = 4af5f9c678c1cd6133e7e8f3203ae52bf6f927f76aa7a6e6c6278f2c0ff401af01a9bc50732a3fdcf6f6d4de0f3ce1dff96abf78a3bc00f532ebd0d897b3d724 +SHA512 (linux-6.12.0-213.el10.tar.xz) = d41229a932028b986724f7641ca6e2b1caa1f946ed9a48158354c665e4aff91b832760e80883df7bc6c9c225d786344a399c49f6bba06565a9ab592a0c5cb709 +SHA512 (kernel-abi-stablelists-6.12.0-213.el10.tar.xz) = d23e90ebab55b2665ec21da54c385bcd37b693c7bb6889026594940d7b78a6a5fb511120f7569d5fc5eff6e290211b397812a9070bcf975fbfc6efd3e4c966b8 +SHA512 (kernel-kabi-dw-6.12.0-213.el10.tar.xz) = e81b8cd9f08c77147d95b281f43f38af27f378a2fcb7811923244a50ffc9ca3286f9f5ae496f6448152d45d37afb66e56a542a2ea5ca93c624bcb2c02ac1d619