The Linux kernel
Go to file
Augusto Caringi 0b8c8dc8b6 kernel-5.14.0-587.el9
* Wed May 21 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-587.el9]
- af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer. (Davide Caratti) [RHEL-84598]
- net/af_packet: check len when min_header_len equals to 0 (Davide Caratti) [RHEL-84598]
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Davide Caratti) [RHEL-84598] {CVE-2024-57901}
- af_packet: fix vlan_get_tci() vs MSG_PEEK (Davide Caratti) [RHEL-84598] {CVE-2024-57902}
- af_packet: Handle outgoing VLAN packets without hardware offloading (Davide Caratti) [RHEL-84598]
- perf trace: Add missing perf_tool__init() (Anubhav Shelat) [RHEL-83634]
- scsi: iscsi: Fix missing scsi_host_put() in error path (Chris Leech) [RHEL-90552]
- scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request (Chris Leech) [RHEL-90552]
- scsi: iscsi: Remove unused iscsi_create_session() (Chris Leech) [RHEL-90552]
- scsi: qedi: Use kthread_create_on_cpu() (Chris Leech) [RHEL-90552]
- scsi: bnx2i: Use kthread_create_on_cpu() (Chris Leech) [RHEL-90552]
- scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() (Chris Leech) [RHEL-90552]
- Revert "mm: kmemleak: alloc gray object for reserved region with direct map" (Luiz Capitulino) [RHEL-75156]
- cifs: Fix integer overflow while processing closetimeo mount option (CKI Backport Bot) [RHEL-87899] {CVE-2025-21962}
- cifs: Fix integer overflow while processing acregmax mount option (CKI Backport Bot) [RHEL-87920] {CVE-2025-21964}
- net: fix geneve_opt length integer overflow (CKI Backport Bot) [RHEL-87973] {CVE-2025-22055}
- RDMA/core: Silence oversized kvmalloc() warning (Kamal Heib) [RHEL-75591]
- RDMA/cma: Fix workqueue crash in cma_netevent_work_handler (Kamal Heib) [RHEL-75591]
- RDMA/ucaps: Avoid format-security warning (Kamal Heib) [RHEL-75591]
- IB/mad: Check available slots before posting receive WRs (Kamal Heib) [RHEL-75591]
- RDMA/core: Pass port to counter bind/unbind operations (Kamal Heib) [RHEL-75591]
- RDMA/core: Add support to optional-counters binding configuration (Kamal Heib) [RHEL-75591]
- RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj() (Kamal Heib) [RHEL-75591]
- RDMA/core: Fix use-after-free when rename device name (Kamal Heib) [RHEL-75591]
- RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (Kamal Heib) [RHEL-75591]
- docs: infiniband: document the UCAP API (Kamal Heib) [RHEL-75591]
- RDMA/uverbs: Add support for UCAPs in context creation (Kamal Heib) [RHEL-75591]
- RDMA/uverbs: Introduce UCAP (User CAPabilities) API (Kamal Heib) [RHEL-75591]
- RDMA/core: Fixes infiniband sysctl bounds (Kamal Heib) [RHEL-75591]
- RDMA/core: Don't expose hw_counters outside of init net namespace (Kamal Heib) [RHEL-75591]
- RDMA/core: Fix best page size finding when it can cross SG entries (Kamal Heib) [RHEL-75591]
- IB/iser: fix typos in iscsi_iser.c comments (Kamal Heib) [RHEL-75591]
- RDMA/core: Use ib_port_state_to_str() for IB state sysfs (Kamal Heib) [RHEL-75591]
- IB/cache: Add log messages for IB device state changes (Kamal Heib) [RHEL-75591]
- ext4: avoid writing unitialized memory to disk in EA inodes (Brian Foster) [RHEL-86510]
- ext4: don't track ranges in fast_commit if inode has inlined data (Brian Foster) [RHEL-86510]
- ext4: fix possible tid_t sequence overflows (Brian Foster) [RHEL-86510]
- ext4: use ext4_update_inode_fsync_trans() helper in inode creation (Brian Foster) [RHEL-86510]
- ext4: use memtostr_pad() for s_volume_name (Brian Foster) [RHEL-86510]
- ext4: warn if delalloc counters are not zero on inactive (Brian Foster) [RHEL-86510]
- ext4: check the extent status again before inserting delalloc block (Brian Foster) [RHEL-86510]
- ext4: factor out a common helper to query extent map (Brian Foster) [RHEL-86510]
- ext4: correct the hole length returned by ext4_map_blocks() (Brian Foster) [RHEL-86510]
- ext4: convert to exclusive lock while inserting delalloc extents (Brian Foster) [RHEL-86510]
- ext4: refactor ext4_da_map_blocks() (Brian Foster) [RHEL-86510]
- ext4: propagate errors from ext4_sb_bread() in ext4_xattr_block_cache_find() (Brian Foster) [RHEL-86510]
- jbd2: remove redundant assignement to variable err (Brian Foster) [RHEL-86510]
- ext4: remove the redundant folio_wait_stable() (Brian Foster) [RHEL-86510]
- ext4: fix potential unnitialized variable (Brian Foster) [RHEL-86510]
- ext4: remove block_device_ejected() (Brian Foster) [RHEL-86510]
- ext4: keep "prefetch_grp" and "nr" consistent (Brian Foster) [RHEL-86510]
- ext4: replace deprecated strncpy with alternatives (Brian Foster) [RHEL-86510]
- ext4: clean up s_mb_rb_lock to fix build warnings with C=1 (Brian Foster) [RHEL-86510]
- ext4: set the type of max_zeroout to unsigned int to avoid overflow (Brian Foster) [RHEL-86510]
- ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow (Brian Foster) [RHEL-86510]
- ext4: refactor out ext4_generic_attr_show() (Brian Foster) [RHEL-86510]
- ext4: refactor out ext4_generic_attr_store() (Brian Foster) [RHEL-86510]
- ext4: avoid overflow when setting values via sysfs (Brian Foster) [RHEL-86510]
- ext4: avoid excessive credit estimate in ext4_tmpfile() (Brian Foster) [RHEL-86510]
- ext4: remove unneeded if checks before kfree (Brian Foster) [RHEL-86510]
- ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method (Brian Foster) [RHEL-86510]
- security/keys: fix slab-out-of-bounds in key_task_permission (CKI Backport Bot) [RHEL-83380] {CVE-2024-50301}
- tracing/histograms: Fix memory leak problem (CKI Backport Bot) [RHEL-81008] {CVE-2022-49648}
- iommu/arm-smmu-v3: Fix pgsize_bit for sva domains (Marcin Juszkiewicz) [RHEL-92493]
- redhat: add test_klp_kprobe to mod-internal.list (Denis Aleksandrov) [RHEL-90828]
- vfio/pci: Align huge faults to order (Alex Williamson) [RHEL-89689]
- misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os (David Arcari) [RHEL-87253] {CVE-2022-3424}
- x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (Herton R. Krzesinski) [RHEL-74389]
- x86: bring back rep movsq for user access on CPUs without ERMS (Herton R. Krzesinski) [RHEL-74389]
- io_uring: prevent opcode speculation (CKI Backport Bot) [RHEL-83230] {CVE-2025-21863}
Resolves: RHEL-74389, RHEL-75156, RHEL-75591, RHEL-81008, RHEL-83230, RHEL-83380, RHEL-83634, RHEL-84598, RHEL-86510, RHEL-87253, RHEL-87899, RHEL-87920, RHEL-87973, RHEL-89689, RHEL-90552, RHEL-90828, RHEL-92493

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-05-21 19:11:47 -03:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
check-kabi kernel-5.14.0-155.el9 2022-08-23 20:50:32 +00:00
cpupower.config RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
cpupower.service RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
dracut-virt.conf kernel-5.14.0-577.el9 2025-03-31 19:52:40 -03:00
filter-aarch64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-armv7hl.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-modules.sh.rhel kernel-5.14.0-571.el9 2025-03-06 06:29:10 +00:00
filter-ppc64le.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-s390x.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-x86_64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
gating.yaml kernel-5.14.0-570.el9 2025-02-17 12:11:14 -05:00
generate_all_configs.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
kernel-aarch64-64k-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-aarch64-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-local RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
kernel-ppc64le-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-ppc64le-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-s390x-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-s390x-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-x86_64-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-586.el9 2025-05-19 15:34:01 -03:00
kernel.changelog kernel-5.14.0-587.el9 2025-05-21 19:11:47 -03:00
kernel.spec kernel-5.14.0-587.el9 2025-05-21 19:11:47 -03:00
kvm_stat.logrotate kernel-5.13.0-0.rc7.51.el9 2021-06-21 19:14:53 -04:00
linux-kernel-test.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-587.el9 2025-05-21 19:11:47 -03:00
merge.pl RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
mod-denylist.sh kernel-5.13.0-1.el9 2021-07-02 16:34:23 -04:00
mod-extra.list.rhel kernel-5.14.0-573.el9 2025-03-17 16:36:12 -03:00
mod-internal.list kernel-5.14.0-587.el9 2025-05-21 19:11:47 -03:00
mod-partner.list kernel-5.14.0-296.el9 2023-04-04 12:03:43 +02:00
mod-sign.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
Module.kabi_aarch64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_dup_aarch64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_ppc64le RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_s390x RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_x86_64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_ppc64le kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_s390x kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_x86_64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
nvidiagpuoot001.x509 kernel-5.14.0-423.el9 2024-02-16 10:50:49 -05:00
parallel_xz.sh kernel-5.10.0-0.rc6.92 2020-12-04 15:24:35 -05:00
partial-kgcov-snip.config kernel-5.14.0-442.el9 2024-04-22 10:46:16 -03:00
patch-5.14-redhat.patch kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
process_configs.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
README.rst RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rhelima_centos.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelima.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelimaca1.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rpminspect.yaml kernel-5.14.0-519.el9 2024-10-17 12:13:20 +00:00
sources kernel-5.14.0-587.el9 2025-05-21 19:11:47 -03:00
uki_addons.json kernel-5.14.0-585.el9 2025-05-14 12:52:26 -03:00
uki_create_addons.py kernel-5.14.0-535.el9 2024-11-27 14:54:41 +00:00
update_scripts.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
x509.genkey.centos kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
x509.genkey.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00

===================
The Kernel dist-git
===================

The kernel is maintained in a `source tree`_ rather than directly in dist-git.
The specfile is maintained as a `template`_ in the source tree along with a set
of build scripts to generate configurations, (S)RPMs, and to populate the
dist-git repository.

The `documentation`_ for the source tree covers how to contribute and maintain
the tree.

If you're looking for the downstream patch set it's available in the source
tree with "git log master..ark-patches" or
`online`_.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/cki-project/kernel-ark.git
.. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template
.. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home
.. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches