Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2016-01-04 Thread Michael Ellerman
On Mon, 2016-01-04 at 18:34 +0800, Bamvor Jian Zhang wrote: > On 01/04/2016 12:57 PM, Michael Ellerman wrote: > [...] > > > > No I meant Makefile, the very top level Makefile. > > > > There is already a kselftest target in there (line 1077), I meant we would > > add > > a kselftest-mergeconfig

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2016-01-04 Thread Bamvor Jian Zhang
Hi, Michael On 01/04/2016 12:57 PM, Michael Ellerman wrote: [...] >> Do you mean "tools/testing/selftest/Makefile"? I try to do it but I could not >> get the objtree and srctree if it is called directly(objtree and srctree is >> defined in toplevel Makefile) > > No I meant Makefile, the very top

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2016-01-04 Thread Bamvor Jian Zhang
Hi, Michael On 01/04/2016 12:57 PM, Michael Ellerman wrote: [...] >> Do you mean "tools/testing/selftest/Makefile"? I try to do it but I could not >> get the objtree and srctree if it is called directly(objtree and srctree is >> defined in toplevel Makefile) > > No I meant Makefile, the very top

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2016-01-04 Thread Michael Ellerman
On Mon, 2016-01-04 at 18:34 +0800, Bamvor Jian Zhang wrote: > On 01/04/2016 12:57 PM, Michael Ellerman wrote: > [...] > > > > No I meant Makefile, the very top level Makefile. > > > > There is already a kselftest target in there (line 1077), I meant we would > > add > > a kselftest-mergeconfig

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2016-01-03 Thread Michael Ellerman
On Thu, 2015-12-24 at 18:17 +0800, Bamvor Zhang Jian wrote: > On 12/18/2015 07:44 AM, Michael Ellerman wrote: > > On Thu, 2015-12-17 at 17:57 +0800, Bamvor Jian Zhang wrote: > > > There is a discussion about improving the usability of kselftest by > > > creating test-specific kconfig in recent

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2016-01-03 Thread Michael Ellerman
On Thu, 2015-12-24 at 18:17 +0800, Bamvor Zhang Jian wrote: > On 12/18/2015 07:44 AM, Michael Ellerman wrote: > > On Thu, 2015-12-17 at 17:57 +0800, Bamvor Jian Zhang wrote: > > > There is a discussion about improving the usability of kselftest by > > > creating test-specific kconfig in recent

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-24 Thread Bamvor Zhang Jian
Hi, Michael On 12/18/2015 07:44 AM, Michael Ellerman wrote: > On Thu, 2015-12-17 at 17:57 +0800, Bamvor Jian Zhang wrote: > >> There is a discussion about improving the usability of kselftest by >> creating test-specific kconfig in recent kernel Summit. >> >> Patch 1 keep test-specific kconfig

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-24 Thread Bamvor Zhang Jian
Hi, Michael On 12/18/2015 07:44 AM, Michael Ellerman wrote: > On Thu, 2015-12-17 at 17:57 +0800, Bamvor Jian Zhang wrote: > >> There is a discussion about improving the usability of kselftest by >> creating test-specific kconfig in recent kernel Summit. >> >> Patch 1 keep test-specific kconfig

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-17 Thread Michael Ellerman
On Thu, 2015-12-17 at 17:57 +0800, Bamvor Jian Zhang wrote: > There is a discussion about improving the usability of kselftest by > creating test-specific kconfig in recent kernel Summit. > > Patch 1 keep test-specific kconfig fragments inside each selftest so > that merge_configs.sh could build

[PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-17 Thread Bamvor Jian Zhang
There is a discussion about improving the usability of kselftest by creating test-specific kconfig in recent kernel Summit. Patch 1 keep test-specific kconfig fragments inside each selftest so that merge_configs.sh could build up a kernel that can test the specific or all feature(s). Patch 2 add

[PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-17 Thread Bamvor Jian Zhang
There is a discussion about improving the usability of kselftest by creating test-specific kconfig in recent kernel Summit. Patch 1 keep test-specific kconfig fragments inside each selftest so that merge_configs.sh could build up a kernel that can test the specific or all feature(s). Patch 2 add

[PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-17 Thread Bamvor Jian Zhang
There is a discussion about improving the usability of kselftest by creating test-specific kconfig in recent kernel Summit. Patch 1 keep test-specific kconfig fragments inside each selftest so that merge_configs.sh could build up a kernel that can test the specific or all feature(s). Patch 2 add

[PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-17 Thread Bamvor Jian Zhang
There is a discussion about improving the usability of kselftest by creating test-specific kconfig in recent kernel Summit. Patch 1 keep test-specific kconfig fragments inside each selftest so that merge_configs.sh could build up a kernel that can test the specific or all feature(s). Patch 2 add

Re: [PATCH v3 0/2] Create specific kconfig for kselftest

2015-12-17 Thread Michael Ellerman
On Thu, 2015-12-17 at 17:57 +0800, Bamvor Jian Zhang wrote: > There is a discussion about improving the usability of kselftest by > creating test-specific kconfig in recent kernel Summit. > > Patch 1 keep test-specific kconfig fragments inside each selftest so > that merge_configs.sh could build