* Fri Jan 09 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-658.el9]
- powerpc/64s/slb: Fix SLB multihit issue during SLB preload (Mamatha Inamdar) [RHEL-104980]
- KVM: arm64: Guard PMSCR_EL1 initialization with SPE presence check (Cornelia Huck) [RHEL-131243]
- KVM: arm64: nv: Don't advance PC when pending an SVE exception (Cornelia Huck) [RHEL-131243]
- KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibility (Cornelia Huck) [RHEL-131243]
- KVM: arm64: Fix kvm_vcpu_{set,is}_be() to deal with EL2 state (Cornelia Huck) [RHEL-131243]
- rtla/timerlat_bpf: Stop tracing on user latency (Tomas Glozar) [RHEL-125445]
- cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request() (David Arcari) [RHEL-129862]
- dpll: zl3073x: Specify phase adjustment granularity for pins (Ivan Vecera) [RHEL-129505]
- dlm: check for undefined release_option values (Alexander Aring) [RHEL-127940]
- dlm: handle release_option as unsigned (Alexander Aring) [RHEL-127940]
- dlm: handle invalid lockspace member remove (Alexander Aring) [RHEL-127940]
- dlm: add new flag DLM_RELEASE_RECOVER for dlm_lockspace_release (Alexander Aring) [RHEL-127940]
- dlm: add new configfs entry release_recover for lockspace members (Alexander Aring) [RHEL-127940]
- dlm: add new RELEASE_RECOVER uevent attribute for release_lockspace (Alexander Aring) [RHEL-127940]
- dlm: use defines for force values in dlm_release_lockspace (Alexander Aring) [RHEL-127940]
- dlm: check for defined force value in dlm_lockspace_release (Alexander Aring) [RHEL-127940]
- dlm: disallow different configs nodeid storages (Alexander Aring) [RHEL-127940]
- dlm: prevent NPD when writing a positive value to event_done (Alexander Aring) [RHEL-127940] {CVE-2025-23131}
- bits: introduce fixed-type BIT_U*() (José Expósito) [RHEL-125803]
- bits: introduce fixed-type GENMASK_U*() (José Expósito) [RHEL-125803]
- bits: add comments and newlines to #if, #else and #endif directives (José Expósito) [RHEL-125803]
- linux/bits.h: simplify GENMASK_INPUT_CHECK() (José Expósito) [RHEL-125803]
- compiler.h: add const_true() (José Expósito) [RHEL-125803]
- iopoll: Generalize read_poll_timeout() into poll_timeout_us() (José Expósito) [RHEL-125803]
- PM: hibernate: Fix pm_hibernation_mode_is_suspend() build breakage (José Expósito) [RHEL-125803]
- PM: hibernate: Add pm_hibernation_mode_is_suspend() (José Expósito) [RHEL-125803]
- overflow: add range_overflows() and range_end_overflows() (José Expósito) [RHEL-125803]
- list: add list_last_entry_or_null() (José Expósito) [RHEL-125803]
- redhat: Temporary stop adding 'kernel' component to SBAT (Li Tian) [RHEL-124584]
- redhat: Switch to implicit enablement of CONFIG_EFI_SBAT_FILE (Li Tian) [RHEL-124584]
- redhat: Add SBAT information to Linux kernel (Li Tian) [RHEL-124584]
- x86/efi: Implement support for embedding SBAT data for x86 (Li Tian) [RHEL-124584]
- efi: Fix .data section size calculations when .sbat is present (Li Tian) [RHEL-124584]
- efi: Drop preprocessor directives from zboot.lds (Li Tian) [RHEL-124584]
- efi: zboot specific mechanism for embedding SBAT section (Li Tian) [RHEL-124584]
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available (David Thompson) [RHEL-104015]
- mlxbf_gige: emit messages during open and probe failures (David Thompson) [RHEL-104015]
- mlxbf_gige: disable RX filters until RX path initialized (David Thompson) [RHEL-104015]
- mlxbf_gige: add support to display pause frame counters (David Thompson) [RHEL-104015]
Resolves: RHEL-104015, RHEL-104980, RHEL-124584, RHEL-125445, RHEL-125803, RHEL-127940, RHEL-129505, RHEL-129862, RHEL-131243
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 = 658
|
|
|
|
#
|
|
# 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
|