arm64: mte: Fix typo in memory tagging ABI documentation
authorWill Deacon <will@kernel.org>
Mon, 28 Sep 2020 22:02:19 +0000 (23:02 +0100)
committerWill Deacon <will@kernel.org>
Mon, 28 Sep 2020 22:02:19 +0000 (23:02 +0100)
We offer both PTRACE_PEEKMTETAGS and PTRACE_POKEMTETAGS requests via
ptrace().

Reported-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/arm64/memory-tagging-extension.rst

index e3709b5..034d37c 100644 (file)
@@ -142,7 +142,7 @@ the tags from or set the tags to a tracee's address space. The
 ``ptrace()`` system call is invoked as ``ptrace(request, pid, addr,
 data)`` where:
 
-- ``request`` - one of ``PTRACE_PEEKMTETAGS`` or ``PTRACE_PEEKMTETAGS``.
+- ``request`` - one of ``PTRACE_PEEKMTETAGS`` or ``PTRACE_POKEMTETAGS``.
 - ``pid`` - the tracee's PID.
 - ``addr`` - address in the tracee's address space.
 - ``data`` - pointer to a ``struct iovec`` where ``iov_base`` points to