All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/stress-ng: drop patch
@ 2020-09-02 20:09 Fabrice Fontaine
  2020-09-03  5:28 ` Bernd Kuhls
  2020-09-03 18:54 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-09-02 20:09 UTC (permalink / raw)
  To: buildroot

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

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

* [Buildroot] [PATCH 1/1] package/stress-ng: drop patch
  2020-09-02 20:09 [Buildroot] [PATCH 1/1] package/stress-ng: drop patch Fabrice Fontaine
@ 2020-09-03  5:28 ` Bernd Kuhls
  2020-09-03 18:54 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2020-09-03  5:28 UTC (permalink / raw)
  To: buildroot

Am Wed, 02 Sep 2020 22:09:26 +0200 schrieb Fabrice Fontaine:

> Patch is already in version 0.11.17
> 
> Fixes:
>  -
>  http://autobuild.buildroot.org/results/
3741e47ec8bfc594aa37ac33b7927e5b73183daf
> 
> Signed-off-by: Fabrice Fontaine
> <fontaine.fabrice@gmail.com>

Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>

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

* [Buildroot] [PATCH 1/1] package/stress-ng: drop patch
  2020-09-02 20:09 [Buildroot] [PATCH 1/1] package/stress-ng: drop patch Fabrice Fontaine
  2020-09-03  5:28 ` Bernd Kuhls
@ 2020-09-03 18:54 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-09-03 18:54 UTC (permalink / raw)
  To: buildroot

On Wed,  2 Sep 2020 22:09:26 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> 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

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-09-03 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 20:09 [Buildroot] [PATCH 1/1] package/stress-ng: drop patch Fabrice Fontaine
2020-09-03  5:28 ` Bernd Kuhls
2020-09-03 18:54 ` Thomas Petazzoni

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.