All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/glorytun: remove patch
@ 2019-10-18  7:10 Adrien Gallouët
  2019-10-19 18:50 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Adrien Gallouët @ 2019-10-18  7:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
---
 .../glorytun/0001-Check-for-cpuid.h-too.patch | 29 -------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 package/glorytun/0001-Check-for-cpuid.h-too.patch

diff --git a/package/glorytun/0001-Check-for-cpuid.h-too.patch b/package/glorytun/0001-Check-for-cpuid.h-too.patch
deleted file mode 100644
index c05e01a262..0000000000
--- a/package/glorytun/0001-Check-for-cpuid.h-too.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 00fdf8a605f019570113e0f6af64c840767846c3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= <adrien@gallouet.fr>
-Date: Tue, 8 Oct 2019 08:50:09 +0000
-Subject: [PATCH] Check for cpuid.h too
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Retrieved from:
-https://github.com/angt/aegis256/commit/00fdf8a605f019570113e0f6af64c840767846c3]
----
- mud/aegis256/aegis256.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mud/aegis256/aegis256.c b/mud/aegis256/aegis256.c
-index 97cf171..5e3c237 100644
---- a/mud/aegis256/aegis256.c
-+++ b/mud/aegis256/aegis256.c
-@@ -7,7 +7,7 @@
- #define __has_include(X) 0
- #endif
- 
--#if __has_include("x86intrin.h")
-+#if (__has_include("x86intrin.h") && __has_include("cpuid.h"))
- 
- #include <string.h>
- #include <x86intrin.h>
-- 
2.19.1

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

* [Buildroot] [PATCH 1/1] package/glorytun: remove patch
  2019-10-18  7:10 [Buildroot] [PATCH 1/1] package/glorytun: remove patch Adrien Gallouët
@ 2019-10-19 18:50 ` Arnout Vandecappelle
  2019-10-20  6:43   ` Adrien Gallouët
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2019-10-19 18:50 UTC (permalink / raw)
  To: buildroot



On 18/10/2019 09:10, Adrien Gallou?t wrote:
> Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>

 Fabrice already posted the same patch the day before, and Peter has applied
that one.

 Regards,
 Arnout

