kernel/Makefile.rhelver
Julio Faracco 6a9f16398a kernel-6.12.0-99.el10
* Thu Jun 19 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-99.el10]
- scsi: storvsc: Explicitly set max_segment_size to UINT_MAX (Ewan D. Milne) [RHEL-97171]
- i2c: tegra: check msg length in SMBUS block read (Steve Dunnagan) [RHEL-89166]
- nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request (Olga Kornievskaia) [RHEL-82689]
- nfsd: fix access checking for NLM under XPRTSEC policies (Olga Kornievskaia) [RHEL-82689]
- net: rename netns_local to netns_immutable (Ivan Vecera) [RHEL-92678]
- selftests: Add IPv6 link-local address generation tests for GRE devices. (Guillaume Nault) [RHEL-94024]
- tpm: remove kmalloc failure error message (Štěpán Horáček) [RHEL-72764]
- tpm: tis: Double the timeout B to 4s (Štěpán Horáček) [RHEL-72764]
- char: tpm: tpm-buf: Add sanity check fallback in read helpers (Štěpán Horáček) [RHEL-72764]
- tpm: Make chip->{status,cancel,req_canceled} opt (Štěpán Horáček) [RHEL-72764]
- tpm: End any active auth session before shutdown (Štěpán Horáček) [RHEL-72764]
- tpm_crb: Clean-up and refactor check for idle support (Štěpán Horáček) [RHEL-72764]
- tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation (Štěpán Horáček) [RHEL-72764]
- tpm, tpm_tis: Workaround failed command reception on Infineon devices (Štěpán Horáček) [RHEL-72764]
- tpm, tpm_tis: Fix timeout handling when waiting for TPM status (Štěpán Horáček) [RHEL-72764]
- tpm: Convert warn to dbg in tpm2_start_auth_session() (Štěpán Horáček) [RHEL-72764]
- tpm: Lazily flush auth session when getting random data (Štěpán Horáček) [RHEL-72764]
- tpm: ftpm_tee: remove incorrect of_match_ptr annotation (Štěpán Horáček) [RHEL-72764]
- tpm: do not start chip while suspended (Štěpán Horáček) [RHEL-72764]
- char: tpm: cr50: Add new device/vendor ID 0x50666666 (Štěpán Horáček) [RHEL-72764]
- char: tpm: cr50: Move i2c locking to request/relinquish locality ops (Štěpán Horáček) [RHEL-72764]
- char: tpm: cr50: Use generic request/relinquish locality ops (Štěpán Horáček) [RHEL-72764]
- tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver (Štěpán Horáček) [RHEL-72764]
- libstub,tpm: do not ignore failure case when reading final event log (Štěpán Horáček) [RHEL-72764]
- tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size (Štěpán Horáček) [RHEL-72764]
- tpm: do not ignore memblock_reserve return value (Štěpán Horáček) [RHEL-72764]
- tpm: fix signed/unsigned bug when checking event logs (Štěpán Horáček) [RHEL-72764]
- openvswitch: Stricter validation for the userspace action (Eelco Chaudron) [RHEL-84563]
- openvswitch: Fix unsafe attribute parsing in output_userspace() (Eelco Chaudron) [RHEL-84563]
- net: openvswitch: fix nested key length validation in the set() action (Eelco Chaudron) [RHEL-84563] {CVE-2025-37789}
- net: openvswitch: remove misbehaving actions length check (Eelco Chaudron) [RHEL-84563]
- openvswitch: use RCU protection in ovs_vport_cmd_fill_info() (Eelco Chaudron) [RHEL-81497 RHEL-84563] {CVE-2025-21761}
- openvswitch: fix lockup on tx to unregistering netdev with carrier (Eelco Chaudron) [RHEL-84563] {CVE-2025-21681}
- openvswitch: Pass on secpath details for internal port rx. (Eelco Chaudron) [RHEL-84563]
- selftests: mptcp: remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: netfilter: remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: net: use setup_ns for SRv6 tests and remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: net: use setup_ns for bareudp testing (Hangbin Liu) [RHEL-80284]
- selftests: net: remove redundant rp_filter configuration (Hangbin Liu) [RHEL-80284]
- selftests: net: disable rp_filter after namespace initialization (Hangbin Liu) [RHEL-80284]
- ndisc: use RCU protection in ndisc_alloc_skb() (Xin Long) [RHEL-81403] {CVE-2025-21764}
- tools: ynl: add all headers to makefile deps (Jose Ignacio Tornos Martinez) [RHEL-89935]
- selftests: drv-net: add missing trailing backslash (Jose Ignacio Tornos Martinez) [RHEL-89935]
- testing: net-drv: add basic shaper test (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement cap validation in the core (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net: shaper: implement introspection support (Jose Ignacio Tornos Martinez) [RHEL-89935]
- netlink: spec: add shaper introspection support (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement shaper cleanup on queue deletion (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement delete support for NODE scope shaper (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement NL group operation (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement NL set and delete operations (Jose Ignacio Tornos Martinez) [RHEL-89935]
- net-shapers: implement NL get operation (Jose Ignacio Tornos Martinez) [RHEL-89935]
- netlink: spec: add shaper YAML spec (Jose Ignacio Tornos Martinez) [RHEL-89935]
- genetlink: extend info user-storage to match NL cb ctx (Jose Ignacio Tornos Martinez) [RHEL-89935]
- perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89489]
- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89489]
- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89489]
- perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89489]
- ice: Fix deinitializing VF in error path (Petr Oros) [RHEL-87628] {CVE-2025-21883}
- ice: add E830 HW VF mailbox message limit support (Petr Oros) [RHEL-87628]
- x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() (Waiman Long) [RHEL-69285]
Resolves: RHEL-69285, RHEL-72764, RHEL-80284, RHEL-81403, RHEL-81497, RHEL-82689, RHEL-84563, RHEL-87628, RHEL-89166, RHEL-89489, RHEL-89935, RHEL-92678, RHEL-94024, RHEL-97171

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-06-20 12:27:16 -03:00

81 lines
2.6 KiB
Makefile

RHEL_MAJOR = 10
RHEL_MINOR = 1
#
# 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 = 99
#
# 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
#
# Early y+1 numbering
# --------------------
#
# In early y+1 process, RHEL_RELEASE consists of 2 numbers: x.y
# First is RHEL_RELEASE inherited/merged from y as-is, second number
# is incremented with each build starting from 1. After merge from y,
# it resets back to 1. This way y+1 nvr reflects status of last merge.
#
# Example:
#
# rhel8.0 rhel-8.1
# kernel-4.18.0-58.el8 --> kernel-4.18.0-58.1.el8
# kernel-4.18.0-58.2.el8
# kernel-4.18.0-59.el8 kernel-4.18.0-59.1.el8
# kernel-4.18.0-60.el8
# kernel-4.18.0-61.el8 --> kernel-4.18.0-61.1.el8
#
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
EARLY_YSTREAM ?= no
EARLY_YBUILD:=
EARLY_YRELEASE:=
ifneq ("$(ZSTREAM)", "yes")
ifeq ("$(EARLY_YSTREAM)","yes")
RHEL_RELEASE:=$(RHEL_RELEASE).$(EARLY_YRELEASE)
endif
endif