kernel-5.14.0-687.22.1.el9_8

エラータID: AXSA:2026-1543:61

Release date: 
Monday, August 17, 2026 - 10:11
Subject: 
kernel-5.14.0-687.22.1.el9_8
Affected Channels: 
MIRACLE LINUX 9 for x86_64
Severity: 
High
Description: 

The kernel packages contain the Linux kernel, the core of any Linux operating system.

Security Fix(es):

* kernel: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath (CVE-2026-43112)
* kernel: net: mana: Fix double destroy_workqueue on service rescan PCI path (CVE-2026-43276)
* kernel: Linux kernel: Use-After-Free in net/gro due to improper handling of zerocopy skbs (CVE-2026-46323)
* kernel: xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete (CVE-2026-46116)
* kernel: sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL (CVE-2026-46227)
* kernel: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs() (CVE-2026-46209)
* kernel: smb/client: fix out-of-bounds read in smb2_compound_op() (CVE-2026-46155)
* kernel: netfilter: nft_inner: Fix IPv6 inner_thoff desync (CVE-2026-46244)
* kernel: procfs: fix missing RCU protection when reading real_parent in do_task_stat() (CVE-2026-46259)
* kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources (CVE-2025-10263)
* kernel: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry (CVE-2026-46316)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

