Re: [PATCH v4 4/9] selftests: Add install target

2015-03-18 Thread Shuah Khan
On 03/15/2015 09:04 PM, Michael Ellerman wrote: > On Fri, 2015-03-13 at 15:32 -0600, Shuah Khan wrote: >> On 03/13/2015 11:20 AM, Shuah Khan wrote: >>> On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-18 Thread Shuah Khan
On 03/15/2015 09:04 PM, Michael Ellerman wrote: On Fri, 2015-03-13 at 15:32 -0600, Shuah Khan wrote: On 03/13/2015 11:20 AM, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-15 Thread Michael Ellerman
On Mon, 2015-03-16 at 14:04 +1100, Michael Ellerman wrote: > On Fri, 2015-03-13 at 15:32 -0600, Shuah Khan wrote: > > On 03/13/2015 11:20 AM, Shuah Khan wrote: > > > On 03/10/2015 10:06 PM, Michael Ellerman wrote: > > >> This adds make install support to selftests. The basic usage is: > > >> > >

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-15 Thread Michael Ellerman
On Fri, 2015-03-13 at 15:32 -0600, Shuah Khan wrote: > On 03/13/2015 11:20 AM, Shuah Khan wrote: > > On 03/10/2015 10:06 PM, Michael Ellerman wrote: > >> This adds make install support to selftests. The basic usage is: > >> > >> $ cd tools/testing/selftests > >> $ make install > >> > >> That

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-15 Thread Michael Ellerman
On Mon, 2015-03-16 at 14:04 +1100, Michael Ellerman wrote: On Fri, 2015-03-13 at 15:32 -0600, Shuah Khan wrote: On 03/13/2015 11:20 AM, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-15 Thread Michael Ellerman
On Fri, 2015-03-13 at 15:32 -0600, Shuah Khan wrote: On 03/13/2015 11:20 AM, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/13/2015 03:32 PM, Shuah Khan wrote: > On 03/13/2015 11:20 AM, Shuah Khan wrote: >> On 03/10/2015 10:06 PM, Michael Ellerman wrote: >>> This adds make install support to selftests. The basic usage is: >>> >>> $ cd tools/testing/selftests >>> $ make install >>> >>> That installs into

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/13/2015 11:20 AM, Shuah Khan wrote: > On 03/10/2015 10:06 PM, Michael Ellerman wrote: >> This adds make install support to selftests. The basic usage is: >> >> $ cd tools/testing/selftests >> $ make install >> >> That installs into tools/testing/selftests/install, which can then be >> copied

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/10/2015 10:06 PM, Michael Ellerman wrote: > This adds make install support to selftests. The basic usage is: > > $ cd tools/testing/selftests > $ make install > > That installs into tools/testing/selftests/install, which can then be > copied where ever necessary. > > The install

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/13/2015 10:33 AM, Dave Jones wrote: > On Thu, Mar 12, 2015 at 02:15:44PM +1100, Michael Ellerman wrote: > > On Wed, 2015-03-11 at 07:18 -0600, Shuah Khan wrote: > > > On 03/10/2015 10:06 PM, Michael Ellerman wrote: > > > > This adds make install support to selftests. The basic usage is: >

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Dave Jones
On Thu, Mar 12, 2015 at 02:15:44PM +1100, Michael Ellerman wrote: > On Wed, 2015-03-11 at 07:18 -0600, Shuah Khan wrote: > > On 03/10/2015 10:06 PM, Michael Ellerman wrote: > > > This adds make install support to selftests. The basic usage is: > > > > > > v3: Rebase onto 4.0-rc2. > > >

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever necessary. The install destination is

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/13/2015 11:20 AM, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/13/2015 03:32 PM, Shuah Khan wrote: On 03/13/2015 11:20 AM, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Dave Jones
On Thu, Mar 12, 2015 at 02:15:44PM +1100, Michael Ellerman wrote: On Wed, 2015-03-11 at 07:18 -0600, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: v3: Rebase onto 4.0-rc2. Rename all.sh

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-13 Thread Shuah Khan
On 03/13/2015 10:33 AM, Dave Jones wrote: On Thu, Mar 12, 2015 at 02:15:44PM +1100, Michael Ellerman wrote: On Wed, 2015-03-11 at 07:18 -0600, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is:

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Michael Ellerman
On Wed, 2015-03-11 at 07:18 -0600, Shuah Khan wrote: > On 03/10/2015 10:06 PM, Michael Ellerman wrote: > > This adds make install support to selftests. The basic usage is: > > > > $ cd tools/testing/selftests > > $ make install > > > > That installs into tools/testing/selftests/install, which

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Michael Ellerman
On Wed, 2015-03-11 at 10:03 -0600, Shuah Khan wrote: > On 03/11/2015 07:18 AM, Shuah Khan wrote: > > > > I don't see my comments addressed. If you want me to take > > this work, please address the following comments: > > > > - Name install directory kselftest. It should work with the > > the

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Shuah Khan
On 03/11/2015 07:18 AM, Shuah Khan wrote: > On 03/10/2015 10:06 PM, Michael Ellerman wrote: >> This adds make install support to selftests. The basic usage is: >> >> $ cd tools/testing/selftests >> $ make install >> >> That installs into tools/testing/selftests/install, which can then be >> copied

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Shuah Khan
On 03/10/2015 10:06 PM, Michael Ellerman wrote: > This adds make install support to selftests. The basic usage is: > > $ cd tools/testing/selftests > $ make install > > That installs into tools/testing/selftests/install, which can then be > copied where ever necessary. > > The install

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Shuah Khan
On 03/11/2015 07:18 AM, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Shuah Khan
On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever necessary. The install destination is

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Michael Ellerman
On Wed, 2015-03-11 at 07:18 -0600, Shuah Khan wrote: On 03/10/2015 10:06 PM, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be

Re: [PATCH v4 4/9] selftests: Add install target

2015-03-11 Thread Michael Ellerman
On Wed, 2015-03-11 at 10:03 -0600, Shuah Khan wrote: On 03/11/2015 07:18 AM, Shuah Khan wrote: I don't see my comments addressed. If you want me to take this work, please address the following comments: - Name install directory kselftest. It should work with the the use-case.

[PATCH v4 4/9] selftests: Add install target

2015-03-10 Thread Michael Ellerman
This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever necessary. The install destination is also configurable using eg: $ INSTALL_PATH=/mnt/selftests

[PATCH v4 4/9] selftests: Add install target

2015-03-10 Thread Michael Ellerman
This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever necessary. The install destination is also configurable using eg: $ INSTALL_PATH=/mnt/selftests