From: <daniel.turull@ericsson.com>
To: <openembedded-core@lists.openembedded.org>
Cc: Daniel Turull <daniel.turull@ericsson.com>
Subject: [scarthgap][PATCH 9/9] numactl: upgrade 2.0.18 -> 2.0.19
Date: Thu, 9 Apr 2026 11:29:36 +0200 [thread overview]
Message-ID: <20260409092936.1740143-10-daniel.turull@ericsson.com> (raw)
In-Reply-To: <20260409092936.1740143-1-daniel.turull@ericsson.com>
From: Daniel Turull <daniel.turull@ericsson.com>
Changelog for numactl: 2.0.18 -> 2.0.19
============================================================
3bc85e3 Regenerate configure for new version
ce049c0 Increase version number to 2.0.19
5f77ffa Set version number back again
9d767e8 Replace fgrep with grep -F to fix warning
3361a63 more unitialized variables
3a281e1 Fix unitialized variables
0ab9c7a Make numa_available respect EPERM
6c14bd5 Save and restore errno when probing for SET_PREFERRED_MANY
f9deba0 libnuma: fix nodemask allocation size for get_mempolicy
81c9a37 Update numactl.c
8c454ec numastat: eliminate hard-coded tables
87342c3 Don't fail build when set_mempolicy_home_node syscall is unknown
4bfdcc6 numactl: Add documentation for weighted interleave
ece7e22 numactl: Fix RESOURCE_LEAK in show()
119eb59 numademo: Fix the using of the uninitialized value
b67fb88 Add -w and --weighted-interleave for weighted interleave mode
a7552a1 Fix fallback for set_mempolicy_home_node syscall
Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
---
.../numactl/numactl/0001-define-run-test-target.patch | 3 +--
.../numactl/numactl/Fix-the-test-output-format.patch | 5 ++---
meta/recipes-support/numactl/numactl_git.bb | 4 ++--
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
index 68b3e2491f..26026d5dba 100644
--- a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
+++ b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
@@ -1,4 +1,4 @@
-From a5e1fa272f294e739d6caaf629968478796ca53a Mon Sep 17 00:00:00 2001
+From 90bcc37f12dbf7917b5edca24683a08d483d7bfe Mon Sep 17 00:00:00 2001
From: Roy Li <rongqing.li@windriver.com>
Date: Mon, 19 Oct 2020 14:42:11 -0700
Subject: [PATCH] rename test target as run-test
@@ -11,7 +11,6 @@ not suitable for cross-compile environment, so rename it as run-test.
and define test target to compile the test files.
Signed-off-by: Roy Li <rongqing.li@windriver.com>
-
---
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
index 8345f71d72..ad90528669 100644
--- a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
+++ b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
@@ -1,4 +1,4 @@
-From 29f811d9d381f2ab54b3c8cef77334e32970ef09 Mon Sep 17 00:00:00 2001
+From 0ac2863bc3d7e576ef948ec729e13b8db68b7e36 Mon Sep 17 00:00:00 2001
From: Li xin <lixin.fnst@cn.fujitsu.com>
Date: Tue, 21 Jul 2015 02:01:22 +0900
Subject: [PATCH] Fix the test output format
@@ -8,14 +8,13 @@ Upstream-Status: Pending
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
-
---
test/regress | 6 +++---
test/regress2 | 11 +++++------
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/test/regress b/test/regress
-index f06b22f..2fdfacb 100755
+index 1da7784..b0f06ea 100755
--- a/test/regress
+++ b/test/regress
@@ -78,6 +78,7 @@ probe_hardware()
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb
index bd16df91ec..172e6e964a 100644
--- a/meta/recipes-support/numactl/numactl_git.bb
+++ b/meta/recipes-support/numactl/numactl_git.bb
@@ -10,8 +10,8 @@ inherit autotools-brokensep ptest
LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43"
-SRCREV = "3871b1c42fc71bceadafd745d2eff5dddfc2d67e"
-PV = "2.0.18"
+SRCREV = "3bc85e37d5a30da6790cb7e8bb488bb8f679170f"
+PV = "2.0.19"
SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \
file://Fix-the-test-output-format.patch \
prev parent reply other threads:[~2026-04-09 9:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 9:29 [scarthgap][PATCH 0/9] scarthgap updates daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 1/9] base-passwd: upgrade 3.6.3 -> 3.6.8 daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 2/9] gnupg: upgrade 2.4.8 -> 2.4.9 daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 3/9] python3-requests: upgrade 2.32.4 -> 2.32.5 daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 4/9] bash: upgrade 5.2.21 -> 5.2.37 daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 5/9] sudo: upgrade 1.9.17p1 -> 1.9.17p2 daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 6/9] lttng-ust: upgrade 2.13.8 -> 2.13.10 daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 7/9] libatomic-ops: upgrade 7.8.2 -> 7.8.4 daniel.turull
2026-04-09 9:29 ` [scarthgap][PATCH 8/9] liburcu: upgrade 0.14.0 -> 0.14.2 daniel.turull
2026-04-09 9:29 ` daniel.turull [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260409092936.1740143-10-daniel.turull@ericsson.com \
--to=daniel.turull@ericsson.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox