The Linux kernel
Go to file
Julio Faracco 6a9f16398a kernel-6.12.0-99.el10
* Thu Jun 19 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-99.el10]
- scsi: storvsc: Explicitly set max_segment_size to UINT_MAX (Ewan D. Milne) [RHEL-97171]
- i2c: tegra: check msg length in SMBUS block read (Steve Dunnagan) [RHEL-89166]
- nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request (Olga Kornievskaia) [RHEL-82689]
- nfsd: fix access checking for NLM under XPRTSEC policies (Olga Kornievskaia) [RHEL-82689]
- net: rename netns_local to netns_immutable (Ivan Vecera) [RHEL-92678]
- selftests: Add IPv6 link-local address generation tests for GRE devices. (Guillaume Nault) [RHEL-94024]
- tpm: remove kmalloc failure error message (Štěpán Horáček) [RHEL-72764]
- tpm: tis: Double the timeout B to 4s (Štěpán Horáček) [RHEL-72764]
- char: tpm: tpm-buf: Add sanity check fallback in read helpers (Štěpán Horáček) [RHEL-72764]
- tpm: Make chip->{status,cancel,req_canceled} opt (Štěpán Horáček) [RHEL-72764]
- tpm: End any active auth session before shutdown (Štěpán Horáček) [RHEL-72764]
- tpm_crb: Clean-up and refactor check for idle support (Štěpán Horáček) [RHEL-72764]
- tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation (Štěpán Horáček) [RHEL-72764]
- tpm, tpm_tis: Workaround failed command reception on Infineon devices (Štěpán Horáček) [RHEL-72764]
- tpm, tpm_tis: Fix timeout handling when waiting for TPM status (Štěpán Horáček) [RHEL-72764]
- tpm: Convert warn to dbg in tpm2_start_auth_session() (Štěpán Horáček) [RHEL-72764]
- tpm: Lazily flush auth session when getting random data (Štěpán Horáček) [RHEL-72764]
- tpm: ftpm_tee: remove incorrect of_match_ptr annotation (Štěpán Horáček) [RHEL-72764]
- tpm: do not start chip while suspended (Štěpán Horáček) [RHEL-72764]
- char: tpm: cr50: Add new device/vendor ID 0x50666666 (Štěpán Horáček) [RHEL-72764]
- char: tpm: cr50: Move i2c locking to request/relinquish locality ops (Štěpán Horáček) [RHEL-72764]
- char: tpm: cr50: Use generic request/relinquish locality ops (Štěpán Horáček) [RHEL-72764]
- tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver (Štěpán Horáček) [RHEL-72764]
- libstub,tpm: do not ignore failure case when reading final event log (Štěpán Horáček) [RHEL-72764]
- tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size (Štěpán Horáček) [RHEL-72764]
- tpm: do not ignore memblock_reserve return value (Štěpán Horáček) [RHEL-72764]
- tpm: fix signed/unsigned bug when checking event logs (Štěpán Horáček) [RHEL-72764]
- openvswitch: Stricter validation for the userspace action (Eelco Chaudron) [RHEL-84563]
- openvswitch: Fix unsafe attribute parsing in output_userspace() (Eelco Chaudron) [RHEL-84563]
- net: openvswitch: fix nested key length validation in the set() action (Eelco Chaudron) [RHEL-84563] {CVE-2025-37789}
- net: openvswitch: remove misbehaving actions length check (Eelco Chaudron) [RHEL-84563]
- openvswitch: use RCU protection in ovs_vport_cmd_fill_info() (Eelco Chaudron) [RHEL-81497 RHEL-84563] {CVE-2025-21761}
- openvswitch: fix lockup on tx to unregistering netdev with carrier (Eelco Chaudron) [RHEL-84563] {CVE-2025-21681}
- openvswitch: Pass on secpath details for internal port rx. (Eelco Chaudron) [RHEL-84563]
- selftests: mptcp: remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: netfilter: remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: net: use setup_ns for SRv6 tests and remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: net: use setup_ns for bareudp testing (Hangbin Liu) [RHEL-80284]
- selftests: net: remove redundant rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: net: disable rp_filter after namespace initialization (Hangbin Liu) [RHEL-80284]
- ndisc: use RCU protection in ndisc_alloc_skb() (Xin Long) [RHEL-81403] {CVE-2025-21764}
- tools: ynl: add all headers to makefile deps (Jose Ignacio Tornos Martinez) [RHEL-89935]
- selftests: drv-net: add missing trailing backslash (Jose Ignacio Tornos Martinez) [RHEL-89935]
- testing: net-drv: add basic shaper test (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement cap validation in the core (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net: shaper: implement introspection support (Jose Ignacio Tornos Martinez) [RHEL-89935]
- netlink: spec: add shaper introspection support (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement shaper cleanup on queue deletion (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement delete support for NODE scope shaper (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement NL group operation (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement NL set and delete operations (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement NL get operation (Jose Ignacio Tornos Martinez) [RHEL-89935]
- netlink: spec: add shaper YAML spec (Jose Ignacio Tornos Martinez) [RHEL-89935]
- genetlink: extend info user-storage to match NL cb ctx (Jose Ignacio Tornos Martinez) [RHEL-89935]
- perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89489]
- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89489]
- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89489]
- perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89489]
- ice: Fix deinitializing VF in error path (Petr Oros) [RHEL-87628] {CVE-2025-21883}
- ice: add E830 HW VF mailbox message limit support (Petr Oros) [RHEL-87628]
- x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() (Waiman Long) [RHEL-69285]
Resolves: RHEL-69285, RHEL-72764, RHEL-80284, RHEL-81403, RHEL-81497, RHEL-82689, RHEL-84563, RHEL-87628, RHEL-89166, RHEL-89489, RHEL-89935, RHEL-92678, RHEL-94024, RHEL-97171

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-06-20 12:27:16 -03:00
.gitignore kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 2020-04-14 17:53:23 -04:00
check-kabi kernel-6.0.0-0.rc7.20220927gita1375562c0a8.48 2022-09-27 09:26:17 -05:00
def_variants.yaml.rhel kernel-6.12.0-87.el10 2025-05-19 10:32:51 -03:00
dracut-virt.conf kernel-6.12.0-61.el10 2025-03-07 18:23:05 -03:00
fedoraimaca.x509 kernel-6.10.0-0.rc2.8.el10 2024-06-04 09:40:59 +02:00
filtermods.py kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
flavors kernel-6.8.0-1.el10 2024-03-24 20:18:25 +01:00
gating.yaml kernel-6.12.0-54.el10 2025-02-14 07:54:48 +01:00
generate_all_configs.sh kernel-6.5.0-0.rc7.20230822gitf7757129e3de.51 2023-08-22 07:04:59 -05:00
kernel-aarch64-64k-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-96.el10 2025-06-13 00:47:22 -03:00
kernel-aarch64-automotive-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-aarch64-automotive-rhel.config kernel-6.12.0-96.el10 2025-06-13 00:47:22 -03:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-aarch64-rhel.config kernel-6.12.0-96.el10 2025-06-13 00:47:22 -03:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-96.el10 2025-06-13 00:47:22 -03:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-96.el10 2025-06-13 00:47:22 -03:00
kernel-local Change method of configuration generation 2016-12-06 12:07:10 -08:00
kernel-ppc64le-debug-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel-ppc64le-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel-s390x-debug-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel-s390x-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel-x86_64-automotive-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-x86_64-automotive-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-x86_64-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-97.el10 2025-06-17 09:59:32 -03:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-95.el10 2025-06-11 00:24:58 -03:00
kernel.changelog kernel-6.12.0-99.el10 2025-06-20 12:27:16 -03:00
kernel.spec kernel-6.12.0-99.el10 2025-06-20 12:27:16 -03:00
kvm_stat.logrotate kernel-5.13.0-0.rc3.20210527gitad9f25d33860.28 2021-05-27 11:30:07 -05:00
linux-kernel-test.patch kernel-5.17-0.rc0.20220121gitc2c94b3b187d.73 2022-01-21 11:03:01 -06:00
Makefile.rhelver kernel-6.12.0-99.el10 2025-06-20 12:27:16 -03:00
merge.py kernel-6.4.0-0.rc0.20230425git173ea743bf7a.3 2023-04-25 11:01:29 -05:00
mod-denylist.sh kernel-6.9.0-0.rc4.2.el10 2024-04-22 08:02:15 +02:00
mod-sign.sh kernel-6.5.0-0.rc7.20230822gitf7757129e3de.51 2023-08-22 07:04:59 -05:00
Module.kabi_aarch64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_aarch64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_ppc64le Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_riscv64 kernel-6.11.0-25.el10 2024-09-16 16:22:29 +02:00
Module.kabi_dup_s390x Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_x86_64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_ppc64le Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_riscv64 kernel-6.11.0-25.el10 2024-09-16 16:22:29 +02:00
Module.kabi_s390x Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_x86_64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
nvidiagpuoot001.x509 kernel-6.8.0-1.el10 2024-03-24 20:18:25 +01:00
partial-clang_lto-aarch64-debug-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang_lto-aarch64-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang_lto-x86_64-debug-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang_lto-x86_64-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang-debug-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-kgcov-debug-snip.config kernel-6.11.0-29.el10 2024-11-11 13:22:14 +01:00
partial-kgcov-snip.config kernel-6.11.0-29.el10 2024-11-11 13:22:14 +01:00
patch-6.12-redhat.patch kernel-6.12.0-30.el10 2024-11-18 12:06:48 +01:00
process_configs.sh kernel-6.8.0-0.rc3.20240207git6d280f4d760e.29 2024-02-07 13:22:20 -06:00
README.rst kernel-5.7.0-0.rc4.1 2020-05-04 12:40:44 -05:00
redhatsecureboot501.cer kernel-6.9.0-0.rc7.5.el10 2024-05-07 14:59:41 +02:00
redhatsecurebootca5.cer kernel-6.9.0-0.rc7.5.el10 2024-05-07 14:59:41 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149 2021-02-08 09:59:50 -06:00
rhelima_centos.x509 kernel-6.9.0-7.el10 2024-05-20 13:51:56 +02:00
rhelima.x509 kernel-6.9.0-7.el10 2024-05-20 13:51:56 +02:00
rhelimaca1.x509 kernel-6.9.0-7.el10 2024-05-20 13:51:56 +02:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149 2021-02-08 09:59:50 -06:00
rpminspect.yaml kernel-6.12.0-30.el10 2024-11-18 12:06:48 +01:00
sources kernel-6.12.0-99.el10 2025-06-20 12:27:16 -03:00
uki_addons.json kernel-6.12.0-89.el10 2025-05-23 01:02:28 -03:00
uki_create_addons.py kernel-6.12.0-89.el10 2025-05-23 01:02:28 -03:00
x509.genkey.centos kernel-5.17-0.rc1.20220127git626b2dda7651.78 2022-01-27 08:59:41 -06:00
x509.genkey.rhel Sync up on adding a bunch of files 2019-11-13 10:01:45 -05: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