The Linux kernel
Go to file
CKI KWF Bot 3b3419ed58 kernel-6.12.0-151.el10
* Mon Nov 03 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-151.el10]
- redhat/configs: set CONFIG_IMA_KEXEC_EXTRA_MEMORY_KB default value (Baoquan He) [RHEL-114162]
- kexec_file: use SHA-256 library API instead of crypto_shash API (Baoquan He) [RHEL-114162]
- crash: fix spelling mistake "crahskernel" -> "crashkernel" (Baoquan He) [RHEL-114162]
- ima: make the kexec extra memory configurable (Baoquan He) [RHEL-114162]
- ima: verify if the segment size has changed (Baoquan He) [RHEL-114162]
- ima: kexec: move IMA log copy from kexec load to execute (Baoquan He) [RHEL-114162]
- ima: kexec: define functions to copy IMA log at soft boot (Baoquan He) [RHEL-114162]
- ima: kexec: skip IMA segment validation after kexec soft reboot (Baoquan He) [RHEL-114162]
- kexec: define functions to map and unmap segments (Baoquan He) [RHEL-114162]
- ima: define and call ima_alloc_kexec_file_buf() (Baoquan He) [RHEL-114162]
- ima: rename variable the seq_file "file" to "ima_kexec_file" (Baoquan He) [RHEL-114162]
- ima: kexec: silence RCU list traversal warning (Baoquan He) [RHEL-114162]
- selftests/kexec: Add x86_64 selftest for kexec-jump and exception handling (Baoquan He) [RHEL-114162]
- x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlier (Baoquan He) [RHEL-114162]
- x86/kexec: Add 8250 MMIO serial port output (Baoquan He) [RHEL-114162]
- x86/kexec: Add 8250 serial port output (Baoquan He) [RHEL-114162]
- x86/early_printk: Harden early_serial (Baoquan He) [RHEL-114162]
- x86/boot: Mark start_secondary() with __noendbr (Baoquan He) [RHEL-114162]
- x86/kexec: Debugging support: Dump registers on exception (Baoquan He) [RHEL-114162]
- x86/kexec: Debugging support: Load an IDT and basic exception entry points (Baoquan He) [RHEL-114162]
- x86/kexec: Merge x86_32 and x86_64 code using macros from <asm/asm.h> (Baoquan He) [RHEL-114162]
- kexec_core: accept unaccepted kexec segments' destination addresses (Baoquan He) [RHEL-114162]
- powerpc/crash: use generic crashkernel reservation (Baoquan He) [RHEL-114162]
- powerpc: insert System RAM resource to prevent crashkernel conflict (Baoquan He) [RHEL-114162]
- powerpc/crash: preserve user-specified memory limit (Baoquan He) [RHEL-114162]
- powerpc/crash: use generic APIs to locate memory hole for kdump (Baoquan He) [RHEL-114162]
- crash: let arch decide usable memory range in reserved area (Baoquan He) [RHEL-114162]
- crash: remove an unused argument from reserve_crashkernel_generic() (Baoquan He) [RHEL-114162]
- kexec: initialize ELF lowest address to ULONG_MAX (Baoquan He) [RHEL-114162]
- x86/kexec: Add relocate_kernel() debugging support: Load a GDT (Baoquan He) [RHEL-114162]
- printk: Check CON_SUSPEND when unblanking a console (Baoquan He) [RHEL-114162]
- printk: Rename console_start to console_resume (Baoquan He) [RHEL-114162]
- printk: Rename console_stop to console_suspend (Baoquan He) [RHEL-114162]
- printk: Rename resume_console to console_resume_all (Baoquan He) [RHEL-114162]
- printk: Rename suspend_console to console_suspend_all (Baoquan He) [RHEL-114162]
- crash: Remove KEXEC_CORE_NOTE_NAME (Baoquan He) [RHEL-114162]
- s390/crash: Use note name macros (Baoquan He) [RHEL-114162]
- s390/kdump: Provide is_kdump_kernel() implementation (Baoquan He) [RHEL-114162]
- crash: Use note name macros (Baoquan He) [RHEL-114162]
- proc/kcore: use percpu_rw_semaphore for kclist_lock (Baoquan He) [RHEL-114162]
- proc/kcore: don't walk list on every read (Baoquan He) [RHEL-114162]
- proc/kcore: mark proc entry as permanent (Baoquan He) [RHEL-114162]
- powerpc/crash: Use note name macros (Baoquan He) [RHEL-114162]
- binfmt_elf: Use note name macros (Baoquan He) [RHEL-114162]
- elf: Define note name macros (Baoquan He) [RHEL-114162]
- riscv: Allow ptrace control of the tagged address ABI (Baoquan He) [RHEL-114162]
- x86/kexec: Use typedef for relocate_kernel_fn function prototype (Baoquan He) [RHEL-114162]
- x86/kexec: Cope with relocate_kernel() not being at the start of the page (Baoquan He) [RHEL-114162]
- kexec_core: Add and update comments regarding the KEXEC_JUMP flow (Baoquan He) [RHEL-114162]
- x86/kexec: Mark machine_kexec() with __nocfi (Baoquan He) [RHEL-114162]
- x86/kexec: Fix location of relocate_kernel with -ffunction-sections (Baoquan He) [RHEL-114162]
- x86/kexec: Fix stack and handling of re-entry point for ::preserve_context (Baoquan He) [RHEL-114162]
- x86/kexec: Use correct swap page in swap_pages function (Baoquan He) [RHEL-114162]
- x86/kexec: Ensure preserve_context flag is set on return to kernel (Baoquan He) [RHEL-114162]
- x86/kexec: Disable global pages before writing to control page (Baoquan He) [RHEL-114162]
- x86: Fix build regression with CONFIG_KEXEC_JUMP enabled (Baoquan He) [RHEL-114162]
- x86/kexec: Mark relocate_kernel page as ROX instead of RWX (Baoquan He) [RHEL-114162]
- x86/kexec: Clean up register usage in relocate_kernel() (Baoquan He) [RHEL-114162]
- x86/kexec: Eliminate writes through kernel mapping of relocate_kernel page (Baoquan He) [RHEL-114162]
- x86/kexec: Drop page_list argument from relocate_kernel() (Baoquan He) [RHEL-114162]
- x86/kexec: Add data section to relocate_kernel (Baoquan He) [RHEL-114162]
- x86/kexec: Move relocate_kernel to kernel .data section (Baoquan He) [RHEL-114162]
- x86/kexec: Invoke copy of relocate_kernel() instead of the original (Baoquan He) [RHEL-114162]
- x86/kexec: Copy control page into place in machine_kexec_prepare() (Baoquan He) [RHEL-114162]
- x86/kexec: Allocate PGD for x86_64 transition page tables separately (Baoquan He) [RHEL-114162]
- x86/kexec: Only swap pages for ::preserve_context mode (Baoquan He) [RHEL-114162]
- x86/kexec: Use named labels in swap_pages in relocate_kernel_64.S (Baoquan He) [RHEL-114162]
- x86/kexec: Clean up and document register use in relocate_kernel_64.S (Baoquan He) [RHEL-114162]
- x86/kexec: Restore GDT on return from ::preserve_context kexec (Baoquan He) [RHEL-114162]
- fanotify: add watchdog for permission events (Miklos Szeredi) [RHEL-44601]
- tmpfs: add support for multigrain timestamps (Carlos Maiolino) [RHEL-121527]
- btrfs: convert to multigrain timestamps (Carlos Maiolino) [RHEL-121527]
- ext4: switch to multigrain timestamps (Carlos Maiolino) [RHEL-121527]
- xfs: switch to multigrain timestamps (Carlos Maiolino) [RHEL-121527]
- Documentation: add a new file documenting multigrain timestamps (Carlos Maiolino) [RHEL-121527]
- fs: add percpu counters for significant multigrain timestamp events (Carlos Maiolino) [RHEL-121527]
- fs: tracepoints around multigrain timestamp events (Carlos Maiolino) [RHEL-121527]
- fs: handle delegated timestamps in setattr_copy_mgtime (Carlos Maiolino) [RHEL-121527]
- fs: have setattr_copy handle multigrain timestamps appropriately (Carlos Maiolino) [RHEL-121527]
- fs: add infrastructure for multigrain timestamps (Carlos Maiolino) [RHEL-121527]
- timekeeping: Add percpu counter for tracking floor swap events (Carlos Maiolino) [RHEL-121527]
- timekeeping: Add interfaces for handling timestamps with a floor value (Carlos Maiolino) [RHEL-121527]
- tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request(). (Paolo Abeni) [RHEL-115580]
- tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect(). (Paolo Abeni) [RHEL-115580] {CVE-2025-39955}
- tcp: fix __tcp_close() to only send RST when required (Paolo Abeni) [RHEL-115580]
- net: fix segmentation after TCP/UDP fraglist GRO (Paolo Abeni) [RHEL-115580]
- tcp: call tcp_measure_rcv_mss() for ooo packets (Paolo Abeni) [RHEL-115580]
- tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range (Paolo Abeni) [RHEL-115580]
- tcp: fix passive TFO socket having invalid NAPI ID (Paolo Abeni) [RHEL-115580]
- tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior (Paolo Abeni) [RHEL-115580]
- fs: writeback: fix use-after-free in __mark_inode_dirty() (CKI Backport Bot) [RHEL-117211] {CVE-2025-39866}
Resolves: RHEL-114162, RHEL-115580, RHEL-117211, RHEL-121527, RHEL-44601

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-03 06:29:49 -05: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-146.el10 2025-10-27 06:30:18 -04: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-151.el10 2025-11-03 06:29:49 -05:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-aarch64-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05: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-151.el10 2025-11-03 06:29:49 -05:00
kernel-ppc64le-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-riscv64-debug-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-riscv64-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-s390x-debug-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-s390x-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-x86_64-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel.changelog kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05:00
kernel.sbat.template kernel-6.12.0-143.el10 2025-10-21 17:03:42 -04:00
kernel.spec kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05: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-151.el10 2025-11-03 06:29:49 -05: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
redhatsecureboot504.cer kernel-6.12.0-143.el10 2025-10-21 17:03:42 -04: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-143.el10 2025-10-21 17:03:42 -04:00
sources kernel-6.12.0-151.el10 2025-11-03 06:29:49 -05: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
uki-addons.sbat.template kernel-6.12.0-131.el10 2025-09-17 14:01:48 -04:00
uki.sbat.template kernel-6.12.0-131.el10 2025-09-17 14:01:48 -04: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