Skip to content

Commit 0268d0a

Browse files
committed
[redhat] kernel-5.14.0-588.el9
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 72810bd commit 0268d0a

File tree

2 files changed

+106
-1
lines changed

2 files changed

+106
-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 = 7
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 587
15+
RHEL_RELEASE = 588
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
* Mon May 26 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-588.el9]
2+
- scsi: mpt3sas: Fix buffer overflow in mpt3sas_send_mctp_passthru_req() (Chandrakanth Patil) [RHEL-81907]
3+
- scsi: mpt3sas: Mark device strings as nonstring (Chandrakanth Patil) [RHEL-81907]
4+
- scsi: mpt3sas: Fix spelling mistake "receveid" -> "received" (Chandrakanth Patil) [RHEL-81907]
5+
- scsi: mpt3sas: update driver version to 52.100.00.00 (Chandrakanth Patil) [RHEL-81907]
6+
- scsi: mpt3sas: Send a diag reset if target reset fails (Chandrakanth Patil) [RHEL-81907]
7+
- scsi: mpt3sas: Report driver capability as part of IOCINFO command (Chandrakanth Patil) [RHEL-81907]
8+
- scsi: mpt3sas: Add support for MCTP Passthrough commands (Chandrakanth Patil) [RHEL-81907]
9+
- scsi: mpt3sas: Update MPI headers to 02.00.62 version (Chandrakanth Patil) [RHEL-81907]
10+
- scsi: mpt3sas: Fix a locking bug in an error path (Chandrakanth Patil) [RHEL-81907]
11+
- scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (Chandrakanth Patil) [RHEL-81907]
12+
- scsi: mpt3sas: Remove unused config functions (Chandrakanth Patil) [RHEL-81907]
13+
- scsi: Constify struct pci_error_handlers (Chandrakanth Patil) [RHEL-81907]
14+
- scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1 (Chandrakanth Patil) [RHEL-81907]
15+
- scsi: mpt3sas: Add details to EEDPTagMode error message (Chandrakanth Patil) [RHEL-81907]
16+
- scsi: mpt3sas: Update driver version to 51.100.00.00 (Chandrakanth Patil) [RHEL-81907]
17+
- scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load time (Chandrakanth Patil) [RHEL-81907]
18+
- Revert "cgroup: Avoid -Wstringop-overflow warnings" (Radostin Stoyanov) [RHEL-80382]
19+
- cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.c (Radostin Stoyanov) [RHEL-80382]
20+
- Revert "selftests/cgroup: Drop define _GNU_SOURCE" (Radostin Stoyanov) [RHEL-80382]
21+
- selftests/cgroup: Fix compile error in test_cpu.c (Radostin Stoyanov) [RHEL-80382]
22+
- configs: enable CPUSETS_V1 on RHEL (Radostin Stoyanov) [RHEL-80382]
23+
- mm: memcg: move soft limit reclaim code to memcontrol-v1.c (Radostin Stoyanov) [RHEL-80382]
24+
- mm: memcg: introduce memcontrol-v1.c (Radostin Stoyanov) [RHEL-80382]
25+
- mm: remove page_cpupid_xchg_last() (Radostin Stoyanov) [RHEL-80382]
26+
- mm: use folio_xchg_last_cpupid() in wp_page_reuse() (Radostin Stoyanov) [RHEL-80382]
27+
- mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folio (Radostin Stoyanov) [RHEL-80382]
28+
- mm: make finish_mkwrite_fault() static (Radostin Stoyanov) [RHEL-80382]
29+
- mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail() (Radostin Stoyanov) [RHEL-80382]
30+
- mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags() (Radostin Stoyanov) [RHEL-80382]
31+
- sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory() (Radostin Stoyanov) [RHEL-80382]
32+
- mm: add folio_xchg_last_cpupid() (Radostin Stoyanov) [RHEL-80382]
33+
- mm: remove xchg_page_access_time() (Radostin Stoyanov) [RHEL-80382]
34+
- mm: huge_memory: use a folio in change_huge_pmd() (Radostin Stoyanov) [RHEL-80382]
35+
- mm: mprotect: use a folio in change_pte_range() (Radostin Stoyanov) [RHEL-80382]
36+
- sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency() (Radostin Stoyanov) [RHEL-80382]
37+
- mm: add folio_xchg_access_time() (Radostin Stoyanov) [RHEL-80382]
38+
- mm: remove page_cpupid_last() (Radostin Stoyanov) [RHEL-80382]
39+
- mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail() (Radostin Stoyanov) [RHEL-80382]
40+
- mm: memory: use folio_last_cpupid() in do_numa_page() (Radostin Stoyanov) [RHEL-80382]
41+
- mm: add folio_last_cpupid() (Radostin Stoyanov) [RHEL-80382]
42+
- mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page() (Radostin Stoyanov) [RHEL-80382]
43+
- mm_types: add virtual and _last_cpupid into struct folio (Radostin Stoyanov) [RHEL-80382]
44+
- Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is disabled (Radostin Stoyanov) [RHEL-80382]
45+
- selftests: test_zswap: add test for hierarchical zswap.writeback (Radostin Stoyanov) [RHEL-80382]
46+
- selftests: cgroup: add tests to verify the zswap writeback path (Radostin Stoyanov) [RHEL-80382]
47+
- selftests: fix the zswap invasive shrink test (Radostin Stoyanov) [RHEL-80382]
48+
- selftests: add zswapin and no zswap tests (Radostin Stoyanov) [RHEL-80382]
49+
- selftests: cgroup: update per-memcg zswap writeback selftest (Radostin Stoyanov) [RHEL-80382]
50+
- selftests: add a sanity check for zswap (Radostin Stoyanov) [RHEL-80382]
51+
- cgroup/rstat: Selftests for niced CPU statistics (Radostin Stoyanov) [RHEL-80382]
52+
- cgroup/rstat: Tracking cgroup-level niced CPU time (Radostin Stoyanov) [RHEL-80382]
53+
- selftests/cgroup: Drop define _GNU_SOURCE (Radostin Stoyanov) [RHEL-80382]
54+
- selftests: cgroup: remove redundant enabling of memory controller (Radostin Stoyanov) [RHEL-80382]
55+
- cgroup/cpuset: Move cpu.h include to cpuset-internal.h (Radostin Stoyanov) [RHEL-80382]
56+
- cgroup/cpuset: add sefltest for cpuset v1 (Radostin Stoyanov) [RHEL-80382]
57+
- cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1 (Radostin Stoyanov) [RHEL-80382]
58+
- cgroup/cpuset: rename functions shared between v1 and v2 (Radostin Stoyanov) [RHEL-80382]
59+
- cgroup/cpuset: move v1 interfaces to cpuset-v1.c (Radostin Stoyanov) [RHEL-80382]
60+
- cgroup/cpuset: move validate_change_legacy to cpuset-v1.c (Radostin Stoyanov) [RHEL-80382]
61+
- cgroup/cpuset: move legacy hotplug update to cpuset-v1.c (Radostin Stoyanov) [RHEL-80382]
62+
- cgroup/cpuset: add callback_lock helper (Radostin Stoyanov) [RHEL-80382]
63+
- cgroup/cpuset: move memory_spread to cpuset-v1.c (Radostin Stoyanov) [RHEL-80382]
64+
- cgroup/cpuset: move relax_domain_level to cpuset-v1.c (Radostin Stoyanov) [RHEL-80382]
65+
- cgroup/cpuset: move memory_pressure to cpuset-v1.c (Radostin Stoyanov) [RHEL-80382]
66+
- cgroup/cpuset: move common code to cpuset-internal.h (Radostin Stoyanov) [RHEL-80382]
67+
- cgroup/cpuset: introduce cpuset-v1.c (Radostin Stoyanov) [RHEL-80382]
68+
- cgroup: Avoid -Wstringop-overflow warnings (Radostin Stoyanov) [RHEL-80382]
69+
- cgroup/cpuset: add decrease attach_in_progress helpers (Radostin Stoyanov) [RHEL-80382]
70+
- cgroup/pids: Remove unreachable paths of pids_{can,cancel}_fork (Radostin Stoyanov) [RHEL-80382]
71+
- cgroup/cpuset: Expose cpuset filesystem with cpuset v1 only (Radostin Stoyanov) [RHEL-80382]
72+
- cgroup: Do not report unavailable v1 controllers in /proc/cgroups (Radostin Stoyanov) [RHEL-80382]
73+
- cgroup: Disallow mounting v1 hierarchies without controller implementation (Radostin Stoyanov) [RHEL-80382]
74+
- cgroup: Fix potential overflow issue when checking max_depth (Radostin Stoyanov) [RHEL-80382]
75+
- cgroup/cpuset: Check for partition roots with overlapping CPUs (Radostin Stoyanov) [RHEL-80382]
76+
- cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU (Radostin Stoyanov) [RHEL-80382]
77+
- cgroup/cpuset: Remove cpuset_slab_spread_rotor (Radostin Stoyanov) [RHEL-80382]
78+
- cgroup: update some statememt about delegation (Radostin Stoyanov) [RHEL-80382]
79+
- redhat: configs: Enable CX231XX driver (Kate Hsuan) [RHEL-86821]
80+
- media: usb: usbtv: Stop direct calls to queue num_buffers field (Kate Hsuan) [RHEL-86821]
81+
- media: saa6752hs: Don't set format in sub-device state (Kate Hsuan) [RHEL-86821]
82+
- media: i2c: Use accessors for pad config 'try_*' fields (Kate Hsuan) [RHEL-86821]
83+
- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito) [RHEL-92594]
84+
- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito) [RHEL-92594]
85+
- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito) [RHEL-92594]
86+
- fbdev: efifb: Change the return value type to void (Jocelyn Falempe) [RHEL-75953]
87+
- fbcon: Fix a NULL pointer dereference issue in fbcon_putcs (Jocelyn Falempe) [RHEL-75953]
88+
- fbdev: efifb: Use devm_register_framebuffer() (Jocelyn Falempe) [RHEL-75953]
89+
- fbdev: Introduce devm_register_framebuffer() (Jocelyn Falempe) [RHEL-75953]
90+
- video: Handle HAS_IOPORT dependencies (Jocelyn Falempe) [RHEL-75953]
91+
- fbcon: Use oops_in_progress instead of panic_cpu (Jocelyn Falempe) [RHEL-75953]
92+
- fbcon: Add an option to disable fbcon in panic (Jocelyn Falempe) [RHEL-75953]
93+
- mm: gup: fix infinite loop within __get_longterm_locked (Waiman Long) [RHEL-89519]
94+
- udmabuf: fix racy memfd sealing check (Waiman Long) [RHEL-89519]
95+
- udmabuf: udmabuf_create pin folio codestyle cleanup (Waiman Long) [RHEL-89519]
96+
- udmabuf: pre-fault when first page fault (Waiman Long) [RHEL-89519]
97+
- selftests/udmabuf: add tests to verify data after page migration (Waiman Long) [RHEL-89519]
98+
- udmabuf: pin the pages using memfd_pin_folios() API (Waiman Long) [RHEL-89519]
99+
- docs: hugetlbpage.rst: add hugetlb migration description (Waiman Long) [RHEL-89519]
100+
- mm: hugetlb: make the hugetlb migration strategy consistent (Waiman Long) [RHEL-89519]
101+
- mm: record the migration reason for struct migration_target_control (Waiman Long) [RHEL-89519]
102+
- selftests: drivers/dma-buf: Improve message in selftest summary (Waiman Long) [RHEL-89519]
103+
- selftests: drivers/dma-buf: Fix implicit declaration warns (Waiman Long) [RHEL-89519]
104+
Resolves: RHEL-75953, RHEL-80382, RHEL-81907, RHEL-86821, RHEL-89519, RHEL-92594
105+
1106
* Wed May 21 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-587.el9]
2107
- af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer. (Davide Caratti) [RHEL-84598]
3108
- net/af_packet: check len when min_header_len equals to 0 (Davide Caratti) [RHEL-84598]

0 commit comments

Comments
 (0)