* Wed Feb 18 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-210.el10]
- gpio: tegra186: Fix GPIO name collisions for Tegra410 (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: Add support for Tegra410 (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: Use generic macro for port definitions (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: Add support for Tegra256 (Jennifer Berringer) [RHEL-135122]
- dt-bindings: gpio: Add Tegra256 support (Jennifer Berringer) [RHEL-135122]
- gpio: tegra186: fix resource handling in ACPI probe path (Jennifer Berringer) [RHEL-135122]
- perf/arm_cspmu: nvidia: Add pmevfiltr2 support (Charles Mirabile) [RHEL-121677]
- perf/arm_cspmu: nvidia: Add revision id matching (Charles Mirabile) [RHEL-121677]
- perf/arm_cspmu: Add pmpidr support (Charles Mirabile) [RHEL-121677]
- perf/arm_cspmu: Add callback to reset filter config (Charles Mirabile) [RHEL-121677]
- tools headers arm64: Add NVIDIA Olympus part (Charles Mirabile) [RHEL-138474]
- perf arm-spe: Add NVIDIA Olympus to neoverse list (Charles Mirabile) [RHEL-138474]
- bpf: Fix bpf_xdp_store_bytes proto for read-only arg (Felix Maurer) [RHEL-133468]
- bpf: Fix invalid prog->stats access when update_effective_progs fails (Felix Maurer) [RHEL-133468]
- bpf/arm64: Fix BPF_ST into arena memory (Felix Maurer) [RHEL-133468]
- xsk: Harden userspace-supplied xdp_desc validation (Felix Maurer) [RHEL-133468]
- bpf, cpumap: Disable page_pool direct xdp_return need larger scope (Felix Maurer) [RHEL-133468]
- bpf, sockmap: Fix panic when calling skb_linearize (Felix Maurer) [RHEL-133468]
- bpf, sockmap: fix duplicated data transmission (Felix Maurer) [RHEL-133468]
- xsk: Fix race condition in AF_XDP generic RX path (Felix Maurer) [RHEL-133468]
- macvlan: fix possible UAF in macvlan_forward_source() (CKI Backport Bot) [RHEL-144130] {CVE-2026-23001}
- soc/tegra: fuse: Do not register SoC device on ACPI boot (Jennifer Berringer) [RHEL-135124]
- cpuidle: menu: Use residency threshold in polling state override decisions (Mark Langsdorf) [RHEL-136089]
Resolves: RHEL-121677, RHEL-133468, RHEL-135122, RHEL-135124, RHEL-136089, RHEL-138474, RHEL-144130
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
45 lines
1.1 KiB
Makefile
45 lines
1.1 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 = 210
|
|
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# Automotive
|
|
# ----------
|
|
#
|
|
# Represents the major and minor release used by automotive.
|
|
# Primarily this is used to to identify the build target when
|
|
# building the automotive kernel package.
|
|
AUTOMOTIVE_MAJOR = 2
|
|
AUTOMOTIVE_MINOR = 0
|
|
|
|
#
|
|
# DERIVATIVE_BUILD
|
|
# ---------------------------
|
|
#
|
|
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
|
|
DERIVATIVE_BUILD = 0
|