CVE-2025-10263
Arm C1-Ultra, C1-Premium, Neoverse V3 & V3AE, Neoverse V2, Neoverse V1, Neoverse-N2, Neoverse-N1, Cortex-X925, Cortex-X4, Cortex-X3, Cortex-X2, Cortex-X1 & X1C, Cortex-A710, Cortex-A78, A78AE & A78C, Cortex-A77, Cortex-A76 & A76A may allow writes to resources owned by a higher exception level.
CVE-2026-43112
In the Linux kernel, the following vulnerability has been resolved: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath When cifs_sanitize_prepath is called with an empty string or a string containing only delimiters (e.g., "/"), the current logic attempts to check *(cursor2 - 1) before cursor2 has advanced. This results in an out-of-bounds read. This patch adds an early exit check after stripping prepended delimiters. If no path content remains, the function returns NULL. The bug was identified via manual audit and verified using a standalone test case compiled with AddressSanitizer, which triggered a SEGV on affected inputs.
CVE-2026-43276
In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix double destroy_workqueue on service rescan PCI path While testing corner cases in the driver, a use-after-free crash was found on the service rescan PCI path. When mana_serv_reset() calls mana_gd_suspend(), mana_gd_cleanup() destroys gc->service_wq. If the subsequent mana_gd_resume() fails with -ETIMEDOUT or -EPROTO, the code falls through to mana_serv_rescan() which triggers pci_stop_and_remove_bus_device(). This invokes the PCI .remove callback (mana_gd_remove), which calls mana_gd_cleanup() a second time, attempting to destroy the already- freed workqueue. Fix this by NULL-checking gc->service_wq in mana_gd_cleanup() and setting it to NULL after destruction. Call stack of issue for reference: [Sat Feb 21 18:53:48 2026] Call Trace: [Sat Feb 21 18:53:48 2026] [Sat Feb 21 18:53:48 2026] mana_gd_cleanup+0x33/0x70 [mana] [Sat Feb 21 18:53:48 2026] mana_gd_remove+0x3a/0xc0 [mana] [Sat Feb 21 18:53:48 2026] pci_device_remove+0x41/0xb0 [Sat Feb 21 18:53:48 2026] device_remove+0x46/0x70 [Sat Feb 21 18:53:48 2026] device_release_driver_internal+0x1e3/0x250 [Sat Feb 21 18:53:48 2026] device_release_driver+0x12/0x20 [Sat Feb 21 18:53:48 2026] pci_stop_bus_device+0x6a/0x90 [Sat Feb 21 18:53:48 2026] pci_stop_and_remove_bus_device+0x13/0x30 [Sat Feb 21 18:53:48 2026] mana_do_service+0x180/0x290 [mana] [Sat Feb 21 18:53:48 2026] mana_serv_func+0x24/0x50 [mana] [Sat Feb 21 18:53:48 2026] process_one_work+0x190/0x3d0 [Sat Feb 21 18:53:48 2026] worker_thread+0x16e/0x2e0 [Sat Feb 21 18:53:48 2026] kthread+0xf7/0x130 [Sat Feb 21 18:53:48 2026] ? __pfx_worker_thread+0x10/0x10 [Sat Feb 21 18:53:48 2026] ? __pfx_kthread+0x10/0x10 [Sat Feb 21 18:53:48 2026] ret_from_fork+0x269/0x350 [Sat Feb 21 18:53:48 2026] ? __pfx_kthread+0x10/0x10 [Sat Feb 21 18:53:48 2026] ret_from_fork_asm+0x1a/0x30 [Sat Feb 21 18:53:48 2026]
CVE-2026-46116
In the Linux kernel, the following vulnerability has been resolved: xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete KASAN reproduces a slab-use-after-free in __xfrm_state_delete()'s hlist_del_rcu calls under syzkaller load on linux-6.12.y stable (reproduced on 6.12.47, also reachable via the same code path on torvalds/master and on the ipsec tree). Nine unique signatures cluster in the xfrm_state lifecycle, the load-bearing one being: BUG: KASAN: slab-use-after-free in __hlist_del include/linux/list.h:990 [inline] BUG: KASAN: slab-use-after-free in hlist_del_rcu include/linux/rculist.h:516 [inline] BUG: KASAN: slab-use-after-free in __xfrm_state_delete net/xfrm/xfrm_state.c Write of size 8 at addr ffff8881198bcb70 by task kworker/u8:9/435 Workqueue: netns cleanup_net Call Trace: __hlist_del / hlist_del_rcu __xfrm_state_delete xfrm_state_delete xfrm_state_flush xfrm_state_fini ops_exit_list cleanup_net The other observed signatures hit the same slab object from __xfrm_state_lookup, xfrm_alloc_spi, __xfrm_state_insert and an OOB write variant of __xfrm_state_delete, all on the byseq/byspi hash chains. __xfrm_state_delete() guards its byseq and byspi unhashes with value-based predicates: if (x->km.seq) hlist_del_rcu(&x->byseq); if (x->id.spi) hlist_del_rcu(&x->byspi); while everywhere else in the file (e.g. state_cache, state_cache_input) the safer hlist_unhashed() check is used. xfrm_alloc_spi() sets x->id.spi = newspi inside xfrm_state_lock and then immediately inserts into byspi, but a path that observes x->id.spi != 0 outside of xfrm_state_lock can still skip-or-hit the byspi unhash inconsistently with whether x is actually on the list. The same holds for x->km.seq versus byseq, and the bydst/bysrc unhashes have no predicate at all, so a second __xfrm_state_delete() on the same object writes through LIST_POISON pprev. The defensive change here: - Use hlist_del_init_rcu() instead of hlist_del_rcu() on bydst, bysrc, byseq and byspi so a second deletion is a no-op rather than a write through LIST_POISON pprev. The byseq/byspi nodes are already initialised in xfrm_state_alloc(). - Test hlist_unhashed() rather than the value predicate for byseq/byspi, so the unhash decision tracks list state rather than mutable scalar fields. Empirical verification: applied this patch on top of v6.12.47, rebuilt, and re-ran the same syzkaller harness for 1h16m on a previously-crashy configuration that produced ~100 hits each of slab-use-after-free Read in xfrm_alloc_spi / Read in __xfrm_state_lookup / Write in __xfrm_state_delete. After the patch, 7.1M execs across 32 VMs at ~1550 exec/sec produced zero xfrm_state UAF/OOB hits. /proc/slabinfo confirms the xfrm_state slab is actively allocated and freed during the run (~143 KiB resident), so the fuzzer is still exercising those code paths -- they just no longer crash. Reproduction: - Linux 6.12.47 x86_64 + KASAN_GENERIC + KASAN_INLINE + KCOV - syzkaller @ 746545b8b1e4c3a128db8652b340d3df90ce61db - 32 QEMU/KVM VMs x 2 vCPU on AWS c5.metal bare metal - 9 unique signatures collected in ~9h, all within xfrm_state lifecycle
CVE-2026-46155
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in smb2_compound_op() If a server sends a truncated response but a large OutputBufferLength, and terminates the EA list early, check_wsl_eas() returns success without validating that the entire OutputBufferLength fits within iov_len. Then smb2_compound_op() does: memcpy(idata->wsl.eas, data[0], size[0]); Where size[0] is OutputBufferLength. If iov_len is smaller than size[0], memcpy can read beyond the end of the rsp_iov allocation and leak adjacent kernel heap memory.
CVE-2026-46209
In the Linux kernel, the following vulnerability has been resolved: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs() drm_gem_fb_init_with_funcs() computes sub-sampled plane dimensions using plain integer division: unsigned int width = mode_cmd->width / (i ? info->hsub : 1); unsigned int height = mode_cmd->height / (i ? info->vsub : 1); However, the ioctl-level framebuffer_check() in drm_framebuffer.c uses drm_format_info_plane_width/height() which round up dimensions via DIV_ROUND_UP(). This inconsistency corrupts the subsequent GEM object size check for certain pixel format and dimension combinations. For example, with NV12 (vsub=2) and a 1-pixel-tall framebuffer the GEM size validation path sees height=0 instead of height=1. The expression (height - 1) then wraps to UINT_MAX as an unsigned int, causing min_size to overflow and wrap back to a small value. A tiny GEM object therefore passes the size guard, yet when the GPU accesses the chroma plane it will read or write memory beyond the object's bounds. Fix by replacing the open-coded divisions with drm_format_info_plane_width() and drm_format_info_plane_height(), which use DIV_ROUND_UP() and match the calculation already used in framebuffer_check().
CVE-2026-46227
In the Linux kernel, the following vulnerability has been resolved: sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL The SCTP_SENDALL path in sctp_sendmsg() iterates ep->asocs with list_for_each_entry_safe(), which caches the next entry in @tmp before the loop body runs. The body calls sctp_sendmsg_to_asoc(), which may drop the socket lock inside sctp_wait_for_sndbuf(). While the lock is dropped, another thread can SCTP_SOCKOPT_PEELOFF the association cached in @tmp, migrating it to a new endpoint via sctp_sock_migrate() (list_del_init() + list_add_tail() to newep->asocs), and optionally close the new socket which frees the association via kfree_rcu(). The cached @tmp can also be freed by a network ABORT for that association, processed in softirq while the lock is dropped. sctp_wait_for_sndbuf() revalidates @asoc (the current entry) on re-lock via the "sk != asoc->base.sk" and "asoc->base.dead" checks, but nothing revalidates @tmp. After a successful return, the iterator advances to the stale @tmp, yielding either a use-after-free (if the peeled socket was closed) or a list-walk onto the new endpoint's list head (type confusion of &newep->asocs as a struct sctp_association *). Both are reachable from CapEff=0; the type-confusion path gives controlled indirect call via the outqueue.sched->init_sid pointer. Fix by re-deriving @tmp from @asoc after sctp_sendmsg_to_asoc() returns. @asoc is known to still be on ep->asocs at that point: the only callers that list_del an association from ep->asocs are sctp_association_free() (which sets asoc->base.dead) and sctp_assoc_migrate() (which changes asoc->base.sk), and sctp_wait_for_sndbuf() checks both under the lock before any successful return; a tripped check propagates as err < 0 and the loop bails before the re-derive. The SCTP_ABORT path in sctp_sendmsg_check_sflags() returns 0 and the loop hits 'continue' before sctp_sendmsg_to_asoc() is ever called, so the @tmp cached by list_for_each_entry_safe() still covers the lock-held free that ba59fb027307 ("sctp: walk the list of asoc safely") was added for.
CVE-2026-46244
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_inner: Fix IPv6 inner_thoff desync In nft_inner_parse_l2l3(), when processing inner IPv6 packets, ipv6_find_hdr() correctly computes the transport header offset traversing all extension headers, but the result is immediately overwritten with nhoff + sizeof(_ip6h) (40 bytes), which only accounts for the IPv6 base header. This creates a desync between inner_thoff (wrong — points to extension header start) and l4proto (correct — e.g., IPPROTO_TCP), enabling transport header forgery and potential firewall bypass. This issue affects stable versions from Linux 6.2. For comparison, the normal (non-inner) IPv6 path correctly preserves ipv6_find_hdr()'s result. Removing the incorrect overwrite ensures that ipv6_find_hdr()'s calculated transport header offset is preserved, thereby fixing the desynchronization.
CVE-2026-46259
In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading real_parent in do_task_stat() When reading /proc/[pid]/stat, do_task_stat() accesses task->real_parent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- do_task_stat var = task->real_parent release_task call_rcu(delayed_put_task_struct) task_tgid_nr_ns(var) rcu_read_lock <--- Too late to protect task->real_parent! task_pid_ptr <--- UAF! rcu_read_unlock This patch uses task_ppid_nr_ns() instead of task_tgid_nr_ns() to add proper RCU protection for accessing task->real_parent.
CVE-2026-46316
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry vgic_its_invalidate_cache() walks the per-ITS translation cache with xa_for_each() and drops the cache's reference on each entry with vgic_put_irq(). It puts the iterated pointer, though, rather than the value returned by xa_erase(). The function is called from contexts that do not exclude one another: the ITS command handlers hold its_lock, the GITS_CTLR write path holds cmd_lock, and the path that clears EnableLPIs in a redistributor's GICR_CTLR holds neither. Two or more of them can drain the same cache concurrently, and if each one observes the same entry, erases it and then puts it, the single reference the cache holds on that entry is dropped more than once. The entry can then be freed while an ITE still maps it. xa_erase() is atomic and returns the previous entry, so put only the entry that this context actually removed. The cache reference is then dropped exactly once per entry even when the invalidations run concurrently, and the behavior is unchanged when only one context runs.
CVE-2026-46323
In the Linux kernel, the following vulnerability has been resolved: net: gro: don't merge zcopy skbs skb_gro_receive() can currently copy frags between the source and GRO skb, without checking the zerocopy status, and in particular the SKBFL_MANAGED_FRAG_REFS flag. When SKBFL_MANAGED_FRAG_REFS is set, the skb doesn't hold a reference on the pages in shinfo->frags. Appending those frags to another skb's frags without fixing up the page refcount can lead to UAF. When either the last skb in the GRO chain (the one we would append frags to) or the source skb is zerocopy, don't merge the skbs.

