diff options
author | Jens Axboe <axboe@kernel.dk> | 2025-01-15 08:23:55 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-01-15 08:34:03 -0700 |
commit | 2c5aae129f427f83eeba5efbfb4e60a777cd073c (patch) | |
tree | 0b611627a91db9786b49121b0739886bc8ef7eb4 /scripts/gdb/linux/interrupts.py | |
parent | 8911798d3e8a9624b1acf2882c7a0183694d714d (diff) |
io_uring/register: document io_register_resize_rings() shared mem usage
It can be a bit hard to tell which parts of io_register_resize_rings()
are operating on shared memory, and which ones are not. And anything
reading or writing to those regions should really use the read/write
once primitives.
Hence add those, ensuring sanity in how this memory is accessed, and
helping document the shared nature of it.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions