From 28e03fa500626ea085c54790f28653263a98ce21 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 05 2015 13:10:38 +0000 Subject: import irqbalance-1.0.7-1.el7 --- diff --git a/.gitignore b/.gitignore index 7a4e9bc..065ca75 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.0.6.tar.gz +SOURCES/v1.0.7.tar.gz diff --git a/.irqbalance.metadata b/.irqbalance.metadata index 1b23d2f..84220db 100644 --- a/.irqbalance.metadata +++ b/.irqbalance.metadata @@ -1 +1 @@ -50407f4f4f3a1e03bf20d58d7389a713658e9103 SOURCES/v1.0.6.tar.gz +b6224af887963d478cbc34572c9f7ea95851295c SOURCES/v1.0.7.tar.gz diff --git a/SOURCES/irqbalance-1.0.6-cpuhotplug-sigsegv.patch b/SOURCES/irqbalance-1.0.6-cpuhotplug-sigsegv.patch deleted file mode 100644 index 11f0e6c..0000000 --- a/SOURCES/irqbalance-1.0.6-cpuhotplug-sigsegv.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up irqbalance-1.0.6/classify.c.orig irqbalance-1.0.6/classify.c ---- irqbalance-1.0.6/classify.c.orig 2013-09-10 17:19:34.335319255 +0200 -+++ irqbalance-1.0.6/classify.c 2013-09-10 17:20:43.228351956 +0200 -@@ -420,6 +420,8 @@ void free_irq_db(void) - for_each_irq(NULL, free_irq, NULL); - g_list_free(interrupts_db); - interrupts_db = NULL; -+ g_list_free(rebalance_irq_list); -+ rebalance_irq_list = NULL; - } - - void rebuild_irq_db(void) diff --git a/SOURCES/irqbalance-1.0.6-ignore_affinity_hint.patch b/SOURCES/irqbalance-1.0.6-ignore_affinity_hint.patch deleted file mode 100644 index c53b517..0000000 --- a/SOURCES/irqbalance-1.0.6-ignore_affinity_hint.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up irqbalance-1.0.6/irqbalance.1.orig irqbalance-1.0.6/irqbalance.1 ---- irqbalance-1.0.6/irqbalance.1.orig 2014-02-10 15:46:52.175496460 +0100 -+++ irqbalance-1.0.6/irqbalance.1 2014-02-10 15:47:25.774548481 +0100 -@@ -57,6 +57,8 @@ irq is balanced, but the assigned object - .P - .I ignore - irq affinity hint value is completely ignored -+.P -+The default value for hintpolicy is ignore - - .TP - .B -p, --powerthresh= -diff -up irqbalance-1.0.6/irqbalance.c.orig irqbalance-1.0.6/irqbalance.c ---- irqbalance-1.0.6/irqbalance.c.orig 2014-02-10 15:46:38.794475738 +0100 -+++ irqbalance-1.0.6/irqbalance.c 2014-02-10 15:47:25.774548481 +0100 -@@ -48,7 +48,7 @@ int foreground_mode; - int numa_avail; - int need_rescan; - unsigned int log_mask = TO_ALL; --enum hp_e hint_policy = HINT_POLICY_SUBSET; -+enum hp_e hint_policy = HINT_POLICY_IGNORE; - unsigned long power_thresh = ULONG_MAX; - unsigned long long cycle_count = 0; - char *pidfile = NULL; diff --git a/SOURCES/irqbalance-1.0.6-man_usage_fix.patch b/SOURCES/irqbalance-1.0.6-man_usage_fix.patch deleted file mode 100644 index ee8b0b8..0000000 --- a/SOURCES/irqbalance-1.0.6-man_usage_fix.patch +++ /dev/null @@ -1,75 +0,0 @@ -diff -up irqbalance-1.0.6/irqbalance.1.orig irqbalance-1.0.6/irqbalance.1 ---- irqbalance-1.0.6/irqbalance.1.orig 2013-02-13 21:35:48.000000000 +0100 -+++ irqbalance-1.0.6/irqbalance.1 2013-08-12 20:29:51.322114469 +0200 -@@ -34,19 +34,19 @@ The purpose of \fBirqbalance\fR is distr - .SH "OPTIONS" - - .TP --.B --oneshot -+.B -o, --oneshot - Causes irqbalance to be run once, after which the daemon exits - .TP - --.B --debug -+.B -d, --debug - Causes irqbalance to print extra debug information. Implies --foreground - - .TP --.B --foreground -+.B -f, --foreground - Causes irqbalance to run in the foreground (without --debug) - - .TP --.B --hintpolicy=[exact | subset | ignore] -+.B -h, --hintpolicy=[exact | subset | ignore] - Set the policy for how irq kernel affinity hinting is treated. Can be one of: - .P - .I exact -@@ -59,7 +59,7 @@ irq is balanced, but the assigned object - irq affinity hint value is completely ignored - - .TP --.B --powerthresh= -+.B -p, --powerthresh= - Set the threshold at which we attempt to move a cpu into powersave mode - If more than cpus are more than 1 standard deviation below the - average cpu softirq workload, and no cpus are more than 1 standard deviation -@@ -68,7 +68,7 @@ powersave mode. In powersave mode, a cp - in an effort to prevent that cpu from waking up without need. - - .TP --.B --banirq= -+.B -i, --banirq= - Add the specified irq to the set of banned irqs. irqbalance will not affect - the affinity of any irqs on the banned list, allowing them to be specified - manually. This option is addative and can be specified multiple times. For -@@ -77,7 +77,7 @@ example to ban irqs 43 and 44 from balan - - - .TP --.B --policyscript=