The Linux kernel
Go to file
Scott Weaver f1611b2d3f kernel-6.12.0-125.el10
* Wed Aug 27 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-125.el10]
- ibmveth: Add multi buffers rx replenishment hcall support (Mamatha Inamdar) [RHEL-104327]
- net: ibmveth: Reset the adapter when unexpected states are detected (Mamatha Inamdar) [RHEL-104327]
- x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake (Steve Best) [RHEL-95630]
- ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting (Mamatha Inamdar) [RHEL-104319]
- ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeof (Mamatha Inamdar) [RHEL-104319]
- ibmvnic: Add stat for tx direct vs tx batched (Mamatha Inamdar) [RHEL-104319]
- s390/pci: Do not try re-enabling load/store if device is disabled (Mete Durlu) [RHEL-105599]
- s390/pci: Fix stale function handles in error handling (Mete Durlu) [RHEL-105599]
- s390/pci: Fix __pcilg_mio_inuser() inline assembly (Mete Durlu) [RHEL-105606]
- platform/x86/amd/hsmp: Enhance the print messages to prevent confusion (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Use IS_ENABLED() instead of IS_REACHABLE() (Steve Best) [RHEL-102876]
- x86/platform/amd: replace down_timeout() with down_interruptible() (Steve Best) [RHEL-102876]
- x86/platform/amd: move final timeout check to after final sleep (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetry (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Report power via hwmon sensors (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modules (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive drivers (Steve Best) [RHEL-102876]
- x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h> (Steve Best) [RHEL-102876]
- x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bit (Steve Best) [RHEL-102876]
- x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h> (Steve Best) [RHEL-102876]
- x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE (Steve Best) [RHEL-102876]
- x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range() (Steve Best) [RHEL-102876]
- x86/amd_node: Use defines for SMN register offsets (Steve Best) [RHEL-102876]
- x86/amd_node: Remove dependency on AMD_NB (Steve Best) [RHEL-102876]
- x86/amd_node: Update __amd_smn_rw() error paths (Steve Best) [RHEL-102876]
- x86/amd_nb: Move SMN access code to a new amd_node driver (Steve Best) [RHEL-102876]
- x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id() (Steve Best) [RHEL-102876]
- x86/amd_nb: Simplify function 3 search (Steve Best) [RHEL-102876]
- x86/amd_nb: Use topology info to get AMD node count (Steve Best) [RHEL-102876]
- x86/amd_nb: Simplify root device search (Steve Best) [RHEL-102876]
- x86/amd_nb: Simplify function 4 search (Steve Best) [RHEL-102876]
- x86: Start moving AMD node functionality out of AMD_NB (Steve Best) [RHEL-102876]
- x86/amd_nb: Clean up early_is_amd_nb() (Steve Best) [RHEL-102876]
- x86/amd_nb: Restrict init function to AMD-based systems (Steve Best) [RHEL-102876]
- x86/amd_nb: Add new PCI IDs for AMD family 0x1a (Steve Best) [RHEL-102876]
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Constify 'struct bin_attribute' (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Change the error type (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Add new error code and error logs (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unused (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Make hsmp_pdev static instead of global (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Use dev_groups in the driver structure (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Use name space while exporting module symbols (Steve Best) [RHEL-102876]
- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Move ACPI code to acpi.c (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Move platform device specific code to plat.c (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Move structure and macros to header file (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Create wrapper function init_acpi() (Steve Best) [RHEL-102876]
- platform/x86/amd/hsmp: Create hsmp/ directory (Steve Best) [RHEL-102876]
- redhat: update self-test data for 10.2 (Scott Weaver)
- redhat: correct UPSTREAM_BRANCH (Scott Weaver)
- redhat: bump RHEL_MINOR for 10.2 (Scott Weaver)
Resolves: RHEL-102876, RHEL-104319, RHEL-104327, RHEL-105599, RHEL-105606, RHEL-95630

Signed-off-by: Scott Weaver <scweaver@redhat.com>
2025-08-27 17:08:32 -04: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-125.el10 2025-08-27 17:08:32 -04:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-aarch64-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04: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-125.el10 2025-08-27 17:08:32 -04:00
kernel-ppc64le-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-s390x-debug-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-s390x-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-x86_64-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel.changelog kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04:00
kernel.spec kernel-6.12.0-125.el10 2025-08-27 17:08:32 -04: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-125.el10 2025-08-27 17:08:32 -04: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-125.el10 2025-08-27 17:08:32 -04: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