Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-04 Thread Tim Bird
On 12/03/2014 04:08 PM, Michael Ellerman wrote: > On Wed, 2014-12-03 at 08:29 -0800, Tim Bird wrote: >> >> On 12/02/2014 07:43 PM, Michael Ellerman wrote: >>> On Tue, 2014-12-02 at 19:36 -0800, Tim Bird wrote: This test shows the amount of memory used by the system. Note that this is depe

Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Michael Ellerman
On Wed, 2014-12-03 at 08:29 -0800, Tim Bird wrote: > > On 12/02/2014 07:43 PM, Michael Ellerman wrote: > > On Tue, 2014-12-02 at 19:36 -0800, Tim Bird wrote: > >> This test shows the amount of memory used by the system. > >> Note that this is dependent on the user-space that is loaded > >> when th

Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Tim Bird
On 12/03/2014 10:00 AM, Geert Uytterhoeven wrote: > On Wed, Dec 3, 2014 at 5:29 PM, Tim Bird wrote: diff --git a/tools/testing/selftests/size/Makefile b/tools/testing/selftests/size/Makefile new file mode 100644 index 000..47f8e9c --- /dev/null +++ b/tools/test

Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Geert Uytterhoeven
On Wed, Dec 3, 2014 at 5:29 PM, Tim Bird wrote: >>> diff --git a/tools/testing/selftests/size/Makefile >>> b/tools/testing/selftests/size/Makefile >>> new file mode 100644 >>> index 000..47f8e9c >>> --- /dev/null >>> +++ b/tools/testing/selftests/size/Makefile >>> @@ -0,0 +1,15 @@ >>> +#ifnde

Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Tim Bird
On 12/02/2014 07:43 PM, Michael Ellerman wrote: > On Tue, 2014-12-02 at 19:36 -0800, Tim Bird wrote: >> This test shows the amount of memory used by the system. >> Note that this is dependent on the user-space that is loaded >> when this program runs. Optimally, this program would be >> run as t

Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Tim Bird
On 12/03/2014 05:01 AM, Thomas Petazzoni wrote: > Michael, Tim, > > On Wed, 03 Dec 2014 14:43:11 +1100, Michael Ellerman wrote: > >>> diff --git a/tools/testing/selftests/size/Makefile >>> b/tools/testing/selftests/size/Makefile >>> new file mode 100644 >>> index 000..47f8e9c >>> --- /dev/

Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Thomas Petazzoni
Michael, Tim, On Wed, 03 Dec 2014 14:43:11 +1100, Michael Ellerman wrote: > > diff --git a/tools/testing/selftests/size/Makefile > > b/tools/testing/selftests/size/Makefile > > new file mode 100644 > > index 000..47f8e9c > > --- /dev/null > > +++ b/tools/testing/selftests/size/Makefile > > @

Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-02 Thread Michael Ellerman
On Tue, 2014-12-02 at 19:36 -0800, Tim Bird wrote: > This test shows the amount of memory used by the system. > Note that this is dependent on the user-space that is loaded > when this program runs. Optimally, this program would be > run as the init program itself. Sorry to only chime in at v5.