The Linux kernel
Go to file
CKI KWF Bot c7c26dcb46 kernel-5.14.0-704.el9
* Tue May 12 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-704.el9]
- powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version check (David Arcari) [RHEL-128568]
- powercap: intel_rapl: Expose all package CPUs in PMU cpumask (David Arcari) [RHEL-128568]
- powercap: intel_rapl: Remove incorrect CPU check in PMU context (David Arcari) [RHEL-128568]
- powercap: intel_rapl: Add PL4 support for Ice Lake (David Arcari) [RHEL-128568]
- powercap: Replace sprintf() with sysfs_emit() in sysfs show functions (David Arcari) [RHEL-128568]
- powercap: intel_rapl: Fix possible recursive lock warning (David Arcari) [RHEL-128568]
- powercap: fix sscanf() error return value handling (David Arcari) [RHEL-128568]
- powercap: fix race condition in register_control_type() (David Arcari) [RHEL-128568]
- powercap: intel_rapl: Enable MSR-based RAPL PMU support (David Arcari) [RHEL-128568]
- x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()' [partial] (David Arcari) [RHEL-128568]
- x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()' [partial] (David Arcari) [RHEL-128568]
- x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()' [partial] (David Arcari) [RHEL-128568]
- powercap: intel_rapl: Add support for Nova Lake processors (David Arcari) [RHEL-128568]
- powercap: idle_inject: use us_to_ktime() where appropriate (David Arcari) [RHEL-128568]
- HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq (CKI Backport Bot) [RHEL-172741] {CVE-2026-43051}
- RDMA/rw: Fall back to direct SGE on MR pool exhaustion (Kamal Heib) [RHEL-163491]
- RDMA/umem: Fix double dma_buf_unpin in failure path (Kamal Heib) [RHEL-163491]
- RDMA/core: Fix stale RoCE GIDs during netdev events at registration (Kamal Heib) [RHEL-163491]
- RDMA/uverbs: Add __GFP_NOWARN to ib_uverbs_unmarshall_recv() kmalloc (Kamal Heib) [RHEL-163491]
- RDMA/core: add rdma_rw_max_sge() helper for SQ sizing (Kamal Heib) [RHEL-163491]
- RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send (Kamal Heib) [RHEL-163491]
- RDMA/iwcm: Fix workqueue list corruption by removing work_list (Kamal Heib) [RHEL-163491]
- IB/cache: update gid cache on client reregister event (Kamal Heib) [RHEL-163491]
- RDMA/core: always drop device refcount in ib_del_sub_device_and_put() (Kamal Heib) [RHEL-163491]
- RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr() (Kamal Heib) [RHEL-163491]
- RDMA/cm: Fix leaking the multicast GID table reference (Kamal Heib) [RHEL-163491]
- RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly (Kamal Heib) [RHEL-163491]
- ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues (CKI Backport Bot) [RHEL-99101]
- md/raid5: Fix UAF on IO across the reshape position (Nigel Croxon) [RHEL-129338]
- md/md-llbitmap: raise barrier before state machine transition (Nigel Croxon) [RHEL-129338]
- md/md-llbitmap: skip reading rdevs that are not in_sync (Nigel Croxon) [RHEL-129338]
- md: suppress spurious superblock update error message for dm-raid (Nigel Croxon) [RHEL-129338]
- md/dm-raid: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-129338]
- block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits (Nigel Croxon) [RHEL-129338]
- md: ignore discard return value (Nigel Croxon) [RHEL-129338]
- dm: clear unmap write zeroes limits when disabling write zeroes (Nigel Croxon) [RHEL-129338]
- md: adding a CONFIG_MD_LLBITMAP file to build (Nigel Croxon) [RHEL-129338]
- md: fix return value of mddev_trylock (Nigel Croxon) [RHEL-129338]
- md/raid1: fix memory leak in raid1_run() (Nigel Croxon) [RHEL-129338]
- md raid: fix hang when stopping arrays with metadata through dm-raid (Nigel Croxon) [RHEL-129338]
- md-cluster: fix NULL pointer dereference in process_metadata_update (Nigel Croxon) [RHEL-129338]
- md/bitmap: fix GPF in write_page caused by resize race (Nigel Croxon) [RHEL-129338]
- md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout (Nigel Croxon) [RHEL-129338]
- md/raid5: fix IO hang with degraded array with llbitmap (Nigel Croxon) [RHEL-129338]
- md: remove recovery_disabled (Nigel Croxon) [RHEL-129338]
- md/raid10: cleanup skip handling in raid10_sync_request (Nigel Croxon) [RHEL-129338]
- md/raid10: fix any_working flag handling in raid10_sync_request (Nigel Croxon) [RHEL-129338]
- md: move finish_reshape to md_finish_sync() (Nigel Croxon) [RHEL-129338]
- md: factor out sync completion update into helper (Nigel Croxon) [RHEL-129338]
- md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update (Nigel Croxon) [RHEL-129338]
- md: update curr_resync_completed even when MD_RECOVERY_INTR is set (Nigel Croxon) [RHEL-129338]
- md: factor error handling out of md_done_sync into helper (Nigel Croxon) [RHEL-129338]
- md/raid1: simplify uptodate handling in end_sync_write (Nigel Croxon) [RHEL-129338]
- md/raid5: make sure max_sectors is not less than io_opt (Nigel Croxon) [RHEL-129338]
- md/raid5: use mempool to allocate stripe_request_ctx (Nigel Croxon) [RHEL-129338]
- md: merge mddev serialize_policy into mddev_flags (Nigel Croxon) [RHEL-129338]
- md: merge mddev faillast_dev into mddev_flags (Nigel Croxon) [RHEL-129338]
- md: merge mddev has_superblock into mddev_flags (Nigel Croxon) [RHEL-129338]
- md/raid5: fix raid5_run() to return error when log_init() fails (Nigel Croxon) [RHEL-129338]
- md: fix missing integer (Nigel Croxon) [RHEL-129338]
- md: Fix forward incompatibility from configurable logical block size (Nigel Croxon) [RHEL-129338]
- md: Fix logical_block_size configuration being overwritten (Nigel Croxon) [RHEL-129338]
- md: suspend array while updating raid_disks via sysfs (Nigel Croxon) [RHEL-129338] {CVE-2025-71225}
- md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt() (Nigel Croxon) [RHEL-129338] {CVE-2025-71135}
- md: Fix static checker warning in analyze_sbs (Nigel Croxon) [RHEL-129338]
- md: remove legacy 1s delay in md_notify_reboot (Nigel Croxon) [RHEL-129338]
- md/raid5: fix IO hang when array is broken with IO inflight (Nigel Croxon) [RHEL-129338]
- md: warn about updating super block failure (Nigel Croxon) [RHEL-129338]
- md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raid (Nigel Croxon) [RHEL-129338]
- md: allow configuring logical block size (Nigel Croxon) [RHEL-129338]
- md: add check_new_feature module parameter (Nigel Croxon) [RHEL-129338]
- md: fix how device node is created and removed (Nigel Croxon) [RHEL-129338]
- md/raid0: Move queue limit setup before r0conf initialization (Nigel Croxon) [RHEL-129338]
- md: init bioset in mddev_init (Nigel Croxon) [RHEL-129338] {CVE-2025-68368}
- md: delete md_redundancy_group when array is becoming inactive (Nigel Croxon) [RHEL-129338]
- md: prevent adding disks with larger logical_block_size to active arrays (Nigel Croxon) [RHEL-129338]
- md/raid5: remove redundant __GFP_NOWARN (Nigel Croxon) [RHEL-129338]
- md: avoid repeated calls to del_gendisk (Nigel Croxon) [RHEL-129338] {CVE-2025-68373}
- md/md-llbitmap: Remove unneeded semicolon (Nigel Croxon) [RHEL-129338]
- md/md-linear: Enable atomic writes (Nigel Croxon) [RHEL-129338]
- Factor out code into md_should_do_recovery() (Nigel Croxon) [RHEL-129338]
- md: fix rcu protection in md_wakeup_thread (Nigel Croxon) [RHEL-129338] {CVE-2025-68374}
- md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter (Nigel Croxon) [RHEL-129338]
- md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_T (Nigel Croxon) [RHEL-129338]
- md/md-llbitmap: introduce new lockless bitmap (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: make method bitmap_ops->daemon_work optional (Nigel Croxon) [RHEL-129338]
- md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: add a new method blocks_synced() in bitmap_operations (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: delay registration of bitmap_ops until creating bitmap (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: add a new sysfs api bitmap_type (Nigel Croxon) [RHEL-129338]
- md: add a new mddev field 'bitmap_id' (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: support discard for bitmap ops (Nigel Croxon) [RHEL-129338]
- md: factor out a helper raid_is_456() (Nigel Croxon) [RHEL-129338]
- md: add a new parameter 'offset' to md_super_write() (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: introduce CONFIG_MD_BITMAP (Nigel Croxon) [RHEL-129338]
- md: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-129338]
- md/raid5: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-129338]
- md/raid10: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-129338]
- md/raid1: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize() (Nigel Croxon) [RHEL-129338]
- md/raid1: check bitmap before behind write (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: handle the case bitmap is not enabled before end_sync() (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: handle the case bitmap is not enabled before start_sync() (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: add md_bitmap_registered/enabled() helper (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabled (Nigel Croxon) [RHEL-129338]
- md/md-bitmap: merge md_bitmap_group into bitmap_operations (Nigel Croxon) [RHEL-129338]
- x86/mm: flush IOMMU before freeing kernel page table pages (Jerry Snitselaar) [RHEL-148781] {CVE-2025-71089}
- iommu/sva: add kernel page table IOTLB flush notification (Jerry Snitselaar) [RHEL-148781] {CVE-2025-71089}
- ext4: fix dirtyclusters double decrement on fs shutdown (Brian Foster) [RHEL-145583]
Resolves: RHEL-128568, RHEL-129338, RHEL-145583, RHEL-148781, RHEL-163491, RHEL-172741, RHEL-99101

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-05-12 08:28:45 +00: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-681.el9 2026-02-11 19:34:44 +00: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-704.el9 2026-05-12 08:28:45 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00: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-704.el9 2026-05-12 08:28:45 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-s390x-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel.changelog kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
kernel.sbat.template kernel-5.14.0-658.el9 2026-01-09 19:47:09 +00:00
kernel.spec kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00: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-704.el9 2026-05-12 08:28:45 +00: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-681.el9 2026-02-11 19:34:44 +00:00
mod-internal.list kernel-5.14.0-668.el9 2026-01-27 11:55:28 +00: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
nvidiabfdpu.x509 kernel-5.14.0-688.el9 2026-03-25 19:02:09 +00:00
nvidiagpuoot001.x509 kernel-5.14.0-423.el9 2024-02-16 10:50:49 -05:00
nvidiajetsonsoc.x509 kernel-5.14.0-688.el9 2026-03-25 19:02:09 +00: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-633.el9 2025-11-03 10:46:55 +00: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
redhatsecureboot504.cer kernel-5.14.0-628.el9 2025-10-22 09:09:42 -04: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-626.el9 2025-10-17 20:57:31 +00:00
sources kernel-5.14.0-704.el9 2026-05-12 08:28:45 +00:00
uki_addons.json kernel-5.14.0-614.el9 2025-09-10 14:38:08 +00:00
uki_create_addons.py kernel-5.14.0-588.el9 2025-05-26 15:25:18 +02: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