From 94deb20cf3a29057f754544aa1808f5b4898aa21 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 25 2017 13:29:13 +0000 Subject: import tuned-2.7.1-3.el7_3.2 --- diff --git a/SOURCES/tuned-2.7.1-realtime-virtual-host-ktimersoftd.patch b/SOURCES/tuned-2.7.1-realtime-virtual-host-ktimersoftd.patch new file mode 100644 index 0000000..96ceb5e --- /dev/null +++ b/SOURCES/tuned-2.7.1-realtime-virtual-host-ktimersoftd.patch @@ -0,0 +1,20 @@ +diff --git a/profiles/realtime-virtual-host/tuned.conf b/profiles/realtime-virtual-host/tuned.conf +--- a/profiles/realtime-virtual-host/tuned.conf ++++ b/profiles/realtime-virtual-host/tuned.conf +@@ -38,10 +38,13 @@ assert=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_exp + group.ksoftirqd=0:f:2:*:ksoftirqd.* + + # for i in `pgrep rcuc` ; do grep Cpus_allowed_list /proc/$i/status ; done +-group.rcuc=0:f:3:*:rcuc.* ++group.rcuc=0:f:4:*:rcuc.* + + # for i in `pgrep rcub` ; do grep Cpus_allowed_list /proc/$i/status ; done +-group.rcub=0:f:3:*:rcub.* ++group.rcub=0:f:4:*:rcub.* ++ ++# for i in `pgrep ktimersoftd` ; do grep Cpus_allowed_list /proc/$i/status ; done ++group.ktimersoftd=0:f:3:*:ktimersoftd.* + + [script] + script=script.sh + diff --git a/SPECS/tuned.spec b/SPECS/tuned.spec index bc46e20..4eec0d0 100644 --- a/SPECS/tuned.spec +++ b/SPECS/tuned.spec @@ -1,7 +1,7 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned Version: 2.7.1 -Release: 3%{?dist}.1 +Release: 3%{?dist}.2 License: GPLv2+ Source: https://fedorahosted.org/releases/t/u/tuned/tuned-%{version}.tar.bz2 URL: https://fedorahosted.org/tuned/ @@ -18,6 +18,7 @@ Patch0: tuned-2.7.1-gtk-3.8.patch Patch1: tuned-2.7.1-gui-daemon-restart-fix.patch Patch2: tuned-2.7.1-fixed-traceback.patch Patch3: tuned-2.7.1-non-existent-profile-timeout-fix.patch +Patch4: tuned-2.7.1-realtime-virtual-host-ktimersoftd.patch %description The tuned package contains a daemon that tunes system settings dynamically. @@ -122,6 +123,7 @@ It can be also used to fine tune your system for specific scenarios. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build @@ -330,6 +332,10 @@ fi %{_mandir}/man7/tuned-profiles-compat.7* %changelog +* Mon Apr 10 2017 Jaroslav Škarvada - 2.7.1-3.2 +- realtime-virtual-host: accommodate new ktimersoftd thread + resolves: rhbz#1440663 + * Tue Nov 8 2016 Jaroslav Škarvada - 2.7.1-3.1 - Fixed timeout if non-existent profile is requested resolves: rhbz#1392942