diff --git a/.gitignore b/.gitignore index b0206e0..01a221c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-1062.7.1.rt56.1030.tar.xz +SOURCES/kernel-rt-3.10.0-1062.9.1.rt56.1033.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index 0855cf3..c70bed9 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -cbb211fd5ed9f96b991c8a4eb6d82183e9fc8156 SOURCES/kernel-rt-3.10.0-1062.7.1.rt56.1030.tar.xz +4c8a56a4659ad49eabafaeef8a01044258dc7ddb SOURCES/kernel-rt-3.10.0-1062.9.1.rt56.1033.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index 776a03c..97486fa 100644 --- a/SPECS/kernel-rt.spec +++ b/SPECS/kernel-rt.spec @@ -7,10 +7,10 @@ Summary: The Linux Realtime kernel %global dist .el7 # realtimeN -%global rtbuild 1030 +%global rtbuild 1033 # RHEL7 build number -%global rhel_build 1062.7.1 +%global rhel_build 1062.9.1 # The preempt RT patch level %global rttag rt56 @@ -1439,6 +1439,17 @@ fi %endif %changelog +* Mon Dec 02 2019 Luis Claudio R. Goncalves [3.10.0-1062.9.1.rt56.1033.el7] +- [rt] Update source tree to match RHEL rhel-7.7.z tree [1740918 1708718] +- [kernel] sched: Fix race between task_group and sched_task_group (Oleksandr Natalenko) [1778545 1738415] + +* Wed Nov 20 2019 Luis Claudio R. Goncalves [3.10.0-1062.8.1.rt56.1032.el7] +- [rt] rt: The caller of rt_mutex_slowunlock is responsible for deboosting (Tom Rix) [1768396 1757191] + +* Thu Nov 14 2019 Luis Claudio R. Goncalves [3.10.0-1062.8.1.rt56.1031.el7] +- [rt] Update source tree to match RHEL rhel-7.7.z tree [1740918 1708718] +- [kernel] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices (Phil Auld) [1770738 1752136] + * Thu Nov 14 2019 Luis Claudio R. Goncalves [3.10.0-1062.7.1.rt56.1030.el7] - [rt] Update source tree to match RHEL rhel-7.7.z tree [1740918 1708718] - [rt] sched: Call idle_balance() from finish_task_switch() (Scott Wood) [1743328]