diff --git a/.gitignore b/.gitignore index 8ae9a5f..e0c65a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-1160.71.1.rt56.1212.tar.xz +SOURCES/kernel-rt-3.10.0-1160.76.1.rt56.1220.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index 89127db..ef5c2fb 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -360acbdd446d4b723039f6f090ddfebe7ab265db SOURCES/kernel-rt-3.10.0-1160.71.1.rt56.1212.tar.xz +b8ce6880e6f778e04ec6037b965ee28606b2de25 SOURCES/kernel-rt-3.10.0-1160.76.1.rt56.1220.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index 88eacfd..0c8a23c 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 1212 +%global rtbuild 1220 # RHEL7 build number -%global rhel_build 1160.71.1 +%global rhel_build 1160.76.1 # The preempt RT patch level %global rttag rt56 @@ -1454,6 +1454,42 @@ fi %endif %changelog +* Tue Jul 26 2022 Scott Wood [3.10.0-1160.76.1.rt56.1220.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2100182] +- sfc: complete the next packet when we receive a timestamp (Íñigo Huguet) [1793280] + +* Tue Jul 19 2022 Scott Wood [3.10.0-1160.75.1.rt56.1219.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2100182] +- xfs: fix up non-directory creation in SGID directories (Andrey Albershteyn) [2089360] +- x86/speculation/mmio: Print SMT warning (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- KVM: x86/speculation: Disable Fill buffer clear within guests (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/speculation/mmio: Reuse SRBDS mitigation for SBDS (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/speculation/srbds: Update SRBDS mitigation selection (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- cpu/speculation: Add prototype for cpu_show_srbds() (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/speculation/mmio: Enable CPU Fill buffer clearing on idle (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/speculation: Add a common function for MD_CLEAR mitigation update (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- Documentation: Add documentation for Processor MMIO Stale Data (Rafael Aquini) [2090249] {CVE-2022-21123 CVE-2022-21125 CVE-2022-21166} +- [s390] s390/zcrypt: use kvmalloc instead of kmalloc for 256k alloc (Mete Durlu) [2072970] + +* Thu Jul 14 2022 Scott Wood [3.10.0-1160.74.1.rt56.1218.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2100182] +- tracing: Fix bad use of igrab in trace_uprobe.c (Oleg Nesterov) [2096884] + +* Thu Jul 07 2022 Rado Vrbovsky [3.10.0-1160.73.1.rt56.1215.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2100182] +- qede: Reduce verbosity of ptp tx timestamp (Manish Chopra) [2080646] +- RDMA/cma: Fix unbalanced cm_id reference count during address resolve (Kamal Heib) [2085425] + +* Wed Jun 29 2022 Scott Wood [3.10.0-1160.72.1.rt56.1214.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2100182] +- sched,perf: Fix periodic timers (Valentin Schneider) [2077346] +- sched: debug: Remove the cfs bandwidth timer_active printout (Valentin Schneider) [2077346] +- sched: Cleanup bandwidth timers (Valentin Schneider) [2077346] + * Wed Jun 15 2022 Rado Vrbovsky [3.10.0-1160.71.1.rt56.1212.el7] - [rt] Update source tree to match RHEL rhel-7.9.z tree [2081074] - netfilter: nf_tables: disallow non-stateful expression in sets earlier (Phil Sutter) [2093000] {CVE-2022-1966}