Re: [Buildroot] [PATCH v3 2/4] lmbench: memsize: increase delay for slow FPGAs

2021-05-17 Thread Yann E. MORIN
vineet, All, On 2021-05-17 21:53 +, Vineet Gupta spake thusly: > On 5/17/21 1:09 PM, Yann E. MORIN wrote: > > > >> OK > >> --- > > This triple-dash line is the usual git marker to end the actual commit > > log, so everything below was dropped when applying the patch with git-am. > > I've fixed

Re: [Buildroot] [PATCH v3 2/4] lmbench: memsize: increase delay for slow FPGAs

2021-05-17 Thread Vineet Gupta
Hi Yann, On 5/17/21 1:09 PM, Yann E. MORIN wrote: > >> OK >> --- > This triple-dash line is the usual git marker to end the actual commit > log, so everything below was dropped when applying the patch with git-am. > I've fixed that, and applied to master, thanks. Yep I'm aware of that and sorry -

Re: [Buildroot] [PATCH v3 4/4] lmbench: lat_rpc: fix stray pointer

2021-05-17 Thread Yann E. MORIN
Vineet, All, On 2021-05-10 11:00 -0700, Vineet Gupta via buildroot spake thusly: > | # ./lat_rpc -S localhost > | potentially unexpected fatal signal 11. > | Path: /lmbench/bin/arc64/lat_rpc > | CPU: 0 PID: 62 Comm: lat_rpc Not tainted 5.6.0-00224-g8e1b159f529e #39 > | Invalid Read @ 0x0001 by

Re: [Buildroot] [PATCH v3 2/4] lmbench: memsize: increase delay for slow FPGAs

2021-05-17 Thread Yann E. MORIN
Vineet, All, On 2021-05-10 11:00 -0700, Vineet Gupta via buildroot spake thusly: > otherwise memsize bails out and erroneously reports 1 MB > > NOK > > | />/lmbench/bin/arc/memsize 16 > | > | 1 > > OK > --- This triple-dash line is the usual git marker to end the actual commit log, so ever

Re: [Buildroot] [PATCH v3 1/4] ARC: config: explicit'ify -mcpu for cpu selection

2021-05-17 Thread Yann E. MORIN
Vineet, All, On 2021-05-10 11:00 -0700, Vineet Gupta via buildroot spake thusly: > This helps with distinguishing the cpu at the time of config selection > > Signed-off-by: Vineet Gupta > --- > arch/Config.in.arc | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff -

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

2021-05-17 Thread Yann E. MORIN
Vineet, All, On 2021-05-10 20:22 +, Vineet Gupta via buildroot spake thusly: > On 5/10/21 1:09 PM, Thomas Petazzoni wrote: > > On Mon, 10 May 2021 11:00:48 -0700 > > Vineet Gupta via buildroot wrote: > > > >> - moves all lmbench binaries to /lmbench/bin/ > >> - scripts copied to /lmbench/

Re: [PATCH 1/5] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user

2021-05-17 Thread Arnd Bergmann
On Mon, May 17, 2021 at 9:42 AM Geert Uytterhoeven wrote: > > On Sat, May 15, 2021 at 12:10 AM Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > This is a preparation for changing over architectures to the > > generic implementation one at a time. As there are no callers > > of either __strnc

Re: [PATCH 4/5] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user

2021-05-17 Thread Geert Uytterhoeven
On Sat, May 15, 2021 at 12:11 AM Arnd Bergmann wrote: > From: Arnd Bergmann > > Consolidate the asm-generic implementation with the library version > that is used everywhere else. > > Signed-off-by: Arnd Bergmann > arch/m68k/Kconfig | 4 +-- Reviewed-by: Geert Uytterhoeven Acked-

Re: [PATCH 1/5] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user

2021-05-17 Thread Geert Uytterhoeven
On Sat, May 15, 2021 at 12:10 AM Arnd Bergmann wrote: > From: Arnd Bergmann > > This is a preparation for changing over architectures to the > generic implementation one at a time. As there are no callers > of either __strncpy_from_user() or __strnlen_user(), fold these > into the strncpy_from_us

Re: [PATCH 5/6] [v2] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user

2021-05-17 Thread Arnd Bergmann
On Mon, May 17, 2021 at 8:20 AM Christoph Hellwig wrote: > > On Sat, May 15, 2021 at 12:18:02PM +0200, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > Consolidate the asm-generic implementation with the library version > > that is used everywhere else. > > > > These are the three versions fo