* Fri Dec 19 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-654.el9] - x86/cpu: Rename and move CPU model entry for Diamond Rapids (David Arcari) [RHEL-129861] - x86/CPU/AMD: Prevent reset reasons from being retained across reboot (CKI Backport Bot) [RHEL-129867] - selftests/bpf: Clobber a lot of registers in tailcall_bpf2bpf_hierarchy tests (Gregory Bell) [RHEL-102718] - s390/bpf: Write back tail call counter for BPF_TRAMP_F_CALL_ORIG (Gregory Bell) [RHEL-102718] - s390/bpf: Write back tail call counter for BPF_PSEUDO_CALL (Gregory Bell) [RHEL-102718] - s390/bpf: Do not write tail call counter into helper and kfunc frames (Gregory Bell) [RHEL-102718] - s390/bpf: Describe the frame using a struct instead of constants (Gregory Bell) [RHEL-102718] - s390/bpf: Centralize frame offset calculations (Gregory Bell) [RHEL-102718] - s390/bpf: Use kernel's expoline thunks (Gregory Bell) [RHEL-102718] - s390/bpf: Add macros for calling external functions (Gregory Bell) [RHEL-102718] - bnxt_en: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() (Shruti Parab) [RHEL-108695] - bnxt_en: correct offset handling for IPv6 destination address (Shruti Parab) [RHEL-108695] - bnxt_en: Implement ethtool .set_tunable() for ETHTOOL_PFC_PREVENTION_TOUT (Shruti Parab) [RHEL-108695] - bnxt_en: Implement ethtool .get_tunable() for ETHTOOL_PFC_PREVENTION_TOUT (Shruti Parab) [RHEL-108695] - bnxt_en: Use VLAN_ETH_HLEN when possible (Shruti Parab) [RHEL-108695] - bnxt_en: Support for RoCE resources dynamically shared within VFs. (Shruti Parab) [RHEL-108695] - bnxt_en: Add err_qpc backing store handling (Shruti Parab) [RHEL-108695] - bnxt_en: hsi: Update FW interface to 1.10.3.133 (Shruti Parab) [RHEL-108695] - bnxt_en: Add fw log trace support for 5731X/5741X chips (Shruti Parab) [RHEL-108695] - bnxt_en: Improve bnxt_backing_store_cfg_v2() (Shruti Parab) [RHEL-108695] - bnxt_en: Optimize bnxt_sriov_disable() (Shruti Parab) [RHEL-108695] - bnxt_en: Remove unnecessary VF check in bnxt_hwrm_nvm_req() (Shruti Parab) [RHEL-108695] - bnxt_en: Drop redundant if block in bnxt_dl_flash_update() (Shruti Parab) [RHEL-108695] - bnxt_en: fix incorrect page count in RX aggr ring log (Shruti Parab) [RHEL-108695] - bnxt_en: Fix stats context reservation logic (Shruti Parab) [RHEL-108695] - bnxt_en: Adjust TX rings if reservation is less than requested (Shruti Parab) [RHEL-108695] - bnxt_en: Fix memory corruption when FW resources change during ifdown (Shruti Parab) [RHEL-108695] - bnxt_en: Add Hyper-V VF ID (Shruti Parab) [RHEL-108695] - bnxt_en: Add pcie_ctx_v2 support for ethtool -d (Shruti Parab) [RHEL-108695] - bnxt_en: Add pcie_stat_len to struct bp (Shruti Parab) [RHEL-108695] - bnxt_en: Refactor bnxt_get_regs() (Shruti Parab) [RHEL-108695] - bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.h (Shruti Parab) [RHEL-108695] - bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT (Shruti Parab) [RHEL-108695] - bnxt_en: Fix DCB ETS validation (Shruti Parab) [RHEL-108695] - bnxt_en: eliminate the compile warning in bnxt_request_irq due to CONFIG_RFS_ACCEL (Shruti Parab) [RHEL-108695] - bnxt: properly flush XDP redirect lists (Shruti Parab) [RHEL-108695] - bnxt_en: Improve comment wording and error return code (Shruti Parab) [RHEL-108695] - bnxt_en: Update MRU and RSS table of RSS contexts on queue reset (Shruti Parab) [RHEL-108695] - bnxt_en: Add a helper function to configure MRU and RSS (Shruti Parab) [RHEL-108695] - bnxt_en: Fix double invocation of bnxt_ulp_stop()/bnxt_ulp_start() (Shruti Parab) [RHEL-108695] Resolves: RHEL-102718, RHEL-108695, RHEL-129861, RHEL-129867 Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
38 lines
1.4 KiB
Makefile
38 lines
1.4 KiB
Makefile
RHEL_MAJOR = 9
|
|
RHEL_MINOR = 8
|
|
|
|
#
|
|
# 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 = 654
|
|
|
|
#
|
|
# 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
|