Dominique Leuenberger 2024-03-20 20:10:35 +00:00 committed by Git OBS Bridge
commit cebccfb19b
8 changed files with 33 additions and 18 deletions

View File

@ -2,15 +2,15 @@
misc/irqbalance.service | 1 + misc/irqbalance.service | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)
Index: irqbalance-1.9.2.24.git+184c950/misc/irqbalance.service Index: irqbalance-1.9.4.0.git+f8b8cdd/misc/irqbalance.service
=================================================================== ===================================================================
--- irqbalance-1.9.2.24.git+184c950.orig/misc/irqbalance.service --- irqbalance-1.9.4.0.git+f8b8cdd.orig/misc/irqbalance.service
+++ irqbalance-1.9.2.24.git+184c950/misc/irqbalance.service +++ irqbalance-1.9.4.0.git+f8b8cdd/misc/irqbalance.service
@@ -13,6 +13,7 @@ ReadOnlyPaths=/ @@ -16,6 +16,7 @@ ReadOnlyPaths=/
ReadWritePaths=/proc/irq ReadWritePaths=/proc/irq
RestrictAddressFamilies=AF_UNIX AF_NETLINK RestrictAddressFamilies=AF_UNIX AF_NETLINK
RuntimeDirectory=irqbalance/ RuntimeDirectory=irqbalance/
+LimitNOFILE=4096 +LimitNOFILE=4096
IPAddressDeny=any
[Install] ProtectHome=true
WantedBy=multi-user.target PrivateTmp=yes

View File

@ -1,5 +1,5 @@
<services> <services>
<service name="obs_scm" mode="localonly"> <service name="obs_scm" mode="manual">
<param name="url">https://github.com/Irqbalance/irqbalance.git</param> <param name="url">https://github.com/Irqbalance/irqbalance.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">master</param> <param name="revision">master</param>
@ -7,7 +7,7 @@
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.git+%h</param> <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.git+%h</param>
</service> </service>
<service name="set_version" mode="localonly"/> <service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">
<param name="compression">gz</param> <param name="compression">gz</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/Irqbalance/irqbalance.git</param> <param name="url">https://github.com/Irqbalance/irqbalance.git</param>
<param name="changesrevision">1a7d461c27fb49c8c149aca313a12b7b0365d456</param></service></servicedata> <param name="changesrevision">f8b8cddfb54516308cd484c883d930f97c9e12ed</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fec83f003d46fe9e02abce0117d5046a7fedb02bba7b9747ea46cd2271d97b3
size 235531

BIN
irqbalance-1.9.4.0.git+f8b8cdd.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 19 16:52:54 UTC 2024 - trenn@suse.de
- Update to version 1.9.4.0.git+f8b8cdd:
* update configure to version 1.9.4
* Flush file before closing
* Fix socket API being blocked for 10s
* Set additional systemd options for service
* activate_mapping: set errsave before first jump to the error label
* Avoid repeated affinity checks when no change is necessary
* Slience "... rebalancing" messages for unmigratable IRQs
- Use manual instead of local service for updating
- Adopt to mainline:
M Set-fd-limit.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 06 11:21:22 UTC 2023 - aschnell@suse.com Wed Dec 06 11:21:22 UTC 2023 - aschnell@suse.com

View File

@ -1,4 +1,4 @@
name: irqbalance name: irqbalance
version: 1.9.3.10.git+1a7d461 version: 1.9.4.0.git+f8b8cdd
mtime: 1701427667 mtime: 1710857766
commit: 1a7d461c27fb49c8c149aca313a12b7b0365d456 commit: f8b8cddfb54516308cd484c883d930f97c9e12ed

View File

@ -1,7 +1,7 @@
# #
# spec file for package irqbalance # spec file for package irqbalance
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates %define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif %endif
Name: irqbalance Name: irqbalance
Version: 1.9.3.10.git+1a7d461 Version: 1.9.4.0.git+f8b8cdd
Release: 0 Release: 0
Summary: Daemon to balance IRQs on SMP machines Summary: Daemon to balance IRQs on SMP machines
License: GPL-2.0-or-later License: GPL-2.0-or-later