From b30f801dbf7cb2d64d2ceb32abd187ccf71d03b62f6b003e1fb442537e89b055 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Tue, 19 Mar 2024 17:22:19 +0000 Subject: [PATCH] Accepting request 1159639 from home:trenn:branches:Base:System - 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 OBS-URL: https://build.opensuse.org/request/show/1159639 OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=122 --- Set-fd-limit.patch | 14 +++++++------- _service | 4 ++-- _servicedata | 2 +- irqbalance-1.9.3.10.git+1a7d461.obscpio | 3 --- irqbalance-1.9.4.0.git+f8b8cdd.obscpio | 3 +++ irqbalance.changes | 15 +++++++++++++++ irqbalance.obsinfo | 6 +++--- irqbalance.spec | 4 ++-- 8 files changed, 33 insertions(+), 18 deletions(-) delete mode 100644 irqbalance-1.9.3.10.git+1a7d461.obscpio create mode 100644 irqbalance-1.9.4.0.git+f8b8cdd.obscpio diff --git a/Set-fd-limit.patch b/Set-fd-limit.patch index 5ccd10f..a774013 100644 --- a/Set-fd-limit.patch +++ b/Set-fd-limit.patch @@ -2,15 +2,15 @@ misc/irqbalance.service | 1 + 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.2.24.git+184c950/misc/irqbalance.service -@@ -13,6 +13,7 @@ ReadOnlyPaths=/ +--- irqbalance-1.9.4.0.git+f8b8cdd.orig/misc/irqbalance.service ++++ irqbalance-1.9.4.0.git+f8b8cdd/misc/irqbalance.service +@@ -16,6 +16,7 @@ ReadOnlyPaths=/ ReadWritePaths=/proc/irq RestrictAddressFamilies=AF_UNIX AF_NETLINK RuntimeDirectory=irqbalance/ +LimitNOFILE=4096 - - [Install] - WantedBy=multi-user.target + IPAddressDeny=any + ProtectHome=true + PrivateTmp=yes diff --git a/_service b/_service index 537fdad..0c37de3 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/Irqbalance/irqbalance.git git master @@ -7,7 +7,7 @@ v(.*) @PARENT_TAG@.@TAG_OFFSET@.git+%h - + gz diff --git a/_servicedata b/_servicedata index 25fda3d..2aa069c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Irqbalance/irqbalance.git - 1a7d461c27fb49c8c149aca313a12b7b0365d456 \ No newline at end of file + f8b8cddfb54516308cd484c883d930f97c9e12ed \ No newline at end of file diff --git a/irqbalance-1.9.3.10.git+1a7d461.obscpio b/irqbalance-1.9.3.10.git+1a7d461.obscpio deleted file mode 100644 index aa0fcc7..0000000 --- a/irqbalance-1.9.3.10.git+1a7d461.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fec83f003d46fe9e02abce0117d5046a7fedb02bba7b9747ea46cd2271d97b3 -size 235531 diff --git a/irqbalance-1.9.4.0.git+f8b8cdd.obscpio b/irqbalance-1.9.4.0.git+f8b8cdd.obscpio new file mode 100644 index 0000000..4f88acb --- /dev/null +++ b/irqbalance-1.9.4.0.git+f8b8cdd.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44daa38b160156473480de66aa8f9374cf5abaae19738f38b4e5f47a71efdf2b +size 235531 diff --git a/irqbalance.changes b/irqbalance.changes index 694a831..98184e6 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -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 diff --git a/irqbalance.obsinfo b/irqbalance.obsinfo index a1bad6f..b826c0d 100644 --- a/irqbalance.obsinfo +++ b/irqbalance.obsinfo @@ -1,4 +1,4 @@ name: irqbalance -version: 1.9.3.10.git+1a7d461 -mtime: 1701427667 -commit: 1a7d461c27fb49c8c149aca313a12b7b0365d456 +version: 1.9.4.0.git+f8b8cdd +mtime: 1710857766 +commit: f8b8cddfb54516308cd484c883d930f97c9e12ed diff --git a/irqbalance.spec b/irqbalance.spec index d614d36..fc94fed 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: irqbalance -Version: 1.9.3.10.git+1a7d461 +Version: 1.9.4.0.git+f8b8cdd Release: 0 Summary: Daemon to balance IRQs on SMP machines License: GPL-2.0-or-later