* Mon Oct 13 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-141.el10]
- bonding: don't set oif to bond dev when getting NS target destination (CKI Backport Bot) [RHEL-101175]
- smb: client: fix file open check in __cifs_unlink() (Paulo Alcantara) [RHEL-108683]
- smb: client: fix data loss due to broken rename(2) (Paulo Alcantara) [RHEL-108683]
- smb: client: fix compound alignment with encryption (Paulo Alcantara) [RHEL-108683]
- smb: client: fix race with concurrent opens in rename(2) (Paulo Alcantara) [RHEL-108683]
- smb: client: fix race with concurrent opens in unlink(2) (Paulo Alcantara) [RHEL-108683]
- mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). (Guillaume Nault) [RHEL-115575]
- dm: split write BIOs on zone boundaries when zone append is not emulated (Ming Lei) [RHEL-97177]
- dm: Check for forbidden splitting of zone write operations (Ming Lei) [RHEL-97177]
- dm: dm-crypt: Do not partially accept write BIOs with zoned targets (Ming Lei) [RHEL-97177]
- dm: Always split write BIOs to zoned device limits (Ming Lei) [RHEL-97177]
- block: Introduce bio_needs_zone_write_plugging() (Ming Lei) [RHEL-97177]
- block: Make REQ_OP_ZONE_FINISH a write operation (Ming Lei) [RHEL-97177]
- efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare (CKI Backport Bot) [RHEL-118459] {CVE-2025-39817}
- ipv6: sr: Fix MAC comparison to be constant-time (CKI Backport Bot) [RHEL-115599]
- ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add (CKI Backport Bot) [RHEL-115599]
- seg6: Fix validation of nexthop addresses (CKI Backport Bot) [RHEL-115599]
- platform/x86:intel/vsec: Change return type of intel_vsec_register (Steve Best) [RHEL-110838]
- platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core (Steve Best) [RHEL-110838]
- platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM Telemetry (Steve Best) [RHEL-110838]
- platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM Telemetry (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Improve pmc_core_get_lpm_req() (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Move error handling to init function (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Use devm for mutex_init (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Remove unneeded io operations (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Remove unneeded header file inclusion (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Convert index variables to be unsigned (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Move PMC devid to core.h (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry (Steve Best) [RHEL-110838]
- platform/x86:intel/pmc: Move PMC Core related functions (Steve Best) [RHEL-110838]
- scsi: target: core: Generate correct identifiers for PR OUT transport IDs (Maurizio Lombardi) [RHEL-111938]
- scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port() (Maurizio Lombardi) [RHEL-111938]
- scsi: target: core: Constify struct target_opcode_descriptor (Maurizio Lombardi) [RHEL-111938]
- scsi: target: core: Constify enabled() in struct target_opcode_descriptor (Maurizio Lombardi) [RHEL-111938]
- scsi: target: Move delayed/ordered tracking to per CPU (Maurizio Lombardi) [RHEL-111938]
- scsi: target: Move I/O path stats to per CPU (Maurizio Lombardi) [RHEL-111938]
- scsi: target: Remove size arguments when calling strscpy() (Maurizio Lombardi) [RHEL-111938]
- scsi: target: iscsi: Fix timeout on deleted connection (Maurizio Lombardi) [RHEL-111938]
- scsi: target: tcm_loop: Fix wrong abort tag (Maurizio Lombardi) [RHEL-111938]
- scsi: target: Replace deprecated strncpy() with strscpy() (Maurizio Lombardi) [RHEL-111938]
- scsi: target: iscsi: Fix typos (Maurizio Lombardi) [RHEL-111938]
- scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (Maurizio Lombardi) [RHEL-111938]
- scsi: target: spc: Fix RSOC parameter data header size (Maurizio Lombardi) [RHEL-111938]
- scsi: target: core: Add line break to status show (Maurizio Lombardi) [RHEL-111938]
- scsi: target: Remove unused functions (Maurizio Lombardi) [RHEL-111938]
- ice: don't leave device non-functional if Tx scheduler config fails (Petr Oros) [RHEL-106471]
- drm/amdgpu: Include sdma_4_4_4.bin (Peter Colberg) [RHEL-117567]
- redhat: use new x86/aarch64 signing key (801/804) (Jan Stancek) [RHEL-116728]
Resolves: RHEL-111938, RHEL-108683, RHEL-115599, RHEL-97177, RHEL-101175, RHEL-106471, RHEL-110838, RHEL-118459, RHEL-115575
Signed-off-by: Scott Weaver <scweaver@redhat.com>
91 lines
2.8 KiB
Makefile
91 lines
2.8 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 = 141
|
|
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# Automotive
|
|
# ----------
|
|
#
|
|
# Represents the major and minor release used by automotive.
|
|
# Primarily this is used to to identify the build target when
|
|
# building the kernel-automotive packages.
|
|
AUTOMOTIVE_MAJOR = 2
|
|
AUTOMOTIVE_MINOR = 0
|