The Linux kernel
Go to file
CKI KWF Bot ca854bb1df kernel-5.14.0-671.el9
* Fri Jan 30 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-671.el9]
- ice: Fix kernel panic due to page refcount underflow (CKI Backport Bot) [RHEL-137910]
- ice: fix devlink reload call trace (Michal Schmidt) [RHEL-141485]
- ice: add missing ice_deinit_hw() in devlink reinit path (Michal Schmidt) [RHEL-141485]
- ice: Fix persistent failure in ice_get_rxfh (Michal Schmidt) [RHEL-141485]
- ice: Fix incorrect timeout ice_release_res() (Michal Schmidt) [RHEL-141485]
- ice: Avoid detrimental cleanup for bond during interface stop (Michal Schmidt) [RHEL-141485]
- ice: initialize ring_stats->syncp (Michal Schmidt) [RHEL-141485]
- ice: remove duplicate call to ice_deinit_hw() on error paths (Michal Schmidt) [RHEL-141485]
- ice: move ice_deinit_dev() to the end of deinit paths (Michal Schmidt) [RHEL-141485]
- ice: extract ice_init_dev() from ice_init() (Michal Schmidt) [RHEL-141485]
- ice: move ice_init_pf() out of ice_init_dev() (Michal Schmidt) [RHEL-141485]
- ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf() (Michal Schmidt) [RHEL-141485]
- iavf: add RSS support for GTP protocol via ethtool (Michal Schmidt) [RHEL-141485]
- ice: implement GTP RSS context tracking and configuration (Michal Schmidt) [RHEL-141485]
- ice: add virtchnl definitions and static data for GTP RSS (Michal Schmidt) [RHEL-141485]
- ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failure (Michal Schmidt) [RHEL-141485]
- ice: refactor to use helpers (Michal Schmidt) [RHEL-141485]
- ice: add E830 Earliest TxTime First Offload support (Michal Schmidt) [RHEL-141485]
- ice, libie: move fwlog code to libie (Michal Schmidt) [RHEL-141485]
- ice: support egress drop rules on PF (Michal Schmidt) [RHEL-141485]
- iavf: fix off-by-one issues in iavf_config_rss_reg() (Michal Schmidt) [RHEL-141485] {CVE-2025-71087}
- iavf: clarify VLAN add/delete log messages and lower log level (Michal Schmidt) [RHEL-141485]
- ice: fix comment typo and correct module format string (Michal Schmidt) [RHEL-141485]
- iavf: Implement settime64 with -EOPNOTSUPP (Michal Schmidt) [RHEL-141485] {CVE-2025-68752}
- ice: fix PTP cleanup on driver removal in error path (Michal Schmidt) [RHEL-141485] {CVE-2025-68215}
- ice: Extend PTYPE bitmap coverage for GTP encapsulated flows (Michal Schmidt) [RHEL-141485]
- ice: improve TCAM priority handling for RSS profiles (Michal Schmidt) [RHEL-141485]
- ice: add flow parsing for GTP and new protocol field support (Michal Schmidt) [RHEL-141485]
- ice: Allow 100M speed for E825C SGMII device (Michal Schmidt) [RHEL-141485]
- ice: fix usage of logical PF id (Michal Schmidt) [RHEL-141485]
- ice: fix destination CGU for dual complex E825 (Michal Schmidt) [RHEL-141485]
- ice: fix lane number calculation (Michal Schmidt) [RHEL-141485]
- ice: move ice_init_interrupt_scheme() prior ice_init_pf() (Michal Schmidt) [RHEL-141485]
- ice: move service task start out of ice_init_pf() (Michal Schmidt) [RHEL-141485]
- ice: enforce RTNL assumption of queue NAPI manipulation (Michal Schmidt) [RHEL-141485]
- ice: implement transmit hardware timestamp statistics (Michal Schmidt) [RHEL-141485]
- ice: add tracking of good transmit timestamps (Michal Schmidt) [RHEL-141485]
- ice: implement ethtool standard stats (Michal Schmidt) [RHEL-141485]
- libie: fix string names for AQ error codes (Michal Schmidt) [RHEL-141485]
- iavf: fix proper type for error code in iavf_resume() (Michal Schmidt) [RHEL-141485]
- ice: Remove deprecated ice_lag_move_new_vf_nodes() call (Michal Schmidt) [RHEL-141485]
- ice: move ice_qp_[ena|dis] for reuse (Michal Schmidt) [RHEL-141485]
- ice: reregister fwlog after driver reinit (Michal Schmidt) [RHEL-141485]
- ice: prepare for moving file to libie (Michal Schmidt) [RHEL-141485]
- ice: move debugfs code to fwlog (Michal Schmidt) [RHEL-141485]
- libie, ice: move fwlog admin queue to libie (Michal Schmidt) [RHEL-141485]
- ice: drop driver specific structure from fwlog code (Michal Schmidt) [RHEL-141485]
- ice: check for PF number outside the fwlog code (Michal Schmidt) [RHEL-141485]
- ice: move out debugfs init from fwlog (Michal Schmidt) [RHEL-141485]
- ice: allow calling custom send function in fwlog (Michal Schmidt) [RHEL-141485]
- ice: add pdev into fwlog structure and use it for logging (Michal Schmidt) [RHEL-141485]
- ice: introduce ice_fwlog structure (Michal Schmidt) [RHEL-141485]
- ice: drop ice_pf_fwlog_update_module() (Michal Schmidt) [RHEL-141485]
- ice: move get_fwlog_data() to fwlog file (Michal Schmidt) [RHEL-141485]
- ice: make fwlog functions static (Michal Schmidt) [RHEL-141485]
- ice: finish virtchnl.c split into rss.c (Michal Schmidt) [RHEL-141485]
- ice: extract virt/rss.c: cleanup - p2 (Michal Schmidt) [RHEL-141485]
- ice: extract virt/rss.c: cleanup - p1 (Michal Schmidt) [RHEL-141485]
- ice: split RSS stuff out of virtchnl.c - copy back (Michal Schmidt) [RHEL-141485]
- ice: split RSS stuff out of virtchnl.c - tmp rename (Michal Schmidt) [RHEL-141485]
- ice: finish virtchnl.c split into queues.c (Michal Schmidt) [RHEL-141485]
- ice: extract virt/queues.c: cleanup - p3 (Michal Schmidt) [RHEL-141485]
- ice: extract virt/queues.c: cleanup - p2 (Michal Schmidt) [RHEL-141485]
- ice: extract virt/queues.c: cleanup - p1 (Michal Schmidt) [RHEL-141485]
- ice: split queue stuff out of virtchnl.c - copy back (Michal Schmidt) [RHEL-141485]
- ice: split queue stuff out of virtchnl.c - tmp rename (Michal Schmidt) [RHEL-141485]
- ice: fix incorrect counter for buffer allocation failures (Michal Schmidt) [RHEL-141485]
- ice: add virt/ and move ice_virtchnl* files there (Michal Schmidt) [RHEL-141485]
- ice: Implement support for SRIOV VFs across Active/Active bonds (Michal Schmidt) [RHEL-141485]
- ice: cleanup capabilities evaluation (Michal Schmidt) [RHEL-141485]
- ice: Cleanup variable initialization in LAG code (Michal Schmidt) [RHEL-141485]
- ice: move LAG function in code to prepare for Active-Active (Michal Schmidt) [RHEL-141485]
- ice: Add driver specific prefix to LAG defines (Michal Schmidt) [RHEL-141485]
- ice: replace u8 elements with bool where appropriate (Michal Schmidt) [RHEL-141485]
- ice: Remove casts on void pointers in LAG code (Michal Schmidt) [RHEL-141485]
- ice: Don't use %%pK through printk or tracepoints (Michal Schmidt) [RHEL-141485]
- net: Fix typos [partial:ice] (Michal Schmidt) [RHEL-141485]
- iavf: use libie_aq_str (Michal Schmidt) [RHEL-141485]
- ice: use libie_aq_str (Michal Schmidt) [RHEL-141485]
- libie: add adminq helper for converting err to str (Michal Schmidt) [RHEL-141485]
- iavf: use libie adminq descriptors (Michal Schmidt) [RHEL-141485]
- i40e: use libie adminq descriptors [partial:ice,libie] (Michal Schmidt) [RHEL-141485]
- ixgbe: use libie adminq descriptors [partial:libie] (Michal Schmidt) [RHEL-141485]
- ice, libie: move generic adminq descriptors to lib (Michal Schmidt) [RHEL-141485]
- ice: Fix a null pointer dereference in ice_copy_and_init_pkg() (Michal Schmidt) [RHEL-141485] {CVE-2025-38664}
- ice: breakout common LAG code into helpers (Michal Schmidt) [RHEL-141485]
- ice: convert ice_add_prof() to bitmap (Michal Schmidt) [RHEL-141485]
- ice: add E835 device IDs (Michal Schmidt) [RHEL-141485]
- ice: add 40G speed to Admin Command GET PORT OPTION (Michal Schmidt) [RHEL-141485]
- ice: check correct pointer in fwlog debugfs (Michal Schmidt) [RHEL-141485]
- ice: add NULL check in eswitch lag check (Michal Schmidt) [RHEL-141485] {CVE-2025-38526}
- ice: introduce ice_get_vf_by_dev() wrapper (Michal Schmidt) [RHEL-141485]
- ice: avoid rebuilding if MSI-X vector count is unchanged (Michal Schmidt) [RHEL-141485]
- ice: use pci_iov_vf_id() to get VF ID (Michal Schmidt) [RHEL-141485]
- ice: expose VF functions used by live migration (Michal Schmidt) [RHEL-141485]
- ice: move ice_vsi_update_l2tsel to ice_lib.c (Michal Schmidt) [RHEL-141485]
- ice: save RSS hash configuration for migration (Michal Schmidt) [RHEL-141485]
- ice: add functions to get and set Tx queue context (Michal Schmidt) [RHEL-141485]
- ice: add support for reading and unpacking Rx queue context (Michal Schmidt) [RHEL-141485]
- eth: ice: drop the dead code related to rss_contexts (Michal Schmidt) [RHEL-141485]
- ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() (Michal Schmidt) [RHEL-141485]
- ice: add ref-sync dpll pins (Michal Schmidt) [RHEL-141485]
- net: ice: Perform accurate aRFS flow match (Michal Schmidt) [RHEL-141485]
- ice: add phase offset monitor for all PPS dpll inputs (Michal Schmidt) [RHEL-141485]
- ice: add a separate Rx handler for flow director commands (Michal Schmidt) [RHEL-141485]
- ice: change SMA pins to SDP in PTP API (Michal Schmidt) [RHEL-141485]
- ice: redesign dpll sma/u.fl pins control (Michal Schmidt) [RHEL-141485]
- ice: add link_down_events statistic (Michal Schmidt) [RHEL-141485]
- net: intel: move RSS packet classifier types to libie (Michal Schmidt) [RHEL-141485]
- net: intel: rename 'hena' to 'hashcfg' for clarity (Michal Schmidt) [RHEL-141485]
- iavf: extract iavf_watchdog_step() out of iavf_watchdog_task() (Michal Schmidt) [RHEL-141485]
- iavf: simplify watchdog_task in terms of adminq task scheduling (Michal Schmidt) [RHEL-141485]
- iavf: centralize watchdog requeueing itself (Michal Schmidt) [RHEL-141485]
- ice: make const read-only array dflt_rules static (Michal Schmidt) [RHEL-141485]
- ice: improve error message for insufficient filter space (Michal Schmidt) [RHEL-141485]
- ice: enable LLDP TX for VFs through tc (Michal Schmidt) [RHEL-141485]
- ice: remove headers argument from ice_tc_count_lkups (Michal Schmidt) [RHEL-141485]
- ice: receive LLDP on trusted VFs (Michal Schmidt) [RHEL-141485]
- ice: do not add LLDP-specific filter if not necessary (Michal Schmidt) [RHEL-141485]
- ice: fix check for existing switch rule (Michal Schmidt) [RHEL-141485]
- ice: clear NAPI's IRQ numbers in ice_vsi_clear_napi_queues() (Michal Schmidt) [RHEL-141485]
- ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS (Michal Schmidt) [RHEL-141485]
- Revert "ice: Fix ice VF reset during iavf initialization" (Michal Schmidt) [RHEL-141485]
- ice: Fix ice VF reset during iavf initialization (Michal Schmidt) [RHEL-141485]
- net/ena: fix missing lock when update devlink params (Kamal Heib) [RHEL-127326]
- net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not configurable (Kamal Heib) [RHEL-127326]
- net: ena: View PHC stats using debugfs (Kamal Heib) [RHEL-127326]
- net: ena: Add debugfs support to the ENA driver (Kamal Heib) [RHEL-127326]
- net: ena: Control PHC enable through devlink (Kamal Heib) [RHEL-127326]
- net: ena: Add devlink port support (Kamal Heib) [RHEL-127326]
- net: ena: Add device reload capability through devlink (Kamal Heib) [RHEL-127326]
- net: ena: PHC silent reset (Kamal Heib) [RHEL-127326]
- net: ena: Add PHC support in the ENA driver (Kamal Heib) [RHEL-127326]
- net: ena: resolve WARN_ON when freeing IRQs (Kamal Heib) [RHEL-127326]
- net: ena: use napi's aRFS rmap notifers (Kamal Heib) [RHEL-127326]
Resolves: RHEL-127326, RHEL-137910, RHEL-141485

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-01-30 10:18:43 +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-630.el9 2025-10-25 22:43:49 +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-670.el9 2026-01-29 09:10:57 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +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-670.el9 2026-01-29 09:10:57 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-s390x-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-670.el9 2026-01-29 09:10:57 +00:00
kernel.changelog kernel-5.14.0-671.el9 2026-01-30 10:18:43 +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-671.el9 2026-01-30 10:18:43 +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-671.el9 2026-01-30 10:18:43 +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-573.el9 2025-03-17 16:36:12 -03: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
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-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-671.el9 2026-01-30 10:18:43 +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