integ/kernel-rt/centos/meta_patches/rcu-Don-t-wake-rcuc-X-kthre...

37 lines
1.6 KiB
Diff

From 00f41d3840e6576048660bcfe1d660b935615644 Mon Sep 17 00:00:00 2001
Message-Id: <00f41d3840e6576048660bcfe1d660b935615644.1524081065.git.Jim.Somerville@windriver.com>
In-Reply-To: <8d084dcc717666af0283e4ddeefaba7e331d879a.1524081065.git.Jim.Somerville@windriver.com>
References: <8d084dcc717666af0283e4ddeefaba7e331d879a.1524081065.git.Jim.Somerville@windriver.com>
From: Scott Little <scott.little@windriver.com>
Date: Tue, 9 May 2017 13:00:13 -0400
Subject: [PATCH 19/39] rcu Don't wake rcuc-X-kthreads on NOCB CPUs
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
---
SPECS/kernel-rt.spec | 2 ++
1 file changed, 2 insertions(+)
diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec
index 417ea07..0bfaf4e 100644
--- a/SPECS/kernel-rt.spec
+++ b/SPECS/kernel-rt.spec
@@ -409,6 +409,7 @@ Patch1014: Enable-building-mpt2sas-and-mpt3sas-as-builtin-for-C.patch
Patch1015: Enable-building-kernel-with-CONFIG_BLK_DEV_NBD.patch
Patch1016: x86-make-dma_alloc_coherent-return-zeroed-memory-if-.patch
Patch1017: arch-x86-kernel-pci-dma.c-fix-dma_generic_alloc_cohe.patch
+Patch1018: rcu-Don-t-wake-rcuc-X-kthreads-on-NOCB-CPUs.patch
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -786,6 +787,7 @@ ApplyPatch Enable-building-mpt2sas-and-mpt3sas-as-builtin-for-C.patch
ApplyPatch Enable-building-kernel-with-CONFIG_BLK_DEV_NBD.patch
ApplyPatch x86-make-dma_alloc_coherent-return-zeroed-memory-if-.patch
ApplyPatch arch-x86-kernel-pci-dma.c-fix-dma_generic_alloc_cohe.patch
+ApplyPatch rcu-Don-t-wake-rcuc-X-kthreads-on-NOCB-CPUs.patch
# move off upstream version mechanism
if [ -e localversion-rt ]; then
--
1.8.3.1