The Linux kernel
Go to file
CKI KWF Bot b0cd5e0188 kernel-5.14.0-645.el9
* Fri Nov 28 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-645.el9]
- tty: n_tty: Fix buffer offsets when lookahead is used (Radostin Stoyanov) [RHEL-127716]
- ext4: don't over-report free space or inodes in statvfs (Ravi Singh) [RHEL-125357]
- dpll: add phase-adjust-gran pin attribute (Petr Oros) [RHEL-126530]
- dpll: fix device-id-get and pin-id-get to return errors properly (Petr Oros) [RHEL-126530]
- dpll: spec: add missing module-name and clock-id to pin-get reply (Petr Oros) [RHEL-126530]
- dpll: add phase_offset_avg_factor_get/set callback ops (Petr Oros) [RHEL-126530]
- dpll: add phase-offset-avg-factor device attribute to netlink spec (Petr Oros) [RHEL-126530]
- dpll: fix clock quality level reporting (Petr Oros) [RHEL-126530]
- dpll: add reference sync get/set (Petr Oros) [RHEL-126530]
- dpll: add reference-sync netlink attribute (Petr Oros) [RHEL-126530]
- dpll: remove documentation of rclk_dev_name (Petr Oros) [RHEL-126530]
- tpm: Prevent local DOS via tpm/tpm0/ppi/*operations (Denis Aleksandrov) [RHEL-62964]
- KVM: arm64: vgic-v3: Release reserved slot outside of lpi_xa's lock (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarray (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Update stale comment for sanitise_mte_tags() (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Add build-time check for duplicate DECLARE_REG use (Cornelia Huck) [RHEL-115975]
- kvm: arm64: use BUG() instead of BUG_ON(1) (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Fix page leak in user_mem_abort() (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic: fix incorrect spinlock API usage (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take LPI xarray lock (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic-v3: Don't require IRQs be disabled for LPI xarray lock (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocks (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Spin off release helper from vgic_put_irq() (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIs (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic: Drop stale comment on IRQ active state (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Initialize PMSCR_EL1 when in VHE (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Mark freed S2 MMUs as invalid (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Check for SYSREGS_ON_CPU before accessing the 32bit state (Cornelia Huck) [RHEL-115975]
- arm64: vgic-v2: Fix guest endianness check in hVHE mode (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Disambiguate support for vSGIs v. vLPIs (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Enforce the sorting of the GICv3 system register table (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Clarify the check for reset callback in check_sysreg_table() (Cornelia Huck) [RHEL-115975]
- KVM: arm64: vgic-its: Return -ENXIO to invalid KVM_DEV_ARM_VGIC_GRP_CTRL attrs (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Make RAS registers UNDEF when RAS isn't advertised (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Filter out HCR_EL2 bits when running in hypervisor context (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessors (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Simplify sysreg access on exception delivery (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Check for SYSREGS_ON_CPU before accessing the CPU state (Cornelia Huck) [RHEL-115975]
- KVM: arm64: nv: Handle CNTHCTL_EL2 specially (Cornelia Huck) [RHEL-115975]
- KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping() (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Make RVBAR_EL2 accesses UNDEF (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Unify UNDEF injection helpers (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Make most GICv3 accesses UNDEF if they trap (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Fix enforcement of upper bound on MDCR_EL2.HPMN (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Don't retire MMIO instruction w/ pending (emulated) SError (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Treat vCPU with pending SError as runnable (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Block cacheable PFNMAP mapping (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Assume non-PFNMAP/MIXEDMAP VMAs can be mapped cacheable (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Rename the device variable to s2_force_noncacheable (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Remove kvm_arch_vcpu_run_map_fp() (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Don't free hyp pages with pKVM on GICv2 (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Fix error path in init_hyp_mode() (Cornelia Huck) [RHEL-115975]
- arm64: kvm: Introduce nvhe stack size constants (Cornelia Huck) [RHEL-115975]
- KVM: arm64: Adjust range correctly during host stage-2 faults (Cornelia Huck) [RHEL-115975]
- KVM: arm64: WARN if unmapping a vLPI fails in any path (Cornelia Huck) [RHEL-115975]
- can: j1939: add missing calls in NETDEV_UNREGISTER notification handler (CKI Backport Bot) [RHEL-124106] {CVE-2025-39925}
- can: j1939: implement NETDEV_UNREGISTER notification handler (CKI Backport Bot) [RHEL-124106] {CVE-2025-39925}
- futex: Optimize per-cpu reference counting (Waiman Long) [RHEL-101190]
- futex: Don't leak robust_list pointer on exec race (Waiman Long) [RHEL-101190]
- selftest/futex: Compile also with libnuma < 2.0.16 (Waiman Long) [RHEL-101190]
- selftest/futex: Reintroduce "Memory out of range" numa_mpol's subtest (Waiman Long) [RHEL-101190]
- selftest/futex: Make the error check more precise for futex_numa_mpol (Waiman Long) [RHEL-101190]
- selftests/futex: Fix futex_wait() for 32bit ARM (Waiman Long) [RHEL-101190]
- selftests: futex: Fix incorrect kernel headers search path (Waiman Long) [RHEL-101190]
- futex: Prevent use-after-free during requeue-PI (Waiman Long) [RHEL-101190]
- selftests/futex: Fix typos and grammar in futex_priv_hash (Waiman Long) [RHEL-101190]
- selftests/futex: Fix format-security warnings in futex_priv_hash (Waiman Long) [RHEL-101190]
- selftests/futex: Fix some futex_numa_mpol subtests (Waiman Long) [RHEL-101190]
- selftests/futex: Remove the -g parameter from futex_priv_hash (Waiman Long) [RHEL-101190]
- futex: Move futex_hash_free() back to __mmput() (Waiman Long) [RHEL-101190]
- futex: Move futex cleanup to __mmdrop() (Waiman Long) [RHEL-101190]
- kernel/fork: group allocation/free of per-cpu counters for mm struct (Waiman Long) [RHEL-101190]
- futex: Use user_write_access_begin/_end() in futex_put_value() (Waiman Long) [RHEL-101190]
- selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully" (Waiman Long) [RHEL-101190]
- selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t (Waiman Long) [RHEL-101190]
- perf bench futex: Remove support for IMMUTABLE (Waiman Long) [RHEL-101190]
- selftests/futex: Remove support for IMMUTABLE (Waiman Long) [RHEL-101190]
- futex: Remove support for IMMUTABLE (Waiman Long) [RHEL-101190]
- futex: Make futex_private_hash_get() static (Waiman Long) [RHEL-101190]
- futex: Use RCU-based per-CPU reference counting instead of rcuref_t (Waiman Long) [RHEL-101190]
- selftests/futex: Adapt the private hash test to RCU related changes (Waiman Long) [RHEL-101190]
- perf bench futex: Fix prctl include in musl libc (Waiman Long) [RHEL-101190]
- selftests/futex: Add futex_numa to .gitignore (Waiman Long) [RHEL-101190]
- futex: Temporary disable FUTEX_PRIVATE_HASH (Waiman Long) [RHEL-101190]
- futex: Initialize futex_phash_new during fork(). (Waiman Long) [RHEL-101190]
- futex: Verify under the lock if hash can be replaced (Waiman Long) [RHEL-101190]
- futex: Handle invalid node numbers supplied by user (Waiman Long) [RHEL-101190]
- selftests/futex: Set the home_node in futex_numa_mpol (Waiman Long) [RHEL-101190]
- selftests/futex: getopt() requires int as return value. (Waiman Long) [RHEL-101190]
- tools headers UAPI: Sync linux/prctl.h with the kernel sources to pick FUTEX knob (Waiman Long) [RHEL-101190]
- io_uring/futex: mark wait requests as inflight (Waiman Long) [RHEL-101190]
- selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized" (Waiman Long) [RHEL-101190]
- futex: Correct the kernedoc return value for futex_wait_setup(). (Waiman Long) [RHEL-101190]
- tools headers: Synchronize prctl.h ABI header (Waiman Long) [RHEL-101190]
- futex: Use RCU_INIT_POINTER() in futex_mm_init(). (Waiman Long) [RHEL-101190]
- selftests/futex: Use TAP output in futex_numa_mpol (Waiman Long) [RHEL-101190]
- selftests/futex: Use TAP output in futex_priv_hash (Waiman Long) [RHEL-101190]
- futex: Fix kernel-doc comments (Waiman Long) [RHEL-101190]
- futex: Relax the rcu_assign_pointer() assignment of mm->futex_phash in futex_mm_init() (Waiman Long) [RHEL-101190]
- futex: Fix outdated comment in struct restart_block (Waiman Long) [RHEL-101190]
- futex,selftests: Add another FUTEX2_NUMA selftest (Waiman Long) [RHEL-101190]
- selftests/futex: Add futex_numa_mpol (Waiman Long) [RHEL-101190]
- selftests/futex: Add futex_priv_hash (Waiman Long) [RHEL-101190]
- selftests/futex: Build without headers nonsense (Waiman Long) [RHEL-101190]
- tools/perf: Allow to select the number of hash buckets (Waiman Long) [RHEL-101190]
- tools headers: Synchronize prctl.h ABI header (Waiman Long) [RHEL-101190]
- futex: Implement FUTEX2_MPOL (Waiman Long) [RHEL-101190]
- futex: Implement FUTEX2_NUMA (Waiman Long) [RHEL-101190]
- futex: Allow to make the private hash immutable (Waiman Long) [RHEL-101190]
- futex: Allow to resize the private local hash (Waiman Long) [RHEL-101190]
- futex: Allow automatic allocation of process wide futex hash (Waiman Long) [RHEL-101190]
- futex: Add basic infrastructure for local task local hash (Waiman Long) [RHEL-101190]
- futex: Create helper function to initialize a hash slot (Waiman Long) [RHEL-101190]
- futex: Introduce futex_q_lockptr_lock() (Waiman Long) [RHEL-101190]
- futex: Decrease the waiter count before the unlock operation (Waiman Long) [RHEL-101190]
- futex: Acquire a hash reference in futex_wait_multiple_setup() (Waiman Long) [RHEL-101190]
- futex: Create private_hash() get/put class (Waiman Long) [RHEL-101190]
- futex: Create futex_hash() get/put class (Waiman Long) [RHEL-101190]
- futex: Create hb scopes (Waiman Long) [RHEL-101190]
- futex: Pull futex_hash() out of futex_q_lock() (Waiman Long) [RHEL-101190]
- futex: Move futex_queue() into futex_wait_setup() (Waiman Long) [RHEL-101190]
- mm: Add vmalloc_huge_node() (Waiman Long) [RHEL-101190]
- rcuref: Provide rcuref_is_dead() (Waiman Long) [RHEL-101190]
- futex: Use a hashmask instead of hashsize (Waiman Long) [RHEL-101190]
- rcuref: Plug slowpath race in rcuref_put() (Waiman Long) [RHEL-101190]
- seqlock: add missing parameter documentation for raw_seqcount_try_begin() (Waiman Long) [RHEL-101190]
- mm: introduce mmap_lock_speculate_{try_begin|retry} (Waiman Long) [RHEL-101190]
- mm: convert mm_lock_seq to a proper seqcount (Waiman Long) [RHEL-101190]
- seqlock: add raw_seqcount_try_begin (Waiman Long) [RHEL-101190]
- sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled (Waiman Long) [RHEL-101190]
- locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock (Waiman Long) [RHEL-101190]
- locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex (Waiman Long) [RHEL-101190]
- futex: fix user access on powerpc (Waiman Long) [RHEL-101190]
- futex: improve user space accesses (Waiman Long) [RHEL-101190]
- locking/mutex: Make mutex::wait_lock irq safe (Waiman Long) [RHEL-101190]
- locking/mutex: Remove wakeups from under mutex::wait_lock (Waiman Long) [RHEL-101190]
- locking/rt: Annotate unlock followed by lock for sparse. (Waiman Long) [RHEL-101190]
- mm: fix (harmless) type confusion in lock_vma_under_rcu() (Waiman Long) [RHEL-101190]
- selftests/mm: kvm, mdwe fixes to avoid requiring "make headers" (Waiman Long) [RHEL-101190]
- mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_struct (Waiman Long) [RHEL-101190]
Resolves: RHEL-101190, RHEL-115975, RHEL-124106, RHEL-125357, RHEL-126530, RHEL-127716, RHEL-62964

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-28 13:18:50 +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-630.el9 2025-10-25 22:43:49 +00: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-636.el9 2025-11-07 17:09:39 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +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-640.el9 2025-11-18 07:44:53 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-640.el9 2025-11-18 07:44:53 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-s390x-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-636.el9 2025-11-07 17:09:39 +00:00
kernel.changelog kernel-5.14.0-645.el9 2025-11-28 13:18:50 +00:00
kernel.spec kernel-5.14.0-645.el9 2025-11-28 13:18:50 +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-645.el9 2025-11-28 13:18:50 +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-635.el9 2025-11-05 14:42:02 +00: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-633.el9 2025-11-03 10:46:55 +00: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
redhatsecureboot504.cer kernel-5.14.0-628.el9 2025-10-22 09:09:42 -04: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-626.el9 2025-10-17 20:57:31 +00:00
sources kernel-5.14.0-645.el9 2025-11-28 13:18:50 +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