diff options
author | Vincenzo Frascino <vincenzo.frascino@arm.com> | 2019-08-22 17:17:43 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-08-22 20:22:57 +0300 |
commit | 1243cb6a676ffcfa72dd25859edddf66cde0b638 (patch) | |
tree | 3f373aaa604e2c9cd93fc223478fb31d8ab25aba /Documentation/arm64/index.rst | |
parent | e1b832503e8f29ea6e20c30db9c3176576c0fc78 (diff) | |
download | linux-1243cb6a676ffcfa72dd25859edddf66cde0b638.tar.xz |
arm64: Add tagged-address-abi.rst to index.rst
Documentation/arm64/tagged-address-abi.rst introduces the
relaxation of the syscall ABI that allows userspace to pass
certain tagged pointers to kernel syscalls.
Add the document to index.rst for a correct generation of the
table of content.
Cc: Will Deacon <will@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/arm64/index.rst')
-rw-r--r-- | Documentation/arm64/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/arm64/index.rst b/Documentation/arm64/index.rst index 96b696ba4e6c..5c0c69dc58aa 100644 --- a/Documentation/arm64/index.rst +++ b/Documentation/arm64/index.rst @@ -16,6 +16,7 @@ ARM64 Architecture pointer-authentication silicon-errata sve + tagged-address-abi tagged-pointers .. only:: subproject and html |