Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package irqbalance for openSUSE:Factory checked in at 2021-03-15 10:53:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/irqbalance (Old) and /work/SRC/openSUSE:Factory/.irqbalance.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "irqbalance" Mon Mar 15 10:53:40 2021 rev:56 rq:878285 version:1.7.0+git20210222.9db8d5c Changes: -------- --- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes 2020-08-19 18:47:23.755546564 +0200 +++ /work/SRC/openSUSE:Factory/.irqbalance.new.2401/irqbalance.changes 2021-03-15 10:53:46.549114203 +0100 @@ -1,0 +2,30 @@ +Wed Mar 10 17:45:54 UTC 2021 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- irqbalance-1.7.0.tar.gz New: ---- irqbalance-1.7.0+git20210222.9db8d5c.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ irqbalance.spec ++++++ --- /var/tmp/diff_new_pack.DNMHeG/_old 2021-03-15 10:53:47.101115050 +0100 +++ /var/tmp/diff_new_pack.DNMHeG/_new 2021-03-15 10:53:47.105115057 +0100 @@ -1,7 +1,7 @@ # # spec file for package irqbalance # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,14 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: irqbalance -Version: 1.7.0 +Version: 1.7.0+git20210222.9db8d5c Release: 0 Summary: Daemon to balance IRQs on SMP machines License: GPL-2.0-or-later Group: System/Daemons URL: https://github.com/Irqbalance/irqbalance -Source: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +# Source: https://github.com/Irqbalance/irqbalance/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz +Source: %{name}-%{version}.tar.gz Source3: sysconfig.irqbalance Patch1: Set-fd-limit.patch BuildRequires: libcap-ng-devel
