The Linux kernel
Go to file
CKI KWF Bot d46e867572 kernel-6.12.0-163.el10
* Tue Nov 25 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-163.el10]
- rseq/selftests: Use weak symbol reference, not definition, to link with glibc (Gavin Shan) [RHEL-128766]
- rseq/selftests: Fix namespace collision with rseq UAPI header (Gavin Shan) [RHEL-128766]
- rseq/selftests: Ensure the rseq ABI TLS is actually 1024 bytes (Gavin Shan) [RHEL-128766]
- selftests/rseq: Add rseq syscall errors test (Gavin Shan) [RHEL-128766]
- rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (Gavin Shan) [RHEL-128766]
- selftests/rseq: Fix handling of glibc without rseq support (Gavin Shan) [RHEL-128766]
- rseq/selftests: Add support for OpenRISC (Gavin Shan) [RHEL-128766]
- kernel: extend rh_waived to cope better with the CVE mitigations case (Ricardo Robaina) [RHEL-122980]
- octeon_ep_vf: Add support to retrieve hardware channel information (Kamal Heib) [RHEL-118599]
- octeon_ep: Add support to retrieve hardware channel information (Kamal Heib) [RHEL-118599]
- futex: Optimize per-cpu reference counting (Waiman Long) [RHEL-101509]
- futex: Don't leak robust_list pointer on exec race (Waiman Long) [RHEL-101509]
- selftest/futex: Compile also with libnuma < 2.0.16 (Waiman Long) [RHEL-101509]
- selftest/futex: Reintroduce "Memory out of range" numa_mpol's subtest (Waiman Long) [RHEL-101509]
- selftest/futex: Make the error check more precise for futex_numa_mpol (Waiman Long) [RHEL-101509]
- selftests/futex: Fix futex_wait() for 32bit ARM (Waiman Long) [RHEL-101509]
- futex: Use correct exit on failure from futex_hash_allocate_default() (Waiman Long) [RHEL-101509]
- futex: Prevent use-after-free during requeue-PI (Waiman Long) [RHEL-101509]
- selftests/futex: Fix typos and grammar in futex_priv_hash (Waiman Long) [RHEL-101509]
- selftests/futex: Fix format-security warnings in futex_priv_hash (Waiman Long) [RHEL-101509]
- selftests/futex: Fix some futex_numa_mpol subtests (Waiman Long) [RHEL-101509]
- selftests/futex: Remove the -g parameter from futex_priv_hash (Waiman Long) [RHEL-101509]
- futex: Move futex_hash_free() back to __mmput() (Waiman Long) [RHEL-101509]
- futex: Move futex cleanup to __mmdrop() (Waiman Long) [RHEL-101509]
- futex: Use user_write_access_begin/_end() in futex_put_value() (Waiman Long) [RHEL-101509]
- selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully" (Waiman Long) [RHEL-101509]
- selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t (Waiman Long) [RHEL-101509]
- perf bench futex: Remove support for IMMUTABLE (Waiman Long) [RHEL-101509]
- selftests/futex: Remove support for IMMUTABLE (Waiman Long) [RHEL-101509]
- futex: Remove support for IMMUTABLE (Waiman Long) [RHEL-101509]
- futex: Make futex_private_hash_get() static (Waiman Long) [RHEL-101509]
- futex: Use RCU-based per-CPU reference counting instead of rcuref_t (Waiman Long) [RHEL-101509]
- selftests/futex: Adapt the private hash test to RCU related changes (Waiman Long) [RHEL-101509]
- perf bench futex: Fix prctl include in musl libc (Waiman Long) [RHEL-101509]
- selftests/futex: Add futex_numa to .gitignore (Waiman Long) [RHEL-101509]
- futex: Temporary disable FUTEX_PRIVATE_HASH (Waiman Long) [RHEL-101509]
- futex: Initialize futex_phash_new during fork(). (Waiman Long) [RHEL-101509]
- futex: Verify under the lock if hash can be replaced (Waiman Long) [RHEL-101509]
- futex: Handle invalid node numbers supplied by user (Waiman Long) [RHEL-101509]
- selftests/futex: Set the home_node in futex_numa_mpol (Waiman Long) [RHEL-101509]
- selftests/futex: getopt() requires int as return value. (Waiman Long) [RHEL-101509]
- tools headers UAPI: Sync linux/prctl.h with the kernel sources to pick FUTEX knob (Waiman Long) [RHEL-101509]
- io_uring/futex: mark wait requests as inflight (Waiman Long) [RHEL-101509]
- selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized" (Waiman Long) [RHEL-101509]
- futex: Correct the kernedoc return value for futex_wait_setup(). (Waiman Long) [RHEL-101509]
- tools headers: Synchronize prctl.h ABI header (Waiman Long) [RHEL-101509]
- futex: Use RCU_INIT_POINTER() in futex_mm_init(). (Waiman Long) [RHEL-101509]
- selftests/futex: Use TAP output in futex_numa_mpol (Waiman Long) [RHEL-101509]
- selftests/futex: Use TAP output in futex_priv_hash (Waiman Long) [RHEL-101509]
- futex: Fix kernel-doc comments (Waiman Long) [RHEL-101509]
- futex: Relax the rcu_assign_pointer() assignment of mm->futex_phash in futex_mm_init() (Waiman Long) [RHEL-101509]
- futex: Fix outdated comment in struct restart_block (Waiman Long) [RHEL-101509]
- futex,selftests: Add another FUTEX2_NUMA selftest (Waiman Long) [RHEL-101509]
- selftests/futex: Add futex_numa_mpol (Waiman Long) [RHEL-101509]
- selftests/futex: Add futex_priv_hash (Waiman Long) [RHEL-101509]
- selftests/futex: Build without headers nonsense (Waiman Long) [RHEL-101509]
- tools/perf: Allow to select the number of hash buckets (Waiman Long) [RHEL-101509]
- tools headers: Synchronize prctl.h ABI header (Waiman Long) [RHEL-101509]
- futex: Implement FUTEX2_MPOL (Waiman Long) [RHEL-101509]
- futex: Implement FUTEX2_NUMA (Waiman Long) [RHEL-101509]
- futex: Allow to make the private hash immutable (Waiman Long) [RHEL-101509]
- futex: Allow to resize the private local hash (Waiman Long) [RHEL-101509]
- futex: Allow automatic allocation of process wide futex hash (Waiman Long) [RHEL-101509]
- futex: Add basic infrastructure for local task local hash (Waiman Long) [RHEL-101509]
- futex: Create helper function to initialize a hash slot (Waiman Long) [RHEL-101509]
- futex: Introduce futex_q_lockptr_lock() (Waiman Long) [RHEL-101509]
- futex: Decrease the waiter count before the unlock operation (Waiman Long) [RHEL-101509]
- futex: Acquire a hash reference in futex_wait_multiple_setup() (Waiman Long) [RHEL-101509]
- futex: Create private_hash() get/put class (Waiman Long) [RHEL-101509]
- futex: Create futex_hash() get/put class (Waiman Long) [RHEL-101509]
- futex: Create hb scopes (Waiman Long) [RHEL-101509]
- futex: Pull futex_hash() out of futex_q_lock() (Waiman Long) [RHEL-101509]
- futex: Move futex_queue() into futex_wait_setup() (Waiman Long) [RHEL-101509]
- mm: Add vmalloc_huge_node() (Waiman Long) [RHEL-101509]
- rcuref: Provide rcuref_is_dead() (Waiman Long) [RHEL-101509]
- futex: Use a hashmask instead of hashsize (Waiman Long) [RHEL-101509]
- rcuref: Plug slowpath race in rcuref_put() (Waiman Long) [RHEL-101509]
- futex: Pass in task to futex_queue() (Waiman Long) [RHEL-101509]
- seqlock: add missing parameter documentation for raw_seqcount_try_begin() (Waiman Long) [RHEL-101509]
- mm: introduce mmap_lock_speculate_{try_begin|retry} (Waiman Long) [RHEL-101509]
- mm: convert mm_lock_seq to a proper seqcount (Waiman Long) [RHEL-101509]
- seqlock: add raw_seqcount_try_begin (Waiman Long) [RHEL-101509]
- sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled (Waiman Long) [RHEL-101509]
- locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock (Waiman Long) [RHEL-101509]
- locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex (Waiman Long) [RHEL-101509]
- locking/mutex: Make mutex::wait_lock irq safe (Waiman Long) [RHEL-101509]
- locking/mutex: Remove wakeups from under mutex::wait_lock (Waiman Long) [RHEL-101509]
Resolves: RHEL-101509, RHEL-118599, RHEL-122980, RHEL-128766

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-25 15:28: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-87.el10 2025-05-19 10:32:51 -03:00
dracut-virt.conf kernel-6.12.0-146.el10 2025-10-27 06:30:18 -04: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-161.el10 2025-11-20 11:32:46 +00:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-aarch64-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +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-161.el10 2025-11-20 11:32:46 +00:00
kernel-ppc64le-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-riscv64-debug-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-riscv64-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-s390x-debug-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-s390x-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-x86_64-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-161.el10 2025-11-20 11:32:46 +00:00
kernel.changelog kernel-6.12.0-163.el10 2025-11-25 15:28: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-163.el10 2025-11-25 15:28: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-163.el10 2025-11-25 15:28: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
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
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-163.el10 2025-11-25 15:28:27 +00:00
sources kernel-6.12.0-163.el10 2025-11-25 15:28: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