Script 'mail_helper' called by obssrc
Hello community,

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

Package is "irqbalance"

Sat Nov 12 17:40:25 2022 rev:69 rq:1035191 version:1.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes    2022-11-08 
10:53:35.957473383 +0100
+++ /work/SRC/openSUSE:Factory/.irqbalance.new.1597/irqbalance.changes  
2022-11-12 17:40:35.605962348 +0100
@@ -1,0 +2,5 @@
+Fri Nov 11 09:44:17 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- add irqbalance-systemd-netlink.patch (related to bsc#1205308)
+
+-------------------------------------------------------------------

New:
----
  irqbalance-systemd-netlink.patch

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

Other differences:
------------------
++++++ irqbalance.spec ++++++
--- /var/tmp/diff_new_pack.PMN92l/_old  2022-11-12 17:40:36.341966729 +0100
+++ /var/tmp/diff_new_pack.PMN92l/_new  2022-11-12 17:40:36.345966753 +0100
@@ -30,6 +30,8 @@
 Source:         
https://github.com/Irqbalance/irqbalance/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source3:        sysconfig.irqbalance
 Patch1:         Set-fd-limit.patch
+# PATCH-FIX-UPSTREAM: https://github.com/Irqbalance/irqbalance/pull/250
+Patch2:         irqbalance-systemd-netlink.patch
 BuildRequires:  libcap-ng-devel
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel

++++++ irqbalance-systemd-netlink.patch ++++++
>From efec4c69157d17024c4d9194a63eb834efcd79b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dirk=20M=C3=BCller?= <d...@dmllr.de>
Date: Fri, 11 Nov 2022 10:38:19 +0100
Subject: [PATCH] allow AF_NETLINK in the systemd service restrictions

AF_NETLINK is needed for communicating with the thermald daemon,
without that the start up logs a warning

  thermal: socket bind failed, thermald may not be running.

because systemd prevents access to NETLINK.
---
 misc/irqbalance.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: irqbalance-1.9.2/misc/irqbalance.service
===================================================================
--- irqbalance-1.9.2.orig/misc/irqbalance.service
+++ irqbalance-1.9.2/misc/irqbalance.service
@@ -11,7 +11,7 @@ EnvironmentFile=-/path/to/irqbalance.env
 ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
 ReadOnlyPaths=/
 ReadWritePaths=/proc/irq
-RestrictAddressFamilies=AF_UNIX
+RestrictAddressFamilies=AF_UNIX AF_NETLINK
 RuntimeDirectory=irqbalance/
 LimitNOFILE=4096
 

Reply via email to