Debian Patches
Status for rust-nix/0.29.0-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
relax-dep.diff | no | |||||
disable-kmod-tests.diff | =================================================================== | no | ||||
allow-no-dropped-packets-on-s390x.diff | =================================================================== | no | ||||
skip-test_recvmm2-on-s390x.diff | =================================================================== | no | ||||
skip-tests-prone-to-hang.diff | =================================================================== | no | ||||
make-require-kernel-version-more-tolerant.diff | =================================================================== | no | ||||
dont-deny-warnings.diff | =================================================================== | no | ||||
dont-fail-tests-no-kernel-support.diff | =================================================================== | no | ||||
time_t_workarounds.diff | This patch works around an issue related to time64. while posix says that tv_usec has type suseconds_t, glibc with time64 enabled is not consistent with this. This patch adds conversion operations (which would be implicit conversions in C/C++) to workaround this. =================================================================== |
no | ||||
fix-incorrect-type-in-set-timerslack.patch | Fix incorrect type in set_timerslack. set_timerslack passes a u64 to a variadic function where it should pass a c_ulong. This causes breakage on some 32-bit architectures, notablly arm32 eabi. This patch adds a cast to fix it. |
Peter Michael Green <plugwash@debian.org> | no | |||
fix-tests-no-default-features.diff | This patch fixes the tests with --no-default-features, I have tested every feature individually, some other feature combinations have also been tested as part of tracking down issues, but these are not documented or regularly retested. =================================================================== |
no |