All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack...
@ 2015-02-23  9:37 Fabio Porcedda
  2015-02-23  9:37 ` [Buildroot] [PATCH next 2/2] libsigsegv: rename patches because the first one is gone Fabio Porcedda
  2015-02-23 11:28 ` [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Porcedda @ 2015-02-23  9:37 UTC (permalink / raw)
  To: buildroot

From: Fabio Porcedda <fabio.porcedda@gmail.com>

After removing the patch 0001-Add-stack... in commit
9863553fe8fa16a4d19f652b409a44bb58ef5567 "packages: all salute the
passing of avr32" the patch 004-Add-stack... does not apply anymore, so
fix it.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 .../0004-Add-stack-direction-for-the-Blackfin-architecture.patch        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libsigsegv/0004-Add-stack-direction-for-the-Blackfin-architecture.patch b/package/libsigsegv/0004-Add-stack-direction-for-the-Blackfin-architecture.patch
index e5f3c49..5d8232a 100644
--- a/package/libsigsegv/0004-Add-stack-direction-for-the-Blackfin-architecture.patch
+++ b/package/libsigsegv/0004-Add-stack-direction-for-the-Blackfin-architecture.patch
@@ -19,7 +19,7 @@ index 53f4216..1a97d5a 100644
 @@ -18,6 +18,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
        arc | \
        arm* | strongarm* | xscale* | \
-       avr | avr32 | \
+       avr | \
 +      bfin | \
        c1 | c2 | c32 | c34 | c38 | \
        clipper | \
-- 
2.3.0

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

* [Buildroot] [PATCH next 2/2] libsigsegv: rename patches because the first one is gone
  2015-02-23  9:37 [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack Fabio Porcedda
@ 2015-02-23  9:37 ` Fabio Porcedda
  2015-02-23 11:28 ` [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Porcedda @ 2015-02-23  9:37 UTC (permalink / raw)
  To: buildroot

From: Fabio Porcedda <fabio.porcedda@gmail.com>

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 ....patch => 0001-Add-stack-direction-for-the-AArch64-architecture.patch} | 0
 ...tch => 0002-Add-stack-direction-for-the-Microblaze-architecture.patch} | 0
 ...patch => 0003-Add-stack-direction-for-the-Blackfin-architecture.patch} | 0
 ....patch => 0004-Add-stack-direction-for-the-Nios-II-architecture.patch} | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename package/libsigsegv/{0002-Add-stack-direction-for-the-AArch64-architecture.patch => 0001-Add-stack-direction-for-the-AArch64-architecture.patch} (100%)
 rename package/libsigsegv/{0003-Add-stack-direction-for-the-Microblaze-architecture.patch => 0002-Add-stack-direction-for-the-Microblaze-architecture.patch} (100%)
 rename package/libsigsegv/{0004-Add-stack-direction-for-the-Blackfin-architecture.patch => 0003-Add-stack-direction-for-the-Blackfin-architecture.patch} (100%)
 rename package/libsigsegv/{0005-Add-stack-direction-for-the-Nios-II-architecture.patch => 0004-Add-stack-direction-for-the-Nios-II-architecture.patch} (100%)

diff --git a/package/libsigsegv/0002-Add-stack-direction-for-the-AArch64-architecture.patch b/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch
similarity index 100%
rename from package/libsigsegv/0002-Add-stack-direction-for-the-AArch64-architecture.patch
rename to package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch
diff --git a/package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch b/package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch
similarity index 100%
rename from package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch
rename to package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch
diff --git a/package/libsigsegv/0004-Add-stack-direction-for-the-Blackfin-architecture.patch b/package/libsigsegv/0003-Add-stack-direction-for-the-Blackfin-architecture.patch
similarity index 100%
rename from package/libsigsegv/0004-Add-stack-direction-for-the-Blackfin-architecture.patch
rename to package/libsigsegv/0003-Add-stack-direction-for-the-Blackfin-architecture.patch
diff --git a/package/libsigsegv/0005-Add-stack-direction-for-the-Nios-II-architecture.patch b/package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch
similarity index 100%
rename from package/libsigsegv/0005-Add-stack-direction-for-the-Nios-II-architecture.patch
rename to package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch
-- 
2.3.0

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

* [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack...
  2015-02-23  9:37 [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack Fabio Porcedda
  2015-02-23  9:37 ` [Buildroot] [PATCH next 2/2] libsigsegv: rename patches because the first one is gone Fabio Porcedda
@ 2015-02-23 11:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-02-23 11:28 UTC (permalink / raw)
  To: buildroot

Dear Fabio Porcedda,

On Mon, 23 Feb 2015 10:37:26 +0100, Fabio Porcedda wrote:
> From: Fabio Porcedda <fabio.porcedda@gmail.com>
> 
> After removing the patch 0001-Add-stack... in commit
> 9863553fe8fa16a4d19f652b409a44bb58ef5567 "packages: all salute the
> passing of avr32" the patch 004-Add-stack... does not apply anymore, so
> fix it.
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> ---
>  .../0004-Add-stack-direction-for-the-Blackfin-architecture.patch        | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied to next, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-02-23 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-23  9:37 [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack Fabio Porcedda
2015-02-23  9:37 ` [Buildroot] [PATCH next 2/2] libsigsegv: rename patches because the first one is gone Fabio Porcedda
2015-02-23 11:28 ` [Buildroot] [PATCH next 1/2] libsigsegv: fix patch failure of 0004-Add-stack 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.