The Linux kernel
Go to file
CKI KWF Bot 239991d4d3 kernel-6.12.0-244.el10
* Tue Jun 30 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-244.el10]
- x86/microcode: Add platform mask to Intel microcode "old" list (Luis Claudio R. Goncalves) [RHEL-184788]
- x86/cpu: Add platform ID to CPU matching structure (Luis Claudio R. Goncalves) [RHEL-184788]
- x86/cpu: Add platform ID to CPU info structure (Luis Claudio R. Goncalves) [RHEL-184788]
- x86/microcode: Refactor platform ID enumeration into a helper (Luis Claudio R. Goncalves) [RHEL-184788]
- scsi: core: Run queues for all non-SDEV_DEL devices from scsi_run_host_queues (David Jeffery) [RHEL-186142]
- eventpoll: refresh epi_fget() / ep_remove_file() comments (Ian Kent) [RHEL-180777]
- eventpoll: Fix integer overflow in ep_loop_check_proc() (Ian Kent) [RHEL-180777]
- eventpoll: drop vestigial epi->dying flag (Ian Kent) [RHEL-180777]
- eventpoll: Fix semi-unbounded recursion (Ian Kent) [RHEL-180777] {CVE-2025-38614}
- eventpoll: drop dead bool return from ep_remove_epi() (Ian Kent) [RHEL-180777]
- eventpoll: refresh eventpoll_release() fast-path comment (Ian Kent) [RHEL-180777]
- eventpoll: move f_lock acquisition into ep_remove_file() (Ian Kent) [RHEL-180777]
- eventpoll: fix ep_remove struct eventpoll / struct file UAF (Ian Kent) [RHEL-180777] {CVE-2026-46242}
- eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}() (Ian Kent) [RHEL-180777]
- eventpoll: move epi_fget() up (Ian Kent) [RHEL-180777]
- eventpoll: rename ep_remove_safe() back to ep_remove() (Ian Kent) [RHEL-180777]
- eventpoll: kill __ep_remove() (Ian Kent) [RHEL-180777]
- eventpoll: split __ep_remove() (Ian Kent) [RHEL-180777]
- eventpoll: use hlist_is_singular_node() in __ep_remove() (Ian Kent) [RHEL-180777]
- eventpoll: defer struct eventpoll free to RCU grace period (Ian Kent) [RHEL-173837] {CVE-2026-43074}
- epoll: annotate racy check (Ian Kent) [RHEL-180777]
- ima: Add code comments to explain IMA iint cache atomic_flags (Bruno Meneguele) [RHEL-104343]
- evm: fix security.evm for a file with IMA signature (Bruno Meneguele) [RHEL-104343]
- KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry (CKI Backport Bot) [RHEL-183963] {CVE-2026-46316}
- procfs: fix missing RCU protection when reading real_parent in do_task_stat() (CKI Backport Bot) [RHEL-181905] {CVE-2026-46259}
- mei: late_bind: fix struct intel_lb_component_ops kernel-doc (Steve Best) [RHEL-177639]
- misc/mei: INTEL_MEI should depend on X86 or DRM_XE (Steve Best) [RHEL-177639]
- mei: me: reduce the scope on unexpected reset (Steve Best) [RHEL-177639]
- mei: trace: treat reg parameter as string (Steve Best) [RHEL-177639]
- misc/mei: gsc_proxy: add dependency on Xe driver (Steve Best) [RHEL-177639]
- misc/mei: Allow building standalone for compile testing (Steve Best) [RHEL-177639]
- misc/mei: Decouple ME interfaces from GPU drivers (Steve Best) [RHEL-177639]
- misc/mei: Allow building Intel ME interface on non-x86 (Steve Best) [RHEL-177639]
- mei: Fix error handling in mei_register (Steve Best) [RHEL-177639]
- mei: gsc: add dependency on Xe driver (Steve Best) [RHEL-177639]
- mei: Remove redundant pm_runtime_mark_last_busy() calls (Steve Best) [RHEL-177639]
- mei: fix error flow in probe (Steve Best) [RHEL-177639]
- mei: txe: fix initialization order (Steve Best) [RHEL-177639]
- mei: late_bind: Fix -Wincompatible-function-pointer-types-strict (Steve Best) [RHEL-177639]
- redhat/configs: disable CONFIG_INTEL_MEI_LB (Steve Best) [RHEL-177639]
- mei: late_bind: add late binding component driver [partial] (Steve Best) [RHEL-177639]
- mei: bus: add mei_cldev_mtu interface (Steve Best) [RHEL-177639]
- mei: gsc: demote unexpected reset print (Steve Best) [RHEL-177639]
- mei: bus: demote error on connect (Steve Best) [RHEL-177639]
- mei: retry connect if interrupted by link reset (Steve Best) [RHEL-177639]
- mei: make a local copy of client uuid in connect (Steve Best) [RHEL-177639]
- mei: me: trigger link reset if hw ready is unexpected (Steve Best) [RHEL-177639]
- mei: gsc: fix remove operations order (Steve Best) [RHEL-177639]
- mei: hook mei_device on class device (Steve Best) [RHEL-177639]
- RDMA/irdma: Add support for GEN4 hardware (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Provide scratch buffers to firmware for internal use (Michal Schmidt) [RHEL-186151]
- RDMA: Don't use %%pK through printk (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Harden depth calculation functions (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Return EINVAL for invalid arp index error (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Fix deadlock during netdev reset with active connections (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Remove reset check from irdma_modify_qp_to_err() (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Clean up unnecessary dereference of event->cm_node (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce() (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Update ibqp state to error if QP is already in error state (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Initialize free_qp completion before using it (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Fix double free related to rereg_user_mr (Michal Schmidt) [RHEL-186151]
- RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversion [irdma] (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah() (Michal Schmidt) [RHEL-186151]
- Convert more 'alloc_obj' cases to default GFP_KERNEL arguments [irdma] (Michal Schmidt) [RHEL-186151]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [irdma] (Michal Schmidt) [RHEL-186151]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [irdma] (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Use kvzalloc for paged memory DMA address array (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Use CQ ID for CEQE context (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Add enum defs for reserved CQs/QPs (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Remove fixed 1 ms delay during AH wait loop (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Remove redundant dma_wmb() before writel() (Michal Schmidt) [RHEL-186151]
- RDMA/irdma: Simplify bool conversion (Michal Schmidt) [RHEL-186151]
- rtla: Fix parsing of multi-character short options (Tomas Glozar) [RHEL-151369]
- tracing: Fix potential deadlock in cpu hotplug with osnoise (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Convert links to RST format (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Document SIGINT behavior (Tomas Glozar) [RHEL-151369]
- rtla: Fix segfault on multiple SIGINTs (Tomas Glozar) [RHEL-151369 RHEL-151475]
- rtla/utils: Fix loop condition in PID validation (Tomas Glozar) [RHEL-151369]
- rtla/utils: Fix resource leak in set_comm_sched_attr() (Tomas Glozar) [RHEL-151369]
- rtla/trace: Fix I/O handling in save_trace_to_file() (Tomas Glozar) [RHEL-151369]
- rtla/trace: Fix write loop in trace_event_save_hist() (Tomas Glozar) [RHEL-151369]
- rtla/timerlat: Simplify RTLA_NO_BPF environment variable check (Tomas Glozar) [RHEL-151369]
- rtla: Use str_has_prefix() for option prefix check (Tomas Glozar) [RHEL-151369]
- rtla: Enforce exact match for time unit suffixes (Tomas Glozar) [RHEL-151369]
- rtla: Use str_has_prefix() for prefix checks (Tomas Glozar) [RHEL-151369]
- rtla: Add str_has_prefix() helper function (Tomas Glozar) [RHEL-151369]
- rtla: Handle pthread_create() failure properly (Tomas Glozar) [RHEL-151369]
- rtla/timerlat: Add bounds check for softirq vector (Tomas Glozar) [RHEL-151369]
- rtla: Simplify code by caching string lengths (Tomas Glozar) [RHEL-151369]
- rtla: Replace magic number with MAX_PATH (Tomas Glozar) [RHEL-151369]
- rtla: Introduce common_threshold_handler() helper (Tomas Glozar) [RHEL-151369]
- rtla/actions: Simplify argument parsing (Tomas Glozar) [RHEL-151369]
- rtla: Use strdup() to simplify code (Tomas Glozar) [RHEL-151369]
- rtla: Exit on memory allocation failures during initialization (Tomas Glozar) [RHEL-151369]
- tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu (Tomas Glozar) [RHEL-151369]
- tools/rtla: Remove unneeded nr_cpus members (Tomas Glozar) [RHEL-151369]
- tools/rtla: Remove unneeded nr_cpus arguments (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate nr_cpus usage across all tools (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Document --stack-format option (Tomas Glozar) [RHEL-136812 RHEL-151369]
- rtla/timerlat: Add --stack-format option (Tomas Glozar) [RHEL-136812 RHEL-151369]
- tools/rtla: Add unit tests for utils.c (Tomas Glozar) [RHEL-151369]
- tools/build: Add feature test for libcheck (Tomas Glozar) [RHEL-151369]
- tools/rtla: Generate optstring from long options (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Add hwnoise to main page (Tomas Glozar) [RHEL-151369]
- rtla: Fix build without libbpf header (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Include defaults for tracer options (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Mention default cgroup state (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Mention default priority (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Correct tracer name for common options (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Fix typo in common_timerlat_options.txt (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Fix typo in rtla-timerlat-top.rst (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Fix typo in common_timerlat_options.txt (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: Fix typo in common_options.txt (Tomas Glozar) [RHEL-151369]
- Documentation/rtla: rename common_xxx.rst files to common_xxx.txt (Tomas Glozar) [RHEL-151369]
- rtla: Fix parse_cpu_set() bug introduced by strtoi() (Tomas Glozar) [RHEL-151369]
- rtla: Fix parse_cpu_set() return value documentation (Tomas Glozar) [RHEL-151369]
- rtla: Ensure null termination after read operations in utils.c (Tomas Glozar) [RHEL-151369]
- rtla: Make stop_tracing variable volatile (Tomas Glozar) [RHEL-151369]
- rtla: Add generated output files to gitignore (Tomas Glozar) [RHEL-151369]
- rtla: Fix NULL pointer dereference in actions_parse (Tomas Glozar) [RHEL-151369]
- rtla: Remove unused headers (Tomas Glozar) [RHEL-151369]
- rtla: Remove redundant memset after calloc (Tomas Glozar) [RHEL-151369]
- rtla: Use standard exit codes for result enum (Tomas Glozar) [RHEL-151369]
- rtla: Replace atoi() with a robust strtoi() (Tomas Glozar) [RHEL-151369]
- rtla: Introduce for_each_action() helper (Tomas Glozar) [RHEL-151369]
- tools/rtla: Deduplicate cgroup path opening code (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate -H/--house-keeping option parsing (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate -P/--priority option parsing (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate -e/--event option parsing (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate -d/--duration option parsing (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate -D/--debug option parsing (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate -C/--cgroup option parsing (Tomas Glozar) [RHEL-151369]
- tools/rtla: Consolidate -c/--cpus option parsing (Tomas Glozar) [RHEL-151369]
- tools/rtla: Add common_parse_options() (Tomas Glozar) [RHEL-151369]
- tools/rtla: Add common_usage() (Tomas Glozar) [RHEL-151369]
- rtla: Set stop threshold after all instances are enabled (Tomas Glozar) [RHEL-151369]
- tools/rtla: Remove unused function declarations (Tomas Glozar) [RHEL-151369]
- tracing: Fix multiple typos in trace_osnoise.c (Tomas Glozar) [RHEL-151369]
- rtla/timerlat: Exit top main loop on any non-zero wait_retval (Tomas Glozar) [RHEL-147742 RHEL-151369]
- rtla/tests: Don't rely on matching ^1ALL (Tomas Glozar) [RHEL-151369]
- rtla: Fix -a overriding -t argument (Tomas Glozar) [RHEL-151369]
- rtla: Fix -C/--cgroup interface (Tomas Glozar) [RHEL-151369]
- tools/rtla: Replace osnoise_hist_usage("...") with fatal("...") (Tomas Glozar) [RHEL-151369]
- tools/rtla: Replace osnoise_top_usage("...") with fatal("...") (Tomas Glozar) [RHEL-151369]
- tools/rtla: Replace timerlat_hist_usage("...") with fatal("...") (Tomas Glozar) [RHEL-151369]
- tools/rtla: Replace timerlat_top_usage("...") with fatal("...") (Tomas Glozar) [RHEL-151369]
- tools/rtla: Add fatal() and replace error handling pattern (Tomas Glozar) [RHEL-151369]
- rtla/tests: Fix osnoise test calling timerlat (Tomas Glozar) [RHEL-151369]
- rtla/tests: Extend action tests to 5s (Tomas Glozar) [RHEL-151369]
- tools/rtla: Fix --on-threshold always triggering (Tomas Glozar) [RHEL-151369]
- tools/rtla: Fix unassigned nr_cpus (Tomas Glozar) [RHEL-151369]
- tools/rtla: Remove unused optional option_index (Tomas Glozar) [RHEL-151369]
- tools/rtla: Add for_each_monitored_cpu() helper (Tomas Glozar) [RHEL-151369]
- tools/rtla: Add remaining support for osnoise actions (Tomas Glozar) [RHEL-115523 RHEL-151369]
- tools/rtla: Add test engine support for unexpected output (Tomas Glozar) [RHEL-115523 RHEL-151369]
- tools/rtla: Fix -A option name in test comment (Tomas Glozar) [RHEL-115523 RHEL-151369]
- tools/rtla: Consolidate code between osnoise/timerlat and hist/top (Tomas Glozar) [RHEL-115523 RHEL-151369]
- tools/rtla: Create common_apply_config() (Tomas Glozar) [RHEL-115523 RHEL-151369]
- tools/rtla: Move top/hist params into common struct (Tomas Glozar) [RHEL-115523 RHEL-151369]
- tools/rtla: Consolidate common parameters into shared structure (Tomas Glozar) [RHEL-115523 RHEL-151369]
- tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu() (Tomas Glozar) [RHEL-151369]
Resolves: RHEL-104343, RHEL-115523, RHEL-136812, RHEL-147742, RHEL-151369, RHEL-151475, RHEL-173837, RHEL-177639, RHEL-180777, RHEL-181905, RHEL-183963, RHEL-184788, RHEL-186142, RHEL-186151

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-06-30 11:41:27 +00: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-204.el10 2026-02-11 11:24:32 +00:00
dracut-virt.conf kernel-6.12.0-205.el10 2026-02-12 13:32:22 +00: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-237.el10 2026-06-05 12:55:13 +00: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-244.el10 2026-06-30 11:41:27 +00:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-aarch64-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00: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-244.el10 2026-06-30 11:41:27 +00:00
kernel-ppc64le-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-riscv64-debug-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-riscv64-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-s390x-debug-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-s390x-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-x86_64-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel.changelog kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00:00
kernel.sbat.template kernel-6.12.0-143.el10 2025-10-21 17:03:42 -04:00
kernel.spec kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00: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-244.el10 2026-06-30 11:41:27 +00: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
nvidiabfdpu.x509 kernel-6.12.0-217.el10 2026-03-30 23:25:36 +02:00
nvidiagpuoot001.x509 kernel-6.8.0-1.el10 2024-03-24 20:18:25 +01:00
nvidiajetsonsoc.x509 kernel-6.12.0-217.el10 2026-03-30 23:25:36 +02: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-224.el10 2026-04-21 18:44:46 +00:00
sources kernel-6.12.0-244.el10 2026-06-30 11:41:27 +00: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