The Linux kernel
Go to file
CKI KWF Bot 750b318e0d kernel-5.14.0-656.el9
* Tue Jan 06 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-656.el9]
- block: don't freeze queue for updating queue limits (Ming Lei) [RHEL-134978]
- x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID (David Arcari) [RHEL-129399]
- x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read() (David Arcari) [RHEL-129399]
- fs/resctrl: Introduce counter ID read, reset calls in mbm_event mode (David Arcari) [RHEL-129399]
- x86/resctrl: Refactor resctrl_arch_rmid_read() (David Arcari) [RHEL-129399]
- scsi: lpfc: Update lpfc version to 14.4.0.12 (Paul Ely) [RHEL-127902]
- scsi: lpfc: Add capability to register Platform Name ID to fabric (Paul Ely) [RHEL-127902]
- scsi: lpfc: Allow support for BB credit recovery in point-to-point topology (Paul Ely) [RHEL-127902]
- scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGI (Paul Ely) [RHEL-127902]
- scsi: lpfc: Modify kref handling for Fabric Controller ndlps (Paul Ely) [RHEL-127902]
- scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topology (Paul Ely) [RHEL-127902]
- scsi: lpfc: Ensure unregistration of rpis for received PLOGIs (Paul Ely) [RHEL-127902]
- scsi: lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb() (Paul Ely) [RHEL-127902]
- scsi: lpfc: Revise discovery related function headers and comments (Paul Ely) [RHEL-127902]
- scsi: lpfc: Update various NPIV diagnostic log messaging (Paul Ely) [RHEL-127902]
- scsi: lpfc: Copyright updates for 14.4.0.11 patches (Paul Ely) [RHEL-127902]
- scsi: lpfc: Update lpfc version to 14.4.0.11 (Paul Ely) [RHEL-127902]
- scsi: lpfc: Convert debugfs directory counts from atomic to unsigned int (Paul Ely) [RHEL-127902]
- scsi: lpfc: Clean up extraneous phba dentries (Paul Ely) [RHEL-127902]
- scsi: lpfc: Use switch case statements in DIF debugfs handlers (Paul Ely) [RHEL-127902]
- scsi: lpfc: Fix memory leak when nvmeio_trc debugfs entry is used (Paul Ely) [RHEL-127902]
- scsi: lpfc: Define size of debugfs entry for xri rebalancing (Paul Ely) [RHEL-127902]
- scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point topology (Paul Ely) [RHEL-127902]
- scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESET (Paul Ely) [RHEL-127902]
- scsi: lpfc: Decrement ndlp kref after FDISC retries exhausted (Paul Ely) [RHEL-127902]
- scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanup (Paul Ely) [RHEL-127902]
- scsi: lpfc: Clean up allocated queues when queue setup mbox commands fail (Paul Ely) [RHEL-127902]
- scsi: lpfc: Abort outstanding ELS WQEs regardless of if rmmod is in progress (Paul Ely) [RHEL-127902]
- scsi: lpfc: Remove unused member variables in struct lpfc_hba and lpfc_vport (Paul Ely) [RHEL-127902]
- scsi: lpfc: Use int type to store negative error codes (Paul Ely) [RHEL-127902]
- scsi: lpfc: use min() to improve code (Paul Ely) [RHEL-127902]
- scsi: lpfc: Fix wrong function reference in a comment (Paul Ely) [RHEL-127902]
- lpfc: don't use file->f_path.dentry for comparisons (Paul Ely) [RHEL-127902]
- nvmet-auth: update sc_c in target host hash calculation (Chris Leech) [RHEL-127047]
- nvmet-auth: update sc_c in host response (Chris Leech) [RHEL-127047]
- nvme/tcp: handle tls partially sent records in write_space() (Chris Leech) [RHEL-127047]
- nvme-auth: update sc_c in host response (Chris Leech) [RHEL-127047]
- nvme-auth: use hkdf_expand_label() (Chris Leech) [RHEL-127047]
- nvme-auth: add hkdf_expand_label() (Chris Leech) [RHEL-127047]
- nvme-tcp: send only permitted commands for secure concat (Chris Leech) [RHEL-127047]
- nvme-auth: update bi_directional flag (Chris Leech) [RHEL-127047]
- nvme-auth: remove unneeded semicolon (Chris Leech) [RHEL-127047]
- nvme-tcp: log TLS handshake failures at error level (Chris Leech) [RHEL-127047]
- nvme-tcp: fix signedness bug in nvme_tcp_init_connection() (Chris Leech) [RHEL-127047]
- nvme-tcp: fix connect failure on receiving partial ICResp PDU (Chris Leech) [RHEL-127047]
- fbcon: Fix OOB access in font allocation (Jocelyn Falempe) [RHEL-107476]
- fbcon: fix integer overflow in fbcon_do_set_font (Jocelyn Falempe) [RHEL-107476]
- fbdev: Fix vmalloc out-of-bounds write in fast_imageblit (Jocelyn Falempe) [RHEL-107476]
- fbcon: Use 'bool' where appopriate (Jocelyn Falempe) [RHEL-107476]
- fbcon: Introduce get_{fg,bg}_color() (Jocelyn Falempe) [RHEL-107476]
- fbcon: fbcon_is_inactive() -> fbcon_is_active() (Jocelyn Falempe) [RHEL-107476]
- fbcon: fbcon_cursor_noblink -> fbcon_cursor_blink (Jocelyn Falempe) [RHEL-107476]
- fbdev: Fix typo in Kconfig text for FB_DEVICE (Jocelyn Falempe) [RHEL-107476]
- fbdev: svgalib: Clean up coding style (Jocelyn Falempe) [RHEL-107476]
- fbdev: fix potential buffer overflow in do_register_framebuffer() (Jocelyn Falempe) [RHEL-107476]
- fbcon: Fix outdated registered_fb reference in comment (Jocelyn Falempe) [RHEL-107476]
- fbdev: Include <linux/export.h> (Jocelyn Falempe) [RHEL-107476]
- fbdev: Remove trailing whitespaces (Jocelyn Falempe) [RHEL-107476]
- video: screen_info: Relocate framebuffers behind PCI bridges (Jocelyn Falempe) [RHEL-107476]
- fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var (Jocelyn Falempe) [RHEL-107476]
- fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_to_var (Jocelyn Falempe) [RHEL-107476]
- fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() (Jocelyn Falempe) [RHEL-107476]
- fbcon: Make sure modelist not set on unregistered console (Jocelyn Falempe) [RHEL-107476]
- dummycon: Trigger redraw when switching consoles with deferred takeover (Jocelyn Falempe) [RHEL-107476]
- fbdev: Send old blank state in FB_EVENT_BLANK (Jocelyn Falempe) [RHEL-107476]
- fbdev: Track display blanking state (Jocelyn Falempe) [RHEL-107476]
- fbdev: Rework fb_blank() (Jocelyn Falempe) [RHEL-107476]
- fbcon: Use static attribute groups for sysfs entries (Jocelyn Falempe) [RHEL-107476]
- fbdev: Refactoring the fbcon packed pixel drawing routines (Jocelyn Falempe) [RHEL-107476]
- fbdev: Register sysfs groups through device_add_group (Jocelyn Falempe) [RHEL-107476]
- mdacon: rework dependency list (Jocelyn Falempe) [RHEL-107476]
- dummycon: fix default rows/cols (Jocelyn Falempe) [RHEL-107476]
- dummycon: only build module if there are users (Jocelyn Falempe) [RHEL-107476]
- fbcon: Use correct erase colour for clearing in fbcon (Jocelyn Falempe) [RHEL-107476]
- fbdev: core: tileblit: Implement missing margin clearing for tileblit (Jocelyn Falempe) [RHEL-107476]
- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (Aristeu Rozanski) [RHEL-114221]
- genirq: Initialize resend_node hlist for all interrupt descriptors (Aristeu Rozanski) [RHEL-114221]
- xen/events: avoid using info_for_irq() in xen_send_IPI_one() (Aristeu Rozanski) [RHEL-114221]
- genirq: Fix software resend lockup and nested resend (Aristeu Rozanski) [RHEL-114221]
- genirq: Use a maple tree for interrupt descriptor management (Aristeu Rozanski) [RHEL-114221]
- genirq: Encapsulate sparse bitmap handling (Aristeu Rozanski) [RHEL-114221]
- genirq: Use hlist for managing resend handlers (Aristeu Rozanski) [RHEL-114221]
- Revert "arm64-64k: Increase max NR_IRQS from 64+8192 to 2^^19" (Aristeu Rozanski) [RHEL-114221]
Resolves: RHEL-107476, RHEL-114221, RHEL-127047, RHEL-127902, RHEL-129399, RHEL-134978

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-01-06 21:20:15 +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-653.el9 2025-12-17 07:57:03 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +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-653.el9 2025-12-17 07:57:03 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-s390x-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-653.el9 2025-12-17 07:57:03 +00:00
kernel.changelog kernel-5.14.0-656.el9 2026-01-06 21:20:15 +00:00
kernel.spec kernel-5.14.0-656.el9 2026-01-06 21:20:15 +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-656.el9 2026-01-06 21:20:15 +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-635.el9 2025-11-05 14:42:02 +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-656.el9 2026-01-06 21:20:15 +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