2018-08-24 12:50:17

by Anders Roxell

[permalink] [raw]
Subject: [PATCH] doc: dev-tools: kselftest.rst: update config file location

Config fragment files should be placed in
tools/testing/selftests/<testdir>/config

Signed-off-by: Anders Roxell <[email protected]>
---
Documentation/dev-tools/kselftest.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
index 6f653acea248..dad1bb8711e2 100644
--- a/Documentation/dev-tools/kselftest.rst
+++ b/Documentation/dev-tools/kselftest.rst
@@ -159,7 +159,7 @@ Contributing new tests (details)
* If a test needs specific kernel config options enabled, add a config file in
the test directory to enable them.

- e.g: tools/testing/selftests/android/ion/config
+ e.g: tools/testing/selftests/android/config

Test Harness
============
--
2.11.0



2018-08-27 17:59:34

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] doc: dev-tools: kselftest.rst: update config file location

On 08/24/2018 06:47 AM, Anders Roxell wrote:
> Config fragment files should be placed in
> tools/testing/selftests/<testdir>/config
>
> Signed-off-by: Anders Roxell <[email protected]>
> ---
> Documentation/dev-tools/kselftest.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
> index 6f653acea248..dad1bb8711e2 100644
> --- a/Documentation/dev-tools/kselftest.rst
> +++ b/Documentation/dev-tools/kselftest.rst
> @@ -159,7 +159,7 @@ Contributing new tests (details)
> * If a test needs specific kernel config options enabled, add a config file in
> the test directory to enable them.
>
> - e.g: tools/testing/selftests/android/ion/config
> + e.g: tools/testing/selftests/android/config
>
> Test Harness
> ============
>

Jo Jon,

This patch looks good. Here is my Ack for it go through doc tree.

Acked-by: Shuah Khan (Samsung OSG) <[email protected]>

thanks,
-- Shuah

2018-08-31 22:28:18

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] doc: dev-tools: kselftest.rst: update config file location

On Mon, 27 Aug 2018 11:57:58 -0600
Shuah Khan <[email protected]> wrote:

> Jo Jon,
>
> This patch looks good. Here is my Ack for it go through doc tree.
>
> Acked-by: Shuah Khan (Samsung OSG) <[email protected]>

Applied, thanks.

jon