integ/kernel-std/centos/meta_patches/Porting-Resource-Director-Technology-from-Kernel-4.1.patch
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

40 lines
1.7 KiB
Diff

From e976aca15e3136d7e42e98ac65deed8fa5eea336 Mon Sep 17 00:00:00 2001
Message-Id: <e976aca15e3136d7e42e98ac65deed8fa5eea336.1507220787.git.Jim.Somerville@windriver.com>
In-Reply-To: <08db0b379c2009e0d5bc0c20427267fa07d75e5a.1507220784.git.Jim.Somerville@windriver.com>
References: <08db0b379c2009e0d5bc0c20427267fa07d75e5a.1507220784.git.Jim.Somerville@windriver.com>
From: Alex Kozyrev <alex.kozyrev@windriver.com>
Date: Mon, 24 Jul 2017 11:46:36 -0500
Subject: [PATCH 20/25] Porting Resource Director Technology from Kernel
4.10.17
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
---
SPECS/kernel.spec | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 103fd01..2886708 100644
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -437,6 +437,8 @@ Patch40015: arch-x86-kernel-pci-dma.c-fix-dma_generic_alloc_cohe.patch
Patch40016: rcu-Don-t-wake-rcuc-X-kthreads-on-NOCB-CPUs.patch
Patch40022: cacheinfo-porting-original-4.10.17-version.patch
Patch40023: cacheinfo-fixing-compilation-issues-on-3.10.patch
+Patch40024: intel-rdt-porting-original-4.10.17-version.patch
+Patch40025: intel-rdt-fixing-compilation-issues-on-3.10.patch
BuildRoot: %{_tmppath}/kernel-%{KVRA}-root
@@ -778,6 +780,8 @@ ApplyOptionalPatch arch-x86-kernel-pci-dma.c-fix-dma_generic_alloc_cohe.patch
ApplyOptionalPatch rcu-Don-t-wake-rcuc-X-kthreads-on-NOCB-CPUs.patch
ApplyOptionalPatch cacheinfo-porting-original-4.10.17-version.patch
ApplyOptionalPatch cacheinfo-fixing-compilation-issues-on-3.10.patch
+ApplyOptionalPatch intel-rdt-porting-original-4.10.17-version.patch
+ApplyOptionalPatch intel-rdt-fixing-compilation-issues-on-3.10.patch
# Any further pre-build tree manipulations happen here.
--
1.8.3.1