diff --git a/.gitignore b/.gitignore index 0e86eac..f49b82c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-1160.105.1.rt56.1256.tar.xz +SOURCES/kernel-rt-3.10.0-1160.108.1.rt56.1259.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index ffa683d..e23b1d7 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -b91c0511e191b7ca93327852118410cf1dff70e1 SOURCES/kernel-rt-3.10.0-1160.105.1.rt56.1256.tar.xz +1f037fcacfc1cbdbddc832181a8e487e210c3f52 SOURCES/kernel-rt-3.10.0-1160.108.1.rt56.1259.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index fb6fc9c..57ca55b 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 1256 +%global rtbuild 1259 # RHEL7 build number -%global rhel_build 1160.105.1 +%global rhel_build 1160.108.1 # The preempt RT patch level %global rttag rt56 @@ -1454,6 +1454,30 @@ fi %endif %changelog +* Mon Jan 08 2024 Rado Vrbovsky [3.10.0-1160.108.1.rt56.1259.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [RHEL-19250] +- net: usb: ax88179_178a: fix failed operations during ax88179_reset (Jose Ignacio Tornos Martinez) [RHEL-6302] + +* Mon Dec 18 2023 Rado Vrbovsky [3.10.0-1160.107.1.rt56.1258.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [RHEL-12459] +- [rt] netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c (Phil Sutter) {CVE-2023-42753} +- netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for +ip_set_hash_netportnet.c (Phil Sutter) [RHEL-8445] {CVE-2023-42753} + +* Wed Nov 29 2023 Rado Vrbovsky [3.10.0-1160.106.1.rt56.1257.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [RHEL-12459] +- gfs2: Fix quota=quiet oversight (Bob Peterson) [2196280] +- gfs2: Free quota data objects synchronously (Andreas Gruenbacher) [2196280] +- gfs2: Fix initial quota data refcount (Andreas Gruenbacher) [2196280] +- gfs2: Factor out duplicate quota data disposal code (Andreas Gruenbacher) [2196280] +- gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanup (Andreas Gruenbacher) [2196280] +- gfs2: Fix wrong quota shrinker return value (Andreas Gruenbacher) [2196280] +- gfs2: ignore negated quota changes (Bob Peterson) [2196280] +- gfs2: Introduce new quota=quiet mount option (Bob Peterson) [2196280] +- gfs2: Add quota_change type (Bob Peterson) [2196280] +- gfs2: Rename sd_{ glock => kill }_wait (Andreas Gruenbacher) [2196280] +- gfs2: Wake up when sd_glock_disposal becomes zero (Alexander Aring) [2196280] + * Mon Nov 06 2023 Crystal Wood [3.10.0-1160.105.1.rt56.1256.el7] - [rt] Update source tree to match RHEL rhel-7.9.z tree [RHEL-12459] - net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free (Davide Caratti) [2228703] {CVE-2023-4128}