Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-10-02 Thread Piotr Szymaniak
On Tue, Sep 10, 2019 at 10:44:54PM +0200, Michał Górny wrote: > If you have an ARM board and would like to help, please: ## NanoPi NEO2 ~ ./hwcap-dump hwcap:08ff hwcap2: ~ uname -m aarch64 ~ grep -m1 Features /proc/cpuinfo Features: fp asimd evtstrm aes pmull

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-10-01 Thread Roy Bamford
On 2019.09.10 21:44, Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. > Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now I'd like to > add tests for

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-25 Thread Michał Górny
On Wed, 2019-09-25 at 17:22 +0200, Guilherme Amadio wrote: > Hi Michał, > > On Tue, Sep 10, 2019 at 10:44:54PM +0200, Michał Górny wrote: > > Hi, everyone. > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > > are based on mocked syscalls that return arch-specific

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-25 Thread Guilherme Amadio
Hi Michał, On Tue, Sep 10, 2019 at 10:44:54PM +0200, Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-18 Thread Alfredo Tupone
On 22:56 Tue 17 Sep , Michał Górny wrote: > On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > > Hi, everyone. > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > > are based on mocked syscalls that return arch-specific data read from > > text files. So

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-17 Thread Michał Górny
On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now I'd like to > add

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-12 Thread Michał Górny
On Fri, 2019-09-13 at 03:17 +, A Schenck wrote: > On 9/10/19 10:24 PM, Michał Górny wrote: > > On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > > > Hi, everyone. > > > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > > > are based on mocked syscalls that

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-12 Thread A Schenck
On 9/10/19 10:24 PM, Michał Górny wrote: > On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: >> Hi, everyone. >> >> I've recently (finally!) started adding tests to cpuid2cpuflags. Tests >> are based on mocked syscalls that return arch-specific data read from >> text files. So far I've got

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-12 Thread Michał Górny
On Thu, 2019-09-12 at 09:13 -0400, James Cloos wrote: > On an odroidc1, I get: > > # ./hwcap-dump > hwcap:0009b0d7 > hwcap2: > > # uname -m > armv7l Thanks. Added. > > On an original dragonboard, I get: > > # ./hwcap-dump > hwcap:0087 >

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-12 Thread Michał Górny
On Thu, 2019-09-12 at 13:29 +0200, Rolf Eike Beer wrote: > Am 2019-09-11 07:24, schrieb Michał Górny: > > On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > > > Hi, everyone. > > > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. > > > Tests > > > are based on mocked

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-12 Thread James Cloos
On an odroidc1, I get: # ./hwcap-dump hwcap:0009b0d7 hwcap2: # uname -m armv7l On an original dragonboard, I get: # ./hwcap-dump hwcap:0087 hwcap2: # uname -m aarch64 (Both run gentoo.) The pi3 says: hwcap:003fb0d6

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-12 Thread Rolf Eike Beer
Am 2019-09-11 07:24, schrieb Michał Górny: On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: Hi, everyone. I've recently (finally!) started adding tests to cpuid2cpuflags. Tests are based on mocked syscalls that return arch-specific data read from text files. So far I've got x86 and

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Michał Górny
On Wed, 2019-09-11 at 21:19 +0100, James Le Cuirot wrote: > On Tue, 10 Sep 2019 22:44:54 +0200 > Michał Górny wrote: > > > Hi, everyone. > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > > are based on mocked syscalls that return arch-specific data read from > >

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread James Le Cuirot
On Tue, 10 Sep 2019 22:44:54 +0200 Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now I'd like to >

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Michał Górny
On Wed, 2019-09-11 at 11:02 -0700, Matt Turner wrote: > From my original generation SolidRun Cubox: > > $ ./hwcap-dump > hwcap:0004ead6 > hwcap2: > mattst88@cubox ~/cpuid2cpuflags-7-dev $ uname -a > Linux cubox 5.2.7 #11 Wed Aug 7 17:50:03 PDT 2019 armv7l ARMv7 > Processor

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Matt Turner
>From my original generation SolidRun Cubox: $ ./hwcap-dump hwcap:0004ead6 hwcap2: mattst88@cubox ~/cpuid2cpuflags-7-dev $ uname -a Linux cubox 5.2.7 #11 Wed Aug 7 17:50:03 PDT 2019 armv7l ARMv7 Processor rev 5 (v7l) Marvell Dove GNU/Linux cpuid2cflags says CPU_FLAGS_ARM:

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Michał Górny
On Wed, 2019-09-11 at 10:09 -0700, Georgy Yakovlev wrote: > On 9/10/19 12:44 PM, Michał Górny wrote: > > Hi, everyone. > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > > are based on mocked syscalls that return arch-specific data read from > > text files. So far

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Georgy Yakovlev
On 9/10/19 12:44 PM, Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now I'd like to > add tests for

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Michał Górny
On Wed, 2019-09-11 at 09:42 +0300, Nick Howell wrote: > Michał Górny wrote: > > On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > > > If you have an ARM board and would like to help, please: > > > > > > ./hwcap-dump > > > > > > and send me the output along with 'uname -m'. TIA! > > > >

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Nick Howell
Michał Górny wrote: > On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > > If you have an ARM board and would like to help, please: > > > > ./hwcap-dump > > > > and send me the output along with 'uname -m'. TIA! > > I'm sorry but sending it this late, I forgot two more important things:

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-10 Thread Michał Górny
On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now I'd like to > add

[gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-10 Thread Michał Górny
Hi, everyone. I've recently (finally!) started adding tests to cpuid2cpuflags. Tests are based on mocked syscalls that return arch-specific data read from text files. So far I've got x86 and ppc covered, and now I'd like to add tests for various arm hardware. Since ARM covers a pretty broad