Re: [PATCH 1/2] checkstack.pl: Add blackfin support

2019-01-18 Thread Bernhard Reutner-Fischer
On Fri, 18 Jan 2019 08:54:15 +0100 Geert Uytterhoeven wrote: > A similar patch was merged in commit 1e9535a591cf003e ("Add stack > checking for Blackfin"). > > In the mean time, blackfin support was removed from Linux in commit > 4ba66a9760722ccb ("arch: remove blackfin port"), and from checksta

[PATCH 2/2] checkstack.pl: Commentary typo fix

2019-01-17 Thread Bernhard Reutner-Fischer
s/redution/reduction/ Signed-off-by: Bernhard Reutner-Fischer --- scripts/checkstack.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index 8946fc99ad83..82ea54ac159c 100755 --- a/scripts/checkstack.pl +++ b/scripts

[PATCH 1/2] checkstack.pl: Add blackfin support

2019-01-17 Thread Bernhard Reutner-Fischer
We've been carrying this since some time now.. Original submission: http://lists.busybox.net/pipermail/busybox/2007-August/028420.html Signed-off-by: Bernhard Reutner-Fischer --- scripts/checkstack.pl | 4 1 file changed, 4 insertions(+) diff --git a/scripts/checkstack.pl b/sc