Skip to content

Commit 2f925dd

Browse files
committed
[redhat] kernel-5.14.0-628.el9
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
1 parent 0a6f4a6 commit 2f925dd

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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 = 627
15+
RHEL_RELEASE = 628
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
* Wed Oct 22 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-628.el9]
2+
- s390/qeth: Make hw_trap sysfs attribute idempotent (Mete Durlu) [RHEL-99997]
3+
- scsi: lpfc: Fix buffer free/clear order in deferred receive path (CKI Backport Bot) [RHEL-119116] {CVE-2025-39841}
4+
- cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write() (Waiman Long) [RHEL-107751]
5+
- cgroup/cpuset: Fix a partition error with CPU hotplug (Waiman Long) [RHEL-107751]
6+
- cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key (Waiman Long) [RHEL-107751]
7+
- cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cpumask() (Waiman Long) [RHEL-107751]
8+
- cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks (Waiman Long) [RHEL-107751]
9+
- cgroup/cpuset: Fix obsolete comment in cpuset_css_offline() (Waiman Long) [RHEL-107751]
10+
- cgroup/cpuset: Always use cpu_active_mask (Waiman Long) [RHEL-107751]
11+
- cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename it (Waiman Long) [RHEL-107751]
12+
- cgroup/cpuset: Don't allow creation of local partition over a remote one (Waiman Long) [RHEL-107751]
13+
- cgroup/cpuset: remove kernfs active break (Waiman Long) [RHEL-107751]
14+
- cgroup/cpuset: Remove stale text (Waiman Long) [RHEL-107751]
15+
- cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing (Waiman Long) [RHEL-107751]
16+
- cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set (Waiman Long) [RHEL-107751]
17+
- do_io_accounting: use sig->stats_lock (Waiman Long) [RHEL-105165]
18+
- do_io_accounting: use __for_each_thread() (Waiman Long) [RHEL-105165]
19+
- procfs: block chmod on /proc/thread-self/comm (Waiman Long) [RHEL-105165]
20+
Resolves: RHEL-105165, RHEL-107751, RHEL-119116, RHEL-99997
21+
122
* Tue Oct 21 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-627.el9]
223
- pstore/ram: Check start of empty przs during init (CKI Backport Bot) [RHEL-122069] {CVE-2023-53331}
324
- NFSv4: handle ERR_GRACE on delegation recalls (Scott Mayhew) [RHEL-115855]

0 commit comments

Comments
 (0)