* Tue Jan 27 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-193.el10] - crypto: seqiv - Do not use req->iv after crypto_aead_encrypt (Xin Long) [RHEL-118173] - scsi: qla2xxx: Update version to 10.02.10.100-k (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Fix bsg_done() causing double free (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Query FW again before proceeding with login (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Validate sp before freeing associated memory (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Free sp in error path to fix system crash (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Delay module unload while fabric scan in progress (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Allow recovery for tape devices (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Add bsg interface to support firmware img validation (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Validate MCU signature before executing MBC 03h (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Add load flash firmware mailbox support for 28xxx (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Add support for 64G SFP speed (Nilesh Javali) [RHEL-136529] - scsi: qla2xxx: Add Speed in SFP print information (Nilesh Javali) [RHEL-136529] - x86/sev/docs: Document the SNP Reverse Map Table (RMP) (John Allen) [RHEL-69735] - x86/sev: Add full support for a segmented RMP table (John Allen) [RHEL-69735] - x86/sev: Treat the contiguous RMP table as a single RMP segment (John Allen) [RHEL-69735] - x86/sev: Map only the RMP table entries instead of the full RMP range (John Allen) [RHEL-69735] - x86/sev: Move the SNP probe routine out of the way (John Allen) [RHEL-69735] - x86/sev: Require the RMPREAD instruction after Zen4 (John Allen) [RHEL-69735] - x86/sev: Add support for the RMPREAD instruction (John Allen) [RHEL-69735] - x86/sev: Prepare for using the RMPREAD instruction to access the RMP (John Allen) [RHEL-69735] Resolves: RHEL-118173, RHEL-136529, RHEL-140717, RHEL-69735 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 = 193
|
|
|
|
#
|
|
# 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
|