diff --git a/Makefile.rhelver b/Makefile.rhelver index e8a0d4ad3..6c1ae0dae 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 183 +RHEL_RELEASE = 184 # # RHEL_REBASE_NUM diff --git a/kernel.changelog b/kernel.changelog index 511d8d082..f6bf6e2e1 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,109 @@ +* Thu Jan 15 2026 CKI KWF Bot [6.12.0-184.el10] +- blk-mq: skip CPU offline notify on unmapped hctx (Ming Lei) [RHEL-140153] +- mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage (Aristeu Rozanski) [RHEL-122951] +- mm/thp: fix MTE tag mismatch when replacing zero-filled subpages (Aristeu Rozanski) [RHEL-122951] +- io_uring/net: ensure vectored buffer node import is tied to notification (Jeff Moyer) [RHEL-136780] +- bpf, arm64: Do not audit capability check in do_jit() (CKI Backport Bot) [RHEL-126124] +- mm: hugetlb: avoid soft lockup when mprotect to large memory area (Luiz Capitulino) [RHEL-122910] +- netfilter: nf_conncount: update last_gc only when GC has been performed (Florian Westphal) [RHEL-133467] +- netfilter: nf_tables: fix memory leak in nf_tables_newrule() (Florian Westphal) [RHEL-133467] +- netfilter: nf_nat: remove bogus direction check (Florian Westphal) [RHEL-133467] +- ipvs: fix ipv4 null-ptr-deref in route error path (Florian Westphal) [RHEL-133467] +- netfilter: nf_conncount: make nf_conncount_gc_list() to disable BH (Florian Westphal) [RHEL-133467] +- netfilter: flowtable: check for maximum number of encapsulations in bridge vlan (Florian Westphal) [RHEL-133467] +- netfilter: nft_ct: add seqadj extension for natted connections (Florian Westphal) [RHEL-133467] +- netfilter: nft_connlimit: fix possible data race on connection count (Florian Westphal) [RHEL-133467] +- netfilter: nft_ct: enable labels for get case too (Florian Westphal) [RHEL-133467] +- netfilter: nft_objref: validate objref and objrefmap expressions (Florian Westphal) [RHEL-133467] +- netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrack (Florian Westphal) [RHEL-133467] +- netfilter: nfnetlink: reset nlh pointer during batch replay (Florian Westphal) [RHEL-133467] +- ipvs: Defer ip_vs_ftp unregister during netns cleanup (Florian Westphal) [RHEL-133467] +- ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enable (Florian Westphal) [RHEL-133467] +- x86/cpu: Add two Intel CPU model numbers (Steve Best) [RHEL-115112] +- sched/hrtick: Fix hrtick() vs. scheduling context (Phil Auld) [RHEL-124642] +- sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out (Phil Auld) [RHEL-124642] +- sched: Increase sched_tick_remote timeout (Phil Auld) [RHEL-124642] +- bpf: Make migrate_disable always inline to avoid partial inlining (Phil Auld) [RHEL-124642] +- sched/fair: Fix pelt lost idle time detection (Phil Auld) [RHEL-124642] +- sched/deadline: Stop dl_server before CPU goes offline (Phil Auld) [RHEL-124642] +- sched: Fix some typos in include/linux/preempt.h (Phil Auld) [RHEL-124642] +- sched: Make migrate_{en,dis}able() inline (Phil Auld) [RHEL-124642] +- rcu: Replace preempt.h with sched.h in include/linux/rcupdate.h (Phil Auld) [RHEL-124642] +- arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c (Phil Auld) [RHEL-124642] +- sched/deadline: Fix dl_server behaviour (Phil Auld) [RHEL-124642] +- sched/deadline: Fix dl_server getting stuck (Phil Auld) [RHEL-124642] +- sched: Fix sched_numa_find_nth_cpu() if mask offline (Phil Auld) [RHEL-124642] +- sched_ext: Add support for cgroup bandwidth control interface (Phil Auld) [RHEL-124642] +- s390/processor: Use bitop functions for cpu flag helper functions (Phil Auld) [RHEL-124642] +- s390/asm-offsets: Remove ASM_OFFSETS_C (Phil Auld) [RHEL-124642] +- spi: tegra210-quad: Check hardware status on timeout (Charles Mirabile) [RHEL-127128] +- spi: tegra210-quad: Refactor error handling into helper functions (Charles Mirabile) [RHEL-127128] +- spi: tegra210-quad: Fix timeout handling (Charles Mirabile) [RHEL-127128] +- redhat/configs: automotive: enable S32G_WDT (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g399a-rdb3: Enable the SWT watchdog (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g3: Add the Software Timer Watchdog (SWT) nodes (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g274-rd2: Enable the SWT watchdog (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g2: Add the Software Timer Watchdog (SWT) nodes (Jared Kangas) [RHEL-131327] +- watchdog: Add the Watchdog Timer for the NXP S32 platform (Jared Kangas) [RHEL-131327] +- dt-bindings: watchdog: Add NXP Software Watchdog Timer (Jared Kangas) [RHEL-131327] +- xfs: rework datasync tracking and execution (Pavel Reichl) [RHEL-126220] +- xfs: rearrange code in xfs_inode_item_precommit (Pavel Reichl) [RHEL-126220] +- workqueue: fix texinfodocs warning for WQ_* flags reference (Waiman Long) [RHEL-129577] +- workqueue: WQ_PERCPU added to alloc_workqueue users (Waiman Long) [RHEL-129577] +- workqueue: replace use of system_wq with system_percpu_wq (Waiman Long) [RHEL-129577] +- workqueue: replace use of system_unbound_wq with system_dfl_wq (Waiman Long) [RHEL-129577] +- workqueue: Provide a handshake for canceling BH workers (Waiman Long) [RHEL-129577] +- workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn() (Waiman Long) [RHEL-129577] +- workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested() (Waiman Long) [RHEL-129577] +- workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active() (Waiman Long) [RHEL-129577] +- workqueue: Remove unused work_on_cpu_safe (Waiman Long) [RHEL-129577] +- workqueue: Add new WQ_PERCPU flag (Waiman Long) [RHEL-129577] +- workqueue: Add system_percpu_wq and system_dfl_wq (Waiman Long) [RHEL-129577] +- workqueue: Basic memory allocation profiling support (Waiman Long) [RHEL-129577] +- workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu() (Waiman Long) [RHEL-129577] +- workqueue: Initialize wq_isolated_cpumask in workqueue_init_early() (Waiman Long) [RHEL-129577] +- workqueue: fix typo in comment (Waiman Long) [RHEL-129577] +- workqueue: Fix race condition in wq->stats incrementation (Waiman Long) [RHEL-129577] +- workqueue: Better document teardown for delayed_work (Waiman Long) [RHEL-129577] +- cpumask: drop cpumask_next_wrap_old() (Waiman Long) [RHEL-129577] +- PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- scsi: lpfc: rework lpfc_next_{online,present}_cpu() (Waiman Long) [RHEL-129577] +- scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- s390: switch stop_machine_yield() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- padata: switch padata_find_next() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- cpumask: use cpumask_next_wrap() where appropriate (Waiman Long) [RHEL-129577] +- cpumask: re-introduce cpumask_next{,_and}_wrap() (Waiman Long) [RHEL-129577] +- cpumask: deprecate cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- powerpc/xmon: simplify xmon_batch_next_cpu() (Waiman Long) [RHEL-129577] +- ibmvnic: simplify ibmvnic_set_queue_affinity() (Waiman Long) [RHEL-129577] +- virtio_net: simplify virtnet_set_affinity() (Waiman Long) [RHEL-129577] +- objpool: rework objpool_pop() (Waiman Long) [RHEL-129577] +- cpumask: add for_each_{possible,online}_cpu_wrap (Waiman Long) [RHEL-129577] +- workqueue: Log additional details when rejecting work (Waiman Long) [RHEL-129577] +- workqueue: warn if delayed_work is queued to an offlined cpu. (Waiman Long) [RHEL-129577] +- workqueue: add printf attribute to __alloc_workqueue() (Waiman Long) [RHEL-129577] +- workqueue: Reduce expensive locks for unbound workqueue (Waiman Long) [RHEL-129577] +- workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048 (Waiman Long) [RHEL-129577] +- Bluetooth: ISO: Fix possible UAF on iso_conn_free (CKI Backport Bot) [RHEL-128901] {CVE-2025-40141} +- ice: ice_adapter: release xa entry on adapter allocation failure (CKI Backport Bot) [RHEL-128474] {CVE-2025-40185} +- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) [RHEL-79906] +- net: renesas: rswitch: add mdio C22 support (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: use generic MPSM operation for mdio C45 (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: align mdio C45 operations with datasheet (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: use FIELD_PREP for remaining MPIC register fields (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: do not write to MPSM register at init time (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: remove speed from gwca structure (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: do not deinit disabled ports (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: rework ts tags management (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix initial MPIC register setting (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: enable only used MFWD features (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: handle stop vs interrupt race (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: avoid use-after-put for a device tree node (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix leaked pointer on error path (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix race window between tx start and complete (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix possible early skb release (Radu Rendec) [RHEL-78089] +Resolves: RHEL-115112, RHEL-122910, RHEL-122951, RHEL-124642, RHEL-126124, RHEL-126220, RHEL-127128, RHEL-128474, RHEL-128901, RHEL-129577, RHEL-131327, RHEL-133467, RHEL-136780, RHEL-140153, RHEL-78089, RHEL-79906 + * Wed Jan 14 2026 CKI KWF Bot [6.12.0-183.el10] - block: fix race between wbt_enable_default and IO submission (Ming Lei) [RHEL-128456] - block: relax atomic write boundary vs chunk size check (Ming Lei) [RHEL-129479] diff --git a/kernel.spec b/kernel.spec index e23fff074..ad529795a 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 183 +%define pkgrelease 184 %define kversion 6 -%define tarfile_release 6.12.0-183.el10 +%define tarfile_release 6.12.0-184.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 183%{?buildid}%{?dist} +%define specrelease 184%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-183.el10 +%define kabiversion 6.12.0-184.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4481,6 +4481,111 @@ fi\ # # %changelog +* Thu Jan 15 2026 CKI KWF Bot [6.12.0-184.el10] +- blk-mq: skip CPU offline notify on unmapped hctx (Ming Lei) [RHEL-140153] +- mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage (Aristeu Rozanski) [RHEL-122951] +- mm/thp: fix MTE tag mismatch when replacing zero-filled subpages (Aristeu Rozanski) [RHEL-122951] +- io_uring/net: ensure vectored buffer node import is tied to notification (Jeff Moyer) [RHEL-136780] +- bpf, arm64: Do not audit capability check in do_jit() (CKI Backport Bot) [RHEL-126124] +- mm: hugetlb: avoid soft lockup when mprotect to large memory area (Luiz Capitulino) [RHEL-122910] +- netfilter: nf_conncount: update last_gc only when GC has been performed (Florian Westphal) [RHEL-133467] +- netfilter: nf_tables: fix memory leak in nf_tables_newrule() (Florian Westphal) [RHEL-133467] +- netfilter: nf_nat: remove bogus direction check (Florian Westphal) [RHEL-133467] +- ipvs: fix ipv4 null-ptr-deref in route error path (Florian Westphal) [RHEL-133467] +- netfilter: nf_conncount: make nf_conncount_gc_list() to disable BH (Florian Westphal) [RHEL-133467] +- netfilter: flowtable: check for maximum number of encapsulations in bridge vlan (Florian Westphal) [RHEL-133467] +- netfilter: nft_ct: add seqadj extension for natted connections (Florian Westphal) [RHEL-133467] +- netfilter: nft_connlimit: fix possible data race on connection count (Florian Westphal) [RHEL-133467] +- netfilter: nft_ct: enable labels for get case too (Florian Westphal) [RHEL-133467] +- netfilter: nft_objref: validate objref and objrefmap expressions (Florian Westphal) [RHEL-133467] +- netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrack (Florian Westphal) [RHEL-133467] +- netfilter: nfnetlink: reset nlh pointer during batch replay (Florian Westphal) [RHEL-133467] +- ipvs: Defer ip_vs_ftp unregister during netns cleanup (Florian Westphal) [RHEL-133467] +- ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enable (Florian Westphal) [RHEL-133467] +- x86/cpu: Add two Intel CPU model numbers (Steve Best) [RHEL-115112] +- sched/hrtick: Fix hrtick() vs. scheduling context (Phil Auld) [RHEL-124642] +- sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out (Phil Auld) [RHEL-124642] +- sched: Increase sched_tick_remote timeout (Phil Auld) [RHEL-124642] +- bpf: Make migrate_disable always inline to avoid partial inlining (Phil Auld) [RHEL-124642] +- sched/fair: Fix pelt lost idle time detection (Phil Auld) [RHEL-124642] +- sched/deadline: Stop dl_server before CPU goes offline (Phil Auld) [RHEL-124642] +- sched: Fix some typos in include/linux/preempt.h (Phil Auld) [RHEL-124642] +- sched: Make migrate_{en,dis}able() inline (Phil Auld) [RHEL-124642] +- rcu: Replace preempt.h with sched.h in include/linux/rcupdate.h (Phil Auld) [RHEL-124642] +- arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c (Phil Auld) [RHEL-124642] +- sched/deadline: Fix dl_server behaviour (Phil Auld) [RHEL-124642] +- sched/deadline: Fix dl_server getting stuck (Phil Auld) [RHEL-124642] +- sched: Fix sched_numa_find_nth_cpu() if mask offline (Phil Auld) [RHEL-124642] +- sched_ext: Add support for cgroup bandwidth control interface (Phil Auld) [RHEL-124642] +- s390/processor: Use bitop functions for cpu flag helper functions (Phil Auld) [RHEL-124642] +- s390/asm-offsets: Remove ASM_OFFSETS_C (Phil Auld) [RHEL-124642] +- spi: tegra210-quad: Check hardware status on timeout (Charles Mirabile) [RHEL-127128] +- spi: tegra210-quad: Refactor error handling into helper functions (Charles Mirabile) [RHEL-127128] +- spi: tegra210-quad: Fix timeout handling (Charles Mirabile) [RHEL-127128] +- redhat/configs: automotive: enable S32G_WDT (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g399a-rdb3: Enable the SWT watchdog (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g3: Add the Software Timer Watchdog (SWT) nodes (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g274-rd2: Enable the SWT watchdog (Jared Kangas) [RHEL-131327] +- arm64: dts: s32g2: Add the Software Timer Watchdog (SWT) nodes (Jared Kangas) [RHEL-131327] +- watchdog: Add the Watchdog Timer for the NXP S32 platform (Jared Kangas) [RHEL-131327] +- dt-bindings: watchdog: Add NXP Software Watchdog Timer (Jared Kangas) [RHEL-131327] +- xfs: rework datasync tracking and execution (Pavel Reichl) [RHEL-126220] +- xfs: rearrange code in xfs_inode_item_precommit (Pavel Reichl) [RHEL-126220] +- workqueue: fix texinfodocs warning for WQ_* flags reference (Waiman Long) [RHEL-129577] +- workqueue: WQ_PERCPU added to alloc_workqueue users (Waiman Long) [RHEL-129577] +- workqueue: replace use of system_wq with system_percpu_wq (Waiman Long) [RHEL-129577] +- workqueue: replace use of system_unbound_wq with system_dfl_wq (Waiman Long) [RHEL-129577] +- workqueue: Provide a handshake for canceling BH workers (Waiman Long) [RHEL-129577] +- workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn() (Waiman Long) [RHEL-129577] +- workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested() (Waiman Long) [RHEL-129577] +- workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active() (Waiman Long) [RHEL-129577] +- workqueue: Remove unused work_on_cpu_safe (Waiman Long) [RHEL-129577] +- workqueue: Add new WQ_PERCPU flag (Waiman Long) [RHEL-129577] +- workqueue: Add system_percpu_wq and system_dfl_wq (Waiman Long) [RHEL-129577] +- workqueue: Basic memory allocation profiling support (Waiman Long) [RHEL-129577] +- workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu() (Waiman Long) [RHEL-129577] +- workqueue: Initialize wq_isolated_cpumask in workqueue_init_early() (Waiman Long) [RHEL-129577] +- workqueue: fix typo in comment (Waiman Long) [RHEL-129577] +- workqueue: Fix race condition in wq->stats incrementation (Waiman Long) [RHEL-129577] +- workqueue: Better document teardown for delayed_work (Waiman Long) [RHEL-129577] +- cpumask: drop cpumask_next_wrap_old() (Waiman Long) [RHEL-129577] +- PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- scsi: lpfc: rework lpfc_next_{online,present}_cpu() (Waiman Long) [RHEL-129577] +- scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- s390: switch stop_machine_yield() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- padata: switch padata_find_next() to using cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- cpumask: use cpumask_next_wrap() where appropriate (Waiman Long) [RHEL-129577] +- cpumask: re-introduce cpumask_next{,_and}_wrap() (Waiman Long) [RHEL-129577] +- cpumask: deprecate cpumask_next_wrap() (Waiman Long) [RHEL-129577] +- powerpc/xmon: simplify xmon_batch_next_cpu() (Waiman Long) [RHEL-129577] +- ibmvnic: simplify ibmvnic_set_queue_affinity() (Waiman Long) [RHEL-129577] +- virtio_net: simplify virtnet_set_affinity() (Waiman Long) [RHEL-129577] +- objpool: rework objpool_pop() (Waiman Long) [RHEL-129577] +- cpumask: add for_each_{possible,online}_cpu_wrap (Waiman Long) [RHEL-129577] +- workqueue: Log additional details when rejecting work (Waiman Long) [RHEL-129577] +- workqueue: warn if delayed_work is queued to an offlined cpu. (Waiman Long) [RHEL-129577] +- workqueue: add printf attribute to __alloc_workqueue() (Waiman Long) [RHEL-129577] +- workqueue: Reduce expensive locks for unbound workqueue (Waiman Long) [RHEL-129577] +- workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048 (Waiman Long) [RHEL-129577] +- Bluetooth: ISO: Fix possible UAF on iso_conn_free (CKI Backport Bot) [RHEL-128901] {CVE-2025-40141} +- ice: ice_adapter: release xa entry on adapter allocation failure (CKI Backport Bot) [RHEL-128474] {CVE-2025-40185} +- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) [RHEL-79906] +- net: renesas: rswitch: add mdio C22 support (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: use generic MPSM operation for mdio C45 (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: align mdio C45 operations with datasheet (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: use FIELD_PREP for remaining MPIC register fields (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: do not write to MPSM register at init time (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: remove speed from gwca structure (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: do not deinit disabled ports (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: rework ts tags management (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix initial MPIC register setting (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: enable only used MFWD features (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: handle stop vs interrupt race (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: avoid use-after-put for a device tree node (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix leaked pointer on error path (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix race window between tx start and complete (Radu Rendec) [RHEL-78089] +- net: renesas: rswitch: fix possible early skb release (Radu Rendec) [RHEL-78089] + * Wed Jan 14 2026 CKI KWF Bot [6.12.0-183.el10] - block: fix race between wbt_enable_default and IO submission (Ming Lei) [RHEL-128456] - block: relax atomic write boundary vs chunk size check (Ming Lei) [RHEL-129479] diff --git a/sources b/sources index c70e53fa6..0351945de 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-183.el10.tar.xz) = 6852050a5dbde8d20ca31d9d2930a1a7b356b9c785055b53e9170950ebe668a0307e36d32162e8e2ba973d744087f983cfd346b0069f897473d11aca284dfb2b -SHA512 (kernel-abi-stablelists-6.12.0-183.el10.tar.xz) = 2a832d213dc616364a4207007c2b30fa022d04141450ef1cb0f49ee5f97313313c66282901cd3883efde121d7bc4a571494fb2cae7369ccc856bd66409f0d48a -SHA512 (kernel-kabi-dw-6.12.0-183.el10.tar.xz) = 0a5be8310e6884b65a325a6224c8bb8e2ddd4167fa6be0594181ee2e6b41f3acbba752ce52a92b42148c760ad1eb954edfe3a4c143c415226afe63977d5ea854 +SHA512 (linux-6.12.0-184.el10.tar.xz) = 61fd381397142ae85b6a585a93a9d1e485652025333b083e413a0808889844fac6af2a386903ec6273a6b747c7f8b114b050306ecef4019a5d8c0d5967e47216 +SHA512 (kernel-abi-stablelists-6.12.0-184.el10.tar.xz) = d319096e56a0462384b7a668ec06b56edb0e3c63b3013e8a28dd699fd823eefc90863b38e50483ebd229597b3bdaaee40f1047458dd3335a2430e24eb2e67b04 +SHA512 (kernel-kabi-dw-6.12.0-184.el10.tar.xz) = 9d8bf277c4230211cd79c94c16810f04c3b175107fe1747ebed304cdb5dc55c5b7a96fda6008ecd10baaebdd364be05706911ae950d91fdd7a6a1eedd52b2c30