> ---
>  .../glorytun/0001-Check-for-cpuid.h-too.patch | 29 -------------------
>  1 file changed, 29 deletions(-)
>  delete mode 100644 package/glorytun/0001-Check-for-cpuid.h-too.patch
> 
> diff --git a/package/glorytun/0001-Check-for-cpuid.h-too.patch b/package/glorytun/0001-Check-for-cpuid.h-too.patch
> deleted file mode 100644
> index c05e01a262..0000000000
> --- a/package/glorytun/0001-Check-for-cpuid.h-too.patch
> +++ /dev/null
> @@ -1,29 +0,0 @@
> -From 00fdf8a605f019570113e0f6af64c840767846c3 Mon Sep 17 00:00:00 2001
> -From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= <adrien@gallouet.fr>
> -Date: Tue, 8 Oct 2019 08:50:09 +0000
> -Subject: [PATCH] Check for cpuid.h too
> -MIME-Version: 1.0
> -Content-Type: text/plain; charset=UTF-8
> -Content-Transfer-Encoding: 8bit
> -
> -Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
> -Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> -[Retrieved from:
> -https://github.com/angt/aegis256/commit/00fdf8a605f019570113e0f6af64c840767846c3]
> ----
> - mud/aegis256/aegis256.c | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/mud/aegis256/aegis256.c b/mud/aegis256/aegis256.c
> -index 97cf171..5e3c237 100644
> ---- a/mud/aegis256/aegis256.c
> -+++ b/mud/aegis256/aegis256.c
> -@@ -7,7 +7,7 @@
> - #define __has_include(X) 0
> - #endif
> - 
> --#if __has_include("x86intrin.h")
> -+#if (__has_include("x86intrin.h") && __has_include("cpuid.h"))
> - 
> - #include <string.h>
> - #include <x86intrin.h>
> 

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

* [Buildroot] [PATCH 1/1] package/glorytun: remove patch
  2019-10-19 18:50 ` Arnout Vandecappelle
@ 2019-10-20  6:43   ` Adrien Gallouët
  0 siblings, 0 replies; 4+ messages in thread
From: Adrien Gallouët @ 2019-10-20  6:43 UTC (permalink / raw)
  To: buildroot

On Sat, Oct 19, 2019 at 8:50 PM Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
>
> On 18/10/2019 09:10, Adrien Gallou?t wrote:
> > Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
>
>  Fabrice already posted the same patch the day before, and Peter has applied
> that one.
>
>  Regards,
>  Arnout
>
> > ---
> >  .../glorytun/0001-Check-for-cpuid.h-too.patch | 29 -------------------
> >  1 file changed, 29 deletions(-)
> >  delete mode 100644 package/glorytun/0001-Check-for-cpuid.h-too.patch
> >
> > diff --git a/package/glorytun/0001-Check-for-cpuid.h-too.patch b/package/glorytun/0001-Check-for-cpuid.h-too.patch
> > deleted file mode 100644
> > index c05e01a262..0000000000
> > --- a/package/glorytun/0001-Check-for-cpuid.h-too.patch
> > +++ /dev/null
> > @@ -1,29 +0,0 @@
> > -From 00fdf8a605f019570113e0f6af64c840767846c3 Mon Sep 17 00:00:00 2001
> > -From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= <adrien@gallouet.fr>
> > -Date: Tue, 8 Oct 2019 08:50:09 +0000
> > -Subject: [PATCH] Check for cpuid.h too
> > -MIME-Version: 1.0
> > -Content-Type: text/plain; charset=UTF-8
> > -Content-Transfer-Encoding: 8bit
> > -
> > -Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
> > -Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > -[Retrieved from:
> > -https://github.com/angt/aegis256/commit/00fdf8a605f019570113e0f6af64c840767846c3]
> > ----
> > - mud/aegis256/aegis256.c | 2 +-
> > - 1 file changed, 1 insertion(+), 1 deletion(-)
> > -
> > -diff --git a/mud/aegis256/aegis256.c b/mud/aegis256/aegis256.c
> > -index 97cf171..5e3c237 100644
> > ---- a/mud/aegis256/aegis256.c
> > -+++ b/mud/aegis256/aegis256.c
> > -@@ -7,7 +7,7 @@
> > - #define __has_include(X) 0
> > - #endif
> > -
> > --#if __has_include("x86intrin.h")
> > -+#if (__has_include("x86intrin.h") && __has_include("cpuid.h"))
> > -
> > - #include <string.h>
> > - #include <x86intrin.h>
> >

Great :)

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

* [Buildroot] [PATCH 1/1] package/glorytun: remove patch
@ 2019-10-17 17:01 Fabrice Fontaine
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2019-10-17 17:01 UTC (permalink / raw)
  To: buildroot

Patch is already in version

Fixes:
 - http://autobuild.buildroot.org/results/e4056bea4d2ef97d89753dce6441e56959b3f470

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 .../glorytun/0001-Check-for-cpuid.h-too.patch | 29 -------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 package/glorytun/0001-Check-for-cpuid.h-too.patch

diff --git a/package/glorytun/0001-Check-for-cpuid.h-too.patch b/package/glorytun/0001-Check-for-cpuid.h-too.patch
deleted file mode 100644
index c05e01a262..0000000000
--- a/package/glorytun/0001-Check-for-cpuid.h-too.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 00fdf8a605f019570113e0f6af64c840767846c3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= <adrien@gallouet.fr>
-Date: Tue, 8 Oct 2019 08:50:09 +0000
-Subject: [PATCH] Check for cpuid.h too
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Retrieved from:
-https://github.com/angt/aegis256/commit/00fdf8a605f019570113e0f6af64c840767846c3]
----
- mud/aegis256/aegis256.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mud/aegis256/aegis256.c b/mud/aegis256/aegis256.c
-index 97cf171..5e3c237 100644
---- a/mud/aegis256/aegis256.c
-+++ b/mud/aegis256/aegis256.c
-@@ -7,7 +7,7 @@
- #define __has_include(X) 0
- #endif
- 
--#if __has_include("x86intrin.h")
-+#if (__has_include("x86intrin.h") && __has_include("cpuid.h"))
- 
- #include <string.h>
- #include <x86intrin.h>
-- 
2.23.0

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

end of thread, other threads:[~2019-10-20  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18  7:10 [Buildroot] [PATCH 1/1] package/glorytun: remove patch Adrien Gallouët
2019-10-19 18:50 ` Arnout Vandecappelle
2019-10-20  6:43   ` Adrien Gallouët
  -- strict thread matches above, loose matches on Subject: below --
2019-10-17 17:01 Fabrice Fontaine

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.