The Linux kernel
* Wed Jan 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-194.el10]
- redhat: exclude DERIVATE_BUILD and DERIVATE_VERSION from self-test/data (Jan Stancek)
- mm/page_alloc: change all pageblocks migrate type on coalescing (Audra Mitchell) [RHEL-115319] {CVE-2025-71134}
- printk: Use console_is_usable on console_unblank (Derek Barbosa) [RHEL-141497]
- printk: Avoid irq_work for printk_deferred() on suspend (Derek Barbosa) [RHEL-141497]
- printk: Avoid scheduling irq_work on suspend (Derek Barbosa) [RHEL-141497]
- printk: Allow printk_trigger_flush() to flush all types (Derek Barbosa) [RHEL-141497]
- printk: nbcon: Allow reacquire during panic (Derek Barbosa) [RHEL-141497]
- exec: Make sure task->comm is always NUL-terminated (Luiz Capitulino) [RHEL-137410]
- powercap: intel_rapl: Add support for Wildcat Lake platform (Steve Best) [RHEL-95624]
- x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID (Steve Best) [RHEL-129400]
- x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read() (Steve Best) [RHEL-129400]
- fs/resctrl: Introduce counter ID read, reset calls in mbm_event mode (Steve Best) [RHEL-129400]
- x86/resctrl: Refactor resctrl_arch_rmid_read() (Steve Best) [RHEL-129400]
- efi: stmm: Drop unneeded null pointer check (Lenny Szubowicz) [RHEL-129401]
- efi: stmm: Drop unused EFI error from setup_mm_hdr arguments (Lenny Szubowicz) [RHEL-129401]
- efi: stmm: Do not return EFI_OUT_OF_RESOURCES on internal errors (Lenny Szubowicz) [RHEL-129401]
- efi: stmm: Fix incorrect buffer allocation method (Lenny Szubowicz) [RHEL-129401]
- efistub: Lower default log level (Lenny Szubowicz) [RHEL-129401]
- x86/sev: Let sev_es_efi_map_ghcbs() map the CA pages too (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: use 'targets' instead of extra-y in Makefile (Lenny Szubowicz) [RHEL-129401]
- include: pe.h: Fix PE definitions (Lenny Szubowicz) [RHEL-129401]
- efi/efi_test: Fix missing pending status update in getwakeuptime (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Describe missing 'out' parameter in efi_load_initrd (Lenny Szubowicz) [RHEL-129401]
- efi: Improve logging around memmap init (Lenny Szubowicz) [RHEL-129401]
- efi: Export symbol efi_mem_desc_lookup (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Move the EFI mixed mode startup code back under arch/x86, into startup/ (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Move the 5-level paging trampoline into /startup (Lenny Szubowicz) [RHEL-129401]
- x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h> (Lenny Szubowicz) [RHEL-129401]
- x86/boot/sev: Support memory acceptance in the EFI stub under SVSM (Lenny Szubowicz) [RHEL-129401]
- x86/boot/sev: Avoid shared GHCB page for early memory acceptance (Lenny Szubowicz) [RHEL-129401]
- efi/cper, cxl: Remove cper_cxl.h (Lenny Szubowicz) [RHEL-129401]
- efi/cper, cxl: Make definitions and structures global (Lenny Szubowicz) [RHEL-129401]
- efi/cper, cxl: Prefix protocol error struct and function names with cxl_ (Lenny Szubowicz) [RHEL-129401]
- efi: rci2: mark bin_attribute as __ro_after_init (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Avoid legacy decompressor zlib/zstd wrappers (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServices (Lenny Szubowicz) [RHEL-129401]
- efi: efibc: change kmalloc(size * count, ...) to kmalloc_array() (Lenny Szubowicz) [RHEL-129401]
- x86/efi/mixed: Move mixed mode startup code into libstub (Lenny Szubowicz) [RHEL-129401]
- x86/efi/mixed: Simplify and document thunking logic (Lenny Szubowicz) [RHEL-129401]
- x86/efi/mixed: Remove dependency on legacy startup_32 code (Lenny Szubowicz) [RHEL-129401]
- x86/efi/mixed: Set up 1:1 mapping of lower 4GiB in the stub (Lenny Szubowicz) [RHEL-129401]
- x86/efi/mixed: Factor out and clean up long mode entry (Lenny Szubowicz) [RHEL-129401]
- x86/efi/mixed: Check CPU compatibility without relying on verify_cpu() (Lenny Szubowicz) [RHEL-129401]
- x86/efistub: Merge PE and handover entrypoints (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Move the LA57 trampoline to separate source file (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Work around broken busybox 'truncate' tool (Lenny Szubowicz) [RHEL-129401]
- x86 boot build: make git ignore stale 'tools' directory (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Add back some padding for the CRC-32 checksum (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Drop CRC-32 checksum and the build tool that generates it (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Avoid physical address 0x0 when doing random allocation (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Sanitize boot params before parsing command line (Lenny Szubowicz) [RHEL-129401]
- efi/mokvar-table: Avoid repeated map/unmap of the same page (Lenny Szubowicz) [RHEL-129401]
- efi: Don't map the entire mokvar table to determine its size (Lenny Szubowicz) [RHEL-129401]
- efi/cper: Fix cper_arm_ctx_info alignment (Lenny Szubowicz) [RHEL-129401]
- efi/cper: Fix cper_ia_proc_ctx alignment (Lenny Szubowicz) [RHEL-129401]
- efi: Use BIT_ULL() constants for memory attributes (Lenny Szubowicz) [RHEL-129401]
- efi: Avoid cold plugged memory for placing the kernel (Lenny Szubowicz) [RHEL-129401]
- x86/boot: Use '-std=gnu11' to fix build with GCC 15 (Lenny Szubowicz) [RHEL-129401]
- x86/efi: skip memattr table on kexec boot (Lenny Szubowicz) [RHEL-129401]
- efi: libstub: Use '-std=gnu11' to fix build with GCC 15 (Lenny Szubowicz) [RHEL-129401]
- efi: sysfb_efi: fix W=1 warnings when EFI is not set (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Use __free() helper for pool deallocations (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Use cleanup helpers for freeing copies of the memory map (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Simplify PCI I/O handle buffer traversal (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Refactor and clean up GOP resolution picker code (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Simplify GOP handling code (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Use C99-style for loop to traverse handle buffer (Lenny Szubowicz) [RHEL-129401]
- x86/efistub: Drop long obsolete UGA support (Lenny Szubowicz) [RHEL-129401]
- efi/esrt: remove esre_attribute::store() (Lenny Szubowicz) [RHEL-129401]
- efi/zboot: Limit compression options to GZIP and ZSTD (Lenny Szubowicz) [RHEL-129401]
- efi: Fix memory leak in efivar_ssdt_load (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Take command line overrides into account for loaded files (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Fix command line fallback handling when loading files (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Parse builtin command line after bootloader provided one (Lenny Szubowicz) [RHEL-129401]
- x86/efi: Apply EFI Memory Attributes after kexec (Lenny Szubowicz) [RHEL-129401]
- x86/efi: Drop support for the EFI_PROPERTIES_TABLE (Lenny Szubowicz) [RHEL-129401]
- efi/memattr: Ignore table if the size is clearly bogus (Lenny Szubowicz) [RHEL-129401]
- efi/zboot: Fix outdated comment about using LoadImage/StartImage (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: Free correct pointer on failure (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: measure initrd to PCR9 independent of source (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline() (Lenny Szubowicz) [RHEL-129401]
- efi/libstub: fix efi_parse_options() ignoring the default command line (Lenny Szubowicz) [RHEL-129401]
- perf vendor events arm64: Fix typo in Ampere eMag json file (Charles Mirabile) [RHEL-122933]
- perf vendor events AmpereOneX: Fix spelling typo in the metrics file (Charles Mirabile) [RHEL-122933]
- perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetches (Charles Mirabile) [RHEL-122933]
- perf vendor events arm64 AmpereOne: Fix typos in metrics' descriptions (Charles Mirabile) [RHEL-122933]
Resolves: RHEL-115319, RHEL-122933, RHEL-129400, RHEL-129401, RHEL-137410, RHEL-141497, RHEL-95624
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