From 1141a6e3e2df846b62227e62de5e91974f767e37548ab5192193a1bd77bf8da0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 08:18:47 +0000 Subject: [PATCH] Accepting request 1142709 from home:trenn:branches:Base:System - Update to version 2.0.17.4.g63befa8: * Fix CodeQl Warn: Wrong type of arguments to formatting function * libnuma: Fix incorrect print and exit of numa_preferred/_many APIs * libnuma: Fix unexpected output * Fix README.md * Increase version number * Fix build badge * Fix README.md * Update README.md * Add configure file for release * Fix unused function return warning in numastat * fix complain() fuction print newline * Document that numa_police_memory may cause data races * Add numastat_diff from jirka-h * Enable v1 compatibility for unused getnodemask test * libnuma: Handle initialization without sysfs * Support empty memory nodes * numactl: Add --version option to print version * Remove obsolete numamon file * numactl: Use standard tab indent for print_node_cpus * Avoid using /proc/cpuinfo in test suite * numact: Add --cpu-compress option * Pin release workflow script to minimize risk of supply chain attacks * move_pages: Fix warning (missing hunk from earlier revert) * numastat: Remove unused functions * distance: Remove unused variable (NFC) * numademo: Adjust memcpy test bandwidth calculation * numactl.c: Refactor print_node_cpus to display CPU ranges * numactl.c: Refactor print_node_cpus to display CPU ranges * numactl.c: Refactor print_node_cpus to display CPU ranges OBS-URL: https://build.opensuse.org/request/show/1142709 OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=102 --- _servicedata | 2 +- numactl-2.0.16.21.g693fee1.obscpio | 3 -- numactl-2.0.17.4.g63befa8.obscpio | 3 ++ numactl.changes | 47 ++++++++++++++++++++++++++++++ numactl.obsinfo | 6 ++-- numactl.spec | 4 +-- 6 files changed, 56 insertions(+), 9 deletions(-) delete mode 100644 numactl-2.0.16.21.g693fee1.obscpio create mode 100644 numactl-2.0.17.4.g63befa8.obscpio diff --git a/_servicedata b/_servicedata index 3266120..11b1e3c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/numactl/numactl - 693fee1ed3d9524d2696f6ba021431b3176b6f57 \ No newline at end of file + 63befa86deb5e818dc95cde247776a3c93504ce6 \ No newline at end of file diff --git a/numactl-2.0.16.21.g693fee1.obscpio b/numactl-2.0.16.21.g693fee1.obscpio deleted file mode 100644 index a0832f1..0000000 --- a/numactl-2.0.16.21.g693fee1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e74a224c404e76ee1824a696a4d214c97644d7c16f3667d18c41ae122e540c5 -size 423947 diff --git a/numactl-2.0.17.4.g63befa8.obscpio b/numactl-2.0.17.4.g63befa8.obscpio new file mode 100644 index 0000000..b2a02f2 --- /dev/null +++ b/numactl-2.0.17.4.g63befa8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3c2e63cff4916e15f9c7a9c312e4d32bdf972717ca7fb946903c44d3d4d82b +size 900108 diff --git a/numactl.changes b/numactl.changes index 2bdae74..f69fae6 100644 --- a/numactl.changes +++ b/numactl.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Jan 30 06:11:46 UTC 2024 - trenn@suse.de + +- Update to version 2.0.17.4.g63befa8: + * Fix CodeQl Warn: Wrong type of arguments to formatting function + * libnuma: Fix incorrect print and exit of numa_preferred/_many APIs + * libnuma: Fix unexpected output + * Fix README.md + * Increase version number + * Fix build badge + * Fix README.md + * Update README.md + * Add configure file for release + * Fix unused function return warning in numastat + * fix complain() fuction print newline + * Document that numa_police_memory may cause data races + * Add numastat_diff from jirka-h + * Enable v1 compatibility for unused getnodemask test + * libnuma: Handle initialization without sysfs + * Support empty memory nodes + * numactl: Add --version option to print version + * Remove obsolete numamon file + * numactl: Use standard tab indent for print_node_cpus + * Avoid using /proc/cpuinfo in test suite + * numact: Add --cpu-compress option + * Pin release workflow script to minimize risk of supply chain attacks + * move_pages: Fix warning (missing hunk from earlier revert) + * numastat: Remove unused functions + * distance: Remove unused variable (NFC) + * numademo: Adjust memcpy test bandwidth calculation + * numactl.c: Refactor print_node_cpus to display CPU ranges + * numactl.c: Refactor print_node_cpus to display CPU ranges + * numactl.c: Refactor print_node_cpus to display CPU ranges + * Refactor print_node_cpus to display CPU ranges instead of individual CPUs + * numactl: Fix manual for --preferred and --preferred-many + * Revert "Fix build error on riscv64 by linking libatomic" + * Include instead of + * Fix the example usage in the numactl manual + * Fix issue #190 about numa_exit_on_warn does not work + * Create SECURITY.md + * fix: fix memory leaks when run with -H + * use mems allowed nodes to test prefer_many policy. + * fix typo in memhog.8 + * Update move_pages.c + * migspeed don't have to be linked against librt + * Add MPOL_F_RELATIVE/STATIC_NODES + ------------------------------------------------------------------- Tue Apr 25 07:46:43 UTC 2023 - trenn@suse.de diff --git a/numactl.obsinfo b/numactl.obsinfo index f7cfef8..42533e0 100644 --- a/numactl.obsinfo +++ b/numactl.obsinfo @@ -1,4 +1,4 @@ name: numactl -version: 2.0.16.21.g693fee1 -mtime: 1678851049 -commit: 693fee1ed3d9524d2696f6ba021431b3176b6f57 +version: 2.0.17.4.g63befa8 +mtime: 1706532590 +commit: 63befa86deb5e818dc95cde247776a3c93504ce6 diff --git a/numactl.spec b/numactl.spec index 4628bea..89c8aa6 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ # # spec file for package numactl # -# 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 @@ -17,7 +17,7 @@ Name: numactl -Version: 2.0.16.21.g693fee1 +Version: 2.0.17.4.g63befa8 Release: 0 Summary: NUMA Policy Control License: GPL-2.0-only