* Wed Jan 22 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-44.el10] - s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() (Mete Durlu) [RHEL-74386] - redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296] - powerpc/pseries/iommu: Don't unset window if it was never set (Mamatha Inamdar) [RHEL-74222] - selftests: net: local_termination: require mausezahn (CKI Backport Bot) [RHEL-74034] - selftests: openvswitch: fix tcpdump execution (CKI Backport Bot) [RHEL-74034] - selftests: rds: move test.py to TEST_FILES (CKI Backport Bot) [RHEL-74034] - selftests: netfilter: Fix missing return values in conntrack_dump_flush (CKI Backport Bot) [RHEL-74034] - selftests: net: include lib/sh/*.sh with lib.sh (CKI Backport Bot) [RHEL-74034] - selftests: tls: add a selftest for wrapping rec_seq (CKI Backport Bot) [RHEL-74034] - selftests: ETS: Use defer for test cleanup (CKI Backport Bot) [RHEL-74034] - selftests: TBF: Use defer for test cleanup (CKI Backport Bot) [RHEL-74034] - selftests: RED: Use defer for test cleanup (CKI Backport Bot) [RHEL-74034] - selftests: forwarding: lib: Allow passing PID to stop_traffic() (CKI Backport Bot) [RHEL-74034] - selftests: forwarding: Add a fallback cleanup() (CKI Backport Bot) [RHEL-74034] - selftests: net: lib: Introduce deferred commands (CKI Backport Bot) [RHEL-74034] - selftests: net: move EXTRA_CLEAN of libynl.a into ynl.mk (CKI Backport Bot) [RHEL-74034] - selftests: net: rebuild YNL if dependencies changed (CKI Backport Bot) [RHEL-74034] - ipmr: tune the ipmr_can_free_table() checks. (CKI Backport Bot) [RHEL-74037] - ipmr: fix build with clang and DEBUG_NET disabled. (CKI Backport Bot) [RHEL-74037] - net/ipv6: release expired exception dst cached in socket (CKI Backport Bot) [RHEL-74037] - ipv6: avoid possible NULL deref in modify_prefix_route() (CKI Backport Bot) [RHEL-74037] - ipmr: fix tables suspicious RCU usage (CKI Backport Bot) [RHEL-74037] - ip6mr: fix tables suspicious RCU usage (CKI Backport Bot) [RHEL-74037] - ipmr: add debug check for mr table cleanup (CKI Backport Bot) [RHEL-74037] - selftests/rtnetlink.sh: add mngtempaddr test (CKI Backport Bot) [RHEL-74037] - ipv6: Fix soft lockups in fib6_select_path under high next hop churn (CKI Backport Bot) [RHEL-74037] - selftests: net: really check for bg process completion (CKI Backport Bot) [RHEL-74037] - ipv6: release nexthop on device removal (CKI Backport Bot) [RHEL-74037] - ipv6: switch inet6_acaddr_hash() to less predictable hash (CKI Backport Bot) [RHEL-74037] - ipv6: switch inet6_addr_hash() to less predictable hash (CKI Backport Bot) [RHEL-74037] - ptp: Add error handling for adjfine callback in ptp_clock_adjtime (CKI Backport Bot) [RHEL-74024] - ptp_pch: Replace deprecated PCI functions (CKI Backport Bot) [RHEL-74024] - wireguard: mark as Tech Preview (Hangbin Liu) [RHEL-74327] - nbd: fix partial sending (Ming Lei) [RHEL-74229] - scsi: lpfc: Fix spelling errors 'asynchronously' (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Copyright updates for 14.4.0.6 patches (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Update lpfc version to 14.4.0.6 (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callback (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Add cleanup of nvmels_wq after HBA reset (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flag (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod paths (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrs (Dick Kennedy) [RHEL-61740] - scsi: lpfc: Modify CGN warning signal calculation based on EDC response (Dick Kennedy) [RHEL-61740] - md: reintroduce md-linear (Nigel Croxon) [RHEL-74142] - Revert "readahead: properly shorten readahead when falling back to do_page_cache_ra()" (Maxim Levitsky) [RHEL-55724 RHEL-56929] {CVE-2024-57839} - i40e: add ability to reset VF for Tx and Rx MDD events (Michal Schmidt) [RHEL-73034] Resolves: RHEL-55724, RHEL-56929, RHEL-61740, RHEL-68296, RHEL-73034, RHEL-74024, RHEL-74034, RHEL-74037, RHEL-74142, RHEL-74222, RHEL-74229, RHEL-74327, RHEL-74386 Signed-off-by: Jan Stancek <jstancek@redhat.com>
81 lines
2.6 KiB
Makefile
81 lines
2.6 KiB
Makefile
RHEL_MAJOR = 10
|
|
RHEL_MINOR = 0
|
|
|
|
#
|
|
# 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 = 44
|
|
|
|
#
|
|
# 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
|