kernel/Makefile.rhelver
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

61 lines
1.9 KiB
Makefile

RHEL_MAJOR = 10
RHEL_MINOR = 2
#
# RHEL_RELEASE
# -------------
#
# Represents build number in 'release' part of RPM's name-version-release.
# name is <package_name>, e.g. kernel
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 163
#
# RHEL_REBASE_NUM
# ----------------
#
# Used in RPM version string for Gemini kernels, which dont use upstream
# VERSION/PATCHLEVEL/SUBLEVEL. The number represents rebase number for
# current MAJOR release.
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_REBASE_NUM = 1
#
# ZSTREAM
# -------
#
# This variable controls whether we use zstream numbering or not for the
# package release. The zstream release keeps the build number of the last
# build done for ystream for the Beta milestone, and increments a second
# number for each build. The third number is used for branched builds
# (eg.: for builds with security fixes or hot fixes done outside of the
# batch release process).
#
# For example, with ZSTREAM unset or set to "no", all builds will contain
# a release with only the build number, eg.: kernel-<kernel version>-X.el*,
# where X is the build number. With ZSTREAM set to "yes", we will have
# builds with kernel-<kernel version>-X.Y.Z.el*, where X is the last
# RHEL_RELEASE number before ZSTREAM flag was set to yes, Y will now be the
# build number and Z will always be 1 except if you're doing a branched build
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
# number will be incremented instead of the Y).
#
ZSTREAM ?= no
#
# Automotive
# ----------
#
# Represents the major and minor release used by automotive.
# Primarily this is used to to identify the build target when
# building the kernel-automotive packages.
AUTOMOTIVE_MAJOR = 2
AUTOMOTIVE_MINOR = 0