arm64: doc: Add brk/mmap/mremap() to the Tagged Address ABI Exceptions
[linux-2.6-microblaze.git] / Documentation / arm64 / tagged-address-abi.rst
index cbc4d45..459e6b6 100644 (file)
@@ -113,6 +113,12 @@ ABI relaxation:
 
 - ``shmat()`` and ``shmdt()``.
 
+- ``brk()`` (since kernel v5.6).
+
+- ``mmap()`` (since kernel v5.6).
+
+- ``mremap()``, the ``new_address`` argument (since kernel v5.6).
+
 Any attempt to use non-zero tagged pointers may result in an error code
 being returned, a (fatal) signal being raised, or other modes of
 failure.