Re: [PATCH] kbuild: teach kselftest-merge to find nested config files

2019-06-04 Thread Masahiro Yamada
On Tue, May 21, 2019 at 12:19 AM Dan Rue wrote: > > Current implementation of kselftest-merge only finds config files that > are one level deep using `$(srctree)/tools/testing/selftests/*/config`. > > Often, config files are added in nested directories, and do not get > picked up by

Re: [PATCH] kbuild: teach kselftest-merge to find nested config files

2019-05-30 Thread Masahiro Yamada
On Fri, May 31, 2019 at 4:00 AM Dan Rue wrote: > > On Mon, May 20, 2019 at 07:56:41PM +0200, Greg KH wrote: > > On Mon, May 20, 2019 at 10:16:14AM -0500, Dan Rue wrote: > > > Current implementation of kselftest-merge only finds config files that > > > are one level deep using

Re: [PATCH] kbuild: teach kselftest-merge to find nested config files

2019-05-30 Thread Dan Rue
On Mon, May 20, 2019 at 07:56:41PM +0200, Greg KH wrote: > On Mon, May 20, 2019 at 10:16:14AM -0500, Dan Rue wrote: > > Current implementation of kselftest-merge only finds config files that > > are one level deep using `$(srctree)/tools/testing/selftests/*/config`. > > > > Often, config files

Re: [PATCH] kbuild: teach kselftest-merge to find nested config files

2019-05-20 Thread Greg KH
On Mon, May 20, 2019 at 10:16:14AM -0500, Dan Rue wrote: > Current implementation of kselftest-merge only finds config files that > are one level deep using `$(srctree)/tools/testing/selftests/*/config`. > > Often, config files are added in nested directories, and do not get > picked up by