Skip to content

Commit a61c502

Browse files
committed
[redhat] kernel-5.14.0-562.el9
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
1 parent 1db7a8b commit a61c502

File tree

2 files changed

+35
-1
lines changed

2 files changed

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

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
* Wed Feb 05 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-562.el9]
2+
- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur (Olga Kornievskaia) [RHEL-76402] {CVE-2024-56779}
3+
- rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72939]
4+
- rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72939]
5+
- rtla/osnoise: Distinguish missing workload option (Tomas Glozar) [RHEL-72939]
6+
- rtla: Report missed event count (Tomas Glozar) [RHEL-75777]
7+
- rtla: Add function to report missed events (Tomas Glozar) [RHEL-75777]
8+
- rtla: Count all processed events (Tomas Glozar) [RHEL-75777]
9+
- rtla: Count missed trace events (Tomas Glozar) [RHEL-75777]
10+
- tools/rtla: Add osnoise_trace_is_off() (Tomas Glozar) [RHEL-75777]
11+
- rtla/timerlat_top: Abort event processing on second signal (Tomas Glozar) [RHEL-75777]
12+
- rtla/timerlat_hist: Abort event processing on second signal (Tomas Glozar) [RHEL-75777]
13+
- rtla/timerlat_top: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-75777]
14+
- rtla/timerlat_hist: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-75777]
15+
- rtla: Add trace_instance_stop (Tomas Glozar) [RHEL-75777]
16+
- selinux: ignore unknown extended permissions (Ondrej Mosnacek) [RHEL-75631] {CVE-2024-57931}
17+
- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu (Rafael Aquini) [RHEL-72196] {CVE-2024-53160}
18+
- initramfs: avoid filename buffer overrun (Rafael Aquini) [RHEL-70275] {CVE-2024-53142}
19+
- libperf: evlist: Fix --cpu argument on hybrid platform (Michael Petlan) [RHEL-71069]
20+
- scsi: lpfc: Fix spelling errors 'asynchronously' (Dick Kennedy) [RHEL-70003]
21+
- scsi: lpfc: Copyright updates for 14.4.0.6 patches (Dick Kennedy) [RHEL-70003]
22+
- scsi: lpfc: Update lpfc version to 14.4.0.6 (Dick Kennedy) [RHEL-70003]
23+
- scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask (Dick Kennedy) [RHEL-70003]
24+
- scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure (Dick Kennedy) [RHEL-70003]
25+
- scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callback (Dick Kennedy) [RHEL-70003]
26+
- Revert "scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo" (Dick Kennedy) [RHEL-70003]
27+
- scsi: lpfc: Add cleanup of nvmels_wq after HBA reset (Dick Kennedy) [RHEL-70003]
28+
- scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI (Dick Kennedy) [RHEL-70003]
29+
- scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flag (Dick Kennedy) [RHEL-70003]
30+
- scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod paths (Dick Kennedy) [RHEL-70003]
31+
- scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrs (Dick Kennedy) [RHEL-70003]
32+
- scsi: lpfc: Modify CGN warning signal calculation based on EDC response (Dick Kennedy) [RHEL-70003]
33+
Resolves: RHEL-70003, RHEL-70275, RHEL-71069, RHEL-72196, RHEL-72939, RHEL-75631, RHEL-75777, RHEL-76402
34+
135
* Tue Feb 04 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-561.el9]
236
- net: sched: refine software bypass handling in tc_run (Xin Long) [RHEL-60271 RHEL-61181]
337
- drm: adv7511: Fix use-after-free in adv7533_attach_dsi() (Jocelyn Falempe) [RHEL-53571]

0 commit comments

Comments
 (0)