stress-ng: Upgrade to 0.09.37

Carries fixes needed for building with glibc 2.28+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-08-12 23:43:15 -07:00
parent ada136e89f
commit eedd174a26
4 changed files with 33 additions and 30 deletions
@@ -0,0 +1,28 @@
From 7c97710bfc44d895b7111bef9c55866f00a3589c Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 13 Aug 2018 11:54:27 -0700
Subject: [PATCH] Revert "Makefile: force sync after build in case reboot loses
executable"
This reverts commit ae6322b1baea56a589207c96e358daae8edd0a8f.
Not needed for cross-builds
Upstream-Status: Inappropriate [Cross compile specific]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
Makefile | 1 -
1 file changed, 1 deletion(-)
Index: stress-ng-0.09.37/Makefile
===================================================================
--- stress-ng-0.09.37.orig/Makefile
+++ stress-ng-0.09.37/Makefile
@@ -344,7 +344,6 @@ OBJS += $(CONFIG_OBJS)
stress-ng: info $(OBJS)
@echo "LD $@"
@$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@
- @sync
.PHONY: info
info:
@@ -1,4 +1,4 @@
From 784dcd09d3f266e271d007f4fd257e85036872ca Mon Sep 17 00:00:00 2001
From d499375fe267be8819ecb985123d89a21edc0e59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal.limon@linaro.org>
Date: Tue, 17 Oct 2017 10:13:20 -0500
Subject: [PATCH] Several changes to fix musl build
@@ -1,25 +0,0 @@
From faadbc147394cea9278bc2494f33e3521d88e742 Mon Sep 17 00:00:00 2001
From: Tim Orling <timothy.t.orling@linux.intel.com>
Date: Tue, 9 Jan 2018 18:38:45 -0800
Subject: [PATCH] stress-fcntl: fix build for musl
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Upstream-status: Pending
---
stress-fcntl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/stress-fcntl.c b/stress-fcntl.c
index 2ea867b..e91b345 100644
--- a/stress-fcntl.c
+++ b/stress-fcntl.c
@@ -415,6 +415,7 @@ ofd_lock_abort: { /* Nowt */ }
#if (defined(F_GET_FILE_RW_HINT) && defined(F_SET_FILE_RW_HINT)) | \
(defined(F_GET_RW_HINT) && defined(F_SET_RW_HINT))
{
+ int ret;
size_t i;
unsigned long hint;
static const unsigned long hints[] = {
@@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "zlib libaio"
SRC_URI = "http://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
file://0002-stress-fcntl-fix-build-for-musl.patch \
"
file://0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch \
"
SRC_URI_append_libc-musl = " \
file://0001-Several-changes-to-fix-musl-build.patch \
"
SRC_URI[md5sum] = "1f8b6c2c2830704d2a2814c16082d48e"
SRC_URI[sha256sum] = "02cac34a5cb041197af60c1867844c6cbb089a6d10a38cdcf7b8f27bfaa6ef8f"
SRC_URI[md5sum] = "81d73313ea7778f749470b6f950553af"
SRC_URI[sha256sum] = "8494afb2f2e2cf7e79ec9c6c3129308b098e530141ba2b07d6547708fd63af3d"
UPSTREAM_CHECK_URI ?= "http://kernel.ubuntu.com/~cking/tarballs/${BPN}/"
UPSTREAM_CHECK_REGEX ?= "(?P<pver>\d+(\.\d+)+)\.tar"