kernel-6.12.0-256.el10

* Wed Aug 05 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-256.el10]
- nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page (CKI Backport Bot) [RHEL-219622] {CVE-2026-64320}
- net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list (CKI Backport Bot) [RHEL-193996]
- kselftest/arm64: Handle attempts to disable SM on SME only systems (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Test SME on SME only systems in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Cast start/end markers to char *, not u64 (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Cover disabling streaming mode without SVE in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Fix SVE write data generation for SME only systems (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Test FPSIMD format data writes via NT_ARM_SVE in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftst/arm64: Test NT_ARM_SVE FPSIMD format writes on non-SVE systems (Steve Dunnagan) [RHEL-158921]
- arm64/sysreg: Replace TCR_EL1 field macros (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Represent physical memory with phys_addr_t and resource_size_t (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Make map_fdt() return mapped pointer (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: signal: Fix restoration of SVE context (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: ptrace: Fix SVE writes on !SME systems (Steve Dunnagan) [RHEL-158921]
- arm64: Fix cleared E0POE bit after cpu_suspend()/resume() (Steve Dunnagan) [RHEL-158921]
- arm64/gcs: Flush the GCS locking state on exec (Steve Dunnagan) [RHEL-158921]
- arm64/sysreg: Remove unused define ARM64_FEATURE_FIELD_BITS (Steve Dunnagan) [RHEL-158921]
- arm64/sme: Support disabling streaming mode via ptrace on SME only systems (Steve Dunnagan) [RHEL-158921]
- arm64: Fix typos and spelling errors in comments (Steve Dunnagan) [RHEL-158921]
- arm64: Fix double word in comments (Steve Dunnagan) [RHEL-158921]
- arm64: atomics: lse: Remove unused parameters from ATOMIC_FETCH_OP_AND macros (Steve Dunnagan) [RHEL-158921]
- arm64: remove duplicate ARCH_HAS_MEM_ENCRYPT (Steve Dunnagan) [RHEL-158921]
- arm64: add unlikely hint to MTE async fault check in el0_svc_common (Steve Dunnagan) [RHEL-158921]
- arm64: acpi: add newline to deferred APEI warning (Steve Dunnagan) [RHEL-158921]
- arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52 (Steve Dunnagan) [RHEL-158921]
- arm64/mm: Drop cpu_set_[default|idmap]_tcr_t0sz() (Steve Dunnagan) [RHEL-158921]
- arm64: remove unused ARCH_PFN_OFFSET (Steve Dunnagan) [RHEL-158921]
- arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stack (Steve Dunnagan) [RHEL-158921]
- arm64: Remove assertion on CONFIG_VMAP_STACK (Steve Dunnagan) [RHEL-158921]
- uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user() (Steve Dunnagan) [RHEL-158921]
- arm64: uaccess: Use unsafe wrappers for ASM GOTO (Steve Dunnagan) [RHEL-158921]
- igc: fix typos in comments (Michal Schmidt) [RHEL-186597]
- igc: use napi_schedule_irqoff() instead of napi_schedule() (Michal Schmidt) [RHEL-186597]
- igc: skip RX timestamp header for frame preemption verification (Michal Schmidt) [RHEL-186597]
- igc: fix potential skb leak in igc_fpe_xmit_smd_frame() (Michal Schmidt) [RHEL-186597]
- igc: set tx buffer type for SMD frames (Michal Schmidt) [RHEL-186597]
- net: Consistently define pci_device_ids using named initializers [igc] (Michal Schmidt) [RHEL-186597]
- igc: fix page fault in XDP TX timestamps handling (Michal Schmidt) [RHEL-186597]
- igc: fix missing update of skb->tail in igc_xmit_frame() (Michal Schmidt) [RHEL-186597]
- igc: Fix trigger of incorrect irq in igc_xsk_wakeup function (Michal Schmidt) [RHEL-186597]
- Convert more 'alloc_obj' cases to default GFP_KERNEL arguments [igc] (Michal Schmidt) [RHEL-186597]
- Convert 'alloc_flex' family to use the new default GFP_KERNEL argument [igc] (Michal Schmidt) [RHEL-186597]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [igc] (Michal Schmidt) [RHEL-186597]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [igc] (Michal Schmidt) [RHEL-186597]
- igb: fix typos in comments (Michal Schmidt) [RHEL-177449]
- igb: use napi_schedule_irqoff() instead of napi_schedule() (Michal Schmidt) [RHEL-177449]
- igb: use ktime_get_real helpers in igb_ptp_reset() (Michal Schmidt) [RHEL-177449]
- net: Consistently define pci_device_ids using named initializers [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- igb: remove napi_synchronize() in igb_down() (Michal Schmidt) [RHEL-177449]
- igb: Fix trigger of incorrect irq in igb_xsk_wakeup (Michal Schmidt) [RHEL-177449]
- Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses [igb] (Michal Schmidt) [RHEL-177449]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- igb: Switch to use %%ptSp (Michal Schmidt) [RHEL-177449]
- fsnotify: Fix ordering of iput() and watched_objects decrement (Jay Shin) [RHEL-175863] {CVE-2024-53143}
- scsi: mpt3sas: Limit NVMe request size to 2 MiB (Chandrakanth Patil) [RHEL-141216] {CVE-2026-46105}
- scsi: mpt3sas: Simplify the workqueue allocation code (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Fixed the W=1 compilation warning (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Add configurable command retry limit for slow-to-respond devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Add firmware event requeue support for busy devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Improve device discovery and readiness handling for slow devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Added no_turs flag to device unblock logic (Chandrakanth Patil) [RHEL-141216]
- scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Mark device strings as nonstring (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fix typo and grammar (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fix typo (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add retry mechanism for IOC shutdown with timeout reset (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add queue-full tracking for operational request queues (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Reset controller on invalid I/O completion (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Clear reset history on ready and recheck state after timeout (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add NULL checks when resetting request and reply queues (Chandrakanth Patil) [RHEL-141215] {CVE-2026-43473}
- scsi: mpi3mr: Make driver probing asynchronous (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Driver version update to 8.17.0.3.50 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fixed the W=1 compilation warning (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Record and report controller firmware faults (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Update MPI Headers to revision 39 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Use negotiated link rate from DevicePage0 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Avoid redundant diag-fault resets (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Rename log data save helper to reflect threaded/BH context (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add module parameter to control threaded IRQ polling (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Simplify the workqueue allocation code (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Read missing IOCFacts flag for reply queue full overflow (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1 (Chandrakanth Patil) [RHEL-141215]
Resolves: RHEL-141215, RHEL-141216, RHEL-158921, RHEL-175863, RHEL-177449, RHEL-186597, RHEL-193996, RHEL-219622

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
CKI KWF Bot 2026-08-05 09:27:34 +00:00
parent 991f35c7f8
commit 780a155808
4 changed files with 185 additions and 8 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 3
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 255
RHEL_RELEASE = 256
#
# RHEL_REBASE_NUM

View File

@ -1,3 +1,92 @@
* Wed Aug 05 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-256.el10]
- nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page (CKI Backport Bot) [RHEL-219622] {CVE-2026-64320}
- net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list (CKI Backport Bot) [RHEL-193996]
- kselftest/arm64: Handle attempts to disable SM on SME only systems (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Test SME on SME only systems in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Cast start/end markers to char *, not u64 (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Cover disabling streaming mode without SVE in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Fix SVE write data generation for SME only systems (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Test FPSIMD format data writes via NT_ARM_SVE in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftst/arm64: Test NT_ARM_SVE FPSIMD format writes on non-SVE systems (Steve Dunnagan) [RHEL-158921]
- arm64/sysreg: Replace TCR_EL1 field macros (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Represent physical memory with phys_addr_t and resource_size_t (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Make map_fdt() return mapped pointer (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: signal: Fix restoration of SVE context (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: ptrace: Fix SVE writes on !SME systems (Steve Dunnagan) [RHEL-158921]
- arm64: Fix cleared E0POE bit after cpu_suspend()/resume() (Steve Dunnagan) [RHEL-158921]
- arm64/gcs: Flush the GCS locking state on exec (Steve Dunnagan) [RHEL-158921]
- arm64/sysreg: Remove unused define ARM64_FEATURE_FIELD_BITS (Steve Dunnagan) [RHEL-158921]
- arm64/sme: Support disabling streaming mode via ptrace on SME only systems (Steve Dunnagan) [RHEL-158921]
- arm64: Fix typos and spelling errors in comments (Steve Dunnagan) [RHEL-158921]
- arm64: Fix double word in comments (Steve Dunnagan) [RHEL-158921]
- arm64: atomics: lse: Remove unused parameters from ATOMIC_FETCH_OP_AND macros (Steve Dunnagan) [RHEL-158921]
- arm64: remove duplicate ARCH_HAS_MEM_ENCRYPT (Steve Dunnagan) [RHEL-158921]
- arm64: add unlikely hint to MTE async fault check in el0_svc_common (Steve Dunnagan) [RHEL-158921]
- arm64: acpi: add newline to deferred APEI warning (Steve Dunnagan) [RHEL-158921]
- arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52 (Steve Dunnagan) [RHEL-158921]
- arm64/mm: Drop cpu_set_[default|idmap]_tcr_t0sz() (Steve Dunnagan) [RHEL-158921]
- arm64: remove unused ARCH_PFN_OFFSET (Steve Dunnagan) [RHEL-158921]
- arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stack (Steve Dunnagan) [RHEL-158921]
- arm64: Remove assertion on CONFIG_VMAP_STACK (Steve Dunnagan) [RHEL-158921]
- uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user() (Steve Dunnagan) [RHEL-158921]
- arm64: uaccess: Use unsafe wrappers for ASM GOTO (Steve Dunnagan) [RHEL-158921]
- igc: fix typos in comments (Michal Schmidt) [RHEL-186597]
- igc: use napi_schedule_irqoff() instead of napi_schedule() (Michal Schmidt) [RHEL-186597]
- igc: skip RX timestamp header for frame preemption verification (Michal Schmidt) [RHEL-186597]
- igc: fix potential skb leak in igc_fpe_xmit_smd_frame() (Michal Schmidt) [RHEL-186597]
- igc: set tx buffer type for SMD frames (Michal Schmidt) [RHEL-186597]
- net: Consistently define pci_device_ids using named initializers [igc] (Michal Schmidt) [RHEL-186597]
- igc: fix page fault in XDP TX timestamps handling (Michal Schmidt) [RHEL-186597]
- igc: fix missing update of skb->tail in igc_xmit_frame() (Michal Schmidt) [RHEL-186597]
- igc: Fix trigger of incorrect irq in igc_xsk_wakeup function (Michal Schmidt) [RHEL-186597]
- Convert more 'alloc_obj' cases to default GFP_KERNEL arguments [igc] (Michal Schmidt) [RHEL-186597]
- Convert 'alloc_flex' family to use the new default GFP_KERNEL argument [igc] (Michal Schmidt) [RHEL-186597]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [igc] (Michal Schmidt) [RHEL-186597]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [igc] (Michal Schmidt) [RHEL-186597]
- igb: fix typos in comments (Michal Schmidt) [RHEL-177449]
- igb: use napi_schedule_irqoff() instead of napi_schedule() (Michal Schmidt) [RHEL-177449]
- igb: use ktime_get_real helpers in igb_ptp_reset() (Michal Schmidt) [RHEL-177449]
- net: Consistently define pci_device_ids using named initializers [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- igb: remove napi_synchronize() in igb_down() (Michal Schmidt) [RHEL-177449]
- igb: Fix trigger of incorrect irq in igb_xsk_wakeup (Michal Schmidt) [RHEL-177449]
- Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses [igb] (Michal Schmidt) [RHEL-177449]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- igb: Switch to use %%ptSp (Michal Schmidt) [RHEL-177449]
- fsnotify: Fix ordering of iput() and watched_objects decrement (Jay Shin) [RHEL-175863] {CVE-2024-53143}
- scsi: mpt3sas: Limit NVMe request size to 2 MiB (Chandrakanth Patil) [RHEL-141216] {CVE-2026-46105}
- scsi: mpt3sas: Simplify the workqueue allocation code (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Fixed the W=1 compilation warning (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Add configurable command retry limit for slow-to-respond devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Add firmware event requeue support for busy devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Improve device discovery and readiness handling for slow devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Added no_turs flag to device unblock logic (Chandrakanth Patil) [RHEL-141216]
- scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Mark device strings as nonstring (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fix typo and grammar (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fix typo (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add retry mechanism for IOC shutdown with timeout reset (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add queue-full tracking for operational request queues (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Reset controller on invalid I/O completion (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Clear reset history on ready and recheck state after timeout (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add NULL checks when resetting request and reply queues (Chandrakanth Patil) [RHEL-141215] {CVE-2026-43473}
- scsi: mpi3mr: Make driver probing asynchronous (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Driver version update to 8.17.0.3.50 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fixed the W=1 compilation warning (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Record and report controller firmware faults (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Update MPI Headers to revision 39 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Use negotiated link rate from DevicePage0 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Avoid redundant diag-fault resets (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Rename log data save helper to reflect threaded/BH context (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add module parameter to control threaded IRQ polling (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Simplify the workqueue allocation code (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Read missing IOCFacts flag for reply queue full overflow (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1 (Chandrakanth Patil) [RHEL-141215]
Resolves: RHEL-141215, RHEL-141216, RHEL-158921, RHEL-175863, RHEL-177449, RHEL-186597, RHEL-193996, RHEL-219622
* Tue Aug 04 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-255.el10]
- crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req() (CKI Backport Bot) [RHEL-169756]
- xfrm: esp: restore combined single-frag length gate (Xin Long) [RHEL-178329]

View File

@ -179,15 +179,15 @@ Summary: The Linux kernel
%define specrpmversion 6.12.0
%define specversion 6.12.0
%define patchversion 6.12
%define pkgrelease 255
%define pkgrelease 256
%define kversion 6
%define tarfile_release 6.12.0-255.el10
%define tarfile_release 6.12.0-256.el10
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 255%{?buildid}%{?dist}
%define specrelease 256%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-255.el10
%define kabiversion 6.12.0-256.el10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4645,6 +4645,94 @@ fi\
#
#
%changelog
* Wed Aug 05 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-256.el10]
- nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page (CKI Backport Bot) [RHEL-219622] {CVE-2026-64320}
- net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list (CKI Backport Bot) [RHEL-193996]
- kselftest/arm64: Handle attempts to disable SM on SME only systems (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Test SME on SME only systems in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Cast start/end markers to char *, not u64 (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Cover disabling streaming mode without SVE in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Fix SVE write data generation for SME only systems (Steve Dunnagan) [RHEL-158921]
- kselftest/arm64: Test FPSIMD format data writes via NT_ARM_SVE in fp-ptrace (Steve Dunnagan) [RHEL-158921]
- kselftst/arm64: Test NT_ARM_SVE FPSIMD format writes on non-SVE systems (Steve Dunnagan) [RHEL-158921]
- arm64/sysreg: Replace TCR_EL1 field macros (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Represent physical memory with phys_addr_t and resource_size_t (Steve Dunnagan) [RHEL-158921]
- arm64: mm: Make map_fdt() return mapped pointer (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: signal: Fix restoration of SVE context (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (Steve Dunnagan) [RHEL-158921]
- arm64/fpsimd: ptrace: Fix SVE writes on !SME systems (Steve Dunnagan) [RHEL-158921]
- arm64: Fix cleared E0POE bit after cpu_suspend()/resume() (Steve Dunnagan) [RHEL-158921]
- arm64/gcs: Flush the GCS locking state on exec (Steve Dunnagan) [RHEL-158921]
- arm64/sysreg: Remove unused define ARM64_FEATURE_FIELD_BITS (Steve Dunnagan) [RHEL-158921]
- arm64/sme: Support disabling streaming mode via ptrace on SME only systems (Steve Dunnagan) [RHEL-158921]
- arm64: Fix typos and spelling errors in comments (Steve Dunnagan) [RHEL-158921]
- arm64: Fix double word in comments (Steve Dunnagan) [RHEL-158921]
- arm64: atomics: lse: Remove unused parameters from ATOMIC_FETCH_OP_AND macros (Steve Dunnagan) [RHEL-158921]
- arm64: remove duplicate ARCH_HAS_MEM_ENCRYPT (Steve Dunnagan) [RHEL-158921]
- arm64: add unlikely hint to MTE async fault check in el0_svc_common (Steve Dunnagan) [RHEL-158921]
- arm64: acpi: add newline to deferred APEI warning (Steve Dunnagan) [RHEL-158921]
- arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52 (Steve Dunnagan) [RHEL-158921]
- arm64/mm: Drop cpu_set_[default|idmap]_tcr_t0sz() (Steve Dunnagan) [RHEL-158921]
- arm64: remove unused ARCH_PFN_OFFSET (Steve Dunnagan) [RHEL-158921]
- arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stack (Steve Dunnagan) [RHEL-158921]
- arm64: Remove assertion on CONFIG_VMAP_STACK (Steve Dunnagan) [RHEL-158921]
- uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user() (Steve Dunnagan) [RHEL-158921]
- arm64: uaccess: Use unsafe wrappers for ASM GOTO (Steve Dunnagan) [RHEL-158921]
- igc: fix typos in comments (Michal Schmidt) [RHEL-186597]
- igc: use napi_schedule_irqoff() instead of napi_schedule() (Michal Schmidt) [RHEL-186597]
- igc: skip RX timestamp header for frame preemption verification (Michal Schmidt) [RHEL-186597]
- igc: fix potential skb leak in igc_fpe_xmit_smd_frame() (Michal Schmidt) [RHEL-186597]
- igc: set tx buffer type for SMD frames (Michal Schmidt) [RHEL-186597]
- net: Consistently define pci_device_ids using named initializers [igc] (Michal Schmidt) [RHEL-186597]
- igc: fix page fault in XDP TX timestamps handling (Michal Schmidt) [RHEL-186597]
- igc: fix missing update of skb->tail in igc_xmit_frame() (Michal Schmidt) [RHEL-186597]
- igc: Fix trigger of incorrect irq in igc_xsk_wakeup function (Michal Schmidt) [RHEL-186597]
- Convert more 'alloc_obj' cases to default GFP_KERNEL arguments [igc] (Michal Schmidt) [RHEL-186597]
- Convert 'alloc_flex' family to use the new default GFP_KERNEL argument [igc] (Michal Schmidt) [RHEL-186597]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [igc] (Michal Schmidt) [RHEL-186597]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [igc] (Michal Schmidt) [RHEL-186597]
- igb: fix typos in comments (Michal Schmidt) [RHEL-177449]
- igb: use napi_schedule_irqoff() instead of napi_schedule() (Michal Schmidt) [RHEL-177449]
- igb: use ktime_get_real helpers in igb_ptp_reset() (Michal Schmidt) [RHEL-177449]
- net: Consistently define pci_device_ids using named initializers [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- igb: remove napi_synchronize() in igb_down() (Michal Schmidt) [RHEL-177449]
- igb: Fix trigger of incorrect irq in igb_xsk_wakeup (Michal Schmidt) [RHEL-177449]
- Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses [igb] (Michal Schmidt) [RHEL-177449]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [igb,igbvf] (Michal Schmidt) [RHEL-177449]
- igb: Switch to use %%ptSp (Michal Schmidt) [RHEL-177449]
- fsnotify: Fix ordering of iput() and watched_objects decrement (Jay Shin) [RHEL-175863] {CVE-2024-53143}
- scsi: mpt3sas: Limit NVMe request size to 2 MiB (Chandrakanth Patil) [RHEL-141216] {CVE-2026-46105}
- scsi: mpt3sas: Simplify the workqueue allocation code (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Fixed the W=1 compilation warning (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Add configurable command retry limit for slow-to-respond devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Add firmware event requeue support for busy devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Improve device discovery and readiness handling for slow devices (Chandrakanth Patil) [RHEL-141216]
- scsi: mpt3sas: Added no_turs flag to device unblock logic (Chandrakanth Patil) [RHEL-141216]
- scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Mark device strings as nonstring (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fix typo and grammar (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fix typo (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add retry mechanism for IOC shutdown with timeout reset (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add queue-full tracking for operational request queues (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Reset controller on invalid I/O completion (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Clear reset history on ready and recheck state after timeout (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add NULL checks when resetting request and reply queues (Chandrakanth Patil) [RHEL-141215] {CVE-2026-43473}
- scsi: mpi3mr: Make driver probing asynchronous (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Driver version update to 8.17.0.3.50 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Fixed the W=1 compilation warning (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Record and report controller firmware faults (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Update MPI Headers to revision 39 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Use negotiated link rate from DevicePage0 (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Avoid redundant diag-fault resets (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Rename log data save helper to reflect threaded/BH context (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Add module parameter to control threaded IRQ polling (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Simplify the workqueue allocation code (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Read missing IOCFacts flag for reply queue full overflow (Chandrakanth Patil) [RHEL-141215]
- scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1 (Chandrakanth Patil) [RHEL-141215]
* Tue Aug 04 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-255.el10]
- crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req() (CKI Backport Bot) [RHEL-169756]
- xfrm: esp: restore combined single-frag length gate (Xin Long) [RHEL-178329]

View File

@ -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-255.el10.tar.xz) = 924ae8dc8d4283bffb16f63961c07be6636b6c1a1aaf17d961c0ff1e822a58de8d0d77516e551e7f80a2216ee965db0f86c53ff19098e8aa235b395dc17e1a43
SHA512 (kernel-abi-stablelists-6.12.0-255.el10.tar.xz) = 3f332a0bb03898cd8914e91966894ae44fd2c6086ba0e764c05d650204d0c47b4f2d482a965c48962dfd53c91b826bb591a3174198c9dab38e1adea3b6be7dfb
SHA512 (kernel-kabi-dw-6.12.0-255.el10.tar.xz) = 1572fb45458ee40fe00c45912762b73e1a1023214d71b21667fe1b30c3d71773b96c69537827519db12c0bdd2d2bf6e18db19462e1926330dfc4ed8ab2aae325
SHA512 (linux-6.12.0-256.el10.tar.xz) = 960a3d7b045eab2878601744f07b8014de57b4a3e19b8fe310cfd246f79262c7d2e0352704fb575ee896b214aa86b8ed17958e1f8558e964bf0c273c22736bc9
SHA512 (kernel-abi-stablelists-6.12.0-256.el10.tar.xz) = 86a77e2a1c9a12e0de075a3ca16851434c51b9637b0b26e017055fb9372aae80d1fe94890f727b5e8c7f9034d5b0ba2bdb7daf0ab1fa4c3f54fc2fa46cd7e456
SHA512 (kernel-kabi-dw-6.12.0-256.el10.tar.xz) = 1042a04361c42ab837d7cc400136ddee9270c8c74e0ed62d87ec7e1c56475a5229323bafb4b4d5459584a4d534fc8f289daa9cfe70ebf650df7bee551ef19e49