kernel/Makefile.rhelver
Jan Stancek f55a4fba99 kernel-5.14.0-592.el9
* Thu Jun 05 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-592.el9]
- drm: remove driver date from struct drm_driver and all drivers (Robert Foss) [RHEL-75950]
- overflow: Introduce overflows_type() and castable_to_type() (Robert Foss) [RHEL-75950]
- ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdata (Robert Foss) [RHEL-75950]
- ASoC: hdmi-codec: pass data to get_dai_id too (Robert Foss) [RHEL-75950]
- kfifo: fix typos in kernel-doc (Robert Foss) [RHEL-75950]
- kfifo: add kfifo_dma_out_prepare_mapped() (Robert Foss) [RHEL-75950]
- kfifo: pass offset to setup_sgl_buf() instead of a pointer (Robert Foss) [RHEL-75950]
- kfifo: rename l to len_to_end in setup_sgl() (Robert Foss) [RHEL-75950]
- kfifo: remove support for physically non-contiguous memory (Robert Foss) [RHEL-75950]
- kfifo: add kfifo_out_linear{,_ptr}() (Robert Foss) [RHEL-75950]
- kfifo: introduce and use kfifo_skip_count() (Robert Foss) [RHEL-75950]
- kfifo: drop __kfifo_dma_out_finish_r() (Robert Foss) [RHEL-75950]
- arm64/efistub: Clean up KASLR logic (Lenny Szubowicz) [RHEL-33066]
- efi/libstub: Cast away type warning in use of max() (Lenny Szubowicz) [RHEL-33066]
- efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher address (Lenny Szubowicz) [RHEL-33066]
- x86/efistub: Remap kernel text read-only before dropping NX attribute (Lenny Szubowicz) [RHEL-33066]
- x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR (Lenny Szubowicz) [RHEL-33066]
- x86/efistub: Give up if memory attribute protocol returns an error (Lenny Szubowicz) [RHEL-33066]
- libstub: Fix compilation warning for rv32 (Lenny Szubowicz) [RHEL-33066]
- arm64: libstub: Move KASLR handling functions to kaslr.c (Lenny Szubowicz) [RHEL-33066]
- crypto: tegra - Fix IV usage for AES ECB (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Fix format specifier in (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Use HMAC fallback when keyslots are full (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Reserve keyslots to allocate dynamically (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Set IV to NULL explicitly for AES ECB (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Fix CMAC intermediate result handling (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Fix HASH intermediate result handling (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Transfer HASH init function to crypto engine (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - check return value for hash do_one_req (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - finalize crypto req on error (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Do not use fixed size buffers (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Use separate buffer for setkey (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - remove unneeded crypto_engine_stop() call (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - remove redundant error check on ret (Marcin Juszkiewicz) [RHEL-83268]
- crypto: engine - Remove prepare/unprepare request (Marcin Juszkiewicz) [RHEL-83268]
- crypto: iaa - Do not clobber req->base.data (Vladis Dronov) [RHEL-87768]
- crypto: iaa - Move compression CRC into request object (Vladis Dronov) [RHEL-87768]
- crypto: iaa - Test the correct request flag (Vladis Dronov) [RHEL-87768]
- MAINTAINERS: Add Vinicius Gomes to MAINTAINERS for IAA Crypto (Vladis Dronov) [RHEL-87768]
- crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async' (Vladis Dronov) [RHEL-87768]
- scsi: target: iscsi: Fix timeout on deleted connection (Maurizio Lombardi) [RHEL-93481]
- scsi: target: tcm_loop: Fix wrong abort tag (Maurizio Lombardi) [RHEL-93481]
- scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Maurizio Lombardi) [RHEL-93481]
- scsi: target: Replace deprecated strncpy() with strscpy() (Maurizio Lombardi) [RHEL-93481]
- scsi: target: iscsi: Fix typos (Maurizio Lombardi) [RHEL-93481]
- scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (Maurizio Lombardi) [RHEL-93481]
- scsi: target: spc: Fix RSOC parameter data header size (Maurizio Lombardi) [RHEL-93481]
- scsi: target: core: Add line break to status show (Maurizio Lombardi) [RHEL-93481]
- scsi: target: tcmu: Constify some structures (Maurizio Lombardi) [RHEL-93481]
- scsi: target: Fix incorrect function name in pscsi_create_type_disk() (Maurizio Lombardi) [RHEL-93481]
Resolves: RHEL-33066, RHEL-75950, RHEL-83268, RHEL-87768, RHEL-93481

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2025-06-05 22:58:43 +02: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 = 592
#
# 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