ELSA-2025-15740

ELSA-2025-15740 - kernel security update

Type:SECURITY
Impact:MODERATE
Release Date:2025-09-15

Description


[5.14.0-570.44.1.0.1_6.OL9]
- nvme-pci: remove two deallocate zeroes quirks [Orabug: 37756650]
- Disable UKI signing [Orabug: 36571828]
- Update Oracle Linux certificates (Kevin Lyons)
- Disable signing for aarch64 (Ilya Okomin)
- Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list (olkmod_signing_key.pem) [Orabug: 29539237]
- Update x509.genkey [Orabug: 24817676]
- Conflict with shim-ia32 and shim-x64 <= 15.3-1.0.5
- Remove upstream reference during boot (Kevin Lyons) [Orabug: 34729535]
- Add Oracle Linux IMA certificates
- Add new Oracle Linux Driver Signing (key 1) certificate [Orabug: 37985764]

[5.14.0-570.44.1_6]
- ipv6: mcast: Delay put pmc->idev in mld_del_delrec() (CKI Backport Bot) [RHEL-111149] {CVE-2025-38550}
- posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() (CKI Backport Bot) [RHEL-112780] {CVE-2025-38352}
- powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits (CKI Backport Bot) [RHEL-113173]

[5.14.0-570.43.1_6]
- eth: bnxt: fix missing ring index trim on error path (CKI Backport Bot) [RHEL-104561] {CVE-2025-37873}
- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-109492]
- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-109492]
- net: introduce per netns packet chains (Paolo Abeni) [RHEL-89050]
- enic: fix incorrect MTU comparison in enic_change_mtu() (John Meneghini) [RHEL-108274]
- net/enic: Allow at least 8 RQs to always be used (John Meneghini) [RHEL-108274]
- enic: get max rq & wq entries supported by hw, 16K queues (John Meneghini) [RHEL-106604]
- enic: cleanup of enic wq request completion path (John Meneghini) [RHEL-106604]
- enic: added enic_wq.c and enic_wq.h (John Meneghini) [RHEL-106604]
- enic: remove unused function cq_enet_wq_desc_dec (John Meneghini) [RHEL-106604]
- enic: enable rq extended cq support (John Meneghini) [RHEL-106604]
- enic: enic rq extended cq defines (John Meneghini) [RHEL-106604]
- enic: enic rq code reorg (John Meneghini) [RHEL-106604]
- enic: Move function from header file to c file (John Meneghini) [RHEL-106604]
- enic: add dependency on Page Pool (John Meneghini) [RHEL-106604]
- enic: remove copybreak tunable (John Meneghini) [RHEL-106604]
- enic: Use the Page Pool API for RX (John Meneghini) [RHEL-106604]
- enic: Simplify RX handler function (John Meneghini) [RHEL-106604]
- enic: Move RX functions to their own file (John Meneghini) [RHEL-106604]
- enic: Fix typo in comment in table indexed by link speed (John Meneghini) [RHEL-106604]
- enic: Obtain the Link speed only after the link comes up (John Meneghini) [RHEL-106604]
- enic: Move RX coalescing set function (John Meneghini) [RHEL-106604]
- enic: Move kdump check into enic_adjust_resources() (John Meneghini) [RHEL-106604]
- enic: Move enic resource adjustments to separate function (John Meneghini) [RHEL-106604]
- enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way (John Meneghini) [RHEL-106604]
- enic: Allocate arrays in enic struct based on VIC config (John Meneghini) [RHEL-106604]
- enic: Save resource counts we read from HW (John Meneghini) [RHEL-106604]
- enic: Make MSI-X I/O interrupts come after the other required ones (John Meneghini) [RHEL-106604]
- enic: Create enic_wq/rq structures to bundle per wq/rq data (John Meneghini) [RHEL-106604]
- enic: Report some per queue statistics in ethtool (John Meneghini) [RHEL-106604]
- enic: Report per queue statistics in netdev qstats (John Meneghini) [RHEL-106604]
- enic: Collect per queue statistics (John Meneghini) [RHEL-106604]
- enic: Use macro instead of static const variables for array sizes (John Meneghini) [RHEL-106604]
- enic: add ethtool get_channel support (John Meneghini) [RHEL-106604]
- enic: Validate length of nl attributes in enic_set_vf_port (John Meneghini) [RHEL-106604]
- enic: Replace hardcoded values for vnic descriptor by defines (John Meneghini) [RHEL-106604]
- enic: Avoid false positive under FORTIFY_SOURCE (John Meneghini) [RHEL-106604]
- scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() (John Meneghini) [RHEL-106420]
- scsi: fnic: Set appropriate logging level for log message (John Meneghini) [RHEL-106420]
- scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths (John Meneghini) [RHEL-106420]
- scsi: fnic: Turn off FDMI ACTIVE flags on link down (John Meneghini) [RHEL-106420]
- scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out (John Meneghini) [RHEL-106420]
- scsi: fnic: Remove unnecessary NUL-terminations (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove redundant flush_workqueue() calls (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove unnecessary spinlock locking and unlocking (John Meneghini) [RHEL-106419]
- scsi: fnic: Replace fnic->lock_flags with local flags (John Meneghini) [RHEL-106419]
- scsi: fnic: Replace use of sizeof with standard usage (John Meneghini) [RHEL-106419]
- scsi: fnic: Fix indentation and remove unnecessary parenthesis (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove unnecessary debug print (John Meneghini) [RHEL-106419]
- scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init() (John Meneghini) [RHEL-106419]
- scsi: fnic: Test for memory allocation failure and return error code (John Meneghini) [RHEL-106419]
- scsi: fnic: Return appropriate error code from failure of scsi drv init (John Meneghini) [RHEL-106419]
- scsi: fnic: Return appropriate error code for mem alloc failure (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro (John Meneghini) [RHEL-106419]
- scsi: fnic: Fix use of uninitialized value in debug message (John Meneghini) [RHEL-106419]
- scsi: fnic: Delete incorrect debugfs error handling (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove extern definition from .c files (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove unnecessary else and unnecessary break in FDLS (John Meneghini) [RHEL-106419]
- scsi: fnic: Increment driver version (John Meneghini) [RHEL-106419]
- scsi: fnic: Add support to handle port channel RSCN (John Meneghini) [RHEL-106419]
- scsi: fnic: Code cleanup (John Meneghini) [RHEL-106419]
- scsi: fnic: Add stats and related functionality (John Meneghini) [RHEL-106419]
- scsi: fnic: Modify fnic interfaces to use FDLS (John Meneghini) [RHEL-106419]
- scsi: fnic: Modify IO path to use FDLS (John Meneghini) [RHEL-106419]
- scsi: fnic: Add functionality in fnic to support FDLS (John Meneghini) [RHEL-106419]
- scsi: fnic: Add and integrate support for FIP (John Meneghini) [RHEL-106419]
- scsi: fnic: Add and integrate support for FDMI (John Meneghini) [RHEL-106419]
- scsi: fnic: Add Cisco hardware model names (John Meneghini) [RHEL-106419]
- scsi: fnic: Add support for unsolicited requests and responses (John Meneghini) [RHEL-106419]
- scsi: fnic: Add support for target based solicited requests and responses (John Meneghini) [RHEL-106419]
- scsi: fnic: Add support for fabric based solicited requests and responses (John Meneghini) [RHEL-106419]
- scsi: fnic: Add headers and definitions for FDLS (John Meneghini) [RHEL-106419]
- scsi: fnic: Replace shost_printk() with dev_info()/dev_err() (John Meneghini) [RHEL-106419]
- scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0) (John Meneghini) [RHEL-106419]
- scsi: fnic: Move flush_work initialization out of if block (John Meneghini) [RHEL-106419]
- scsi: fnic: Move fnic_fnic_flush_tx() to a work queue (John Meneghini) [RHEL-106419]
- scsi: fnic: Convert snprintf() to sysfs_emit() (John Meneghini) [RHEL-106419]
- scsi: fnic: Clean up some inconsistent indenting (John Meneghini) [RHEL-106419]
- scsi: fnic: unlock on error path in fnic_queuecommand() (John Meneghini) [RHEL-106419]
- scsi: fnic: Increment driver version (John Meneghini) [RHEL-106419]
- scsi: fnic: Improve logs and add support for multiqueue (MQ) (John Meneghini) [RHEL-106419]
- scsi: fnic: Add support for multiqueue (MQ) in fnic driver (John Meneghini) [RHEL-106419]
- scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove usage of host_lock (John Meneghini) [RHEL-106419]
- scsi: fnic: Define stats to track multiqueue (MQ) IOs (John Meneghini) [RHEL-106419]
- scsi: fnic: Modify ISRs to support multiqueue (MQ) (John Meneghini) [RHEL-106419]
- scsi: fnic: Refactor and redefine fnic.h for multiqueue (John Meneghini) [RHEL-106419]
- scsi: fnic: Get copy workqueue count and interrupt mode from config (John Meneghini) [RHEL-106419]
- scsi: fnic: Rename wq_copy to hw_copy_wq (John Meneghini) [RHEL-106419]
- scsi: fnic: Add and improve log messages (John Meneghini) [RHEL-106419]
- scsi: fnic: Add and use fnic number (John Meneghini) [RHEL-106419]
- scsi: fnic: Modify definitions to sync with VIC firmware (John Meneghini) [RHEL-106419]
- scsi: fnic: Return error if vmalloc() failed (John Meneghini) [RHEL-106419]
- scsi: fnic: Clean up some inconsistent indenting (John Meneghini) [RHEL-106419]
- scsi: fnic: Fix sg_reset success path (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag() (John Meneghini) [RHEL-106419]
- scsi: fnic: Replace sgreset tag with max_tag_id (John Meneghini) [RHEL-106419]
- scsi: fnic: Replace return codes in fnic_clean_pending_aborts() (John Meneghini) [RHEL-106419]
- scsi: fnic: Use vmalloc_array() and vcalloc() (John Meneghini) [RHEL-106419]
- scsi: fnic: Use vzalloc() (John Meneghini) [RHEL-106419]
- scsi: fnic: Refactor code in fnic probe to initialize SCSI layer (John Meneghini) [RHEL-106419]
- scsi: fnic: Replace DMA mask of 64 bits with 47 bits (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove unneeded flush_workqueue() (John Meneghini) [RHEL-106419]
- scsi: fnic: Remove redundant NULL check (John Meneghini) [RHEL-106419]
- scsi: fnic: Stop using the SCSI pointer (John Meneghini) [RHEL-106419]
- scsi: fnic: Fix a tracing statement (John Meneghini) [RHEL-106419]
- scsi: fnic: Call scsi_done() directly (John Meneghini) [RHEL-106419]
- Revert 'driver core: Fix uevent_show() vs driver detach race' (Mark Langsdorf) [RHEL-85410]


Related CVEs


CVE-2025-38550

Updated Packages


Release/ArchitectureFilenamesha256Superseded By AdvisoryChannel Label
Oracle Linux 9 (aarch64) kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_aarch64_appstream
kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_aarch64_baseos_latest
kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_aarch64_codeready_builder
kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_aarch64_u6_baseos_patch
kernel-cross-headers-5.14.0-570.44.1.0.1.el9_6.aarch64.rpma814cf37b35f3f36cd39180679b54723f8aa7fca5ef16b044c4277930a1a2b8f-ol9_aarch64_codeready_builder
kernel-headers-5.14.0-570.44.1.0.1.el9_6.aarch64.rpm065058599095fa1f3ed98bea33b934c7221e5f17076e9310500205a3112c7b20-ol9_aarch64_appstream
kernel-tools-5.14.0-570.44.1.0.1.el9_6.aarch64.rpmd0ee5157ef84084bc4edf868893e6c9dad226b0d1021494fc48a918512f7e381-ol9_aarch64_baseos_latest
kernel-tools-5.14.0-570.44.1.0.1.el9_6.aarch64.rpmd0ee5157ef84084bc4edf868893e6c9dad226b0d1021494fc48a918512f7e381-ol9_aarch64_u6_baseos_patch
kernel-tools-libs-5.14.0-570.44.1.0.1.el9_6.aarch64.rpmd4730660fc1c99e08d24ccfccd2b05afb19e52d7fb0f2700ad9c4de5e08dc6a7-ol9_aarch64_baseos_latest
kernel-tools-libs-5.14.0-570.44.1.0.1.el9_6.aarch64.rpmd4730660fc1c99e08d24ccfccd2b05afb19e52d7fb0f2700ad9c4de5e08dc6a7-ol9_aarch64_u6_baseos_patch
kernel-tools-libs-devel-5.14.0-570.44.1.0.1.el9_6.aarch64.rpm33a99cb8ad10632d3375f3e3bcc1ffbdbf8950b0191d77fc8fa6e10c0204efaf-ol9_aarch64_codeready_builder
libperf-5.14.0-570.44.1.0.1.el9_6.aarch64.rpm1a5490f6262fe494c7c51c8ae3b073476d93d947d756b9142fc193ca1f378be4-ol9_aarch64_codeready_builder
perf-5.14.0-570.44.1.0.1.el9_6.aarch64.rpm63a3aa4d8b28bd0726a7d89c1b3941871e0e39fd5f8b1ca5c61a2a0a8a065f4d-ol9_aarch64_appstream
python3-perf-5.14.0-570.44.1.0.1.el9_6.aarch64.rpm9a5eec360893e7677663333192cc92f0171a8a85787fb0f99c4b5cc353034aff-ol9_aarch64_baseos_latest
python3-perf-5.14.0-570.44.1.0.1.el9_6.aarch64.rpm9a5eec360893e7677663333192cc92f0171a8a85787fb0f99c4b5cc353034aff-ol9_aarch64_u6_baseos_patch
rtla-5.14.0-570.44.1.0.1.el9_6.aarch64.rpm358fb6bab61405818811fdd565fbeba88a9f9a90e85bcecaae9da4967d1e750d-ol9_aarch64_appstream
rv-5.14.0-570.44.1.0.1.el9_6.aarch64.rpmc01d06e1c6d2c329b083d5219593304eebc3ad15240c5ab10858822e6d35cd8e-ol9_aarch64_appstream
Oracle Linux 9 (x86_64) kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_x86_64_appstream
kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_x86_64_baseos_latest
kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_x86_64_codeready_builder
kernel-5.14.0-570.44.1.0.1.el9_6.src.rpm6c065ddc57911b9139e92a90779f1e45255f8e773944fa8aad19f6229e19a14c-ol9_x86_64_u6_baseos_patch
kernel-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmcbc743cd9c2507cc8b4fd0eb560f6bb4aa11b94319085900773fdef02a531c10-ol9_x86_64_baseos_latest
kernel-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmcbc743cd9c2507cc8b4fd0eb560f6bb4aa11b94319085900773fdef02a531c10-ol9_x86_64_u6_baseos_patch
kernel-abi-stablelists-5.14.0-570.44.1.0.1.el9_6.noarch.rpmfed3c07b4d4d91dcc2e73cf95a367bcde0372cae6a4974acaa502aa99a1a3dc0-ol9_x86_64_baseos_latest
kernel-abi-stablelists-5.14.0-570.44.1.0.1.el9_6.noarch.rpmfed3c07b4d4d91dcc2e73cf95a367bcde0372cae6a4974acaa502aa99a1a3dc0-ol9_x86_64_u6_baseos_patch
kernel-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmfc92aef3ac0b236682b6956303e22e32374faf238b884666fb199258f52ba1de-ol9_x86_64_baseos_latest
kernel-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmfc92aef3ac0b236682b6956303e22e32374faf238b884666fb199258f52ba1de-ol9_x86_64_u6_baseos_patch
kernel-cross-headers-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm042d88c33ff20c9d7b715c3af2a96d810885a0dfc65014aefa9e05c4cf8d901c-ol9_x86_64_codeready_builder
kernel-debug-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm38795ee9150b6c1f309e747d6564dda2fdb89ff4ca88b88316d8f9d95cba29ff-ol9_x86_64_baseos_latest
kernel-debug-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm38795ee9150b6c1f309e747d6564dda2fdb89ff4ca88b88316d8f9d95cba29ff-ol9_x86_64_u6_baseos_patch
kernel-debug-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm608dac51ca6717a2db4648585db87f76388791f35bd79158580822eb6299a1bc-ol9_x86_64_baseos_latest
kernel-debug-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm608dac51ca6717a2db4648585db87f76388791f35bd79158580822eb6299a1bc-ol9_x86_64_u6_baseos_patch
kernel-debug-devel-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm5677ee23ed5594ac232989215de7047d5c70addee93bea792d156ea35a2cd403-ol9_x86_64_appstream
kernel-debug-devel-matched-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmd8e7d292043dec98e8396301675526f3416ed6dee671101c58acc80f6165d5b4-ol9_x86_64_appstream
kernel-debug-modules-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm77c159b13d4da578c99f4a6c85d7cb0210af61b3b03febb331205e3c6f970546-ol9_x86_64_baseos_latest
kernel-debug-modules-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm77c159b13d4da578c99f4a6c85d7cb0210af61b3b03febb331205e3c6f970546-ol9_x86_64_u6_baseos_patch
kernel-debug-modules-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm6bd415d742c53b5e0505afac2d07bd645139890d30f029fc8031ab26f8c26b69-ol9_x86_64_baseos_latest
kernel-debug-modules-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm6bd415d742c53b5e0505afac2d07bd645139890d30f029fc8031ab26f8c26b69-ol9_x86_64_u6_baseos_patch
kernel-debug-modules-extra-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmf3e02a15278c3689569570f551dd3fca78a9c26b96cdd985324b7a57444e2469-ol9_x86_64_baseos_latest
kernel-debug-modules-extra-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmf3e02a15278c3689569570f551dd3fca78a9c26b96cdd985324b7a57444e2469-ol9_x86_64_u6_baseos_patch
kernel-debug-uki-virt-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm310351db9d9f05ec9aaa3b019a239705492ec0082cbc0e878cfb275dd4341d44-ol9_x86_64_baseos_latest
kernel-debug-uki-virt-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm310351db9d9f05ec9aaa3b019a239705492ec0082cbc0e878cfb275dd4341d44-ol9_x86_64_u6_baseos_patch
kernel-devel-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm247d6165a39feb069abec93ed6fef0ce51a03e23031f942c3c7fcd63ed119f09-ol9_x86_64_appstream
kernel-devel-matched-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm1c3680be0cea3ba3dd6d59e9c850befe697ce9eebabc4f990e20adbed06afd8a-ol9_x86_64_appstream
kernel-doc-5.14.0-570.44.1.0.1.el9_6.noarch.rpmcd1ebf848a86da92291b7e95251007fda15c7a72840d76d97b8e6130d080111f-ol9_x86_64_appstream
kernel-headers-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmafdea3c8c0c21e17ea4e99537eb461c96fc9533e9d56c4f3a0ba6c687b0752e0-ol9_x86_64_appstream
kernel-modules-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm3a3ab668dcc3328a608254c3912a6669dc2c314f1dcf82df8b97bb4c309d05fa-ol9_x86_64_baseos_latest
kernel-modules-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm3a3ab668dcc3328a608254c3912a6669dc2c314f1dcf82df8b97bb4c309d05fa-ol9_x86_64_u6_baseos_patch
kernel-modules-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmeec9be295c53850fa4af7af69ab30b97339fe09a4e1731df1ba9416b011ab55c-ol9_x86_64_baseos_latest
kernel-modules-core-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmeec9be295c53850fa4af7af69ab30b97339fe09a4e1731df1ba9416b011ab55c-ol9_x86_64_u6_baseos_patch
kernel-modules-extra-5.14.0-570.44.1.0.1.el9_6.x86_64.rpma0a046bee9f37300ff002266fd548a6d700189dd6e9521841412471d1bed5959-ol9_x86_64_baseos_latest
kernel-modules-extra-5.14.0-570.44.1.0.1.el9_6.x86_64.rpma0a046bee9f37300ff002266fd548a6d700189dd6e9521841412471d1bed5959-ol9_x86_64_u6_baseos_patch
kernel-tools-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm3fdc549109ff6be0a2e49d7678ba43b3537f852903c25e568383c735ace9be1e-ol9_x86_64_baseos_latest
kernel-tools-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm3fdc549109ff6be0a2e49d7678ba43b3537f852903c25e568383c735ace9be1e-ol9_x86_64_u6_baseos_patch
kernel-tools-libs-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm9585458dd8996341c7cfd3128bc7547199ed830e50025dfb66a0c18dedcfcfff-ol9_x86_64_baseos_latest
kernel-tools-libs-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm9585458dd8996341c7cfd3128bc7547199ed830e50025dfb66a0c18dedcfcfff-ol9_x86_64_u6_baseos_patch
kernel-tools-libs-devel-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm64865afa38dc057b132487b1b7ae1b000e820f7ac68f76f17470e62e001ce442-ol9_x86_64_codeready_builder
kernel-uki-virt-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmd021b3dc48fc2730f729a79db5f33f4ca3d888c57ad69e30a6fd030518cd0866-ol9_x86_64_baseos_latest
kernel-uki-virt-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmd021b3dc48fc2730f729a79db5f33f4ca3d888c57ad69e30a6fd030518cd0866-ol9_x86_64_u6_baseos_patch
kernel-uki-virt-addons-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm51f97aa7147aa0820247c0c1bcacfb96bd648961ada5c1a6304709839e265504-ol9_x86_64_baseos_latest
kernel-uki-virt-addons-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm51f97aa7147aa0820247c0c1bcacfb96bd648961ada5c1a6304709839e265504-ol9_x86_64_u6_baseos_patch
libperf-5.14.0-570.44.1.0.1.el9_6.x86_64.rpmbf4853b4e0634583bf4cbe409f494a2203760b485b70aca384b39a28cddeba3a-ol9_x86_64_codeready_builder
perf-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm876dc6548b0f60ac548491a72ef89c2c562a2c4f25184aadb203051dfc67bdb5-ol9_x86_64_appstream
python3-perf-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm60ff3aa20541e87af46982746bdcdca3f94b73d86c1e8c3212eed05acdf037a8-ol9_x86_64_baseos_latest
python3-perf-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm60ff3aa20541e87af46982746bdcdca3f94b73d86c1e8c3212eed05acdf037a8-ol9_x86_64_u6_baseos_patch
rtla-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm6cba3d4ad814c84ca7aee5fbdec60cd06990a7a35627371070183f49669e4e57-ol9_x86_64_appstream
rv-5.14.0-570.44.1.0.1.el9_6.x86_64.rpm1de7da290e532801dacf35bc53b876d6692e187b06fbc50a1bb4ed07bf07afe3-ol9_x86_64_appstream



This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections please contact the Oracle Linux ULN team

software.hardware.complete