kernel/Makefile.rhelver
Oleksii Baranov f52301f4ff
kernel-6.12.0-231.11.el10nv
* Mon Jun 08 2026 Oleksii Baranov <olebaran@redhat.com> [6.12.0-231.11.el10nv]
- vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC (Cédric Le Goater) [VOYAGER-417]
- smb: client: reject userspace cifs.spnego descriptions (Jan Stancek) [VOYAGER-992] {CVE-2026-46243}
- net: skbuff: propagate shared-frag marker through frag-transfer helpers (Jan Stancek) [VOYAGER-817] {CVE-2026-46300}
- net: skbuff: preserve shared-frag marker during coalescing (Jan Stancek) [VOYAGER-817] {CVE-2026-46300}
Resolves: VOYAGER-417, VOYAGER-817, VOYAGER-992

Signed-off-by: Oleksii Baranov <olebaran@redhat.com>
2026-06-08 14:57:37 +02:00

45 lines
1.1 KiB
Makefile

RHEL_MAJOR = 10
RHEL_MINOR = 3
#
# 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 = 231
#
# 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 = 1
#
# DERIVATIVE_BUILD
# ---------------------------
#
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
DERIVATIVE_BUILD = 11