[PATCH] docs: ABI: Fix powerpc memtrace Kconfig symbol

From: Karl Mehltretter

Date: Sat Aug 22 2026 - 04:13:15 EST


The memtrace interface is controlled by CONFIG_PPC_MEMTRACE. The
documented CONFIG_PPC64_HARDWARE_TRACING symbol does not exist.

Fixes: 1f84c2624a2d ("Add documentation for the powerpc memtrace debugfs files")
Assisted-by: Codex:gpt-5.6-sol
Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
---
Documentation/ABI/testing/ppc-memtrace | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/ppc-memtrace b/Documentation/ABI/testing/ppc-memtrace
index 9606aed33137f..2de9fd18715e0 100644
--- a/Documentation/ABI/testing/ppc-memtrace
+++ b/Documentation/ABI/testing/ppc-memtrace
@@ -3,7 +3,7 @@ Date: Aug 2017
KernelVersion: 4.14
Contact: linuxppc-dev@xxxxxxxxxxxxxxxx
Description: This folder contains the relevant debugfs files for the
- hardware trace macro to use. CONFIG_PPC64_HARDWARE_TRACING
+ hardware trace macro to use. CONFIG_PPC_MEMTRACE
must be set.

What: /sys/kernel/debug/powerpc/memtrace/enable
--
2.53.0