sys-kernel/ummunotify: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-08-24 08:01:42 +02:00
parent d0f803d560
commit 7f07faec40
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
Ummunotify relays MMU notifier events to userspace. This is useful
for libraries that need to track the memory mapping of applications;
for example, MPI implementations using RDMA want to cache memory
registrations for performance, but tracking all possible crazy cases
such as when, say, the FORTRAN runtime frees memory is impossible
without kernel help.
</longdescription>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="github">Portals4/ummunotify</remote-id>
</upstream>
</pkgmetadata>