mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
sys-kernel/ummunotify: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
19
sys-kernel/ummunotify/metadata.xml
Normal file
19
sys-kernel/ummunotify/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user