The Linux kernel
Go to file
CKI KWF Bot 9f90e9256e kernel-5.14.0-621.el9
* Tue Sep 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-621.el9]
- platform/x86: ideapad-laptop: pass a correct pointer to the driver data (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Avoid initializing on non-ACPI platforms (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twice (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Use device managed allocations (David Arcari) [RHEL-105420]
- drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies (David Arcari) [RHEL-105420]
- drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies (David Arcari) [RHEL-105420]
- platform/x86: amd: pmf: Fix STT limits (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: convert timeouts to secs_to_jiffies() (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Fix missing hidden options for Smart PC (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Propagate PMF-TA return codes (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add balanced-performance to hidden choices (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add 'quiet' to hidden choices (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Initialize and clean up `cb_mutex` (David Arcari) [RHEL-105420]
- ACPI: platform-profile: Fix CFI violation when accessing sysfs files (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add support for hidden choices (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Fix memory leak in profile_class_is_visible() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Improve platform_profile_unregister() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add a prefix to log messages (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add documentation (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Clean platform_profile_handler (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Move platform_profile_handler (David Arcari) [RHEL-105420]
- platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Remove platform_profile_handler from exported symbols (David Arcari) [RHEL-105420]
- platform/x86: thinkpad_acpi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/x86: hp-wmi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/x86: ideapad-laptop: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/surface: surface_platform_profile: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/x86: amd: pmf: sps: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add `probe` to platform_profile_ops (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add `ops` member to handlers (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Remove platform_profile_handler from callbacks (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Let drivers set drvdata to the class device (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver (David Arcari) [RHEL-105420]
- HID: amd_sfh: Fix SRA sensor when it's the only sensor (David Arcari) [RHEL-105420]
- HID: amd_sfh: Add support to export device operating states (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Switch to guard(mutex) (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TA (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Drop all quirks (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Replace *class_dev member with class_dev (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add devm_platform_profile_register() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Allow multiple handlers (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Notify class device from platform_profile_notify() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Check all profile handler to calculate next (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Make sure all profile handlers agree on profile (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add concept of a "custom" profile (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Only show profiles common for all handlers (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Notify change events on register and unregister (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add profile attribute for class interface (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add choices attribute for class interface (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add name attribute to class interface (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Create class for ACPI platform profile (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Use `scoped_cond_guard` (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Use guard(mutex) for register/unregister (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Move matching string for new profile out of mutex (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Move sanity check out of the mutex (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Pass the profile handler into platform_profile_notify() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add platform handler argument to platform_profile_remove() (David Arcari) [RHEL-105420]
- ACPI: add missing MODULE_DESCRIPTION() macros (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add device pointer into platform profile handler (David Arcari) [RHEL-105420]
- ACPI: platform-profile: Add a name member to handlers (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource() (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add quirk for TUF Gaming A14 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Make ASUS GA403 quirk generic (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Update SMU metrics table for 1AH family series (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Add support for notifying Smart PC Solution updates (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Add new ACPI ID AMDI0107 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add quirk for ROG Ally X (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Use existing input event codes to update system states (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Use memdup_user() (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add new ACPI ID AMDI0105 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add infrastructure for quirking supported funcs (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Decrease error message to debug (David Arcari) [RHEL-105420]
- powercap: Switch to use hrtimer_setup() (David Arcari) [RHEL-111365]
- PM: EM: Rework the depends on for CONFIG_ENERGY_MODEL (David Arcari) [RHEL-111365]
- powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed (David Arcari) [RHEL-111365]
- powercap: intel_rapl_msr: Add PL4 support for Panther Lake (David Arcari) [RHEL-111365]
- powercap: intel_rapl: Add support for Bartlett Lake platform (David Arcari) [RHEL-111365]
- kernel.spec: replace '=' with space in argument of kernel-install (Li Tian) [RHEL-114361]
- net/mlx5: Not returning mlx5_link_info table when speed is unknown (Li Tian) [RHEL-114363]
- arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS (Jerome Marchand) [RHEL-101598]
- ftrace: Remove unused global 'ftrace_direct_func_count' (Jerome Marchand) [RHEL-101598]
- ftrace: Remove unused list 'ftrace_direct_funcs' (Jerome Marchand) [RHEL-101598]
- tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef (Jerome Marchand) [RHEL-101598]
- ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default (Jerome Marchand) [RHEL-101598]
- samples: ftrace: Replace bti assembly with hint for older compiler (Jerome Marchand) [RHEL-101598]
- arm64: avoid executing padding bytes during kexec / hibernation (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Add direct call trampoline samples support (Jerome Marchand) [RHEL-101598]
- samples: ftrace: Save required argument registers in sample trampolines (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Simplify get_ftrace_plt (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Add direct call support (Jerome Marchand) [RHEL-101598]
- ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS (Jerome Marchand) [RHEL-101598]
- ftrace: Store direct called addresses in their ops (Jerome Marchand) [RHEL-101598]
- ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs (Jerome Marchand) [RHEL-101598]
- ftrace: Remove the legacy _ftrace_direct API (Jerome Marchand) [RHEL-101598]
- ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi (Jerome Marchand) [RHEL-101598]
- ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter() (Jerome Marchand) [RHEL-101598]
- arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Update stale comment (Jerome Marchand) [RHEL-101598]
- arm64: Extend support for CONFIG_FUNCTION_ALIGNMENT (Jerome Marchand) [RHEL-101598]
- Compiler attributes: GCC cold function alignment workarounds (Jerome Marchand) [RHEL-101598]
- ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598]
- ftrace: arm64: remove static ftrace (Jerome Marchand) [RHEL-101598]
- ftrace: arm64: move from REGS to ARGS (Jerome Marchand) [RHEL-101598]
- ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses (Jerome Marchand) [RHEL-101598]
- ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instruction_pointer() (Jerome Marchand) [RHEL-101598]
- ftrace: pass fregs to arch_ftrace_set_direct_caller() (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: remove redundant label (Jerome Marchand) [RHEL-101598]
- arm64/ftrace: Make function graph use ftrace directly (Jerome Marchand) [RHEL-101598]
- arm64: Improve HAVE_DYNAMIC_FTRACE_WITH_REGS selection for clang (Jerome Marchand) [RHEL-101598]
- tracing: Use linker magic instead of recasting ftrace_ops_list_func() (Jerome Marchand) [RHEL-101598]
- ice: fix NULL access of tx->in_use in ice_ll_ts_intr (Petr Oros) [RHEL-84608]
- ice: fix NULL access of tx->in_use in ice_ptp_ts_irq (Petr Oros) [RHEL-84608]
- platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Drop SMU F/W match for Cezanne (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list (David Arcari) [RHEL-102860]
- Move FCH header to a location accessible by all archs (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks list (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Clear metrics table at start of cycle (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: fix leak in probe() (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Use managed APIs for mutex (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Remove unnecessary line breaks (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Move macros and structures to the PMC header file (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Notify user when platform does not support s0ix transition (David Arcari) [RHEL-102860]
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Use guard(mutex) (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Add STB support for AMD Desktop variants (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Update IP information structure for newer SoCs (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Isolate STB code changes to a new file (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper function (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Update function names to align with new STB file (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Move STB functionality to a new file for better code organization (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init() (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Extend support for PMC features on new AMD platform (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Send OS_HINT command for new AMD platform (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Add new ACPI ID AMDI000B (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Fix implicit declaration error on i386 (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Add AMD MP2 STB functionality (David Arcari) [RHEL-102860]
- redhat/configs: enable CONFIG_AMD_MP2_STB (David Arcari) [RHEL-102860]
- RAS/AMD/FMPM: Get masked address (Aristeu Rozanski) [RHEL-87600]
- RAS/AMD/ATL: Include row[13] bit in row retirement (Aristeu Rozanski) [RHEL-87600]
- power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint (Mark Langsdorf) [RHEL-36251]
Resolves: RHEL-101598, RHEL-102860, RHEL-105420, RHEL-111365, RHEL-114361, RHEL-114363, RHEL-36251, RHEL-84608, RHEL-87600

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-30 06:56:19 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
check-kabi kernel-5.14.0-155.el9 2022-08-23 20:50:32 +00:00
cpupower.config RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
cpupower.service RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
dracut-virt.conf kernel-5.14.0-577.el9 2025-03-31 19:52:40 -03:00
filter-aarch64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-armv7hl.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-modules.sh.rhel kernel-5.14.0-571.el9 2025-03-06 06:29:10 +00:00
filter-ppc64le.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-s390x.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-x86_64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
gating.yaml kernel-5.14.0-570.el9 2025-02-17 12:11:14 -05:00
generate_all_configs.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
kernel-aarch64-64k-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-local RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
kernel-ppc64le-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-s390x-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel.changelog kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kernel.spec kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
kvm_stat.logrotate kernel-5.13.0-0.rc7.51.el9 2021-06-21 19:14:53 -04:00
linux-kernel-test.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
merge.pl RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
mod-denylist.sh kernel-5.13.0-1.el9 2021-07-02 16:34:23 -04:00
mod-extra.list.rhel kernel-5.14.0-573.el9 2025-03-17 16:36:12 -03:00
mod-internal.list kernel-5.14.0-605.el9 2025-08-12 14:16:38 -03:00
mod-partner.list kernel-5.14.0-296.el9 2023-04-04 12:03:43 +02:00
mod-sign.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
Module.kabi_aarch64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_dup_aarch64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_ppc64le RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_s390x RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_x86_64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_ppc64le kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_s390x kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_x86_64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
nvidiagpuoot001.x509 kernel-5.14.0-423.el9 2024-02-16 10:50:49 -05:00
parallel_xz.sh kernel-5.10.0-0.rc6.92 2020-12-04 15:24:35 -05:00
partial-kgcov-snip.config kernel-5.14.0-442.el9 2024-04-22 10:46:16 -03:00
patch-5.14-redhat.patch kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
process_configs.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
README.rst RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rhelima_centos.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelima.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelimaca1.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rpminspect.yaml kernel-5.14.0-519.el9 2024-10-17 12:13:20 +00:00
sources kernel-5.14.0-621.el9 2025-09-30 06:56:19 +00:00
uki_addons.json kernel-5.14.0-614.el9 2025-09-10 14:38:08 +00:00
uki_create_addons.py kernel-5.14.0-588.el9 2025-05-26 15:25:18 +02:00
update_scripts.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
x509.genkey.centos kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
x509.genkey.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02: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