* Fri Jul 11 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-599.el9]
- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-99806]
- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-99806]
- powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add (Mamatha Inamdar) [RHEL-90597]
- net: page_pool: avoid false positive warning if NAPI was never added (Ivan Vecera) [RHEL-93737]
- page_pool: remove WARN_ON() with OR (Ivan Vecera) [RHEL-93737]
- redhat/configs: enable CONFIG_TCG_SVSM (Stefano Garzarella) [RHEL-87276]
- x86/sev: Register tpm-svsm platform device (Stefano Garzarella) [RHEL-87276]
- tpm: Add SNP SVSM vTPM driver (Stefano Garzarella) [RHEL-87276]
- svsm: Add header with SVSM_VTPM_CMD helpers (Stefano Garzarella) [RHEL-87276]
- x86/sev: Add SVSM vTPM probe/send_command functions (Stefano Garzarella) [RHEL-87276]
- tpm: Make chip->{status,cancel,req_canceled} opt (Stefano Garzarella) [RHEL-87276]
- lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly() (Ming Lei) [RHEL-100485]
- fwctl: Fix repeated device word in log message (Benjamin Poirier) [RHEL-86016]
- mlx5: Create an auxiliary device for fwctl_mlx5 (Benjamin Poirier) [RHEL-86016]
- fwctl/mlx5: Support for communicating with mlx5 fw (Benjamin Poirier) [RHEL-86016]
- fwctl: Add documentation (Benjamin Poirier) [RHEL-86016]
- fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware (Benjamin Poirier) [RHEL-86016]
- taint: Add TAINT_FWCTL (Benjamin Poirier) [RHEL-86016]
- fwctl: FWCTL_INFO to return basic information about the device (Benjamin Poirier) [RHEL-86016]
- fwctl: Basic ioctl dispatch for the character device (Benjamin Poirier) [RHEL-86016]
- fwctl: Add basic structure for a class subsystem with a cdev (Benjamin Poirier) [RHEL-86016]
- scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() (Karan Kumar) [RHEL-90133]
- scsi: fnic: Set appropriate logging level for log message (Karan Kumar) [RHEL-90133]
- scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths (Karan Kumar) [RHEL-90133]
- scsi: fnic: Turn off FDMI ACTIVE flags on link down (Karan Kumar) [RHEL-90133]
- scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out (Karan Kumar) [RHEL-90133]
- Revert "tty/serial: 8250: Sort drivers in Makefile" (Lenny Szubowicz) [RHEL-69911]
- audit: fix suffixed '/' filename matching (Ricardo Robaina) [RHEL-78967 RHEL-90107]
- audit: Use str_yes_no() helper function (Ricardo Robaina) [RHEL-78967]
- audit: Reorganize kerneldoc parameter names (Ricardo Robaina) [RHEL-78967]
- audit: Make use of str_enabled_disabled() helper (Ricardo Robaina) [RHEL-78967]
- audit: use task_tgid_nr() instead of task_pid_nr() (Ricardo Robaina) [RHEL-78967]
- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) [RHEL-94010]
- lib/test_kmod: do not hardcode/depend on any filesystem (Herton R. Krzesinski) [RHEL-94010]
- test_kmod: stop kernel-doc warnings (Herton R. Krzesinski) [RHEL-94010]
- testing: use the copyleft-next-0.3.1 SPDX tag (Herton R. Krzesinski) [RHEL-94010]
- redhat: spec: refresh the License field (Herton R. Krzesinski) [RHEL-94010]
- LICENSES: Add the copyleft-next-0.3.1 license (Herton R. Krzesinski) [RHEL-94010]
- lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB (Herton R. Krzesinski) [RHEL-94010]
- s390/ism: add release function for struct device (Christoph Schlameuss) [RHEL-73486]
- s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH (Christoph Schlameuss) [RHEL-73486]
- s390/netiucv: Switch over to sysfs_emit() (Christoph Schlameuss) [RHEL-73486]
- octeon_ep: Fix host hang issue during device reboot (Kamal Heib) [RHEL-86703]
- sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (CKI Backport Bot) [RHEL-101328] {CVE-2025-38089}
Resolves: RHEL-100485, RHEL-101328, RHEL-69911, RHEL-73486, RHEL-78967, RHEL-86016, RHEL-86703, RHEL-87276, RHEL-90107, RHEL-90133, RHEL-90597, RHEL-93737, RHEL-94010, RHEL-99806
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
68 lines
2.3 KiB
Makefile
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 = 599
|
|
|
|
#
|
|
# 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
|