Blame SOURCES/tuned-2.5.1-realtime-set-unbound-workqueues.patch

7438d5
From 5a5986bd8bf2db1136b62f168db9255dba1b7a42 Mon Sep 17 00:00:00 2001
7438d5
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad@redhat.com>
7438d5
Date: Tue, 6 Oct 2015 11:49:56 +0200
7438d5
Subject: [PATCH] realtime: set unboud workqueues cpumask
7438d5
MIME-Version: 1.0
7438d5
Content-Type: text/plain; charset=UTF-8
7438d5
Content-Transfer-Encoding: 8bit
7438d5
7438d5
The latest RHEL and RT kernels got support for setting the cpumask of unbound
7438d5
workqueues in sysfs (https://bugzilla.redhat.com/show_bug.cgi?id=1176155).
7438d5
7438d5
This patch sets the unbound workqueues cpumask to the list of non-isolated
7438d5
cores for the real-time profiles.
7438d5
7438d5
Patch from Luiz Capitulino <lcapitulino@redhat.com>
7438d5
7438d5
Resolves: rhbz#1259043
7438d5
7438d5
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
7438d5
---
7438d5
 profiles/realtime/tuned.conf | 1 +
7438d5
 1 file changed, 1 insertion(+)
7438d5
7438d5
diff --git a/profiles/realtime/tuned.conf b/profiles/realtime/tuned.conf
7438d5
index f552818..8688057 100644
7438d5
--- a/profiles/realtime/tuned.conf
7438d5
+++ b/profiles/realtime/tuned.conf
7438d5
@@ -20,6 +20,7 @@ vm.stat_interval = 10
7438d5
 
7438d5
 [sysfs]
7438d5
 /sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}
7438d5
+/sys/devices/virtual/workqueue/cpumask = ${not_isolated_cpumask}
7438d5
 /sys/devices/system/machinecheck/machinecheck*/ignore_ce = 1
7438d5
 
7438d5
 [bootloader]
7438d5
-- 
7438d5
2.4.3
7438d5