From 6d9c0dca870da5e4077aba9c4f04a864f859fe0a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 26 2018 15:30:09 +0000 Subject: import kernel-rt-3.10.0-957.1.3.rt56.913.el7 --- diff --git a/.gitignore b/.gitignore index 27fb4d8..57bc47b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-957.rt56.910.tar.xz +SOURCES/kernel-rt-3.10.0-957.1.3.rt56.913.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index b203a7a..d8b28a6 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -2911e1e86d6ea62cac411f6330ba80b27b88e417 SOURCES/kernel-rt-3.10.0-957.rt56.910.tar.xz +43497e3f20ba2018efdd38ce3129779734862fc7 SOURCES/kernel-rt-3.10.0-957.1.3.rt56.913.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index 59d4693..e0383ac 100644 --- a/SPECS/kernel-rt.spec +++ b/SPECS/kernel-rt.spec @@ -4,15 +4,13 @@ Summary: The Linux Realtime kernel # catch building on Fedora -%if "%{?dist}" == "" || "0%{?fedora}" != "0" %global dist .el7 -%endif # realtimeN -%global rtbuild 910 +%global rtbuild 913 # RHEL7 build number -%global rhel_build 957 +%global rhel_build 957.1.3 # The preempt RT patch level %global rttag rt56 @@ -1425,6 +1423,30 @@ fi %endif %changelog +* Thu Nov 15 2018 Luis Claudio R. Goncalves [3.10.0-957.1.3.rt56.913.el7] +- [rt] Update source tree to match RHEL 7.6.z tree [1632386 1642619] +- [x86] Mark Intel Cascade Lake supported (Steve Best) [1650213 1639980] + +* Mon Nov 05 2018 Luis Claudio R. Goncalves [3.10.0-957.1.2.rt56.912.el7] +- [rt] Update source tree to match RHEL 7.6.z tree [1632386 1642619] +- [net] rtnetlink: give a user socket to get_target_net() (Jiri Benc) [1639635 1630694] {CVE-2018-14646} +- [net] Add variants of capable for use on on sockets (Jiri Benc) [1639635 1630694] {CVE-2018-14646} + +* Mon Nov 05 2018 Luis Claudio R. Goncalves [3.10.0-957.1.1.rt56.911.el7] +- [rt] Update source tree to match RHEL 7.6.z tree [1632386 1642619] +- [x86] boot: Fix kexec booting failure in the SEV bit detection code (Kairui Song) [1644990 1628828] +- [net] 8021q: create device with all possible features in wanted_features (Davide Caratti) [1644675 1640645] +- [mm] memcontrol: fix high scheduling latency source in mem_cgroup_reparent_charges (Andrea Arcangeli) [1644673 1632898] +- [kernel] cpuset: use trialcs->mems_allowed as a temp variable (Aristeu Rozanski) [1644236 1613248] +- [kernel] cpuset: fix a warning when clearing configured masks in old hierarchy (Aristeu Rozanski) [1644236 1613248] +- [kernel] cpuset: initialize effective masks when clone_children is enabled (Aristeu Rozanski) [1644236 1613248] +- [x86] efi: Only load initrd above 4g on second try (Lenny Szubowicz) [1643359 1608955] +- [x86] efi: Support initrd loaded above 4G (Lenny Szubowicz) [1643359 1608955] +- [x86] efi: Generalize handle_ramdisks() and rename to handle_cmdline_files() (Lenny Szubowicz) [1643359 1608955] +- [kernel] sched/fair: Fix throttle_list starvation with low CFS quota (Phil Auld) [1640675 1601153] +- [target] scsi: iscsi: Use bin2hex instead of a re-implementation (Maurizio Lombardi) [1634711 1627034] {CVE-2018-14633} +- [target] scsi: iscsi: Use hex2bin instead of a re-implementation (Maurizio Lombardi) [1634711 1627034] {CVE-2018-14633} + * Thu Oct 04 2018 Luis Claudio R. Goncalves [3.10.0-957.rt56.910.el7] - [rt] disable CONFIG_PARAVIRT_DEBUG [1553351]