From e6da124fa3a7a97f19902f225f365a9f075f4dd1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 03 2019 13:22:43 +0000 Subject: import kernel-rt-3.10.0-1062.1.1.rt56.1024.el7 --- diff --git a/.gitignore b/.gitignore index 9eecd24..56325b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-1062.rt56.1022.tar.xz +SOURCES/kernel-rt-3.10.0-1062.1.1.rt56.1024.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index b5e617d..5c7a28f 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -55dee56ca45d9c6cd82f08525365455f5862002a SOURCES/kernel-rt-3.10.0-1062.rt56.1022.tar.xz +8c86264064987ee2fc83eafd1f8a7a0060011014 SOURCES/kernel-rt-3.10.0-1062.1.1.rt56.1024.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index 15a2438..b4812a9 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 1022 +%global rtbuild 1024 # RHEL7 build number -%global rhel_build 1062 +%global rhel_build 1062.1.1 # The preempt RT patch level %global rttag rt56 @@ -1435,6 +1433,32 @@ fi %endif %changelog +* Wed Aug 14 2019 Luis Claudio R. Goncalves [3.10.0-1062.1.1.rt56.1024.el7] +- [rt] timers: condense pending bitmap information (Marcelo Tosatti) [1690543 1550584] +- [rt] timers: do not raise softirq unconditionally (spinlockless version) (Marcelo Tosatti) [1690543 1550584] +- [rt] timers: raise timer softirq on __mod_timer/add_timer_on (Marcelo Tosatti) [1690543 1550584] +- [rt] Revert "tick: sched: Remove hrtimer_active() checks" (Marcelo Tosatti) [1699438 1690543 1550584] + +* Wed Aug 14 2019 Luis Claudio R. Goncalves [3.10.0-1062.1.1.rt56.1023.el7] +- [rt] Update source tree to match RHEL rhel-7.7.z tree [1740918 1708718] +- [fs] nfsv4.1: Avoid false retries when RPC calls are interrupted (Benjamin Coddington) [1739077 1732427] +- [fs] NFS4.1 handle interrupted slot reuse from ERR_DELAY (Benjamin Coddington) [1739077 1732427] +- [fs] nfsv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY (Benjamin Coddington) [1739077 1732427] +- [fs] cifs: fix panic in smb2_reconnect (Leif Sahlberg) [1737382 1702264] +- [scsi] sg: protect against races between mmap() and SG_SET_RESERVED_SIZE (Ewan Milne) [1737380 1710533] +- [scsi] sg: recheck MMAP_IO request length with lock held (Ewan Milne) [1737380 1710533] +- [scsi] sg: reset 'res_in_use' after unlinking reserved array (Ewan Milne) [1737380 1710533] +- [scsi] sg: protect accesses to 'reserved' page array (Ewan Milne) [1737380 1710533] +- [netdrv] mlx4/en_netdev: allow offloading VXLAN over VLAN (Paolo Abeni) [1734333 1733671] +- [netdrv] brcmfmac: assure SSID length from firmware is limited (Stanislaw Gruszka) [1704879 1704880] {CVE-2019-9500} +- [net] tcp: be more careful in tcp_fragment() (Marcelo Leitner) [1739130 1732106] +- [documentation] Documentation: Add swapgs description to the Spectre v1 documentation (Waiman Long) [1729810 1724510] {CVE-2019-1125} +- [documentation] Documentation: Add section about CPU vulnerabilities for Spectre (Waiman Long) [1729810 1724510] {CVE-2019-1125} +- [x86] x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS (Waiman Long) [1729810 1724510] {CVE-2019-1125} +- [x86] x86/speculation: Enable Spectre v1 swapgs mitigations (Waiman Long) [1729810 1724510] {CVE-2019-1125} +- [x86] x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations (Waiman Long) [1729810 1724510] {CVE-2019-1125} +- [x86] x86/feature: Relocate X86_FEATURE_INVPCID_SINGLE (Waiman Long) [1729810 1724510] {CVE-2019-1125} + * Thu Jul 18 2019 Luis Claudio R. Goncalves [3.10.0-1062.rt56.1022.el7] - [rt] Update source tree to match RHEL rhel-7.7 tree [1642619] - [fs] revert "xfs: disable copy_file_range() to avoid broken splice copy" (Eric Sandeen) [1731205]