From a239a825a3e22aeb1a9dfbdf03438756ccf9e265 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 23 2021 14:37:04 +0000 Subject: import kernel-rt-3.10.0-1160.49.1.rt56.1189.el7 --- diff --git a/.gitignore b/.gitignore index 9c23454..fdf4116 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-1160.45.1.rt56.1185.tar.xz +SOURCES/kernel-rt-3.10.0-1160.49.1.rt56.1189.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index 2356227..a25f26c 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -5b8a1a3fa288d9150cb2c35e147e0bbff70dad79 SOURCES/kernel-rt-3.10.0-1160.45.1.rt56.1185.tar.xz +03683380b52f6d034ed79607a21910494648e7de SOURCES/kernel-rt-3.10.0-1160.49.1.rt56.1189.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index 8934555..57e6c0c 100644 --- a/SPECS/kernel-rt.spec +++ b/SPECS/kernel-rt.spec @@ -6,10 +6,10 @@ Summary: The Linux Realtime kernel %global dist .el7 # realtimeN -%global rtbuild 1185 +%global rtbuild 1189 # RHEL7 build number -%global rhel_build 1160.45.1 +%global rhel_build 1160.49.1 # The preempt RT patch level %global rttag rt56 @@ -1454,6 +1454,41 @@ fi %endif %changelog +* Wed Nov 10 2021 Scott Wood [3.10.0-1160.49.1.rt56.1189.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2009077] +- NFS: Fix interrupted slots by sending a solo SEQUENCE operation (Scott Mayhew) [2007465] + +* Thu Nov 04 2021 Scott Wood [3.10.0-1160.48.1.rt56.1188.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2009077] +- scsi: qedf: Add check to synchronize abort and flush (Nilesh Javali) [1941766] +- scsi: ibmvfc: Reinit target retries (Desnes A. Nunes do Rosario) [1882627] +- scsi: ibmvfc: Avoid move login if fast fail is enabled (Desnes A. Nunes do Rosario) [1882627] +- scsi: ibmvfc: Handle move login failure (Desnes A. Nunes do Rosario) [1882627] +- scsi: ibmvfc: Avoid link down on FS9100 canister reboot (Desnes A. Nunes do Rosario) [1882627] +- scsi: ibmvfc: don't check for failure from mempool_alloc() (Desnes A. Nunes do Rosario) [1882627] +- scsi: ibmvfc: Use compiler attribute defines instead of __attribute__() (Desnes A. Nunes do Rosario) [1882627] +- scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info (Desnes A. Nunes do Rosario) [1882627] + +* Thu Oct 28 2021 Scott Wood [3.10.0-1160.47.1.rt56.1187.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2009077] +- PCI: hv: Fix sleep while in non-sleep context when removing child devices from the bus (Mohammed Gamal) [1948961] +- PCI: hv: Remove bus device removal unused refcount/functions (Mohammed Gamal) [1948961] +- PCI: hv: Fix a race condition when removing the device (Mohammed Gamal) [1948961] +- scsi: qla2xxx: Fix use after free in eh_abort path (Nilesh Javali) [1899599] + +* Thu Oct 07 2021 Scott Wood [3.10.0-1160.46.1.rt56.1186.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2009077] +- [rt] drivers/block/zram: Replace bit spinlocks with rtmutex for -rt (Scott Wood) [1833860] +- RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy (Kamal Heib) [1978075] {CVE-2020-36385} +- RDMA/ucma: Fix locking for ctx->events_reported (Kamal Heib) [1978075] {CVE-2020-36385} +- RDMA/ucma: Fix the locking of ctx->file (Kamal Heib) [1978075] {CVE-2020-36385} +- RDMA/cma: Add missing locking to rdma_accept() (Kamal Heib) [1978075] {CVE-2020-36385} +- RDMA/ucma: Add missing locking around rdma_leave_multicast() (Kamal Heib) [1978075] {CVE-2020-36385} +- RDMA/ucma: Put a lock around every call to the rdma_cm layer (Kamal Heib) [1978075] {CVE-2020-36385} +- nvme-pci: Unblock reset_work on IO failure (Gopal Tiwari) [1981610] +- nvme-pci: Don't disable on timeout in reset state (Gopal Tiwari) [1981610] +- nvme-pci: shutdown on timeout during deletion (Gopal Tiwari) [1981610] + * Fri Sep 24 2021 Scott Wood [3.10.0-1160.45.1.rt56.1185.el7] - [rt] Update source tree to match RHEL rhel-7.9.z tree [2002994] - CI: handle RT branches in a single config (Veronika Kabatova)