The Linux kernel
* 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>
|
||
|---|---|---|
| .gitignore | ||
| check-kabi | ||
| cpupower.config | ||
| cpupower.service | ||
| dracut-virt.conf | ||
| filter-aarch64.sh.rhel | ||
| filter-armv7hl.sh.rhel | ||
| filter-modules.sh.rhel | ||
| filter-ppc64le.sh.rhel | ||
| filter-s390x.sh.rhel | ||
| filter-x86_64.sh.rhel | ||
| 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-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.spec | ||
| kvm_stat.logrotate | ||
| linux-kernel-test.patch | ||
| Makefile.rhelver | ||
| merge.pl | ||
| mod-denylist.sh | ||
| mod-extra.list.rhel | ||
| mod-internal.list | ||
| mod-partner.list | ||
| mod-sign.sh | ||
| Module.kabi_aarch64 | ||
| Module.kabi_dup_aarch64 | ||
| Module.kabi_dup_ppc64le | ||
| Module.kabi_dup_s390x | ||
| Module.kabi_dup_x86_64 | ||
| Module.kabi_ppc64le | ||
| Module.kabi_s390x | ||
| Module.kabi_x86_64 | ||
| nvidiagpuoot001.x509 | ||
| parallel_xz.sh | ||
| partial-kgcov-snip.config | ||
| patch-5.14-redhat.patch | ||
| process_configs.sh | ||
| README.rst | ||
| redhatsecureboot504.cer | ||
| rheldup3.x509 | ||
| rhelima_centos.x509 | ||
| rhelima.x509 | ||
| rhelimaca1.x509 | ||
| rhelkpatch1.x509 | ||
| rpminspect.yaml | ||
| sources | ||
| uki_addons.json | ||
| uki_create_addons.py | ||
| update_scripts.sh | ||
| 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