diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-06-02 14:48:41 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-06-02 14:48:41 +0200 |
commit | f79af5970ba853135b85bfaf044da714a584ae31 (patch) | |
tree | 2df475555714ee59b08c806a9740369e02ec423f | |
parent | 46263a0103a7ec6d3d86808222ba89823ccea2cc (diff) | |
download | web-f79af5970ba853135b85bfaf044da714a584ae31.tar.gz web-f79af5970ba853135b85bfaf044da714a584ae31.tar.bz2 web-f79af5970ba853135b85bfaf044da714a584ae31.zip |
Note about swapping having issues with rumpdisk
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 02ab7ba0..3a2e87a6 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -170,6 +170,7 @@ This is the list of tasks that we *want* to address soon, starting with the most * Settle CI for mig+gnumach+hurd+glibc. * Port `dhcpcd`, see [call for help](https://lists.debian.org/debian-hurd/2023/11/msg00030.html) * Extensively test (e.g. running testsuites of glibc, perl, curl) and fix the lwip-based TCP/IP stack, to be sure we don't get regressions by switching to it. +* Fix swapping with `rumpdisk`. * Prevent duplicate instances of `rumpdisk` from competing for the disk PCI cards (e.g. when a second one gets started from a chroot). * Fix the memory consumption of `rumpdisk`. * Integrate `rumpusbdisk` with the rest of the disk translators etc. |