The Linux kernel
Go to file
Julio Faracco b2400c9dd1 kernel-6.12.0-108.el10
* Fri Jul 11 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-108.el10]
- ACPI/HMAT: Move HMAT messages to pr_debug() (Steve Dunnagan) [RHEL-70322]
- mm/huge_memory: fix dereferencing invalid pmd migration entry (CKI Backport Bot) [RHEL-96382] {CVE-2025-37958}
- lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly() (Ming Lei) [RHEL-100484]
- nfsd: use threads array as-is in netlink interface (Benjamin Coddington) [RHEL-96874]
- igc: fix lock order in igc_ptp_reset (Corinna Vinschen) [RHEL-83571]
- igc: set the RX packet buffer size for TSN mode (Corinna Vinschen) [RHEL-83571]
- igc: use FIELD_PREP and GENMASK for existing RX packet buffer size (Corinna Vinschen) [RHEL-83571]
- igc: optimize TX packet buffer utilization for TSN mode (Corinna Vinschen) [RHEL-83571]
- igc: use FIELD_PREP and GENMASK for existing TX packet buffer size (Corinna Vinschen) [RHEL-83571]
- igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT (Corinna Vinschen) [RHEL-83571]
- igc: rename xdp_get_tx_ring() for non-xdp usage (Corinna Vinschen) [RHEL-83571]
- igc: enable HW vlan tag insertion/stripping by default (Corinna Vinschen) [RHEL-83571]
- igc: add lock preventing multiple simultaneous PTM transactions (Corinna Vinschen) [RHEL-83571]
- igc: cleanup PTP module if probe fails (Corinna Vinschen) [RHEL-83571]
- igc: handle the IGC_PTP_ENABLED flag correctly (Corinna Vinschen) [RHEL-83571]
- igc: move ktime snapshot into PTM retry loop (Corinna Vinschen) [RHEL-83571]
- igc: increase wait time before retrying PTM (Corinna Vinschen) [RHEL-83571]
- igc: fix PTM cycle trigger logic (Corinna Vinschen) [RHEL-83571]
- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-83571]
- igc: Fix XSK queue NAPI ID mapping (Corinna Vinschen) [RHEL-83571]
- igc: Set buffer type for empty frames in igc_init_empty_frame (Corinna Vinschen) [RHEL-83571]
- igc: Fix HW RX timestamp when passed by ZC XDP (Corinna Vinschen) [RHEL-83571]
- igc: Avoid unnecessary link down event in XDP_SETUP_PROG process (Corinna Vinschen) [RHEL-83571]
- igc: Link queues to NAPI instances (Corinna Vinschen) [RHEL-83571]
- igc: Link IRQs to NAPI instances (Corinna Vinschen) [RHEL-83571]
- igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog() (Corinna Vinschen) [RHEL-83571]
- igc: Allow hot-swapping XDP program (Corinna Vinschen) [RHEL-83571]
- igc: return early when failing to read EECD register (Corinna Vinschen) [RHEL-83571]
- igc: Remove unused igc_read/write_pcie_cap_reg (Corinna Vinschen) [RHEL-83571]
- igc: Remove unused igc_read/write_pci_cfg wrappers (Corinna Vinschen) [RHEL-83571]
- igc: Remove unused igc_acquire/release_nvm (Corinna Vinschen) [RHEL-83571]
- igc: remove autoneg parameter from igc_mac_info (Corinna Vinschen) [RHEL-83571]
- page_pool: Fix use-after-free in page_pool_recycle_in_ring (Paolo Abeni) [RHEL-96620]
- rtnetlink: Allocate vfinfo size for VF GUIDs when supported (Paolo Abeni) [RHEL-96620]
- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) [RHEL-94012]
- lib/test_kmod: do not hardcode/depend on any filesystem (Herton R. Krzesinski) [RHEL-94012]
- igb: Get rid of spurious interrupts (Corinna Vinschen) [RHEL-83570]
- igb: Add support for persistent NAPI config (Corinna Vinschen) [RHEL-83570]
- igb: Link queues to NAPI instances (Corinna Vinschen) [RHEL-83570]
- igb: Link IRQs to NAPI instances (Corinna Vinschen) [RHEL-83570]
- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-83570]
- igb: reject invalid external timestamp requests for 82580-based HW (Corinna Vinschen) [RHEL-83570]
- igb: Fix passing 0 to ERR_PTR in igb_run_xdp() (Corinna Vinschen) [RHEL-83570]
- igb: Add AF_XDP zero-copy Tx support (Corinna Vinschen) [RHEL-83570]
- igb: Add AF_XDP zero-copy Rx support (Corinna Vinschen) [RHEL-83570]
- igb: Add XDP finalize and stats update functions (Corinna Vinschen) [RHEL-83570]
- igb: Introduce XSK data structures and helpers (Corinna Vinschen) [RHEL-83570]
- igb: Introduce igb_xdp_is_enabled() (Corinna Vinschen) [RHEL-83570]
- igb: Remove static qualifiers (Corinna Vinschen) [RHEL-83570]
- igbvf: remove unused spinlock (Corinna Vinschen) [RHEL-83570]
- igb: Fix 2 typos in comments in igb_main.c (Corinna Vinschen) [RHEL-83570]
- net: mana: Record doorbell physical address in PF mode (Maxim Levitsky) [RHEL-80095]
- scsi: storvsc: Increase the timeouts to storvsc_timeout (Maxim Levitsky) [RHEL-80095]
- PCI: hv: Remove unnecessary flex array in struct pci_packet (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Remove hv_alloc/free_* helpers (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Use kzalloc for panic page allocation (Maxim Levitsky) [RHEL-80095]
- uio_hv_generic: Use correct size for interrupt and monitor pages (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary (Maxim Levitsky) [RHEL-80095]
- arch/x86: Provide the CPU number in the wakeup AP callback (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap() (Maxim Levitsky) [RHEL-80095]
- net: mana: Add support for Multi Vports on Bare metal (Maxim Levitsky) [RHEL-80095]
- net: mana: Add support for auxiliary device servicing events (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: unify mana_ib functions to support any gdma device (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic (Maxim Levitsky) [RHEL-80095]
- net: mana: Probe rdma device in mana driver (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Add support of 4M, 1G, and 2G pages (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: support of the zero based MRs (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Access remote atomic for MRs (Maxim Levitsky) [RHEL-80095]
- net: mana: Switch to page pool for jumbo frames (Maxim Levitsky) [RHEL-80095]
- net: mana: Add metadata support for xdp mode (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Fix integer overflow during queue creation (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Handle net event for pointing to the current netdev (Maxim Levitsky) [RHEL-80095]
- net: mana: Change the function signature of mana_get_primary_netdev_rcu (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Use safer allocation function() (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Ensure variable err is initialized (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Implement DMABUF MR support (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Fix error code in probe() (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Add port statistics support (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: request error CQEs when supported (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Query feature_flags bitmask from FW (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: indicate CM support (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: polling of CQs for GSI/UD (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: extend mana QP table (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: implement req_notify_cq (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: UD/GSI work requests (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: create/destroy AH (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: UD/GSI QP creation for kernel (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Create and destroy UD/GSI QP (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: create kernel-level CQs (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: helpers to allocate kernel queues (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: implement get_dma_mr (Maxim Levitsky) [RHEL-80095]
- RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs (Maxim Levitsky) [RHEL-80095]
- net: mana: Add debug logs in MANA network driver (Maxim Levitsky) [RHEL-80095]
- net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE (Maxim Levitsky) [RHEL-80095]
- net: mana: Support holes in device list reply msg (Maxim Levitsky) [RHEL-80095]
- net/mana: fix warning in the writer of client oob (Maxim Levitsky) [RHEL-80095]
- net: mana: cleanup mana struct after debugfs_remove() (Maxim Levitsky) [RHEL-80095]
- hv_netvsc: Use VF's tso_max_size value when data path is VF (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() (Maxim Levitsky) [RHEL-80095]
- hv_netvsc: Remove rmsg_pgcnt (Maxim Levitsky) [RHEL-80095]
- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (Maxim Levitsky) [RHEL-80095]
- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (Maxim Levitsky) [RHEL-80095]
- hv_netvsc: Replace one-element array with flexible array member (Maxim Levitsky) [RHEL-80095]
- hv_netvsc: Link queues to NAPIs (Maxim Levitsky) [RHEL-80095]
- hv_netvsc: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095]
- hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer (Maxim Levitsky) [RHEL-80095] {CVE-2024-53103}
- hv_balloon: Fallback to generic_online_page() for non-HV hot added mem (Maxim Levitsky) [RHEL-80095]
- scsi: storvsc: Don't report the host packet status as the hv status (Maxim Levitsky) [RHEL-80095]
- scsi: storvsc: Ratelimit warning logs to prevent VM denial of service (Maxim Levitsky) [RHEL-80095] {CVE-2025-21690}
- scsi: storvsc: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095]
- uio_hv_generic: Add a check for HV_NIC for send, receive buffers setup (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Make the sysfs node size for the ring buffer dynamic (Maxim Levitsky) [RHEL-80095]
- uio_hv_generic: Fix sysfs creation path for ring buffer (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU goes offline (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Fix bad pointer dereference in hv_get_partition_id (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: fix an indentation issue in mshyperv.h (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Add comments about hv_vpset and var size hypercall input args (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Fix check of return value from snp_set_vmsa() (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Add VTL mode callback for restarting the system (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Add VTL mode emergency restart callback (Maxim Levitsky) [RHEL-80095]
- hyperv: Remove unused union and structs (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Use named operands in inline asm (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs (Maxim Levitsky) [RHEL-80095]
- hyperv: Add definitions for root partition driver to hv headers (Maxim Levitsky) [RHEL-80095]
- x86: hyperv: Add mshv_handler() irq handler and setup function (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Introduce per-cpu event ring tail (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Export some functions for use by root partition module (Maxim Levitsky) [RHEL-80095]
- acpi: numa: Export node_to_pxm() (Maxim Levitsky) [RHEL-80095]
- hyperv: Introduce hv_recommend_using_aeoi() (Maxim Levitsky) [RHEL-80095]
- arm64/hyperv: Add some missing functions to arm64 (Maxim Levitsky) [RHEL-80095]
- x86/mshyperv: Add support for extended Hyper-V features (Maxim Levitsky) [RHEL-80095]
- hyperv: Log hypercall status codes as strings (Maxim Levitsky) [RHEL-80095]
- hyperv: Add CONFIG_MSHV_ROOT to gate root partition support (Maxim Levitsky) [RHEL-80095]
- hyperv: Change hv_root_partition into a function (Maxim Levitsky) [RHEL-80095]
- hyperv: Convert hypercall statuses to linux error codes (Maxim Levitsky) [RHEL-80095]
- PCI: hv: Correct a comment (Maxim Levitsky) [RHEL-80095]
- drivers/hv: add CPU offlining support (Maxim Levitsky) [RHEL-80095]
- drivers/hv: introduce vmbus_channel_set_cpu() (Maxim Levitsky) [RHEL-80095]
- cpu: export lockdep_assert_cpus_held() (Maxim Levitsky) [RHEL-80095]
- hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv (Maxim Levitsky) [RHEL-80095]
- hyperv: Move hv_current_partition_id to arch-generic code (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Fix output argument to hypercall that changes page visibility (Maxim Levitsky) [RHEL-80095]
- x86/hyperv/vtl: Stop kernel from probing VTL0 low memory (Maxim Levitsky) [RHEL-80095]
- hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id() (Maxim Levitsky) [RHEL-80095]
- hyperv: Do not overlap the hvcall IO areas in get_vtl() (Maxim Levitsky) [RHEL-80095]
- hyperv: Enable the hypercall output page for the VTL mode (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: vmbus: Log on missing offers if any (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: vmbus: Wait for boot-time offers during boot and resume (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095]
- hyperv: Remove the now unused hyperv-tlfs.h files (Maxim Levitsky) [RHEL-80095]
- hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h (Maxim Levitsky) [RHEL-80095]
- hyperv: Add new Hyper-V headers in include/hyperv (Maxim Levitsky) [RHEL-80095]
- hyperv: Clean up unnecessary #includes (Maxim Levitsky) [RHEL-80095]
- hyperv: Move hv_connection_id to hyperv-tlfs.h (Maxim Levitsky) [RHEL-80095]
- Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet (Maxim Levitsky) [RHEL-80095] {CVE-2024-55916}
- Drivers: hv: util: Don't force error code to ENODEV in util_probe() (Maxim Levitsky) [RHEL-80095]
- x86/hyperv: Fix hv tsc page based sched_clock for hibernation (Maxim Levitsky) [RHEL-80095]
- scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() (Karan Kumar) [RHEL-95446]
- scsi: fnic: Set appropriate logging level for log message (Karan Kumar) [RHEL-95446]
- scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths (Karan Kumar) [RHEL-95446]
- scsi: fnic: Turn off FDMI ACTIVE flags on link down (Karan Kumar) [RHEL-95446]
- scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out (Karan Kumar) [RHEL-95446]
Resolves: RHEL-100484, RHEL-70322, RHEL-80095, RHEL-83570, RHEL-83571, RHEL-94012, RHEL-95446, RHEL-96382, RHEL-96620, RHEL-96874

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-07-11 15:52:39 -03: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-61.el10 2025-03-07 18:23:05 -03: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-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-automotive-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-automotive-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03: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-108.el10 2025-07-11 15:52:39 -03:00
kernel-ppc64le-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-s390x-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-s390x-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-x86_64-automotive-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-x86_64-automotive-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-x86_64-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel.changelog kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03:00
kernel.spec kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03: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-108.el10 2025-07-11 15:52:39 -03: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
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-30.el10 2024-11-18 12:06:48 +01:00
sources kernel-6.12.0-108.el10 2025-07-11 15:52:39 -03: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
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