The Linux kernel
* 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>
|
||
|---|---|---|
| .gitignore | ||
| check-kabi | ||
| def_variants.yaml.rhel | ||
| dracut-virt.conf | ||
| fedoraimaca.x509 | ||
| filtermods.py | ||
| flavors | ||
| gating.yaml | ||
| generate_all_configs.sh | ||
| kernel-aarch64-64k-debug-rhel.config | ||
| kernel-aarch64-64k-rhel.config | ||
| kernel-aarch64-debug-rhel.config | ||
| kernel-aarch64-rhel.config | ||
| kernel-aarch64-rt-64k-debug-rhel.config | ||
| kernel-aarch64-rt-64k-rhel.config | ||
| kernel-aarch64-rt-debug-rhel.config | ||
| kernel-aarch64-rt-rhel.config | ||
| kernel-local | ||
| kernel-ppc64le-debug-rhel.config | ||
| kernel-ppc64le-rhel.config | ||
| kernel-riscv64-debug-rhel.config | ||
| kernel-riscv64-rhel.config | ||
| kernel-s390x-debug-rhel.config | ||
| kernel-s390x-rhel.config | ||
| kernel-s390x-zfcpdump-rhel.config | ||
| kernel-x86_64-debug-rhel.config | ||
| kernel-x86_64-rhel.config | ||
| kernel-x86_64-rt-debug-rhel.config | ||
| kernel-x86_64-rt-rhel.config | ||
| kernel.changelog | ||
| kernel.sbat.template | ||
| kernel.spec | ||
| kvm_stat.logrotate | ||
| linux-kernel-test.patch | ||
| Makefile.rhelver | ||
| merge.py | ||
| mod-denylist.sh | ||
| mod-sign.sh | ||
| Module.kabi_aarch64 | ||
| Module.kabi_dup_aarch64 | ||
| Module.kabi_dup_ppc64le | ||
| Module.kabi_dup_riscv64 | ||
| Module.kabi_dup_s390x | ||
| Module.kabi_dup_x86_64 | ||
| Module.kabi_ppc64le | ||
| Module.kabi_riscv64 | ||
| Module.kabi_s390x | ||
| Module.kabi_x86_64 | ||
| nvidiagpuoot001.x509 | ||
| partial-clang_lto-aarch64-debug-snip.config | ||
| partial-clang_lto-aarch64-snip.config | ||
| partial-clang_lto-x86_64-debug-snip.config | ||
| partial-clang_lto-x86_64-snip.config | ||
| partial-clang-debug-snip.config | ||
| partial-clang-snip.config | ||
| partial-kgcov-debug-snip.config | ||
| partial-kgcov-snip.config | ||
| patch-6.12-redhat.patch | ||
| process_configs.sh | ||
| README.rst | ||
| redhatsecureboot501.cer | ||
| redhatsecureboot504.cer | ||
| redhatsecurebootca5.cer | ||
| rheldup3.x509 | ||
| rhelima_centos.x509 | ||
| rhelima.x509 | ||
| rhelimaca1.x509 | ||
| rhelkpatch1.x509 | ||
| rpminspect.yaml | ||
| sources | ||
| uki_addons.json | ||
| uki_create_addons.py | ||
| uki-addons.sbat.template | ||
| uki.sbat.template | ||
| x509.genkey.centos | ||
| x509.genkey.rhel | ||
=================== 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