Skip to content

Commit a1c3831

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-5.14.0-627.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent 8b0f960 commit a1c3831

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 8
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 626
15+
RHEL_RELEASE = 627
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
* Tue Oct 21 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-627.el9]
2+
- pstore/ram: Check start of empty przs during init (CKI Backport Bot) [RHEL-122069] {CVE-2023-53331}
3+
- NFSv4: handle ERR_GRACE on delegation recalls (Scott Mayhew) [RHEL-115855]
4+
- nfsd: nfserr_jukebox in nlm_fopen should lead to a retry (Scott Mayhew) [RHEL-115855]
5+
- nfsd: unregister with rpcbind when deleting a transport (Scott Mayhew) [RHEL-115855]
6+
- nfsd: decouple the xprtsec policy check from check_nfsd_access() (Scott Mayhew) [RHEL-115855]
7+
- NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock() (Scott Mayhew) [RHEL-115855]
8+
- NFS: nfs_invalidate_folio() must observe the offset and size arguments (Scott Mayhew) [RHEL-115855]
9+
- NFSv4.2: Serialise O_DIRECT i/o and copy range (Scott Mayhew) [RHEL-115855]
10+
- NFSv4.2: Serialise O_DIRECT i/o and clone range (Scott Mayhew) [RHEL-115855]
11+
- NFSv4.2: Serialise O_DIRECT i/o and fallocate() (Scott Mayhew) [RHEL-115855]
12+
- NFS: Serialise O_DIRECT i/o and truncate() (Scott Mayhew) [RHEL-115855]
13+
- nfsd: don't set the ctime on delegated atime updates (Scott Mayhew) [RHEL-115855]
14+
- nexthop: Forbid FDB status change while nexthop is in a group (Guillaume Nault) [RHEL-115625]
15+
- ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() (Guillaume Nault) [RHEL-115625]
16+
- net: drop UFO packets in udp_rcv_segment() (Paolo Abeni) [RHEL-115651]
17+
- udp: Fix multiple wraparounds of sk->sk_rmem_alloc. (Paolo Abeni) [RHEL-115651]
18+
- udp: annotate data-race in __udp_enqueue_schedule_skb() (Paolo Abeni) [RHEL-115651]
19+
- ucount: fix atomic_long_inc_below() argument type (Joel Savitz) [RHEL-119037]
20+
- timens: Add struct seq_file forward declaration (Joel Savitz) [RHEL-119037]
21+
- timekeeping: Kill percpu.h dependency (Joel Savitz) [RHEL-119037]
22+
- ucounts: fix counter leak in inc_rlimit_get_ucounts() (Joel Savitz) [RHEL-119037]
23+
- userns: eliminate many kernel-doc warnings (Joel Savitz) [RHEL-119037]
24+
- userns: fix a struct's kernel-doc notation (Joel Savitz) [RHEL-119037]
25+
- nsfs: repair kernel-doc for ns_match() (Joel Savitz) [RHEL-119037]
26+
- nsfs: add compat ioctl handler (Joel Savitz) [RHEL-119037]
27+
- broadcom: fix support for PTP_EXTTS_REQUEST2 ioctl (Petr Oros) [RHEL-115041]
28+
- broadcom: fix support for PTP_PEROUT_DUTY_CYCLE (Petr Oros) [RHEL-115041]
29+
- net: ptp: introduce .supported_perout_flags to ptp_clock_info (Petr Oros) [RHEL-115041]
30+
- net: ptp: introduce .supported_extts_flags to ptp_clock_info (Petr Oros) [RHEL-115041]
31+
- broadcom: fix supported flag check in periodic output function (Petr Oros) [RHEL-115041]
32+
- renesas: reject PTP_STRICT_FLAGS as unsupported (Petr Oros) [RHEL-115041]
33+
- sched/deadline: Don't count nr_running for dl_server proxy tasks (Phil Auld) [RHEL-110303]
34+
- sched/deadline: Fix RT task potential starvation when expiry time passed (Phil Auld) [RHEL-110303]
35+
- sched/debug: Print the local group's asym_prefer_cpu (Phil Auld) [RHEL-110303]
36+
- cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings change (Phil Auld) [RHEL-110303]
37+
- sched/topology: Introduce sched_update_asym_prefer_cpu() (Phil Auld) [RHEL-110303]
38+
- sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu (Phil Auld) [RHEL-110303]
39+
- sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails (Phil Auld) [RHEL-110303]
40+
- sched/numa: fix task swap by skipping kernel threads (Phil Auld) [RHEL-110303]
41+
- sched/numa: add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning (Phil Auld) [RHEL-110303]
42+
- sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.mems (Phil Auld) [RHEL-110303]
43+
- sched/fair: Allow decaying util_est when util_avg > CPU capa (Phil Auld) [RHEL-110303]
44+
- sched/topology: Refinement to topology_span_sane speedup (Phil Auld) [RHEL-110303]
45+
- sched/topology: improve topology_span_sane speed (Phil Auld) [RHEL-110303]
46+
- sched/uclamp: Optimize sched_uclamp_used static key enabling (Phil Auld) [RHEL-110303]
47+
- sched/uclamp: Use the uclamp_is_used() helper instead of open-coding it (Phil Auld) [RHEL-110303]
48+
- sched/core: Remove duplicate included header file stats.h (Phil Auld) [RHEL-110303]
49+
- sched: Add unlikey branch hints to several system calls (Phil Auld) [RHEL-110303]
50+
- sched/fair: Refactor can_migrate_task() to elimate looping (Phil Auld) [RHEL-110303]
51+
Resolves: RHEL-110303, RHEL-115041, RHEL-115625, RHEL-115651, RHEL-115855, RHEL-119037, RHEL-122069
52+
153
* Fri Oct 17 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-626.el9]
254
- redhat: rpminspect: update emptyrpm list for kernel variants (Alexandra Hájková)
355
- vsock/virtio: Validate length in packet header before skb_put() (Jon Maloy) [RHEL-114300] {CVE-2025-39718}

0 commit comments

Comments
 (0)