From 3b90c01e2424c50b4028eb447a07a36d6c1c5f25e55f7ae672eef8342defa7c1 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Wed, 8 Sep 2021 10:01:36 +0000 Subject: [PATCH] Accepting request 917530 from home:trenn:branches:Base:System - Update to version 1.8.0.18.git+2435e8d: * fix unsigned integer subtraction sign overflow * fix opendir fails in check_platform_device * irqbalance: Check validity of numa_node * configure.ac: use pkg-config to find numa * Disable the communication socket when UI is disabled * Fix comma typo in ui.c * drop NoNewPrivs from irqbalance service * remove no existing irq in banned_irqs * Fix compile issue with none AARCH64 builds - Fixes integrated mainline: * bsc#1119461 * bsc#1138190 * bsc#1154905 * bsc#1178477 bsc#1183405 (removed patches due to mainline integration): procinterrupts-check-xen-dyn-event-more-flexible.patch * bsc#1182254 bsc#1156315 (removed patches due to mainline integration): fix-ambiguous-parsing-of-node-entries-in-sys.patch * bsc#1183157 also-fetch-node-info-for-non-PCI-devices.patch OBS-URL: https://build.opensuse.org/request/show/917530 OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=94 --- irqbalance-1.8.0.18.git+2435e8d.obscpio | 4 ++-- irqbalance.changes | 28 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/irqbalance-1.8.0.18.git+2435e8d.obscpio b/irqbalance-1.8.0.18.git+2435e8d.obscpio index 7fb6a71..96e56be 100644 --- a/irqbalance-1.8.0.18.git+2435e8d.obscpio +++ b/irqbalance-1.8.0.18.git+2435e8d.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c7d97868b8c1bef87879783359574454447007374518e065d99ccb548fc85f4 -size 207371 +oid sha256:75e741bc4366a83b0789050f0bed19ebcd647ff5b11ca74d783c7ac72f4f357a +size 207883 diff --git a/irqbalance.changes b/irqbalance.changes index 281e39e..2b92f53 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Sep 08 09:59:35 UTC 2021 - trenn@suse.de + +- Update to version 1.8.0.18.git+2435e8d: + * fix unsigned integer subtraction sign overflow + * fix opendir fails in check_platform_device + * irqbalance: Check validity of numa_node + * configure.ac: use pkg-config to find numa + * Disable the communication socket when UI is disabled + * Fix comma typo in ui.c + * drop NoNewPrivs from irqbalance service + * remove no existing irq in banned_irqs + * Fix compile issue with none AARCH64 builds + +------------------------------------------------------------------- +Wed Sep 8 08:58:47 UTC 2021 - Thomas Renninger + +- Fixes integrated mainline: + * bsc#1119461 + * bsc#1138190 + * bsc#1154905 + * bsc#1178477 bsc#1183405 (removed patches due to mainline integration): + procinterrupts-check-xen-dyn-event-more-flexible.patch + * bsc#1182254 bsc#1156315 (removed patches due to mainline integration): + fix-ambiguous-parsing-of-node-entries-in-sys.patch + * bsc#1183157 + also-fetch-node-info-for-non-PCI-devices.patch + ------------------------------------------------------------------- Tue Aug 31 13:42:01 UTC 2021 - trenn@suse.de