diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-11 22:09:07 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-11 22:09:07 +0100 |
commit | 8647abf52c8583ad80390874c1476186d327467f (patch) | |
tree | cf5de43d18d96add68786535452b0c9a48dff5ed /contributing.mdwn | |
parent | 0823080fe156dc58df2fa26422349627e3b0e90b (diff) |
Reference the failed_diff.txt page
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index ed6327d9..aef58712 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -168,6 +168,7 @@ This is the list of tasks that we *want* to address soon, starting with the most [discussion](https://lists.gnu.org/archive/html/bug-hurd/2023-10/msg00062.html). - This means adding an `i386x_float_state` and `i386_XFLOAT_STATE` thread status, that glibc would be able to use along `i386_REGS_SEGS_STATE` and `i386_FLOAT_STATE` in `_hurd_setup_sighandler` and `sigtreturn.c`. The structure would contain the `fp_save_kind`. That'll actually be needed both on `i386` and `x86_64` actually, to fix SSE use against signals in general. * Compare testsuite results of python on hurd-i386 and hurd-amd64, to fix regressions between the former and the latter. +* Check the [failure differences](https://people.debian.org/~sthibault/hurd-amd64/failed_diff.txt) between hurd-i386 and hurd-amd64: they are failing on hurd-amd64 but are successful on hurd-i386. Possibly it's just a mere missing `s/hurd-i386/hurd-any/` in the debian/ directory, but possibly it's a more profound issue in the amd64 port. * On amd64, fix memcpy (> 16 bytes) from `/dev/mem` (makes hurd-console crash) * Settle CI for mig+gnumach+hurd+glibc. * Port `dhcpcd`, see [call for help](https://lists.debian.org/debian-hurd/2023/11/msg00030.html) |