kernel-5.14.0-562.el9

* Wed Feb 05 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-562.el9]
- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur (Olga Kornievskaia) [RHEL-76402] {CVE-2024-56779}
- rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72939]
- rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72939]
- rtla/osnoise: Distinguish missing workload option (Tomas Glozar) [RHEL-72939]
- rtla: Report missed event count (Tomas Glozar) [RHEL-75777]
- rtla: Add function to report missed events (Tomas Glozar) [RHEL-75777]
- rtla: Count all processed events (Tomas Glozar) [RHEL-75777]
- rtla: Count missed trace events (Tomas Glozar) [RHEL-75777]
- tools/rtla: Add osnoise_trace_is_off() (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_top: Abort event processing on second signal (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_hist: Abort event processing on second signal (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_top: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_hist: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-75777]
- rtla: Add trace_instance_stop (Tomas Glozar) [RHEL-75777]
- selinux: ignore unknown extended permissions (Ondrej Mosnacek) [RHEL-75631] {CVE-2024-57931}
- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu (Rafael Aquini) [RHEL-72196] {CVE-2024-53160}
- initramfs: avoid filename buffer overrun (Rafael Aquini) [RHEL-70275] {CVE-2024-53142}
- libperf: evlist: Fix --cpu argument on hybrid platform (Michael Petlan) [RHEL-71069]
- scsi: lpfc: Fix spelling errors 'asynchronously' (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Copyright updates for 14.4.0.6 patches (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Update lpfc version to 14.4.0.6 (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callback (Dick Kennedy) [RHEL-70003]
- Revert "scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo" (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Add cleanup of nvmels_wq after HBA reset (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flag (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod paths (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrs (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Modify CGN warning signal calculation based on EDC response (Dick Kennedy) [RHEL-70003]
Resolves: RHEL-70003, RHEL-70275, RHEL-71069, RHEL-72196, RHEL-72939, RHEL-75631, RHEL-75777, RHEL-76402

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
This commit is contained in:
Patrick Talbert 2025-02-05 05:03:37 -05:00
parent 71d1187667
commit d787a24eb0
4 changed files with 75 additions and 8 deletions

View File

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

View File

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

View File

@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 561
%define pkgrelease 562
%define kversion 5
%define tarfile_release 5.14.0-561.el9
%define tarfile_release 5.14.0-562.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 561%{?buildid}%{?dist}
%define specrelease 562%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-561.el9
%define kabiversion 5.14.0-562.el9
#
# End of genspec.sh variables
@ -3785,6 +3785,39 @@ fi
#
#
%changelog
* Wed Feb 05 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-562.el9]
- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur (Olga Kornievskaia) [RHEL-76402] {CVE-2024-56779}
- rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72939]
- rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72939]
- rtla/osnoise: Distinguish missing workload option (Tomas Glozar) [RHEL-72939]
- rtla: Report missed event count (Tomas Glozar) [RHEL-75777]
- rtla: Add function to report missed events (Tomas Glozar) [RHEL-75777]
- rtla: Count all processed events (Tomas Glozar) [RHEL-75777]
- rtla: Count missed trace events (Tomas Glozar) [RHEL-75777]
- tools/rtla: Add osnoise_trace_is_off() (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_top: Abort event processing on second signal (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_hist: Abort event processing on second signal (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_top: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-75777]
- rtla/timerlat_hist: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-75777]
- rtla: Add trace_instance_stop (Tomas Glozar) [RHEL-75777]
- selinux: ignore unknown extended permissions (Ondrej Mosnacek) [RHEL-75631] {CVE-2024-57931}
- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu (Rafael Aquini) [RHEL-72196] {CVE-2024-53160}
- initramfs: avoid filename buffer overrun (Rafael Aquini) [RHEL-70275] {CVE-2024-53142}
- libperf: evlist: Fix --cpu argument on hybrid platform (Michael Petlan) [RHEL-71069]
- scsi: lpfc: Fix spelling errors 'asynchronously' (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Copyright updates for 14.4.0.6 patches (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Update lpfc version to 14.4.0.6 (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callback (Dick Kennedy) [RHEL-70003]
- Revert "scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo" (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Add cleanup of nvmels_wq after HBA reset (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flag (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod paths (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrs (Dick Kennedy) [RHEL-70003]
- scsi: lpfc: Modify CGN warning signal calculation based on EDC response (Dick Kennedy) [RHEL-70003]
* Tue Feb 04 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-561.el9]
- net: sched: refine software bypass handling in tc_run (Xin Long) [RHEL-60271 RHEL-61181]
- drm: adv7511: Fix use-after-free in adv7533_attach_dsi() (Jocelyn Falempe) [RHEL-53571]

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-561.el9.tar.xz) = 0b90da571f5e02f9ad0dce8710414ab30fd198d063d38877f7a922ea06e3fbae713eb0f4b9d80404a8a6128dabdc8e25777e036e3e8a2f1e34043233372d1af7
SHA512 (kernel-abi-stablelists-5.14.0-561.el9.tar.bz2) = 5461db56d1bc1a48250ce0964332cb743314eebfc08a878cf09d264d49f39106c2359e045f259872ea4de5342d50b6122f55c46bf37b224da132329b31ec7899
SHA512 (kernel-kabi-dw-5.14.0-561.el9.tar.bz2) = d030af864f7c666ec6e4e31176aec9191a635a22ec0e63102e2045b1a136e41899ddd61cacb12ffd814cdbbac2e02665a39d8cb49dfb0ad7c2add6972c6cc173
SHA512 (linux-5.14.0-562.el9.tar.xz) = d40f9427fe3bfd420fcc8163e1895f07432de6fe243a06e640dc0b47914147a1e71a0cdad4a407cdaa18d31fa2d489155dd16bd164e9073fac64a25b73b77a4d
SHA512 (kernel-abi-stablelists-5.14.0-562.el9.tar.bz2) = af0ed6013f30133b4ad53c65df841786e1ce7d210adb13d62142217ef94228d38ab641a3be81a95d315d17c1af7aec1223643bac1de3301816ceeaba9351b229
SHA512 (kernel-kabi-dw-5.14.0-562.el9.tar.bz2) = d030af864f7c666ec6e4e31176aec9191a635a22ec0e63102e2045b1a136e41899ddd61cacb12ffd814cdbbac2e02665a39d8cb49dfb0ad7c2add6972c6cc173