Re: [PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-19 Thread Shuah Khan
On 01/18/2015 05:35 PM, Michael Ellerman wrote: > On Fri, 2015-01-16 at 09:34 -0700, Shuah Khan wrote: >> On 01/09/2015 02:06 AM, Michael Ellerman wrote: >>> Add a new make target to install kernel selftests. This new target will >>> build and install selftests. >>> >>> The default is just

Re: [PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-19 Thread Shuah Khan
On 01/18/2015 05:35 PM, Michael Ellerman wrote: On Fri, 2015-01-16 at 09:34 -0700, Shuah Khan wrote: On 01/09/2015 02:06 AM, Michael Ellerman wrote: Add a new make target to install kernel selftests. This new target will build and install selftests. The default is just $(objtree)/selftests.

Re: [PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-18 Thread Michael Ellerman
On Fri, 2015-01-16 at 09:34 -0700, Shuah Khan wrote: > On 01/09/2015 02:06 AM, Michael Ellerman wrote: > > Add a new make target to install kernel selftests. This new target will > > build and install selftests. > > > > The default is just $(objtree)/selftests. This is preferable to > > something

Re: [PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-18 Thread Michael Ellerman
On Fri, 2015-01-16 at 09:34 -0700, Shuah Khan wrote: On 01/09/2015 02:06 AM, Michael Ellerman wrote: Add a new make target to install kernel selftests. This new target will build and install selftests. The default is just $(objtree)/selftests. This is preferable to something based on

Re: [PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-16 Thread Shuah Khan
On 01/09/2015 02:06 AM, Michael Ellerman wrote: > Add a new make target to install kernel selftests. This new target will > build and install selftests. > > The default is just $(objtree)/selftests. This is preferable to > something based on $(INSTALL_MOD_PATH) (which defaults to /), as it >

Re: [PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-16 Thread Shuah Khan
On 01/09/2015 02:06 AM, Michael Ellerman wrote: Add a new make target to install kernel selftests. This new target will build and install selftests. The default is just $(objtree)/selftests. This is preferable to something based on $(INSTALL_MOD_PATH) (which defaults to /), as it allows a

[PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-09 Thread Michael Ellerman
Add a new make target to install kernel selftests. This new target will build and install selftests. The default is just $(objtree)/selftests. This is preferable to something based on $(INSTALL_MOD_PATH) (which defaults to /), as it allows a normal user to install the tests. This is similar to

[PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests

2015-01-09 Thread Michael Ellerman
Add a new make target to install kernel selftests. This new target will build and install selftests. The default is just $(objtree)/selftests. This is preferable to something based on $(INSTALL_MOD_PATH) (which defaults to /), as it allows a normal user to install the tests. This is similar to