- Update to version 1.9.3.8.git+c963f48:
* Enable systemd feature support by default when building with meson
* Add support for linking against libnl when building with meson
* Turn NUMA support into an enabled feature, when building with meson
* Set project version of meson build to 1.9.3
* Install man pages when building with meson
* When building with meson, make sure to link against numa
* Updating to version 1.9.3
* Automatically use systemd journal and run in foreground when under systemd
- Update to version 1.9.2.34.git+5069982:
* activate_mapping: avoid logging error when there is none
* activate_mapping: only blacklist irq if error is considered permanent
* activate_mapping: report error reason
* activate_mapping: make sure to catch all errors
* activate_mapping: avoid use-after-free when affinity cannot be set
* Revert "activate_mapping: fflush the buffered data to smp_affinity"
* activate_mapping: fflush the buffered data to smp_affinity
OBS-URL: https://build.opensuse.org/request/show/1127986
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=118
- Resurrect _service file and old git patch no versioning
A _service
A _servicedata
A irqbalance.obsinfo
- Update to version 1.9.2.24.git+184c950:
* procinterrupts: fix initialisation of regex_t struct
* Fix it so we actually stop when we hit an interrupt condition
* Fix signedness of error handling
* Revert "Fix CPU number condition in service file"
* Issue 259: select NL_SKIP / NL_STOP based on error
* fix CPU number condition in service file
- Already included upstream:
D irqbalance-systemd-netlink.patch
OBS-URL: https://build.opensuse.org/request/show/1095578
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=116
- update to 1.9.1:
* get irq->module relationship from /sys/bus/pci/*/driver
* ensure --banmod is respected
* check whether savedptr is NULL before invoking strlen
* add meson
* support thermal events
* fix irqbalance never exits
* irqbalance-ui: able to scroll and show coulist and irqs' name
- drop proc-interrupts.patch (upstream)
D proc-interrupts.patch
- Includes the patches for feature:
jsc#PED-754
Enable IRQ Balancer to support SoC die during low power state
OBS-URL: https://build.opensuse.org/request/show/1010510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=65
* correct wait time in oneshot mode
* Document updates
* disable irqbalance when we only have a single cpu/cache domain
* fix UI to fetch full messages from UNIX socket
* avoid some buffer overflows
* fix UI printf style formatting
* drop bounding set from irqbalance
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=97
- Update to version 1.8.0.18.git+2435e8d:
* fix unsigned integer subtraction sign overflow
* fix opendir fails in check_platform_device
* irqbalance: Check validity of numa_node
* configure.ac: use pkg-config to find numa
* Disable the communication socket when UI is disabled
* 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
- Fixes integrated mainline:
* bsc#1119461
* bsc#1138190
* bsc#1154905
* bsc#1178477 bsc#1183405 (removed patches due to mainline integration):
procinterrupts-check-xen-dyn-event-more-flexible.patch
* bsc#1182254 bsc#1156315 (removed patches due to mainline integration):
fix-ambiguous-parsing-of-node-entries-in-sys.patch
* bsc#1183157
also-fetch-node-info-for-non-PCI-devices.patch
OBS-URL: https://build.opensuse.org/request/show/917530
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=94
- 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
- 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
* 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