Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/stress-ng: drop patch
Date: Wed,  2 Sep 2020 22:09:26 +0200	[thread overview]
Message-ID: <20200902200926.3794724-1-fontaine.fabrice@gmail.com> (raw)

Patch is already in version 0.11.17

Fixes:
 - http://autobuild.buildroot.org/results/3741e47ec8bfc594aa37ac33b7927e5b73183daf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 ...al-fix-build-failure-for-getresuid32.patch | 31 -------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 package/stress-ng/0002-stress-sysinval-fix-build-failure-for-getresuid32.patch

diff --git a/package/stress-ng/0002-stress-sysinval-fix-build-failure-for-getresuid32.patch b/package/stress-ng/0002-stress-sysinval-fix-build-failure-for-getresuid32.patch
deleted file mode 100644
index 9759e8c8ba..0000000000
--- a/package/stress-ng/0002-stress-sysinval-fix-build-failure-for-getresuid32.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 0c132280f973969db597b9983d4fa240f22761c4 Mon Sep 17 00:00:00 2001
-From: bybug <felxasus@gmail.com>
-Date: Thu, 2 Jul 2020 05:08:12 +0300
-Subject: [PATCH] stress-sysinval: fix build failure for getresuid32
-
-Fixing a build error for x86 architectures
-
-Signed-off-by: bybug <felxasus@gmail.com>
-Signed-off-by: Colin Ian King <colin.king@canonical.com>
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-[downloaded from upstream commit
- https://github.com/ColinIanKing/stress-ng/commit/0c132280f973969db597b9983d4fa240f22761c4]
----
- stress-sysinval.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/stress-sysinval.c b/stress-sysinval.c
-index e9108bb0..0a4f383b 100644
---- a/stress-sysinval.c
-+++ b/stress-sysinval.c
-@@ -642,8 +642,8 @@ static const stress_syscall_arg_t stress_syscall_args[] = {
- 	{ SYS(getresuid), 3, { ARG_PTR_WR, ARG_PTR_WR, ARG_PTR_WR, 0, 0, 0 } },
- #endif
- #if DEFSYS(getresuid32)
--	{ SYS(getresuid), 3, { ARG_PTR, ARG_PTR, ARG_PTR, 0, 0, 0 } },
--	{ SYS(getresuid), 3, { ARG_PTR_WR, ARG_PTR_WR, ARG_PTR_WR, 0, 0, 0 } },
-+	{ SYS(getresuid32), 3, { ARG_PTR, ARG_PTR, ARG_PTR, 0, 0, 0 } },
-+	{ SYS(getresuid32), 3, { ARG_PTR_WR, ARG_PTR_WR, ARG_PTR_WR, 0, 0, 0 } },
- #endif
- #if DEFSYS(getrlimit)
- 	{ SYS(getrlimit), 2, { ARG_RND, ARG_PTR, 0, 0, 0, 0 } },
-- 
2.28.0

             reply	other threads:[~2020-09-02 20:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 20:09 Fabrice Fontaine [this message]
2020-09-03  5:28 ` [Buildroot] [PATCH 1/1] package/stress-ng: drop patch Bernd Kuhls
2020-09-03 18:54 ` Thomas Petazzoni

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=20200902200926.3794724-1-fontaine.fabrice@gmail.com \
    --to=fontaine.fabrice@gmail.com \
    --cc=buildroot@busybox.net \
    /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