Sync from SUSE:SLFO:Main irqbalance revision 802e7fa4bc39c8afe5affca1854a48c8
This commit is contained in:
parent
65ceb762c3
commit
04f9787c7e
@ -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
|
||||||
|
4
_service
4
_service
@ -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>
|
||||||
|
@ -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">184c95029ebff84d499fc8ea88a906ff9460bf15</param></service></servicedata>
|
<param name="changesrevision">f8b8cddfb54516308cd484c883d930f97c9e12ed</param></service></servicedata>
|
BIN
irqbalance-1.9.2.24.git+184c950.obscpio
(Stored with Git LFS)
BIN
irqbalance-1.9.2.24.git+184c950.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
irqbalance-1.9.4.0.git+f8b8cdd.obscpio
(Stored with Git LFS)
Normal file
BIN
irqbalance-1.9.4.0.git+f8b8cdd.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Update to version 1.9.3.10.git+1a7d461:
|
||||||
|
* filter console only output when using journal mode
|
||||||
|
- build with libsystemd for logging (bsc#1217754)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 21 19:56:47 UTC 2023 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.9.3.8.git+c963f48:
|
||||||
|
* Enable systemd feature support by default when building with meson
|
||||||
|
* Add support for linking against libnl when building with meson
|
||||||
|
* Turn NUMA support into an enabled feature, when building with meson
|
||||||
|
* Set project version of meson build to 1.9.3
|
||||||
|
* Install man pages when building with meson
|
||||||
|
* When building with meson, make sure to link against numa
|
||||||
|
* Updating to version 1.9.3
|
||||||
|
* Automatically use systemd journal and run in foreground when under systemd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 21 11:22:40 UTC 2023 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.9.2.34.git+5069982:
|
||||||
|
* activate_mapping: avoid logging error when there is none
|
||||||
|
* activate_mapping: only blacklist irq if error is considered permanent
|
||||||
|
* activate_mapping: report error reason
|
||||||
|
* activate_mapping: make sure to catch all errors
|
||||||
|
* activate_mapping: avoid use-after-free when affinity cannot be set
|
||||||
|
* Revert "activate_mapping: fflush the buffered data to smp_affinity"
|
||||||
|
* activate_mapping: fflush the buffered data to smp_affinity
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 26 20:33:50 UTC 2023 - trenn@suse.de
|
Mon Jun 26 20:33:50 UTC 2023 - trenn@suse.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: irqbalance
|
name: irqbalance
|
||||||
version: 1.9.2.24.git+184c950
|
version: 1.9.4.0.git+f8b8cdd
|
||||||
mtime: 1681933912
|
mtime: 1710857766
|
||||||
commit: 184c95029ebff84d499fc8ea88a906ff9460bf15
|
commit: f8b8cddfb54516308cd484c883d930f97c9e12ed
|
||||||
|
@ -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.2.24.git+184c950
|
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
|
||||||
@ -36,6 +36,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
Recommends: %{name}-ui
|
Recommends: %{name}-ui
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
@ -66,6 +67,7 @@ Text UI for the IRQ balance daemon.
|
|||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
|
--with-systemd \
|
||||||
%ifarch x86_64 %{?x86_64}
|
%ifarch x86_64 %{?x86_64}
|
||||||
--enable-thermal
|
--enable-thermal
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user