Version in base suite: 1.9.4-1 Base version: irqbalance_1.9.4-1 Target version: irqbalance_1.9.4-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/i/irqbalance/irqbalance_1.9.4-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/i/irqbalance/irqbalance_1.9.4-1+deb13u1.dsc changelog | 9 +++++++++ gbp.conf | 2 +- patches/drop-protectkerneltunables.debian-patch | 24 ++++++++++++++++++++++++ patches/series | 1 + 4 files changed, 35 insertions(+), 1 deletion(-) gpgv: Signature made Wed Sep 10 18:51:54 2025 UTC gpgv: using RSA key 374D8CE4DB96E9CBD4C0972A606D084E4683C079 gpgv: Can't check signature: No public key dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmplsnl20ew/irqbalance_1.9.4-1+deb13u1.dsc: no acceptable signature found diff -Nru irqbalance-1.9.4/debian/changelog irqbalance-1.9.4/debian/changelog --- irqbalance-1.9.4/debian/changelog 2024-09-27 12:36:25.000000000 +0000 +++ irqbalance-1.9.4/debian/changelog 2025-09-10 16:50:24.000000000 +0000 @@ -1,3 +1,12 @@ +irqbalance (1.9.4-1+deb13u1) trixie; urgency=medium + + * d/gbp.conf: set debian-branch to debian/trixie + * Drop ProtectKernelTunables=yes in irqbalance.service. + Done via new patch: d/p/drop-protectkerneltunables.patch + Thanks to Marco d'Itri (Closes: #1114676) + + -- Paride Legovini Wed, 10 Sep 2025 18:50:24 +0200 + irqbalance (1.9.4-1) unstable; urgency=medium * New upstream version 1.9.4 diff -Nru irqbalance-1.9.4/debian/gbp.conf irqbalance-1.9.4/debian/gbp.conf --- irqbalance-1.9.4/debian/gbp.conf 2024-09-27 12:29:30.000000000 +0000 +++ irqbalance-1.9.4/debian/gbp.conf 2025-09-10 16:50:24.000000000 +0000 @@ -1,2 +1,2 @@ [DEFAULT] -debian-branch = debian/latest +debian-branch = debian/trixie diff -Nru irqbalance-1.9.4/debian/patches/drop-protectkerneltunables.debian-patch irqbalance-1.9.4/debian/patches/drop-protectkerneltunables.debian-patch --- irqbalance-1.9.4/debian/patches/drop-protectkerneltunables.debian-patch 1970-01-01 00:00:00.000000000 +0000 +++ irqbalance-1.9.4/debian/patches/drop-protectkerneltunables.debian-patch 2025-09-10 16:50:24.000000000 +0000 @@ -0,0 +1,24 @@ +Origin: upstream, https://github.com/Irqbalance/irqbalance/commit/f2c8309a4198d8f51069a783905049c5b7eb7600 +Bug: https://github.com/Irqbalance/irqbalance/issues/308 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114676 +From: Neil Horman +Date: Mon, 1 Apr 2024 08:05:14 -0400 +Subject: [PATCH] Drop ProtectKernelTunables + +It makes /proc/irq read only +--- + misc/irqbalance.service | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/misc/irqbalance.service b/misc/irqbalance.service +index 87e19c1..b731cc6 100644 +--- a/misc/irqbalance.service ++++ b/misc/irqbalance.service +@@ -23,7 +23,6 @@ PrivateNetwork=yes + PrivateUsers=true + ProtectHostname=yes + ProtectClock=yes +-ProtectKernelTunables=yes + ProtectKernelModules=yes + ProtectKernelLogs=yes + ProtectControlGroups=yes diff -Nru irqbalance-1.9.4/debian/patches/series irqbalance-1.9.4/debian/patches/series --- irqbalance-1.9.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ irqbalance-1.9.4/debian/patches/series 2025-09-10 16:50:24.000000000 +0000 @@ -0,0 +1 @@ +drop-protectkerneltunables.debian-patch