All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] repo: upgrade 2.31 -> 2.32
@ 2023-03-05  8:07 wangmy
  2023-03-05  8:07 ` [OE-core] [PATCH] strace: upgrade 6.1 -> 6.2 wangmy
  2023-03-05  8:07 ` [OE-core] [PATCH] stress-ng: upgrade 0.15.03 -> 0.15.04 wangmy
  0 siblings, 2 replies; 3+ messages in thread
From: wangmy @ 2023-03-05  8:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/repo/{repo_2.31.bb => repo_2.32.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.31.bb => repo_2.32.bb} (95%)

diff --git a/meta/recipes-devtools/repo/repo_2.31.bb b/meta/recipes-devtools/repo/repo_2.32.bb
similarity index 95%
rename from meta/recipes-devtools/repo/repo_2.31.bb
rename to meta/recipes-devtools/repo/repo_2.32.bb
index 27bb5d163e..dc7557ee1e 100644
--- a/meta/recipes-devtools/repo/repo_2.31.bb
+++ b/meta/recipes-devtools/repo/repo_2.32.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
            file://0001-python3-shebang.patch \
            "
-SRCREV = "a621254b263664efa308a645214d3d140e068676"
+SRCREV = "7fa149b47a980779f02ccaf1d1dbd5af5ce9abc7"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [OE-core] [PATCH] strace: upgrade 6.1 -> 6.2
  2023-03-05  8:07 [OE-core] [PATCH] repo: upgrade 2.31 -> 2.32 wangmy
@ 2023-03-05  8:07 ` wangmy
  2023-03-05  8:07 ` [OE-core] [PATCH] stress-ng: upgrade 0.15.03 -> 0.15.04 wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2023-03-05  8:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

* Improvements
  * Implemented collision resolution for overlapping ioctl commands
    from tty and snd subsystems.
  * Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT
    netlink attributes.
  * Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*,
    MEMBARRIER_*, NFT_*, NTF_*, and V4L2_* constants.
  * Updated lists of ioctl commands from Linux 6.2.

