From 43b7122d11f005c0213dec2c0cb6c149ff9ce1f2ff2261bd4fcc273313582588 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Thu, 6 Sep 2012 11:10:09 +0000 Subject: [PATCH] - Update to version 1.0.4: New release of irqbalance, several minor cleanups and a few significant bug fixes and feature enhancements: - Fixed a divide by zero bug - Fixed a memory corruptor when items are not assigned to a specfic numa node - Added a banscript option, that allows a user defined script to be run to determine if a given irq should be excluded from balancing - Improve rescan ability to catch a timing race early in irqbalance setup - Added ability to force irqbalance to rescan irqs on reception of a SIGHUP. - Force affinity settings even if manually overridden outside of irqbalance. - Added a --foreground option to force foreground execution without debug output OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=25 --- irqbalance-1.0.3.tar.bz2 | 3 --- irqbalance-1.0.4.tar.bz2 | 3 +++ irqbalance.changes | 15 +++++++++++++++ irqbalance.spec | 3 ++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 irqbalance-1.0.3.tar.bz2 create mode 100644 irqbalance-1.0.4.tar.bz2 diff --git a/irqbalance-1.0.3.tar.bz2 b/irqbalance-1.0.3.tar.bz2 deleted file mode 100644 index 6842452..0000000 --- a/irqbalance-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e57569a98af4858e5dc0ef5814ef3e58d51230698029febce644ff2a782abe7 -size 255835 diff --git a/irqbalance-1.0.4.tar.bz2 b/irqbalance-1.0.4.tar.bz2 new file mode 100644 index 0000000..39cc7f2 --- /dev/null +++ b/irqbalance-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15725edf4a6f20258620cbd05ebf02d0c25aadd5ffa4871ef8507c9215021c43 +size 286985 diff --git a/irqbalance.changes b/irqbalance.changes index cba5ffe..6e83432 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 6 11:07:36 UTC 2012 - trenn@suse.de + +- Update to version 1.0.4: + New release of irqbalance, several minor cleanups and a few + significant bug fixes and feature enhancements: + - Fixed a divide by zero bug + - Fixed a memory corruptor when items are not assigned to a specfic numa node + - Added a banscript option, that allows a user defined script to be run to + determine if a given irq should be excluded from balancing + - Improve rescan ability to catch a timing race early in irqbalance setup + - Added ability to force irqbalance to rescan irqs on reception of a SIGHUP. + - Force affinity settings even if manually overridden outside of irqbalance. + - Added a --foreground option to force foreground execution without debug output + ------------------------------------------------------------------- Mon Jun 25 15:01:39 UTC 2012 - trenn@suse.de diff --git a/irqbalance.spec b/irqbalance.spec index 04fd0c0..1c45cdb 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -16,8 +16,9 @@ # + Name: irqbalance -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: Balance IRQs on SMP Machines License: GPL-2.0+