* Thu Jul 02 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-721.el9]
- watchdog: Fix NULL pointer dereference when releasing cdev (David Arcari) [RHEL-189449]
- fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath (CKI Backport Bot) [RHEL-189496] {CVE-2026-43112}
- arch_topology: Provide a stub topology_core_has_smt() for !CONFIG_GENERIC_ARCH_TOPOLOGY (Mark Salter) [RHEL-143322]
- perf: arm_pmuv3: Don't use PMCCNTR_EL0 on SMT cores (Mark Salter) [RHEL-143322]
- perf: arm_pmu: Move PMUv3-specific data (Mark Salter) [RHEL-143322]
- perf: arm_pmuv3: Factor out PMCCNTR_EL0 use conditions (Mark Salter) [RHEL-143322]
- scsi: core: Run queues for all non-SDEV_DEL devices from scsi_run_host_queues (David Jeffery) [RHEL-118669]
- ip6_tunnel: clear skb2->cb[] in ip4ip6_err() (Guillaume Nault) [RHEL-172647] {CVE-2026-43037}
- blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests() (Ming Lei) [RHEL-165529]
- block: use trylock to avoid lockdep circular dependency in sysfs (Ming Lei) [RHEL-165529]
- block: define alloc_sched_data and free_sched_data methods for kyber (Ming Lei) [RHEL-165529]
- block: use {alloc|free}_sched data methods (Ming Lei) [RHEL-165529]
- block: introduce alloc_sched_data and free_sched_data elevator methods (Ming Lei) [RHEL-165529]
- block: move elevator tags into struct elevator_resources (Ming Lei) [RHEL-165529]
- block: unify elevator tags and type xarrays into struct elv_change_ctx (Ming Lei) [RHEL-165529]
- blk-mq: remove blk_mq_tag_update_depth() (Ming Lei) [RHEL-165529]
- blk-mq: fix potential deadlock while nr_requests grown (Ming Lei) [RHEL-165529]
- blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags() (Ming Lei) [RHEL-165529]
- blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests() (Ming Lei) [RHEL-165529]
- blk-mq: cleanup shared tags case in blk_mq_update_nr_requests() (Ming Lei) [RHEL-165529]
- blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock (Ming Lei) [RHEL-165529]
- blk-mq: check invalid nr_requests in queue_requests_store() (Ming Lei) [RHEL-165529]
- blk-mq: remove useless checkings in blk_mq_update_nr_requests() (Ming Lei) [RHEL-165529]
- blk-mq: remove useless checking in queue_requests_store() (Ming Lei) [RHEL-165529]
- tick/nohz: Expose housekeeping CPUs in sysfs (Waiman Long) [RHEL-143910]
- kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count (Waiman Long) [RHEL-143910]
- kernel/watchdog: add /sys/kernel/{hard,soft}lockup_count (Waiman Long) [RHEL-143910]
- watchdog: move softlockup_panic back to early_param (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check() (Waiman Long) [RHEL-143910]
- nmi_backtrace: allow excluding an arbitrary CPU (Waiman Long) [RHEL-143910]
- powerpc: move arch_trigger_cpumask_backtrace from nmi.h to irq.h (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy() (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails (Waiman Long) [RHEL-143910]
- watchdog/perf: adapt the watchdog_perf interface for async model (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: rename some "NMI watchdog" constants/function (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check() (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlockup() (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c (Waiman Long) [RHEL-143910]
- watchdog/perf: rename watchdog_hld.c to watchdog_perf.c (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: add comments to touch_nmi_watchdog() (Waiman Long) [RHEL-143910]
- watchdog/hardlockup: change watchdog_nmi_enable() to void (Waiman Long) [RHEL-143910]
- watchdog: remove WATCHDOG_DEFAULT (Waiman Long) [RHEL-143910]
- watchdog/perf: more properly prevent false positives with turbo modes (Waiman Long) [RHEL-143910]
- lib/Kconfig.debug: remove more CONFIG_..._VALUE indirections (Waiman Long) [RHEL-143910]
Resolves: RHEL-118669, RHEL-143322, RHEL-143910, RHEL-165529, RHEL-172647, RHEL-189449, RHEL-189496
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 = 9
|
|
|
|
#
|
|
# 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 = 721
|
|
|
|
#
|
|
# 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
|