* Bug fixes
  * Fixed build on alpha architecture.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/strace/{strace_6.1.bb => strace_6.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/strace/{strace_6.1.bb => strace_6.2.bb} (96%)

diff --git a/meta/recipes-devtools/strace/strace_6.1.bb b/meta/recipes-devtools/strace/strace_6.2.bb
similarity index 96%
rename from meta/recipes-devtools/strace/strace_6.1.bb
rename to meta/recipes-devtools/strace/strace_6.2.bb
index ec5c10c80d..dc01b57d80 100644
--- a/meta/recipes-devtools/strace/strace_6.1.bb
+++ b/meta/recipes-devtools/strace/strace_6.2.bb
@@ -16,7 +16,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
            file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \
            file://0002-tests-Replace-off64_t-with-off_t.patch \
            "
-SRC_URI[sha256sum] = "2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd"
+SRC_URI[sha256sum] = "0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8"
 
 inherit autotools ptest
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [OE-core] [PATCH] stress-ng: upgrade 0.15.03 -> 0.15.04
  2023-03-05  8:07 [OE-core] [PATCH] repo: upgrade 2.31 -> 2.32 wangmy
  2023-03-05  8:07 ` [OE-core] [PATCH] strace: upgrade 6.1 -> 6.2 wangmy
@ 2023-03-05  8:07 ` wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2023-03-05  8:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-test-float-Make-variables-global.patch
0001-Include-sys-futex.h-for-clock_adjtime.patch
removed since they're included in 0.15.04.

0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch
refreshed for 0.15.04.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...nclude-sys-futex.h-for-clock_adjtime.patch | 32 --------------
 ...1-via-makefile-to-enable-gold-linker.patch | 42 +++----------------
 ...001-test-float-Make-variables-global.patch | 34 ---------------
 ...ess-ng_0.15.03.bb => stress-ng_0.15.04.bb} |  7 ++--
 4 files changed, 9 insertions(+), 106 deletions(-)
 delete mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-Include-sys-futex.h-for-clock_adjtime.patch
 delete mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-test-float-Make-variables-global.patch
 rename meta/recipes-extended/stress-ng/{stress-ng_0.15.03.bb => stress-ng_0.15.04.bb} (82%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-Include-sys-futex.h-for-clock_adjtime.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-Include-sys-futex.h-for-clock_adjtime.patch
deleted file mode 100644
index 87d2ead46a..0000000000
--- a/meta/recipes-extended/stress-ng/stress-ng/0001-Include-sys-futex.h-for-clock_adjtime.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 57f207ec7fb39c8b502f40dbdabd568f6b866a82 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Mon, 13 Feb 2023 12:18:08 -0800
-Subject: [PATCH] Include sys/futex.h for clock_adjtime
-
-Fixes
-core-shim.c:1942:9: error: call to undeclared function 'clock_adjtime'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
-
-Upstream-Status: Submitted [https://github.com/ColinIanKing/stress-ng/pull/261]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- core-shim.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/core-shim.c b/core-shim.c
-index dc539c64..de38e908 100644
---- a/core-shim.c
-+++ b/core-shim.c
-@@ -66,6 +66,10 @@ UNEXPECTED
- #include <sys/prctl.h>
- #endif
- 
-+#if defined(HAVE_SYS_TIMEX_H)
-+#include <sys/timex.h>
-+#endif
-+
- #if defined(HAVE_SYS_RANDOM_H)
- #include <sys/random.h>
- #endif
--- 
-2.39.1
-
diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch
index 821e4d910f..6742e0d256 100644
--- a/meta/recipes-extended/stress-ng/stress-ng/0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch
+++ b/meta/recipes-extended/stress-ng/stress-ng/0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch
@@ -1,4 +1,4 @@
-From 32386c13420f676bd938a8b1ceaeab8a5da46d17 Mon Sep 17 00:00:00 2001
+From 5d6fa06b3104637289178a471dd28d7bf3e14e76 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Tue, 3 Jan 2023 11:00:09 -0800
 Subject: [PATCH] Pass LD_GOLD=1 via makefile to enable gold linker
@@ -10,16 +10,16 @@ detecting and deciding.
 
 Upstream-Status: Submitted [https://github.com/ColinIanKing/stress-ng/pull/251]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
 ---
- Makefile        | 7 +++++++
- Makefile.config | 9 +--------
- 2 files changed, 8 insertions(+), 8 deletions(-)
+ Makefile | 7 +++++++
+ 1 file changed, 7 insertions(+)
 
 diff --git a/Makefile b/Makefile
-index f2fd4b6c..bff6b8ac 100644
+index 7a969aba..583ae04f 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -69,6 +69,13 @@ endif
+@@ -93,6 +93,13 @@ endif
  #CFLAGS += -Weverything
  #endif
  
@@ -33,33 +33,3 @@ index f2fd4b6c..bff6b8ac 100644
  GREP = grep
  #
  # SunOS requires special grep for -e support
-diff --git a/Makefile.config b/Makefile.config
-index 394ed20d..48c94fa1 100644
---- a/Makefile.config
-+++ b/Makefile.config
-@@ -241,7 +241,7 @@ define check_ld
- 	$(call check_ld_tmp,$1,$2,$3)
- endef
- 
--all: linkers libraries headers cpufeatures types functions
-+all: libraries headers cpufeatures types functions
- 	@for I in $$(ls $(CONFIGS)); do \
- 		if [ -s $(CONFIGS)/$$I ]; then \
- 			echo "#define $$I"; \
-@@ -262,13 +262,6 @@ configdir:
- clean:
- 	@rm -rf $(CONFIGS) config config.h
- 
--linkers: \
--	configdir \
--	LD_GOLD
--
--LD_GOLD:
--	$(call check_ld,test-ld,HAVE_LD_GOLD,gold)
--
- libraries: \
- 	configdir \
- 	LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \
--- 
-2.39.0
-
diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-test-float-Make-variables-global.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-test-float-Make-variables-global.patch
deleted file mode 100644
index 2e598ca4f4..0000000000
--- a/meta/recipes-extended/stress-ng/stress-ng/0001-test-float-Make-variables-global.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 958a86069c8d0149969b5c32212a28009c4a9ded Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 21 Jan 2023 23:18:18 -0800
-Subject: [PATCH] test-float: Make variables global
-
-Latest clang ( clang 16+ ) is able to optimize everything out when -O2 is used and as
-a result build succeeds and test output comes out to be wrong. Therefore
-make the variables global, so clang does not optimize away the functions
-
-Upstream-Status: Backport [https://github.com/ColinIanKing/stress-ng/commit/e299eb60a3a029e975304cc43045aea6ab1fad70]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- test/test-float.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/test/test-float.c b/test/test-float.c
-index d2800cd3..ad5503c3 100644
---- a/test/test-float.c
-+++ b/test/test-float.c
-@@ -61,10 +61,9 @@
- /* Avoid implicit int in the definition of test even if FLOAT is not known. */
- typedef FLOAT float_type;
- 
-+FLOAT a = 0.0, b = 0.0, c = 0.0, d = 0.0;
- static float_type HOT OPTIMIZE3 test(void)
- {
--	FLOAT a = 0.0, b = 0.0, c = 0.0, d = 0.0;
--
- 	float_ops(FLOAT, a, b, c, d, sin, cos);
- 	float_ops(FLOAT, a, b, c, d, sinl, cosl);
- 
--- 
-2.39.1
-
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.15.03.bb b/meta/recipes-extended/stress-ng/stress-ng_0.15.04.bb
similarity index 82%
rename from meta/recipes-extended/stress-ng/stress-ng_0.15.03.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.15.04.bb
index cd7f41a016..e891bb738b 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.15.03.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.15.04.bb
@@ -6,10 +6,9 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
-           file://0001-test-float-Make-variables-global.patch \
-           file://0001-Include-sys-futex.h-for-clock_adjtime.patch \
-           file://0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch"
-SRCREV = "f3be0447c10fd5652b4c3753d56bcaac13fd8917"
+           file://0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch \
+           "
+SRCREV = "b9a437ec790ad4bcc71d31b2df39d4a601c55fa8"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native libbsd"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-05  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05  8:07 [OE-core] [PATCH] repo: upgrade 2.31 -> 2.32 wangmy
2023-03-05  8:07 ` [OE-core] [PATCH] strace: upgrade 6.1 -> 6.2 wangmy
2023-03-05  8:07 ` [OE-core] [PATCH] stress-ng: upgrade 0.15.03 -> 0.15.04 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.