Skip to content

Commit b575614

Browse files
committed
arm64: mte: Fix typo in memory tagging ABI documentation
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>
1 parent df9d7a2 commit b575614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/arm64/memory-tagging-extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ the tags from or set the tags to a tracee's address space. The
142142
``ptrace()`` system call is invoked as ``ptrace(request, pid, addr,
143143
data)`` where:
144144

145-
- ``request`` - one of ``PTRACE_PEEKMTETAGS`` or ``PTRACE_PEEKMTETAGS``.
145+
- ``request`` - one of ``PTRACE_PEEKMTETAGS`` or ``PTRACE_POKEMTETAGS``.
146146
- ``pid`` - the tracee's PID.
147147
- ``addr`` - address in the tracee's address space.
148148
- ``data`` - pointer to a ``struct iovec`` where ``iov_base`` points to

0 commit comments

Comments
 (0)