Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package irqbalance for openSUSE:Factory 
checked in at 2026-02-12 17:25:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irqbalance (Old)
 and      /work/SRC/openSUSE:Factory/.irqbalance.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irqbalance"

Thu Feb 12 17:25:27 2026 rev:80 rq:1332484 version:1.9.5.3.git+48ab93a

Changes:
--------
--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes    2026-01-21 
14:11:27.764097283 +0100
+++ /work/SRC/openSUSE:Factory/.irqbalance.new.1977/irqbalance.changes  
2026-02-12 17:25:41.619031175 +0100
@@ -1,0 +2,7 @@
+Wed Feb 11 12:42:04 UTC 2026 - pallas wept <[email protected]>
+
+- Update to version 1.9.5.3.git+48ab93a:
+  * Change warnings about un-affine-able irqs to LOG_DEBUG
+  * Fix irqbalance for Xen virtual event interrupts
+
+-------------------------------------------------------------------

Old:
----
  irqbalance-1.9.5.0.git+cf76396.obscpio

New:
----
  irqbalance-1.9.5.3.git+48ab93a.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ irqbalance.spec ++++++
--- /var/tmp/diff_new_pack.HVVkbZ/_old  2026-02-12 17:25:42.455066642 +0100
+++ /var/tmp/diff_new_pack.HVVkbZ/_new  2026-02-12 17:25:42.459066811 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package irqbalance
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %bcond_with meson
 Name:           irqbalance
-Version:        1.9.5.0.git+cf76396
+Version:        1.9.5.3.git+48ab93a
 Release:        0
 Summary:        Daemon to balance IRQs on SMP machines
 License:        GPL-2.0-only

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HVVkbZ/_old  2026-02-12 17:25:42.511069017 +0100
+++ /var/tmp/diff_new_pack.HVVkbZ/_new  2026-02-12 17:25:42.515069187 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/Irqbalance/irqbalance.git</param>
-              <param 
name="changesrevision">cf763968dc221be2ce36e1dce45b6f9d998b40c6</param></service></servicedata>
+              <param 
name="changesrevision">48ab93a2ed43af255543a47d0a57928fe850e595</param></service></servicedata>
 (No newline at EOF)
 

++++++ irqbalance-1.9.5.0.git+cf76396.obscpio -> 
irqbalance-1.9.5.3.git+48ab93a.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/irqbalance-1.9.5.0.git+cf76396/activate.c 
new/irqbalance-1.9.5.3.git+48ab93a/activate.c
--- old/irqbalance-1.9.5.0.git+cf76396/activate.c       2025-12-08 
13:51:25.000000000 +0100
+++ new/irqbalance-1.9.5.3.git+48ab93a/activate.c       2026-02-11 
12:37:44.000000000 +0100
@@ -97,7 +97,7 @@
 error:
        /* Use EPERM as the explaination for EIO */
        errsave = (errsave == EIO) ? EPERM : errsave;
-       log(TO_ALL, LOG_WARNING,
+       log(TO_ALL, LOG_DEBUG,
                "Cannot change IRQ %i affinity: %s\n",
                info->irq, strerror(errsave));
        switch (errsave) {
@@ -124,7 +124,7 @@
                /* Any other error is considered permanent. */
                info->level = BALANCE_NONE;
                info->moved = 0; /* migration impossible, mark as done */
-               log(TO_ALL, LOG_WARNING, "IRQ %i affinity is now unmanaged\n",
+               log(TO_ALL, LOG_DEBUG, "IRQ %i affinity is now unmanaged\n",
                        info->irq);
        }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/irqbalance-1.9.5.0.git+cf76396/procinterrupts.c 
new/irqbalance-1.9.5.3.git+48ab93a/procinterrupts.c
--- old/irqbalance-1.9.5.0.git+cf76396/procinterrupts.c 2025-12-08 
13:51:25.000000000 +0100
+++ new/irqbalance-1.9.5.3.git+48ab93a/procinterrupts.c 2026-02-11 
12:37:44.000000000 +0100
@@ -191,7 +191,7 @@
 #endif
        info->irq = irq;
 
-       if (strstr(irq_fullname, "-event") != NULL && is_xen_dyn == 1) {
+       if (strstr(irq_name, "-event") != NULL && is_xen_dyn == 1) {
                info->type = IRQ_TYPE_VIRT_EVENT;
                info->class = IRQ_VIRT_EVENT;
        } else {

++++++ irqbalance.obsinfo ++++++
--- /var/tmp/diff_new_pack.HVVkbZ/_old  2026-02-12 17:25:42.699076993 +0100
+++ /var/tmp/diff_new_pack.HVVkbZ/_new  2026-02-12 17:25:42.707077332 +0100
@@ -1,5 +1,5 @@
 name: irqbalance
-version: 1.9.5.0.git+cf76396
-mtime: 1765198285
-commit: cf763968dc221be2ce36e1dce45b6f9d998b40c6
+version: 1.9.5.3.git+48ab93a
+mtime: 1770809864
+commit: 48ab93a2ed43af255543a47d0a57928fe850e595
 

Reply via email to