* Tue Oct 21 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-627.el9]
- pstore/ram: Check start of empty przs during init (CKI Backport Bot) [RHEL-122069] {CVE-2023-53331}
- NFSv4: handle ERR_GRACE on delegation recalls (Scott Mayhew) [RHEL-115855]
- nfsd: nfserr_jukebox in nlm_fopen should lead to a retry (Scott Mayhew) [RHEL-115855]
- nfsd: unregister with rpcbind when deleting a transport (Scott Mayhew) [RHEL-115855]
- nfsd: decouple the xprtsec policy check from check_nfsd_access() (Scott Mayhew) [RHEL-115855]
- NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock() (Scott Mayhew) [RHEL-115855]
- NFS: nfs_invalidate_folio() must observe the offset and size arguments (Scott Mayhew) [RHEL-115855]
- NFSv4.2: Serialise O_DIRECT i/o and copy range (Scott Mayhew) [RHEL-115855]
- NFSv4.2: Serialise O_DIRECT i/o and clone range (Scott Mayhew) [RHEL-115855]
- NFSv4.2: Serialise O_DIRECT i/o and fallocate() (Scott Mayhew) [RHEL-115855]
- NFS: Serialise O_DIRECT i/o and truncate() (Scott Mayhew) [RHEL-115855]
- nfsd: don't set the ctime on delegated atime updates (Scott Mayhew) [RHEL-115855]
- nexthop: Forbid FDB status change while nexthop is in a group (Guillaume Nault) [RHEL-115625]
- ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() (Guillaume Nault) [RHEL-115625]
- net: drop UFO packets in udp_rcv_segment() (Paolo Abeni) [RHEL-115651]
- udp: Fix multiple wraparounds of sk->sk_rmem_alloc. (Paolo Abeni) [RHEL-115651]
- udp: annotate data-race in __udp_enqueue_schedule_skb() (Paolo Abeni) [RHEL-115651]
- ucount: fix atomic_long_inc_below() argument type (Joel Savitz) [RHEL-119037]
- timens: Add struct seq_file forward declaration (Joel Savitz) [RHEL-119037]
- timekeeping: Kill percpu.h dependency (Joel Savitz) [RHEL-119037]
- ucounts: fix counter leak in inc_rlimit_get_ucounts() (Joel Savitz) [RHEL-119037]
- userns: eliminate many kernel-doc warnings (Joel Savitz) [RHEL-119037]
- userns: fix a struct's kernel-doc notation (Joel Savitz) [RHEL-119037]
- nsfs: repair kernel-doc for ns_match() (Joel Savitz) [RHEL-119037]
- nsfs: add compat ioctl handler (Joel Savitz) [RHEL-119037]
- broadcom: fix support for PTP_EXTTS_REQUEST2 ioctl (Petr Oros) [RHEL-115041]
- broadcom: fix support for PTP_PEROUT_DUTY_CYCLE (Petr Oros) [RHEL-115041]
- net: ptp: introduce .supported_perout_flags to ptp_clock_info (Petr Oros) [RHEL-115041]
- net: ptp: introduce .supported_extts_flags to ptp_clock_info (Petr Oros) [RHEL-115041]
- broadcom: fix supported flag check in periodic output function (Petr Oros) [RHEL-115041]
- renesas: reject PTP_STRICT_FLAGS as unsupported (Petr Oros) [RHEL-115041]
- sched/deadline: Don't count nr_running for dl_server proxy tasks (Phil Auld) [RHEL-110303]
- sched/deadline: Fix RT task potential starvation when expiry time passed (Phil Auld) [RHEL-110303]
- sched/debug: Print the local group's asym_prefer_cpu (Phil Auld) [RHEL-110303]
- cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings change (Phil Auld) [RHEL-110303]
- sched/topology: Introduce sched_update_asym_prefer_cpu() (Phil Auld) [RHEL-110303]
- sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu (Phil Auld) [RHEL-110303]
- sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails (Phil Auld) [RHEL-110303]
- sched/numa: fix task swap by skipping kernel threads (Phil Auld) [RHEL-110303]
- sched/numa: add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning (Phil Auld) [RHEL-110303]
- sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.mems (Phil Auld) [RHEL-110303]
- sched/fair: Allow decaying util_est when util_avg > CPU capa (Phil Auld) [RHEL-110303]
- sched/topology: Refinement to topology_span_sane speedup (Phil Auld) [RHEL-110303]
- sched/topology: improve topology_span_sane speed (Phil Auld) [RHEL-110303]
- sched/uclamp: Optimize sched_uclamp_used static key enabling (Phil Auld) [RHEL-110303]
- sched/uclamp: Use the uclamp_is_used() helper instead of open-coding it (Phil Auld) [RHEL-110303]
- sched/core: Remove duplicate included header file stats.h (Phil Auld) [RHEL-110303]
- sched: Add unlikey branch hints to several system calls (Phil Auld) [RHEL-110303]
- sched/fair: Refactor can_migrate_task() to elimate looping (Phil Auld) [RHEL-110303]
Resolves: RHEL-110303, RHEL-115041, RHEL-115625, RHEL-115651, RHEL-115855, RHEL-119037, RHEL-122069
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 = 627
|
|
|
|
#
|
|
# 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
|