diff options
author | Ingo Molnar <mingo@kernel.org> | 2025-03-19 11:03:06 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-03-19 11:03:06 +0100 |
commit | 89771319e0f11314fcf6d22fcdd0c41e2d157ddc (patch) | |
tree | db7d5bddaa727f844aab9001f171fdaa214267f4 /lib | |
parent | 6d536cad0d55e71442b6d65500f74eb85544269e (diff) | |
parent | 4701f33a10702d5fc577c32434eb62adde0a1ae1 (diff) |
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1af972a92d06..35796c290ca3 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -2103,7 +2103,7 @@ config FAIL_SKB_REALLOC reallocated, catching possible invalid pointers to the skb. For more information, check - Documentation/dev-tools/fault-injection/fault-injection.rst + Documentation/fault-injection/fault-injection.rst config FAULT_INJECTION_CONFIGFS bool "Configfs interface for fault-injection capabilities" |