From 11a7d3f911aa9e6a18f1c9287d8839d581f2d733 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 28 2022 07:54:13 +0000 Subject: import kernel-rt-3.10.0-1160.71.1.rt56.1212.el7 --- diff --git a/.gitignore b/.gitignore index ff901a6..8ae9a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-1160.66.1.rt56.1207.tar.xz +SOURCES/kernel-rt-3.10.0-1160.71.1.rt56.1212.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index 92fe323..89127db 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -a41a004f6fd3ea460708a041f6c6ad6183fa79e5 SOURCES/kernel-rt-3.10.0-1160.66.1.rt56.1207.tar.xz +360acbdd446d4b723039f6f090ddfebe7ab265db SOURCES/kernel-rt-3.10.0-1160.71.1.rt56.1212.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index 0611a20..88eacfd 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 1207 +%global rtbuild 1212 # RHEL7 build number -%global rhel_build 1160.66.1 +%global rhel_build 1160.71.1 # The preempt RT patch level %global rttag rt56 @@ -1454,6 +1454,34 @@ fi %endif %changelog +* 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} +- netfilter: nf_tables: fix memory leak if expr init fails (Phil Sutter) [2093000] + +* Tue Jun 14 2022 Rado Vrbovsky [3.10.0-1160.70.1.rt56.1211.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2081074] +- perf: Fix sys_perf_event_open() race against self (Michael Petlan) [2087956ΓΈ] + +* Tue Jun 07 2022 Rado Vrbovsky [3.10.0-1160.69.1.rt56.1210.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2081074] +- mm: memcg: charge memsw as well in __GFP_NOFAIL case (Rafael Aquini) [2082564] + +* Thu May 26 2022 Rado Vrbovsky [3.10.0-1160.68.1.rt56.1209.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2081074] +- libceph: fix potential use-after-free on linger ping and resends (Ilya Dryomov) [2088025] +- xfs: use length to balance duplicate bno buffers in perag rb_tree (Brian Foster) [2050464] +- sock: sock_dequeue_err_skb() needs hard irq safety (Kenneth Yin) [2070408] + +* Tue May 17 2022 Rado Vrbovsky [3.10.0-1160.67.1.rt56.1208.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2081074] +- mm/rmap.c: explicitly reset vma->anon_vma in unlink_anon_vmas() (Rafael Aquini) [1824109 2069962] +- mm/rmap.c: don't reuse anon_vma if we just want a copy (Rafael Aquini) [1824109 2069962] +- mm/mmap.c: rb_parent is not necessary in __vma_link_list() (Rafael Aquini) [1824109 2069962] +- mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() (Rafael Aquini) [1824109 2069962] +- mm/mmap.c: __vma_unlink_prev() is not necessary now (Rafael Aquini) [1824109 2069962] +- mm/mmap.c: prev could be retrieved from vma->vm_prev (Rafael Aquini) [1824109 2069962] + * Thu Apr 28 2022 Rado Vrbovsky [3.10.0-1160.66.1.rt56.1207.el7] - [rt] Update source tree to match RHEL rhel-7.9.z tree [2071179] - net-sysfs: add check for netdevice being present to speed_show (William Zhao) [2055457]