Solution: 

Update packages.

Additional Info: 

N/A

Download: 

SRPMS
  1. kernel-5.14.0-687.22.1.el9_8.src.rpm
    MD5: 76c8db33f060c766bb7440ac2730f6fd
    SHA-256: fa7c744d32084679457bf420c0002456851341f895315675f9abddde1bdf656a
    Size: 145.44 MB

Asianux Server 9 for x86_64
  1. kernel-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 0fc3120dab9fa968cdf78db4cf6f5cbc
    SHA-256: 0c520765aea32ed43bbb5554e2b54c50b905a19202db90e7ec7fef773f191f81
    Size: 11.69 kB
  2. kernel-abi-stablelists-5.14.0-687.22.1.el9_8.noarch.rpm
    MD5: 93dedf83aac9766cef6a60ef07ba770a
    SHA-256: 36633719cd1639336ffa39f5fa79b66a6ef263174b0a7d3cde1d212a7106752f
    Size: 46.98 kB
  3. kernel-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 07932fdeb642aaa22a9fb137b5b14c9d
    SHA-256: fd4b6ab97e778b183cbf6445f79ddac8ebbf81923767bba49a9553a3fc8dd597
    Size: 16.33 MB
  4. kernel-cross-headers-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: c3a935c3d4aab593d139db47ee471acb
    SHA-256: 7b4197d7a044fc6d4cf108d4a526450345ba9de506462ec01296f07bfcbc5fff
    Size: 7.07 MB
  5. kernel-debug-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: f21424266a6c5cf070745aea4fc96a28
    SHA-256: e12377feb08ec8d4679d54451f71f1f841b65ab095f75390d2d3edd6082d562d
    Size: 11.78 kB
  6. kernel-debug-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 112d965d26d73b7817d0cf6f771783eb
    SHA-256: b3448d627366574ba3046517eafb55313e2f0b6e0cd680c68b870e668bf5a7f3
    Size: 30.19 MB
  7. kernel-debug-devel-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 397a2c0d40effae57578f658b7c4f645
    SHA-256: f4e37cd8d6921f8499ce55b2c0ecdcb974c3f1a6a74e219cf983826b58750532
    Size: 20.43 MB
  8. kernel-debug-devel-matched-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 9bcf61f2117773f0b3b57c72c0bac583
    SHA-256: 6774517568c4637623ab624768ba929539a9c77ddafe7f1949fc2eb7a538f48f
    Size: 11.77 kB
  9. kernel-debug-modules-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 4c035c19f7504666673a174cdd7927d6
    SHA-256: c941a5bfa17c8db42e51cd2f41f53ea506392a951d5b7b03d4720cec42c437fa
    Size: 69.17 MB
  10. kernel-debug-modules-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 41533a0d21bc0e37c1dec334d34c7ab2
    SHA-256: a544f83b01bbfd7222f033e736c62eb62711c00534178c502e59809509e457dc
    Size: 48.90 MB
  11. kernel-debug-modules-extra-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 101f67fdf211dfc4710ee32da8493b53
    SHA-256: 3f1a42263ca56726eba3c03f8511d7b674e09ad0e3da8f5484c61d982863cdaf
    Size: 832.30 kB
  12. kernel-debug-uki-virt-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 072d453858db5b612baf25bfc61c8965
    SHA-256: 0d2779e86c35563048247d434123ffdabaa7301cd135976868c98e34ed855694
    Size: 87.18 MB
  13. kernel-devel-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 10aafa5b7176abcbbb7d8809a916a740
    SHA-256: c6a1dd65f3db288eb36a8f84dd277a76fd8613dbd12fa0ecc3e8a6fe27d3395f
    Size: 20.24 MB
  14. kernel-devel-matched-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 697adf9d4412f040d9762672a428b851
    SHA-256: ed66d311f953723a662276ab9e689cb0742d0aed689478e4aa3ad86a3fc19519
    Size: 11.74 kB
  15. kernel-doc-5.14.0-687.22.1.el9_8.noarch.rpm
    MD5: 620ada8c16a85051db59c31a37a74bf1
    SHA-256: 455f23e6c0b77808317a10ac250f209ab2e21758e2b214db7a566a9c6b76859b
    Size: 38.00 MB
  16. kernel-headers-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 399a5195b7e8aa509e6cd84f810d6e86
    SHA-256: 6d14f11cd060c08f26116536c85ba03a69eba308f32f8f31eae75bcb6705b56c
    Size: 1.80 MB
  17. kernel-modules-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 8971d80b7375f74b0a5a4e3b53832fc5
    SHA-256: f65166bd796f573491be642515e414ecbe9fe502f25061d6819a47c94163f227
    Size: 39.00 MB
  18. kernel-modules-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: d9333e61823895b2821f7485461015fe
    SHA-256: 00b28219fb6f4f6218a68b10082e2c2d5e530a734790ee7e4040fa6a9af205dd
    Size: 30.07 MB
  19. kernel-modules-extra-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 32cff43d615bff2df63b0b677e44edc2
    SHA-256: 305eabfcb6d99b5d107fb88dfa383af9793c30cf249129f64c1a2c06f5f65569
    Size: 460.27 kB
  20. kernel-rt-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: d97d1f4c359f8e2b64cd93bf40c9769e
    SHA-256: 2723fe819908d4058338cb6d8411162e0b7284968edba339de5c4bd535a65e53
    Size: 11.77 kB
  21. kernel-rt-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: f83a131740884c9d6581a502bed765d9
    SHA-256: 115ce25fafcd9d5f033b6d8e95a98a6eb17e4a867494d723f6fd039fa772d263
    Size: 16.23 MB
  22. kernel-rt-debug-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 34453ecdce8df6c547f293c9f6cd1885
    SHA-256: 8a8000acf9cd0893e070040cfbc1f51dec682edc1de78647a8b2e073b746071b
    Size: 11.84 kB
  23. kernel-rt-debug-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 8b4c1ec82816df56beb009ed98b33f28
    SHA-256: 422c3dabdf3ba25e604488063cc253937e28101e7da0e9738f6b876b6022b741
    Size: 17.69 MB
  24. kernel-rt-debug-devel-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: e369de1eb5749055b80704749f16215b
    SHA-256: 4546db6860a6f2f027c39cf1a48f0c076383f1aac9c18c28027dac2c7a72f7f9
    Size: 20.37 MB
  25. kernel-rt-debug-modules-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 3d9cca6066b2f58c1bd878f7c9947429
    SHA-256: af124257a305a5adc0ecdb26c0e7e2f3ddb94be01b5028d509f51c3e0b548881
    Size: 40.59 MB
  26. kernel-rt-debug-modules-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 59cf801c968c4b3420b7594c2655ea1e
    SHA-256: 48021c9d4bcacc888fb73bc9c287d5264bf6bea308377863c8629b36726d38f9
    Size: 31.25 MB
  27. kernel-rt-debug-modules-extra-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: a8276069e8d5fb795fa5cd99d2bc0ca4
    SHA-256: 7eaef4f8dfc21628733a592c3df3a813ad2824828635b9164da5e83a30450cb0
    Size: 488.31 kB
  28. kernel-rt-devel-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 2600d26fab7b37c88f63de0a493935e4
    SHA-256: f565ff5135be2ca6d44c31ed8605588d0331a96b2c00991e58b70566da77c082
    Size: 20.22 MB
  29. kernel-rt-modules-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: bcc73c770b13d5677c9526aa00f4a945
    SHA-256: 736c2a3e95ec5ac3ed56cff52cd11384430595a5304c59398d6ad8f5ba6254ff
    Size: 39.04 MB
  30. kernel-rt-modules-core-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 2487932b845e70cfed15c48caeb4afdf
    SHA-256: b1d0888dcc6b7d960769edb64d44188a73edafc523db4aa3f96d11de56c4e57e
    Size: 30.14 MB
  31. kernel-rt-modules-extra-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: ac92faca3507865e64912d3b85f206c2
    SHA-256: 8eafa532e7d68662ed9e6038356b9d6945fc4df1bec5fc0ca3dd2d25b9020f4d
    Size: 462.67 kB
  32. kernel-tools-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 030a35a4c1669648a95633d625f2802f
    SHA-256: e2d7b51065ba394b2c9675b61a44f76d5305f7d49e3bf2358c16f264e927d072
    Size: 307.75 kB
  33. kernel-tools-libs-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: c3843e0fe88fd657af065928e682effd
    SHA-256: 7a2c6056ccbb7824d003a7d3b418fdfe24f2c2456f1cbc74cabd0edbff93e188
    Size: 24.47 kB
  34. kernel-tools-libs-devel-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: c982d3426dc286d87bb64ff5bf825c88
    SHA-256: 2867c8bc7627806f1ce5e71a9ebf501c8e622e4041dcff64fc86be580ec68bfb
    Size: 14.24 kB
  35. kernel-uki-virt-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 24b6446926cc0e6fd8c87dca1028566c
    SHA-256: 28cb167ffbdfd3b6c103933b03fad8f6a1a6226afc83a312e1b0fa212b9c815f
    Size: 65.06 MB
  36. kernel-uki-virt-addons-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 566df34c2d8ebd78942b5553431fc779
    SHA-256: cafef34c18dec6f5f57c048e54b6f528d744c2979294fcedaff0fdfc6f699765
    Size: 34.41 kB
  37. libperf-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 6dd0015f065234c386798ba7e08443ed
    SHA-256: 254253ad859ede75c12a71fe5182589886247f985651ddddc8ce4a2866a8675c
    Size: 32.79 kB
  38. perf-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 927ea412a26facb92f7b83b7090f044a
    SHA-256: 0cb5a12b714a427a936b0580d7edaa39953b00a2cfeb9e02f4f89d39962a7a24
    Size: 2.43 MB
  39. python3-perf-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 50564a9c6a23266b4c7c55a22d8f62ae
    SHA-256: 3819001c3cc947b29cf13dfb4c6a76e764a04eef65ffef84bf6f0722cabc3db2
    Size: 1.60 MB
  40. rtla-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: 2ab8d548910d5c277b2683ea95813df4
    SHA-256: 43c12cd59f2dfeffdd882851e558355d57a995b893f782a4c567c0e0054967b2
    Size: 83.48 kB
  41. rv-5.14.0-687.22.1.el9_8.x86_64.rpm
    MD5: f8dbfa65cbb6fd689bb2f6585669e0f9
    SHA-256: d0d3f6a9ae207ac692460ad901baef816a7aa293192fbfcabce3a839bb640ba1
    Size: 28.01 kB