kernel/Makefile.rhelver
CKI KWF Bot eb0834d211 kernel-6.12.0-222.el10
* Mon Apr 13 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-222.el10]
- net: page_pool: avoid false positive warning if NAPI was never added (CKI Backport Bot) [RHEL-162141]
- net: vlan: sync VLAN features with lower device (Hangbin Liu) [RHEL-80405]
- ASoC: soc_sdw_utils: remove index from sdca codec name (Jaroslav Kysela) [RHEL-85741]
- ASoC: soc_sdw_utils: partial match the codec name (Jaroslav Kysela) [RHEL-85741]
- ASoC: add snd_soc_lookup_component_by_name helper (Jaroslav Kysela) [RHEL-85741]
- ASoC: SDCA: Update counting of SU/GE DAPM routes (Jaroslav Kysela) [RHEL-85741]
- ASoC: SDCA: Handle CONFIG_PM_SLEEP not being set (Jaroslav Kysela) [RHEL-85741]
- ASoC: SDCA: Tidy up some memory allocations (Jaroslav Kysela) [RHEL-85741]
- module.lds,codetag: force 0 sh_addr for sections (Joe Lawrence) [RHEL-152959]
Resolves: RHEL-152959, RHEL-162141, RHEL-80405, RHEL-85741

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-04-14 07:31:03 +00: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 = 222
#
# 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 = 0