Commit Graph

107 Commits

Author SHA256 Message Date
Dominique Leuenberger
088e9ef7b0 Accepting request 915410 from Base:System
OBS-URL: https://build.opensuse.org/request/show/915410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=61
2021-09-03 19:25:23 +00:00
Thomas Renninger
3b9dcf4e87 Accepting request 915268 from home:trenn:branches:Base:System
- Update to version 1.8.0.18.git+2435e8d.obscpio:
  * fix unsigned integer subtraction sign overflow
- Make git hash in version better visable .git+<githash>

OBS-URL: https://build.opensuse.org/request/show/915268
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=93
2021-09-01 06:52:29 +00:00
Richard Brown
6e74836f40 Accepting request 911416 from Base:System
OBS-URL: https://build.opensuse.org/request/show/911416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=60
2021-08-16 08:08:49 +00:00
Thomas Renninger
7775a7ec48 Accepting request 911415 from home:trenn:branches:Base:System
- Update to version 1.8.0.14.ga7f8148:
  * irqbalance: Check validity of numa_node
  * configure.ac: use pkg-config to find numa
  * Disable the communication socket when UI is disabled
- Use %{?systemd_ordering} instead of %{?systemd_requires}

OBS-URL: https://build.opensuse.org/request/show/911415
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=92
2021-08-11 10:26:51 +00:00
Dominique Leuenberger
1eea58bef4 Accepting request 907152 from Base:System
OBS-URL: https://build.opensuse.org/request/show/907152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=59
2021-07-21 17:06:20 +00:00
Thomas Renninger
a7b87641b9 Accepting request 907151 from home:trenn:branches:Base:System
- Update to version 1.8.0.8.gbd5aaf5 (jsc#SLE-17697):

OBS-URL: https://build.opensuse.org/request/show/907151
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=91
2021-07-19 13:50:09 +00:00
Dominique Leuenberger
aa629fd6c8 Accepting request 905968 from Base:System
OBS-URL: https://build.opensuse.org/request/show/905968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=58
2021-07-15 21:58:50 +00:00
Thomas Renninger
ac2dfc3532 Accepting request 905886 from home:trenn:branches:Base:System
- Update to version 1.8.0.8.gbd5aaf5:
  * Fix comma typo in ui.c
  * drop NoNewPrivs from irqbalance service
  * remove no existing irq in banned_irqs
  * Fix compile issue with none AARCH64 builds
  * Fix irqbalance cannot obtain the full name of irq
- Enhance _service magic and add git hashtag to version

OBS-URL: https://build.opensuse.org/request/show/905886
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=90
2021-07-13 04:27:02 +00:00
Dominique Leuenberger
2a61a272b3 Accepting request 885961 from Base:System
OBS-URL: https://build.opensuse.org/request/show/885961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=57
2021-04-19 19:05:42 +00:00
Thomas Renninger
1a36274323 Accepting request 885003 from home:trenn:branches:Base:System
- Add _service file pointing to github sources
A _service
- Update to version 1.8.0:
  * Add return value check of opendir in do_one_cpu
  * Hotplug may occur again during sleep, so wait until there is no hotplug

OBS-URL: https://build.opensuse.org/request/show/885003
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=88
2021-04-16 11:52:22 +00:00
Dominique Leuenberger
16450decd8 Accepting request 878285 from Base:System
OBS-URL: https://build.opensuse.org/request/show/878285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=56
2021-03-15 09:53:40 +00:00
Thomas Renninger
5ef44c5fe6 Accepting request 878217 from home:trenn:branches:Base:System
- Update to version 1.7.0+git20210222.9db8d5c:
  * ui: fix cpu/irq menu off by one
  * fix uint64_t printf format (use PRIu64)
  * Also fetch node info for non-PCI devices
  * Add hot pull method for irqbalance
  * Add log for hotplug appropriately
  * add irq hotplug feature for irqbalance
  * Remove some unused constant macros in constants.h
  * Add a deprecation notice for IRQBALANCE_BANNED_CPUS
  * Add IRQBALANCE_BANNED_CPULIST to env file
  * log correctly for isolated and nohz_full cpus
  * Update README.md
  * Add some examples for IRQBALANCE_BANNED_CPUS
  * Adjust how we determine if a cpu is online
  * activate_mapping: activate only online CPUs
  * add env variable to ban cpus using cpulist syntax
  * put arg parsing detail into parse_command_line()
  * Updating configure script to version 1.7.0
  * Add strlen checking for IRQBALANCE_BANNED_CPUS
  * remove redundant "/" in SOCKET_TMPFS
  * Fix typo in service unit file
  * arm64: Add irq aff change check For aarch64, the PPIs format in /proc/interrputs can be parsed and add to interrupt db, and next, the number of interrupts is counted and used to calculate the load. Finally these interrupts maybe scheduled between the NUMA domains.
  * Correct typos in irqbalance.c
  * free cpu_ban_string when the next request come
  * improve irq migrate rule to avoid high irq load
  * make the option 'V' closer to the option with no arg

OBS-URL: https://build.opensuse.org/request/show/878217
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=86
2021-03-11 08:21:24 +00:00
Dominique Leuenberger
ebc3fca4d0 Accepting request 827049 from Base:System
- update to 1.7.0:
  * Strlen checking for IRQBALANCE_BANNED_CPU env var
  * Typo cleanup in SOCKET_TMPFS
  * consolidation of numa node creation on non-numa systems
  * fix uninitialized use of package_mask in affinity setup
  * use num_online_cpus instead of core_count
  * fix a null ptr crash in do_one_cpu
  * make list searching common from glib
  * fix a calloc parameter bug
  * remove some unused variables
  * use g_list_free_full
  * remove redundant call to free_cl_opts
  * fix some resource leaks in main()
  * fix some use after free issues in check_for_irq_ban
  * fix resource leaks in irqballance-ui, and in add_one_node
- remove Correct-capitalizing-in-service-file.patch: upstream

OBS-URL: https://build.opensuse.org/request/show/827049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=55
2020-08-19 16:46:51 +00:00
d238f4f0ae OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=84 2020-08-16 14:17:01 +00:00
861094b28d - update to 1.7.0:
* Strlen checking for IRQBALANCE_BANNED_CPU env var
  * Typo cleanup in SOCKET_TMPFS
  * consolidation of numa node creation on non-numa systems
  * fix uninitialized use of package_mask in affinity setup
  * use num_online_cpus instead of core_count
  * fix a null ptr crash in do_one_cpu
  * make list searching common from glib
  * fix a calloc parameter bug
  * remove some unused variables
  * use g_list_free_full
  * remove redundant call to free_cl_opts
  * fix some resource leaks in main()
  * fix some use after free issues in check_for_irq_ban
  * fix resource leaks in irqballance-ui, and in add_one_node
- remove Correct-capitalizing-in-service-file.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=83
2020-08-16 14:16:54 +00:00
Dominique Leuenberger
bb527c9a60 Accepting request 815809 from Base:System
OBS-URL: https://build.opensuse.org/request/show/815809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=54
2020-06-23 19:02:37 +00:00
Thomas Renninger
5f792c1919 Accepting request 815730 from home:jmoellers:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/815730
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=81
2020-06-18 21:36:24 +00:00
Dominique Leuenberger
1001fd1120 Accepting request 809596 from Base:System
OBS-URL: https://build.opensuse.org/request/show/809596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=53
2020-06-03 18:28:05 +00:00
Thomas Renninger
0b9b213dd0 Accepting request 809536 from home:trenn:branches:Base:System
- Update to latest git HEAD version 0348a3b.
  There has been no version update for quite some time, but some
  restructuring and fixes we want to have included.
D install-man-pages.patch

OBS-URL: https://build.opensuse.org/request/show/809536
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=79
2020-05-27 14:10:02 +00:00
Dominique Leuenberger
416d944577 Accepting request 798326 from Base:System
OBS-URL: https://build.opensuse.org/request/show/798326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=52
2020-04-29 18:42:03 +00:00
Thomas Renninger
f4773e3a59 Accepting request 797152 from home:kukuk:branches:Base:System
- Package COPYING and README.md
- Add some deps for the -ui subpackage

- Use fillup_prereq macro
- Move ui into sub-package to get minimal core much smaller

OBS-URL: https://build.opensuse.org/request/show/797152
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=77
2020-04-27 17:15:49 +00:00
Dominique Leuenberger
719e4dbf5a Accepting request 714762 from Base:System
OBS-URL: https://build.opensuse.org/request/show/714762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=51
2019-07-16 06:38:26 +00:00
4d86e6447c Accepting request 714648 from home:trenn:branches:Base:System
- Add git hash tag and date in version as source is derived from
  master/HEAD branch. Thanks to namtrac.
  This is done via _service file.
  Also add an example how to get back to a stable release version
- Update to latest git master version:
  git commit f7fdebbaa4dbc27fcdeb7

OBS-URL: https://build.opensuse.org/request/show/714648
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=75
2019-07-12 06:08:55 +00:00
afeea1d0e0 Accepting request 713884 from home:jengelh:branches:Base:System
- Use noun phrase in summaries.

OBS-URL: https://build.opensuse.org/request/show/713884
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=74
2019-07-09 08:29:36 +00:00
Thomas Renninger
f9758014b6 Accepting request 712883 from home:trenn:branches:Base:System
- Update to version 1.6.0 (b47eea84cbb93f533b0cba2f1aa):
  * fix balancing when numa information isn't available
  * Refine document about IRQBALANCE_BANNED_CPUS
  * Fix string truncation issues detected by GCC 8
  * fix socket path creation
  * Update document for option --banmod and --deepestcache
  * Fix ambiguous parsing of *node* entries in /sys.
  * procinterrupts: check xen-dyn-event more flexible
  * misc: Add an example for policy script
  * policyscript: ignore non-executable files when specifying a directory
remove because already mainline:
D fix_buffer_overflow_compiler.patch

OBS-URL: https://build.opensuse.org/request/show/712883
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=73
2019-07-01 15:41:49 +00:00
Dominique Leuenberger
3a9a3d2914 Accepting request 639963 from Base:System
OBS-URL: https://build.opensuse.org/request/show/639963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=50
2018-10-11 09:40:01 +00:00
Thomas Renninger
8c23315682 Accepting request 639962 from home:trenn:branches:Base:System
- Allow compilation with SLE-12 and before by:
  * removing -std=C99 Latest compiler version does not complain
  anymore, SLE12 SPx and before did.
  * Fix a possible buffer overflow compiler warning
A fix_buffer_overflow_compiler.patch

OBS-URL: https://build.opensuse.org/request/show/639962
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=71
2018-10-04 12:39:00 +00:00
Thomas Renninger
6d3697e5f8 Accepting request 639399 from home:SchoolGuy:branches:Base:System
- Removed aarch64-compile-fixes.patch because it is mainline now.
- Update to version 1.4.0:
  * Fixed an erroneous calculation of min_load that restricted candidates to a
    subset of objects
  * Fixed powerpc hotplug detection
  * Cleaned up syslog target dependency
  * Added some self test infrastructure (via make check)
- Update to version 1.3.0
  * New features in this release:
      optimization of platform device irq detection
      Added sample udev rules to trigger irq rescans on device add/remove
      Made irqbalance ui an optional compile component
      Added support for Intel CoD
      Add -v | --version option to command line
  * Bug fixes in this release:
      Misc compiler warning fixes and spelling errors
      Compilation error fix on aarch64
      Compilation error fix when using clang in c99 mode
      Unused variable cleanup
      Lots of memory leak cleanup in irqbalance-ui
      Prevent irqbalance from running in a container
      Fix irq affinity assignment in some cases to wrong numa node
      Fix oneshot mode
      exclude legacy irq 255
  * Deprecations:
      without-glib2 is removed, we just need it enough that we can't dummy it up
      anymore

OBS-URL: https://build.opensuse.org/request/show/639399
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=70
2018-10-02 13:50:40 +00:00
Dominique Leuenberger
02e88e651d Accepting request 545240 from Base:System
OBS-URL: https://build.opensuse.org/request/show/545240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=49
2017-11-30 11:41:17 +00:00
Thomas Renninger
a2413b1cf3 Accepting request 544684 from home:RBrownSUSE:branches:Base:System
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544684
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=68
2017-11-24 14:25:26 +00:00
Dominique Leuenberger
3e8d6201ec Accepting request 477538 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/477538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=48
2017-03-10 20:44:54 +00:00
Thomas Renninger
159953ce7f Accepting request 477517 from home:fschnizlein:branches:Base:System
- Remove superfluous comment out man package packing

OBS-URL: https://build.opensuse.org/request/show/477517
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=66
2017-03-07 14:25:39 +00:00
Dominique Leuenberger
0ba85c5091 Accepting request 455092 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/455092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=47
2017-02-08 11:12:37 +00:00
Thomas Renninger
47d5a2d3e0 Accepting request 455089 from home:dimstar:Factory
- Switch to ncurses6: use ncurses6-config to find the correct
  CFLAGS and libraries (boo#1021328).

OBS-URL: https://build.opensuse.org/request/show/455089
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=64
2017-02-06 17:15:50 +00:00
Dominique Leuenberger
8a67a7879c Accepting request 449922 from Base:System
- update to 1.2.0:
 * sort_irq logic rework to fix unintended ordering
 * removal of the affinity_hint infrastructure as its not needed
 * fixes for invalid cpumask parsing
 * many other minior fixes (see git log)
 * Aarch64 support
 * live interactive monitoring of irqbalance and live adjustment with irqbalance-ui
- remove fix-aarch64-support.patch: upstreamed
- add install-man-pages.patch
- add aarch64-compile-fixes.patch

OBS-URL: https://build.opensuse.org/request/show/449922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=46
2017-01-19 09:35:59 +00:00
18cbb20e87 - add aarch64-compile-fixes.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=62
2017-01-12 18:37:02 +00:00
ed021db7ba - add install-man-pages.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=61
2017-01-12 18:10:55 +00:00
8bbe68ecf8 - update to 1.2.0:
* sort_irq logic rework to fix unintended ordering
 * removal of the affinity_hint infrastructure as its not needed
 * fixes for invalid cpumask parsing
 * many other minior fixes (see git log)
 * Aarch64 support
 * live interactive monitoring of irqbalance and live adjustment with irqbalance-ui
- remove fix-aarch64-support.patch: upstreamed

OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=60
2017-01-12 18:03:54 +00:00
Dominique Leuenberger
b62dc272da Accepting request 442691 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/442691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=45
2016-12-02 15:38:22 +00:00
9ba19519f3 - Set-fd-limit.patch: Increase limit on file descriptors (bsc#998399) (fate#321645)
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=58
2016-11-22 11:35:23 +00:00
bd52e99e1e Accepting request 441232 from home:michals
Increase limit on file descriptors (bsc#998399) (fate#321645)

OBS-URL: https://build.opensuse.org/request/show/441232
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=57
2016-11-22 10:44:16 +00:00
Dominique Leuenberger
550ff0dfc4 Accepting request 361230 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/361230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=44
2016-02-28 01:27:11 +00:00
3c635ff77c Accepting request 361081 from home:Andreas_Schwab:Factory
- fix-aarch64-support.patch: Fix AArch64 support

OBS-URL: https://build.opensuse.org/request/show/361081
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=55
2016-02-24 10:54:26 +00:00
Dominique Leuenberger
fbfd40b510 Accepting request 354610 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/354610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=43
2016-02-03 09:18:45 +00:00
Thomas Renninger
ea09be1235 Accepting request 354380 from home:pluskalm:branches:Base:System
- Update to 1.1.0
  * Banning support fixes
  * Load calculation improvements
  * Documentation fixes
  * Fix command line preservation across re-scan
  * Memory leak fixes
  * Misc. bug fixes
  * ARM irq support
  * New --banmod option
  * New sleep interval option

OBS-URL: https://build.opensuse.org/request/show/354380
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=53
2016-01-18 14:19:16 +00:00
Stephan Kulow
0d3e81eaac Accepting request 345019 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/345019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=42
2015-11-24 21:31:24 +00:00
Thomas Renninger
921ae380c0 Accepting request 345012 from home:mbrugger:branches:Base:System
- Only exclude arch s390 and s390x

OBS-URL: https://build.opensuse.org/request/show/345012
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=51
2015-11-18 10:51:29 +00:00
Dominique Leuenberger
381dfc4b7b Accepting request 343149 from Base:System
- enable build for %arm

OBS-URL: https://build.opensuse.org/request/show/343149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=41
2015-11-12 18:37:18 +00:00
b1520ac0fc - enable build for %arm
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=49
2015-11-09 10:31:53 +00:00
Dominique Leuenberger
647cf124b3 Accepting request 291211 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/291211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=40
2015-03-19 19:55:44 +00:00