The Linux kernel
Go to file
Patrick Talbert abef2a68c3 kernel-5.14.0-558.el9
* Tue Jan 28 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-558.el9]
- PCI: Batch BAR sizing operations (Myron Stowe) [RHEL-76025]
- powerpc/pseries/eeh: Fix get PE state translation (Mamatha Inamdar) [RHEL-74250]
- Bluetooth: iso: Fix circular lock in iso_listen_bis (CKI Backport Bot) [RHEL-73661] {CVE-2024-54460}
- CI: Enable pipelines for rt-64k variant (Juri Lelli) [RHEL-70289]
- redhat: Add kernel-rt-64k variant (Juri Lelli) [RHEL-70289]
- Bluetooth: hci_core: Fix sleeping function called from invalid context (CKI Backport Bot) [RHEL-74112] {CVE-2024-57894}
- Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc (Bastien Nocera) [RHEL-72279]
- Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create() (CKI Backport Bot) [RHEL-72279] {CVE-2024-56605}
- redhat/configs: set new PKEY_UV option on s390 (Mete Durlu) [RHEL-50782]
- s390/crypto: Add hardware acceleration for full AES-XTS mode (Mete Durlu) [RHEL-50783]
- s390/crypto: Postpone the key split to key conversion (Mete Durlu) [RHEL-50783]
- s390/crypto: Introduce function for tokenize clearkeys (Mete Durlu) [RHEL-50783]
- s390/crypto: Generalize parameters for key conversion (Mete Durlu) [RHEL-50783]
- s390/crypto: Use module-local structures for protected keys (Mete Durlu) [RHEL-50783]
- s390/crypto: Convert to reverse x-mas tree, rename ret to rc (Mete Durlu) [RHEL-50783]
- s390/pkey: Tolerate larger key blobs (Mete Durlu) [RHEL-50783]
- s390/pkey: Add new pkey handler module pkey-uv (Mete Durlu) [RHEL-50782]
- s390/pkey: Build module name array selectively based on kernel config options (Mete Durlu) [RHEL-50782]
- s390/pkey: Fix checkpatch findings in pkey header file (Mete Durlu) [RHEL-50782]
- s390/pkey: Rework pkey verify for protected keys (Mete Durlu) [RHEL-50782]
- s390/pkey: Simplify protected key length calculation code (Mete Durlu) [RHEL-50782]
- s390/zcrypt: Cleanup include zcrypt_api.h (Mete Durlu) [RHEL-50782]
- s390/uv: export prot_virt_guest symbol in uv (Mete Durlu) [RHEL-50782]
- cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI device (John W. Linville) [RHEL-67033]
- cxl/pci: Check Mem_info_valid bit for each applicable DVSEC (John W. Linville) [RHEL-67033]
- cxl/pci: Remove duplicated implementation of waiting for memory_info_valid (John W. Linville) [RHEL-67033]
- cxl: Calculate region bandwidth of targets with shared upstream link (John W. Linville) [RHEL-67033]
- cxl: Preserve the CDAT access_coordinate for an endpoint (John W. Linville) [RHEL-67033]
- EINJ, CXL: Fix CXL device SBDF calculation (John W. Linville) [RHEL-67033]
- cxl/port: Prevent out-of-order decoder allocation (John W. Linville) [RHEL-67033]
- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (John W. Linville) [RHEL-67033]
- cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices() (John W. Linville) [RHEL-67033]
- cxl/port: Fix CXL port initialization order when the subsystem is built-in (John W. Linville) [RHEL-67033]
- cxl/events: Fix Trace DRAM Event Record (John W. Linville) [RHEL-67033]
- cxl/pci: Fix to record only non-zero ranges (John W. Linville) [RHEL-67033]
- cxl/test: Skip cxl_setup_parent_dport() for emulated dports (John W. Linville) [RHEL-67033]
- cxl/pci: Get AER capability address from RCRB only for RCH dport (John W. Linville) [RHEL-67033]
- cxl/region: Verify target positions using the ordered target list (John W. Linville) [RHEL-67033]
- cxl: Restore XOR'd position bits during address translation (John W. Linville) [RHEL-67033]
- cxl/core: Fix incorrect vendor debug UUID define (John W. Linville) [RHEL-67033]
- hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma (Tony Camuso) [RHEL-65221]
- hid: intel-ish-hid: Add support for vendor customized firmware loading (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: Use CPU generation string in driver_data (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: Remove unused declarations (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: fix endian-conversion (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: add MODULE_DESCRIPTION() (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: fix ishtp_wait_resume() kernel-doc (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: Fix build error for COMPILE_TEST (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messages (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: Implement loading firmware from host feature (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: Add driver_data for specifying the firmware filename (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device ID (Tony Camuso) [RHEL-65221]
- HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macros (Tony Camuso) [RHEL-65221]
Resolves: RHEL-50782, RHEL-50783, RHEL-65221, RHEL-67033, RHEL-70289, RHEL-72279, RHEL-73661, RHEL-74112, RHEL-74250, RHEL-76025

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-01-28 11:09:05 -05: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-549.el9 2025-01-09 17:03:20 +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-553.el9 2025-01-15 16:04:00 +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-367.el9 2023-09-18 13:04:46 -04: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-555.el9 2025-01-23 15:40:29 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-558.el9 2025-01-28 11:09:05 -05:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-558.el9 2025-01-28 11:09:05 -05:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +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-555.el9 2025-01-23 15:40:29 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-558.el9 2025-01-28 11:09:05 -05:00
kernel-s390x-rhel.config kernel-5.14.0-558.el9 2025-01-28 11:09:05 -05:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-558.el9 2025-01-28 11:09:05 -05:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-555.el9 2025-01-23 15:40:29 +00:00
kernel.changelog kernel-5.14.0-558.el9 2025-01-28 11:09:05 -05:00
kernel.spec kernel-5.14.0-558.el9 2025-01-28 11:09:05 -05: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-558.el9 2025-01-28 11:09:05 -05: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-448.el9 2024-05-08 17:26:42 -03:00
mod-internal.list kernel-5.14.0-554.el9 2025-01-22 14:31:33 +00:00
mod-kvm.list kernel-5.14.0-285.el9 2023-03-07 15:22:21 +01: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-558.el9 2025-01-28 11:09:05 -05:00
uki_addons.json kernel-5.14.0-535.el9 2024-11-27 14:54:41 +00: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