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
This commit is contained in:
Thomas Renninger 2021-09-08 10:01:36 +00:00 committed by Git OBS Bridge
parent 3b9dcf4e87
commit 3b90c01e24
2 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c7d97868b8c1bef87879783359574454447007374518e065d99ccb548fc85f4
size 207371
oid sha256:75e741bc4366a83b0789050f0bed19ebcd647ff5b11ca74d783c7ac72f4f357a
size 207883

View File

@ -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 <trenn@suse.de>
- 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