kernel-5.14.0-627.el9

* 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>
This commit is contained in:
CKI KWF Bot 2025-10-21 08:38:20 +00:00
parent f01a631720
commit 8f4f90aa4e
4 changed files with 111 additions and 8 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 8
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 626
RHEL_RELEASE = 627
#
# ZSTREAM

View File

@ -1,3 +1,55 @@
* 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
* Fri Oct 17 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-626.el9]
- redhat: rpminspect: update emptyrpm list for kernel variants (Alexandra Hájková)
- vsock/virtio: Validate length in packet header before skb_put() (Jon Maloy) [RHEL-114300] {CVE-2025-39718}

View File

@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 626
%define pkgrelease 627
%define kversion 5
%define tarfile_release 5.14.0-626.el9
%define tarfile_release 5.14.0-627.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 626%{?buildid}%{?dist}
%define specrelease 627%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-626.el9
%define kabiversion 5.14.0-627.el9
#
# End of genspec.sh variables
@ -3684,6 +3684,57 @@ fi
#
#
%changelog
* 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]
* Fri Oct 17 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-626.el9]
- redhat: rpminspect: update emptyrpm list for kernel variants (Alexandra Hájková)
- vsock/virtio: Validate length in packet header before skb_put() (Jon Maloy) [RHEL-114300] {CVE-2025-39718}

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-626.el9.tar.xz) = fe05e7df4f57c1e279031f545ce1b6168a26fa708c3c11ca1b0ab97b4376d2fd405b315c4465780205cf2f20786d001e285a3bcad2886ee569a901cec6edc9a7
SHA512 (kernel-abi-stablelists-5.14.0-626.el9.tar.bz2) = 33d41961e03276ac97de15aabef43ff2184cd7eac16bc82209238e5e34acc87cd82f6b39a785fa744880c6d2885cbf73db7de692fdc491da9dd5f085fbb4afd1
SHA512 (kernel-kabi-dw-5.14.0-626.el9.tar.bz2) = f9296dd49d54e10cf429a9ea3aedcc37adc910f426078c831fe0ae1681253ec004ace691d86fce4b980ae9199521eee94374cd5385add1e912e187d9b2783dc9
SHA512 (linux-5.14.0-627.el9.tar.xz) = b2370c082157a4c8f873eeac8a22efdd8a034fc960bb35e64dac668bd0e248f480c432f8a74ae5928eb4c66289365b697adb5a207f6e30f7094835503f7c4c67
SHA512 (kernel-abi-stablelists-5.14.0-627.el9.tar.bz2) = 161af0e5dc7c76a3fd207686a5a750ec6fe71ec01fbc620342f56d2bc2a6ddb04048094f62e4c3d3e53cdc169473f0c35f2a2d09202705a563bc1c94678083de
SHA512 (kernel-kabi-dw-5.14.0-627.el9.tar.bz2) = 0a9710400b727f3821fd722ad5fa95d4fe14014732513f7fcca6ad83f5017cb8378e7fa70fa97b4bc4204627f6d05ec17a09a52c75a5acbfc5d81409842060c4