mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation: kunit: Fix bad debugfs path
@ 2026-09-10 13:59 Thomas Huth
  2026-09-10 21:06 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2026-09-10 13:59 UTC (permalink / raw)
  To: Brendan Higgins, David Gow, linux-doc
  Cc: linux-kernel, Rae Moar, Jonathan Corbet, Shuah Khan,
	Randy Dunlap, linux-kselftest, kunit-dev, workflows

The path of debugfs is /sys/kernel/debug/ and not /sys/kernel/debugfs/.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Documentation/dev-tools/kunit/run_manual.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kunit/run_manual.rst b/Documentation/dev-tools/kunit/run_manual.rst
index 98e8d5b288085..59c3313a6d15c 100644
--- a/Documentation/dev-tools/kunit/run_manual.rst
+++ b/Documentation/dev-tools/kunit/run_manual.rst
@@ -87,7 +87,7 @@ the ``/sys/kernel/debug/kunit/<test_suite>/run`` file:
 
 .. code-block :: bash
 
-	echo "any string" > /sys/kernel/debugfs/kunit/<test_suite>/run
+	echo "any string" > /sys/kernel/debug/kunit/<test_suite>/run
 
 As a result, the test suite runs and the results are printed to the kernel
 log.
-- 
2.55.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: kunit: Fix bad debugfs path
  2026-09-10 13:59 [PATCH] Documentation: kunit: Fix bad debugfs path Thomas Huth
@ 2026-09-10 21:06 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-09-10 21:06 UTC (permalink / raw)
  To: Thomas Huth, Brendan Higgins, David Gow, linux-doc
  Cc: linux-kernel, Rae Moar, Jonathan Corbet, Shuah Khan,
	linux-kselftest, kunit-dev, workflows



On 9/10/26 6:59 AM, Thomas Huth wrote:
> The path of debugfs is /sys/kernel/debug/ and not /sys/kernel/debugfs/.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/dev-tools/kunit/run_manual.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/dev-tools/kunit/run_manual.rst b/Documentation/dev-tools/kunit/run_manual.rst
> index 98e8d5b288085..59c3313a6d15c 100644
> --- a/Documentation/dev-tools/kunit/run_manual.rst
> +++ b/Documentation/dev-tools/kunit/run_manual.rst
> @@ -87,7 +87,7 @@ the ``/sys/kernel/debug/kunit/<test_suite>/run`` file:
>  
>  .. code-block :: bash
>  
> -	echo "any string" > /sys/kernel/debugfs/kunit/<test_suite>/run
> +	echo "any string" > /sys/kernel/debug/kunit/<test_suite>/run
>  
>  As a result, the test suite runs and the results are printed to the kernel
>  log.

-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-10 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 13:59 [PATCH] Documentation: kunit: Fix bad debugfs path Thomas Huth
2026-09-10 21:06 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®