]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Merge branch 'rdma-copy-on-fork' into next
authorDavid Ahern <dsahern@kernel.org>
Mon, 3 May 2021 14:45:19 +0000 (14:45 +0000)
committerDavid Ahern <dsahern@kernel.org>
Mon, 3 May 2021 14:45:19 +0000 (14:45 +0000)
Gal Pressman  says:

====================

This is the userspace part for the new copy-on-fork attribute added to
the get sys netlink command.

The new attribute indicates that the kernel copies DMA pages on fork,
hence fork support through madvise and MADV_DONTFORK is not needed.

Kernel series was merged:
https://lore.kernel.org/linux-rdma/20210418121025.66849-1-galpress@amazon.com/

====================

Signed-off-by: David Ahern <dsahern@kernel.org>

Trivial merge