Re: Heads up: gcc miscompiling initramfs zlib decompression code at -O3

2021-05-05 Thread Heiko Carstens
On Mon, May 03, 2021 at 10:41:45AM -0700, Linus Torvalds wrote: > It would be lovely if somebody also took a look at some of the other > zlib code, like inflate.c itself. But some of that code has rather > subtle changes for things like s390 hardware support, and we have > thihngs like our fallthro

Re: [PATCH] Recognize arc64

2021-05-05 Thread Dmitry V. Levin
On Wed, Apr 21, 2021 at 12:51:18PM -0700, Vineet Gupta wrote: > This paves way for setting up arc64 software ecosystem. > > $ make check > cd testsuite && bash config-guess.sh && rm uname > PASS: config.guess checks (135 tests) > cd testsuite && bash config-sub.sh > PASS: config.sub checks (852 te

[PATCH 0/3] Buildroot updates for ARC, LMBench

2021-05-05 Thread Vineet Gupta
Hi, Please apply the assorted fixes. Thx, -Vineet Vineet Gupta (3): ARC: config: explicit'ify -mcpu for cpu selection lmbench: increase memsize delay for slow FPGAs lmbench: emulate --prefix to avoid scattering binaries all over arch/Config.in.arc| 8 +++---

[PATCH 2/3] lmbench: increase memsize delay for slow FPGAs

2021-05-05 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- ...c-to-prevent-memsize-from-timingout-.patch | 28 +++ 1 file changed, 28 insertions(+) create mode 100644 package/lmbench/0003-TOO_LONG-100-usec-to-prevent-memsize-from-timingout-.patch diff --git a/package/lmbench/0003-TOO_LONG-100-usec-to-pr

[PATCH 1/3] ARC: config: explicit'ify -mcpu for cpu selection

2021-05-05 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- arch/Config.in.arc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/Config.in.arc b/arch/Config.in.arc index f7a6d920b50d..f84dfab38ae9 100644 --- a/arch/Config.in.arc +++ b/arch/Config.in.arc @@ -12,14 +12,14 @@ config BR2_arc770d

[PATCH 3/3] lmbench: emulate --prefix to avoid scattering binaries all over

2021-05-05 Thread Vineet Gupta
- moves all lmbench binaries to /lmbench/bin/ - scripts copied to /lmbench/scripts - scripts/os overwritten to setup "OS" as expected by LMBench runtime scripts Signed-off-by: Vineet Gupta --- package/lmbench/lmbench.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git