From fdbd7dc11e55a8e8ef1ec22f64c82ba0b105a7c1 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Fri, 17 Jul 2026 02:10:36 +0000 Subject: [PATCH] Debrand for AlmaLinux OS Use AlmaLinux OS secure boot cert Enable Btrfs support for all kernel variants hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained --- Makefile.rhelver | 2 +- kernel.changelog | 105 +++++++++++++++++++++++++++++++++++++++++ kernel.spec | 118 ++++++++++++++++++++++++++++++++++++++++++++--- sources | 6 +-- 4 files changed, 220 insertions(+), 11 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index edacd823b..6780f91a1 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 = 249 +RHEL_RELEASE = 250 # # RHEL_REBASE_NUM diff --git a/kernel.changelog b/kernel.changelog index bb01058bd..ab084e45c 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,108 @@ +* Wed Jul 15 2026 CKI KWF Bot [6.12.0-250.el10] +- flex_proportions: make fprop_new_period() hardirq safe (CKI Backport Bot) [RHEL-189660] {CVE-2026-23168} +- PCI/TPH: Expose pcie_tph_get_st_table_loc() (CKI Backport Bot) [RHEL-186643] +- PCI/TPH: Expose pcie_tph_get_st_table_size() (CKI Backport Bot) [RHEL-186643] +- libperf build: Always place libperf includes first (Michael Petlan) [RHEL-179033] +- futex: Prevent lockup in requeue-PI during signal/ timeout wakeup (Waiman Long) [RHEL-183513] +- futex: Require sys_futex_requeue() to have identical flags (Waiman Long) [RHEL-183513] {CVE-2026-31554} +- futex: Clear stale exiting pointer in futex_lock_pi() retry path (Waiman Long) [RHEL-183513] {CVE-2026-31555} +- futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (Waiman Long) [RHEL-183513] {CVE-2026-23415} +- tools: ynl: cli: order set->list conversion in JSON output (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert rt-route sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert rt-addr sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert ethtool sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert devlink sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: add netdevsim wrapper library for YNL tests (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert tc and tc-filter-add samples to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert rt-link sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert ovs sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert netdev sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: move samples to tests (Hangbin Liu) [RHEL-156508] +- tools: ynl: add uns-admin-perm to genetlink (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Fill out operation attributes (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Add sub-messages (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Update attribute sets (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Add definitions (Hangbin Liu) [RHEL-156508] +- doc/netlink: netlink-raw: Add max check (Hangbin Liu) [RHEL-156508] +- tools: ynl: produce kselftest-list.txt from tests (Hangbin Liu) [RHEL-156508] +- tools: ynl: support INSTALL_PATH in the tests Makefile (Hangbin Liu) [RHEL-156508] +- tools: ynl: don't install tests in /usr/bin/ (Hangbin Liu) [RHEL-156508] +- tools: ynl: rename TESTS variable to TEST_PROGS (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: make the output compact (Hangbin Liu) [RHEL-156508] +- tools/net/ynl: Makefile's install target now installs ynltool (Hangbin Liu) [RHEL-156508] +- tools/net/ynl: suppress jobserver warning in ynltool version detection (Hangbin Liu) [RHEL-156508] +- tools: ynl: render event op docs correctly (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: print reply in combined format if possible (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: extract the event/notify handling in --list-attrs (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: factor out --list-attrs / --doc handling (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: add --doc as alias to --list-attrs (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: improve --help (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: wrap the doc text if it's long (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: introduce formatting for attr names in --list-attrs (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: Fix remaining pylint warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: fix pylint None, type, dict, generators, init (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: fix pylint warnings for returns, unused, redefined (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: suppress unhelpful pylint messages (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint issues in ynl_gen_rst (Hangbin Liu) [RHEL-156508] +- tools: ynl: ethtool: fix pylint issues (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix logic errors reported by pylint (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint global variable related warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint misc warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint dict, indentation, long lines, uninitialised (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint exception warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint redefinition, encoding errors (Hangbin Liu) [RHEL-156508] +- tools: ynl: pylint suppressions and docstrings (Hangbin Liu) [RHEL-156508] +- tools: ynl: don't install tests (Hangbin Liu) [RHEL-156508] +- netlink: specs: netdev: clarify the page pool API a little (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix build on systems with old kernel headers (Hangbin Liu) [RHEL-156508] +- ynl: samples: Fix spelling mistake "failedq" -> "failed" (Hangbin Liu) [RHEL-156508] +- ynl: fix schema check errors (Hangbin Liu) [RHEL-156508] +- ynl: fix a yamllint warning in ethtool spec (Hangbin Liu) [RHEL-156508] +- tools: ynl: add a lint makefile target (Hangbin Liu) [RHEL-156508] +- tools: ynl: add schema checking (Hangbin Liu) [RHEL-156508] +- netlink: specs: add big-endian byte-order for u32 IPv4 addresses (Hangbin Liu) [RHEL-156508] +- tools: ynl: add YNL test framework (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen: add function prefix argument (Hangbin Liu) [RHEL-156508] +- ynl: samples: add tc filter example (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: Display enum values in --list-attrs output (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: Parse nested attributes in --list-attrs output (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: Add --list-attrs option to show operation attributes (Hangbin Liu) [RHEL-156508] +- tools: ynltool: ignore *.d deps files (Hangbin Liu) [RHEL-156508] +- netlink: specs: support ipv4-or-v6 for dual-stack fields (Hangbin Liu) [RHEL-156508] +- tools: ynl: Add MAC address parsing support (Hangbin Liu) [RHEL-156508] +- tools: ynltool: remove -lmnl from link flags (Hangbin Liu) [RHEL-156508] +- tools: ynltool: correct install in Makefile (Hangbin Liu) [RHEL-156508] +- tools: ynltool: add traffic distribution balance (Hangbin Liu) [RHEL-156508] +- tools: ynltool: add qstats support (Hangbin Liu) [RHEL-156508] +- tools: ynltool: add page-pool stats (Hangbin Liu) [RHEL-156508] +- tools: ynltool: create skeleton for the C command (Hangbin Liu) [RHEL-156508] +- tools: ynl: call nested attribute free function for indexed arrays (Hangbin Liu) [RHEL-156508] +- netlink: specs: netdev add missing stats to qstat-get (Hangbin Liu) [RHEL-156508] +- tools: ynl: rework the string representation of NlError (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix indent issues in the main Python lib (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix string attribute length to include null terminator (Hangbin Liu) [RHEL-156508] +- tools: ynl: avoid print_field when there is no reply (Hangbin Liu) [RHEL-156508] +- netlink: specs: explicitly declare block scalar strings (Hangbin Liu) [RHEL-156508] +- netlink: specs: mptcp: fix if-idx attribute type (Hangbin Liu) [RHEL-156508] +- netlink: specs: fou: change local-v6/peer-v6 check (Hangbin Liu) [RHEL-156508] +- netlink: specs: enforce strict naming of properties (Hangbin Liu) [RHEL-156508] +- netlink: specs: tc: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: rt-link: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: mptcp: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: ovs_flow: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: nfsd: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- docs: netlink: index.rst: add a netlink index file (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix a couple of yamllint warnings (Hangbin Liu) [RHEL-156508] +- netlink: specs: wrap long doc lines (>80 chars) (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix up indentation errors (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix up truthy values (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix up spaces before comments (Hangbin Liu) [RHEL-156508] +- netlink: specs: clean up spaces in brackets (Hangbin Liu) [RHEL-156508] +- netlink: specs: add doc start markers to yaml (Hangbin Liu) [RHEL-156508] +- netlink: specs: mptcp: fix missing doc (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen: use big-endian netlink attribute types (Hangbin Liu) [RHEL-156508] +Resolves: RHEL-156508, RHEL-179033, RHEL-183513, RHEL-186643, RHEL-189660 + * Tue Jul 14 2026 Alexandra Hájková [6.12.0-249.el10] - vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter (Koushik Dutta) [RHEL-189045] - vduse: Requeue failed read to send_list head (Koushik Dutta) [RHEL-189045] diff --git a/kernel.spec b/kernel.spec index bc0f1c829..ae048bc03 100644 --- a/kernel.spec +++ b/kernel.spec @@ -179,15 +179,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 249 +%define pkgrelease 250 %define kversion 6 -%define tarfile_release 6.12.0-249.el10 +%define tarfile_release 6.12.0-250.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 249%{?buildid}%{?dist} +%define specrelease 250%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-249.el10 +%define kabiversion 6.12.0-250.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4576,14 +4576,14 @@ fi\ # # %changelog -* Thu Jul 16 2026 Eduard Abdullin - 6.12.0-249 +* Fri Jul 17 2026 Eduard Abdullin - 6.12.0-250 - Debrand for AlmaLinux OS - Use AlmaLinux OS secure boot cert -* Thu Jul 16 2026 Neal Gompa - 6.12.0-249 +* Fri Jul 17 2026 Neal Gompa - 6.12.0-250 - Enable Btrfs support for all kernel variants -* Thu Jul 16 2026 Andrew Lukoshko - 6.12.0-249 +* Fri Jul 17 2026 Andrew Lukoshko - 6.12.0-250 - hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 - mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 - megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 @@ -4593,6 +4593,110 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained +* Wed Jul 15 2026 CKI KWF Bot [6.12.0-250.el10] +- flex_proportions: make fprop_new_period() hardirq safe (CKI Backport Bot) [RHEL-189660] {CVE-2026-23168} +- PCI/TPH: Expose pcie_tph_get_st_table_loc() (CKI Backport Bot) [RHEL-186643] +- PCI/TPH: Expose pcie_tph_get_st_table_size() (CKI Backport Bot) [RHEL-186643] +- libperf build: Always place libperf includes first (Michael Petlan) [RHEL-179033] +- futex: Prevent lockup in requeue-PI during signal/ timeout wakeup (Waiman Long) [RHEL-183513] +- futex: Require sys_futex_requeue() to have identical flags (Waiman Long) [RHEL-183513] {CVE-2026-31554} +- futex: Clear stale exiting pointer in futex_lock_pi() retry path (Waiman Long) [RHEL-183513] {CVE-2026-31555} +- futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (Waiman Long) [RHEL-183513] {CVE-2026-23415} +- tools: ynl: cli: order set->list conversion in JSON output (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert rt-route sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert rt-addr sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert ethtool sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert devlink sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: add netdevsim wrapper library for YNL tests (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert tc and tc-filter-add samples to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert rt-link sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert ovs sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: convert netdev sample to selftest (Hangbin Liu) [RHEL-156508] +- tools: ynl: move samples to tests (Hangbin Liu) [RHEL-156508] +- tools: ynl: add uns-admin-perm to genetlink (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Fill out operation attributes (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Add sub-messages (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Update attribute sets (Hangbin Liu) [RHEL-156508] +- doc/netlink: nftables: Add definitions (Hangbin Liu) [RHEL-156508] +- doc/netlink: netlink-raw: Add max check (Hangbin Liu) [RHEL-156508] +- tools: ynl: produce kselftest-list.txt from tests (Hangbin Liu) [RHEL-156508] +- tools: ynl: support INSTALL_PATH in the tests Makefile (Hangbin Liu) [RHEL-156508] +- tools: ynl: don't install tests in /usr/bin/ (Hangbin Liu) [RHEL-156508] +- tools: ynl: rename TESTS variable to TEST_PROGS (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: make the output compact (Hangbin Liu) [RHEL-156508] +- tools/net/ynl: Makefile's install target now installs ynltool (Hangbin Liu) [RHEL-156508] +- tools/net/ynl: suppress jobserver warning in ynltool version detection (Hangbin Liu) [RHEL-156508] +- tools: ynl: render event op docs correctly (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: print reply in combined format if possible (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: extract the event/notify handling in --list-attrs (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: factor out --list-attrs / --doc handling (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: add --doc as alias to --list-attrs (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: improve --help (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: wrap the doc text if it's long (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: introduce formatting for attr names in --list-attrs (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: Fix remaining pylint warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: fix pylint None, type, dict, generators, init (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: fix pylint warnings for returns, unused, redefined (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen-c: suppress unhelpful pylint messages (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint issues in ynl_gen_rst (Hangbin Liu) [RHEL-156508] +- tools: ynl: ethtool: fix pylint issues (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix logic errors reported by pylint (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint global variable related warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint misc warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint dict, indentation, long lines, uninitialised (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint exception warnings (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix pylint redefinition, encoding errors (Hangbin Liu) [RHEL-156508] +- tools: ynl: pylint suppressions and docstrings (Hangbin Liu) [RHEL-156508] +- tools: ynl: don't install tests (Hangbin Liu) [RHEL-156508] +- netlink: specs: netdev: clarify the page pool API a little (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix build on systems with old kernel headers (Hangbin Liu) [RHEL-156508] +- ynl: samples: Fix spelling mistake "failedq" -> "failed" (Hangbin Liu) [RHEL-156508] +- ynl: fix schema check errors (Hangbin Liu) [RHEL-156508] +- ynl: fix a yamllint warning in ethtool spec (Hangbin Liu) [RHEL-156508] +- tools: ynl: add a lint makefile target (Hangbin Liu) [RHEL-156508] +- tools: ynl: add schema checking (Hangbin Liu) [RHEL-156508] +- netlink: specs: add big-endian byte-order for u32 IPv4 addresses (Hangbin Liu) [RHEL-156508] +- tools: ynl: add YNL test framework (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen: add function prefix argument (Hangbin Liu) [RHEL-156508] +- ynl: samples: add tc filter example (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: Display enum values in --list-attrs output (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: Parse nested attributes in --list-attrs output (Hangbin Liu) [RHEL-156508] +- tools: ynl: cli: Add --list-attrs option to show operation attributes (Hangbin Liu) [RHEL-156508] +- tools: ynltool: ignore *.d deps files (Hangbin Liu) [RHEL-156508] +- netlink: specs: support ipv4-or-v6 for dual-stack fields (Hangbin Liu) [RHEL-156508] +- tools: ynl: Add MAC address parsing support (Hangbin Liu) [RHEL-156508] +- tools: ynltool: remove -lmnl from link flags (Hangbin Liu) [RHEL-156508] +- tools: ynltool: correct install in Makefile (Hangbin Liu) [RHEL-156508] +- tools: ynltool: add traffic distribution balance (Hangbin Liu) [RHEL-156508] +- tools: ynltool: add qstats support (Hangbin Liu) [RHEL-156508] +- tools: ynltool: add page-pool stats (Hangbin Liu) [RHEL-156508] +- tools: ynltool: create skeleton for the C command (Hangbin Liu) [RHEL-156508] +- tools: ynl: call nested attribute free function for indexed arrays (Hangbin Liu) [RHEL-156508] +- netlink: specs: netdev add missing stats to qstat-get (Hangbin Liu) [RHEL-156508] +- tools: ynl: rework the string representation of NlError (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix indent issues in the main Python lib (Hangbin Liu) [RHEL-156508] +- tools: ynl: fix string attribute length to include null terminator (Hangbin Liu) [RHEL-156508] +- tools: ynl: avoid print_field when there is no reply (Hangbin Liu) [RHEL-156508] +- netlink: specs: explicitly declare block scalar strings (Hangbin Liu) [RHEL-156508] +- netlink: specs: mptcp: fix if-idx attribute type (Hangbin Liu) [RHEL-156508] +- netlink: specs: fou: change local-v6/peer-v6 check (Hangbin Liu) [RHEL-156508] +- netlink: specs: enforce strict naming of properties (Hangbin Liu) [RHEL-156508] +- netlink: specs: tc: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: rt-link: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: mptcp: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: ovs_flow: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- netlink: specs: nfsd: replace underscores with dashes in names (Hangbin Liu) [RHEL-156508] +- docs: netlink: index.rst: add a netlink index file (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix a couple of yamllint warnings (Hangbin Liu) [RHEL-156508] +- netlink: specs: wrap long doc lines (>80 chars) (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix up indentation errors (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix up truthy values (Hangbin Liu) [RHEL-156508] +- netlink: specs: fix up spaces before comments (Hangbin Liu) [RHEL-156508] +- netlink: specs: clean up spaces in brackets (Hangbin Liu) [RHEL-156508] +- netlink: specs: add doc start markers to yaml (Hangbin Liu) [RHEL-156508] +- netlink: specs: mptcp: fix missing doc (Hangbin Liu) [RHEL-156508] +- tools: ynl-gen: use big-endian netlink attribute types (Hangbin Liu) [RHEL-156508] + * Tue Jul 14 2026 Alexandra Hájková [6.12.0-249.el10] - vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter (Koushik Dutta) [RHEL-189045] - vduse: Requeue failed read to send_list head (Koushik Dutta) [RHEL-189045] diff --git a/sources b/sources index 8914c8bb2..d120d3a09 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-249.el10.tar.xz) = 12336ccb4bf00c6647ceeb11925e99d426761157dbe757bb503ce59c76b9f55a807bf1a4a1efebd597ca6ca82bffacef78e4744a473acfe1fd53118060db8066 -SHA512 (kernel-abi-stablelists-6.12.0-249.el10.tar.xz) = 89360b5db86d220f6c8c9d6c7d57f9c3e0e805cd7df6d5e142fb730ff3bd3fd02f749c699d2e46440d0f35980173bcbd0bf4c342e29e916e533c457beacee9f0 -SHA512 (kernel-kabi-dw-6.12.0-249.el10.tar.xz) = e81b8cd9f08c77147d95b281f43f38af27f378a2fcb7811923244a50ffc9ca3286f9f5ae496f6448152d45d37afb66e56a542a2ea5ca93c624bcb2c02ac1d619 +SHA512 (linux-6.12.0-250.el10.tar.xz) = 4758563d6d5f266e66571bf343d4ad0d887127a8c684c46ecf667a592cdf2c7ececb47611e4836c5c66d064705492c5c740d2ffd29aed3c17b392925c23c5768 +SHA512 (kernel-abi-stablelists-6.12.0-250.el10.tar.xz) = 16467ff5c5904b544d1eeba2e861c09c53e038aebbad536ab113a1d90d5d1854eab8854e86b3cc57d5e4bd597300e81c812abeb0a03818cde00d2363d78d96f8 +SHA512 (kernel-kabi-dw-6.12.0-250.el10.tar.xz) = a26b2e56874229c02091988613ad7abd754ed05a26c49c6b42e9651c7bb978394b88a924b2974f6172756f337b1cd6dc61a3b13f68e74669a7364f94a7c96ca8