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 @@ -0,0 +1,15

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/null +++

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 the init

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 tim.b...@sonymobile.com wrote: diff --git a/tools/testing/selftests/size/Makefile b/tools/testing/selftests/size/Makefile new file mode 100644 index 000..47f8e9c --- /dev/null +++

[PATCH v6] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Tim Bird
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. The program is optimized for size itself, to avoid conflating its own execution with

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 this program

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

2014-12-03 Thread Shuah Khan
On 12/03/2014 05:36 PM, Josh Triplett wrote: On Wed, Dec 03, 2014 at 10:42:21AM -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

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

2014-12-03 Thread Shuah Khan
On 12/03/2014 05:50 PM, Shuah Khan wrote: On 12/03/2014 05:36 PM, Josh Triplett wrote: On Wed, Dec 03, 2014 at 10:42:21AM -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.