kernel/Makefile.rhelver
Augusto Caringi 14289bccd3 kernel-5.14.0-575.el9
* Mon Mar 24 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-575.el9]
- PCI/bwctrl: Fix NULL pointer deref on unbind and bind (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Enable only if more than one speed is supported (Myron Stowe) [RHEL-81906]
- PCI: Honor Max Link Speed when determining supported speeds (Myron Stowe) [RHEL-81906]
- PCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarations (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link Speed (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller (Myron Stowe) [RHEL-81906]
- PCI: Abstract LBMS seen check into pcie_lbms_seen() (Myron Stowe) [RHEL-81906]
- PCI: Refactor pcie_update_link_speed() (Myron Stowe) [RHEL-81906]
- PCI: Store all PCIe Supported Link Speeds (Myron Stowe) [RHEL-81906]
- PCI: Protect Link Control 2 Register with RMW locking (Myron Stowe) [RHEL-81906]
- Documentation PCI: Reformat RMW ops documentation (Myron Stowe) [RHEL-81906]
- thermal/of: Fix cdev lookup in thermal_of_should_bind() (David Arcari) [RHEL-79821]
- thermal: of: Simplify thermal_of_should_bind with scoped for each OF child (David Arcari) [RHEL-79821]
- thermal: intel: Fix compile issue when CONFIG_NET is not defined (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake power floor and workload hint support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake DLVR support (David Arcari) [RHEL-79821]
- thermal: intel: Remove explicit user_space governor selection (David Arcari) [RHEL-79821]
- ACPI: DPTF: Support Panther Lake (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake (David Arcari) [RHEL-79821]
- thermal: int3400: Remove unneeded data_vault attribute_group (David Arcari) [RHEL-79821]
- thermal: int3400: Fix reading of current_uuid for active policy (David Arcari) [RHEL-79821]
- x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Add MMIO RAPL PL4 support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support (David Arcari) [RHEL-79821]
- finally take no_llseek out [partial] (David Arcari) [RHEL-79821]
- thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model defines (David Arcari) [RHEL-79821]
- thermal: intel: intel_pch: Improve cooling log (David Arcari) [RHEL-79821]
- x86/cpu/topology: Remove topology_max_die_per_package() (David Arcari) [RHEL-79821]
- x86/cpu/topology: Rename topology_max_die_per_package() [partial] (David Arcari) [RHEL-79821]
- arch/powerpc/perf: Update get_mem_data_src function to use saved values of sier and mmcra regs (Mamatha Inamdar) [RHEL-80602]
- arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (Mamatha Inamdar) [RHEL-80602]
- certs: Add ECDSA signature verification self-test (Herbert Xu) [RHEL-81929]
- certs: Move RSA self-test data to separate file (Herbert Xu) [RHEL-81929]
- certs: Break circular dependency when selftest is modular (Herbert Xu) [RHEL-81929]
- KEYS: Include linux/errno.h in linux/verification.h (Herbert Xu) [RHEL-81929]
- crypto: certs: fix FIPS selftest dependency (Herbert Xu) [RHEL-81929]
- certs: Add support for using elliptic curve keys for signing modules (Herbert Xu) [RHEL-81929]
- certs: Trigger creation of RSA module signing key if it's not an RSA key (Herbert Xu) [RHEL-81929]
- dpll: add clock quality level attribute and op (Petr Oros) [RHEL-77838]
- tpm: Change to kvalloc() in eventlog/acpi.c (CKI Backport Bot) [RHEL-81489] {CVE-2024-58005}
- selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (Rafael Aquini) [RHEL-74363]
- vrf: use RCU protection in l3mdev_l3_out() (Guillaume Nault) [RHEL-81542] {CVE-2025-21791}
- smb: client: fix regression with guest option (Paulo Alcantara) [RHEL-83858]
Resolves: RHEL-74363, RHEL-77838, RHEL-79821, RHEL-80602, RHEL-81489, RHEL-81542, RHEL-81906, RHEL-81929, RHEL-83858

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-03-24 18:33:48 -03:00

68 lines
2.3 KiB
Makefile

RHEL_MAJOR = 9
RHEL_MINOR = 7
#
# 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 = 575
#
# 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