* Fri Sep 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-615.el9] - ACPI: processor: Rescan "dead" SMT siblings during initialization (David Arcari) [RHEL-113139] - intel_idle: Allow loading ACPI tables for any family (David Arcari) [RHEL-113139] - intel_idle: Update arguments of mwait_idle_with_hints() (David Arcari) [RHEL-113139] - intel_idle: Rescan "dead" SMT siblings during initialization (David Arcari) [RHEL-113139] - x86/smp: PM/hibernate: Split arch_resume_nosmt() (David Arcari) [RHEL-113139] - intel_idle: Use subsys_initcall_sync() for initialization (David Arcari) [RHEL-113139] - intel_idle: Add C1 demotion on/off sysfs knob (David Arcari) [RHEL-113139] - tools/power turbostat: version 2025.09.09 (David Arcari) [RHEL-110614] - tools/power turbostat: Handle non-root legacy-uncore sysfs permissions (David Arcari) [RHEL-110614] - tools/power turbostat: standardize PER_THREAD_PARAMS (David Arcari) [RHEL-110614] - tools/power turbostat: Fix DMR support (David Arcari) [RHEL-110614] - tools/power turbostat: add format "average" for external attributes (David Arcari) [RHEL-110614] - tools/power turbostat: delete GET_PKG() (David Arcari) [RHEL-110614] - tools/power turbostat: probe and display L3 cache topology (David Arcari) [RHEL-110614] - tools/power turbostat: Support more than 64 built-in-counters (David Arcari) [RHEL-110614] - tools/power turbostat.8: Document Totl%%C0, Any%%C0, GFX%%C0, CPUGFX%% columns (David Arcari) [RHEL-110614] - tools/power turbostat: Fix bogus SysWatt for forked program (David Arcari) [RHEL-110614] - tools/power turbostat: Handle cap_get_proc() ENOSYS (David Arcari) [RHEL-110614] - tools/power turbostat: Fix build with musl (David Arcari) [RHEL-110614] - tools/power turbostat: verify arguments to params --show and --hide (David Arcari) [RHEL-110614] - tools/power turbostat: regression fix: --show C1E%% (David Arcari) [RHEL-110614] - tools/power turbostat: version 2025.06.08 (David Arcari) [RHEL-110614] - tools/power turbostat: Add initial support for BartlettLake (David Arcari) [RHEL-110614] - tools/power turbostat: Add initial support for DMR (David Arcari) [RHEL-110614] - tools/power turbostat: Dump RAPL sysfs info (David Arcari) [RHEL-110614] - tools/power turbostat: Avoid probing the same perf counters (David Arcari) [RHEL-110614] - tools/power turbostat: Allow probing RAPL with platform_features->rapl_msrs cleared (David Arcari) [RHEL-110614] - tools/power turbostat: Clean up add perf/msr counter logic (David Arcari) [RHEL-110614] - tools/power turbostat: Introduce add_msr_counter() (David Arcari) [RHEL-110614] - tools/power turbostat: Remove add_msr_perf_counter_() (David Arcari) [RHEL-110614] - tools/power turbostat: Remove add_cstate_perf_counter_() (David Arcari) [RHEL-110614] - tools/power turbostat: Remove add_rapl_perf_counter_() (David Arcari) [RHEL-110614] - tools/power turbostat: Quit early for unsupported RAPL counters (David Arcari) [RHEL-110614] - tools/power turbostat: Always check rapl_joules flag (David Arcari) [RHEL-110614] - tools/power turbostat: Fix AMD package-energy reporting (David Arcari) [RHEL-110614] - tools/power turbostat: Fix RAPL_GFX_ALL typo (David Arcari) [RHEL-110614] - tools/power turbostat: Add Android support for MSR device handling (David Arcari) [RHEL-110614] - tools/power turbostat.8: pm_domain wording fix (David Arcari) [RHEL-110614] - tools/power turbostat.8: fix typo: idle_pct should be pct_idle (David Arcari) [RHEL-110614] Resolves: RHEL-110614, RHEL-113139 Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
68 lines
2.3 KiB
Makefile
68 lines
2.3 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 = 615
|
|
|
|
#
|
|
# 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
|