SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for irqbalance-1.9.2-5.4.i586.rpm :

* Fri Dec 16 2022 Dirk Müller - build for x86_64 subarchs the same way like for baseline
* Fri Nov 11 2022 Dirk Müller - add irqbalance-systemd-netlink.patch (related to bsc#1205308)
* Mon Nov 07 2022 Dirk Müller - update to 1.9.2:
* avoid coredump on build_one_dev_entry()
* avoid double free on deinit_thermal()
* change the log level in thermal.c
* fix a minor typo- drop Avoid-double-free-on-deinit_thermal.patch, uninitialized.patch: (upstream)
* Tue Oct 25 2022 Dirk Müller - run tests- add Avoid-double-free-on-deinit_thermal.patch (bsc#1204607)
* Tue Oct 18 2022 Dirk Müller - add uninitialized.patch (bsc#1204371)- build with thermald support on x86_64 (jsc#PED-1039)
* Thu Oct 13 2022 Dirk Müller - 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
* Wed Aug 17 2022 dmuellerAATTsuse.com- Update to version 1.9.0:
* 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
* Mon Jun 27 2022 Andreas Schwab - proc-interrupts.patch: parse_proc_interrupts: fix parsing interrupt counts
* Wed Sep 08 2021 trennAATTsuse.de- 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
* Wed Sep 08 2021 Thomas Renninger - 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
* Tue Aug 31 2021 trennAATTsuse.de- Update to version 1.8.0.18.git+2435e8d.obscpio:
* fix unsigned integer subtraction sign overflow- Make git hash in version better visable .git+
* Wed Aug 11 2021 trennAATTsuse.de- 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}
* Mon Jul 12 2021 trennAATTsuse.de- Update to version 1.8.0.8.gbd5aaf5 (jsc#SLE-17697):
* 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
* Tue Apr 13 2021 trennAATTsuse.de- 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
* Wed Mar 10 2021 trennAATTsuse.de- 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
* Sun Aug 16 2020 Dirk Mueller - 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
* Thu Jun 18 2020 Josef Möllers - Corrected mis-spelling (wrong CamelCase) of \"EnvironmentFile\" in misc/irqbalance.service [bsc#1172665, Correct-capitalizing-in-service-file.patch]
* Tue May 26 2020 Thomas Renninger - 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
* Fri Apr 24 2020 Fabian Vogt - Package COPYING and README.md- Add some deps for the -ui subpackage
* Thu Apr 23 2020 Thorsten Kukuk - Use fillup_prereq macro- Move ui into sub-package to get minimal core much smaller
 
ICM