Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
add-support-for-loong64.patch | Add support for loong64 | Graham Inggs <ginggs@debian.org> | no | debian | ||
sparc-skip-tcp_oob.diff | Workaround for test failure on old sparc kernels | Luca BRUNO <lucab@debian.org> | not-needed | |||
disable_ipv6_test.patch | export RES_OPTIONS = attempts:0 makes this test fail | Jérémy Lal <kapouer@melix.org> | not-needed | 2017-10-12 | ||
skip-multicast-test | Skip multicast test Skip muliticast test to avoid this error on all build daemons: . ok 346 - udp_multicast_interface6 not ok 347 - udp_multicast_join # timeout # Output from process `udp_multicast_join`: (no output) not ok 348 - udp_multicast_join6 # timeout # Output from process `udp_multicast_join6`: (no output) ok 349 - udp_multicast_ttl |
dod | not-needed | |||
privacy-breach-generic.patch | remove iframe from html doc - avoid privacy breach | Jérémy Lal <kapouer@melix.org> | not-needed | |||
fix-thread-priority-test | Fix thread priority test Test should not assume to be run at priority 0. . See upstream bug for more details. |
info@bnoordhuis.nl | yes | debian upstream | https://github.com/libuv/libuv/issues/4382 | |
fix-arm-bug | Fix Arm bug Date: Tue Jan 28 09:27:58 2025 +0100 . linux: try preadv64/pwritev64 before preadv/pwritev (#4683) . Fixes: https://github.com/libuv/libuv/issues/4678 Refs: https://github.com/libuv/libuv/issues/4532 . diff --git a/src/unix/fs.c b/src/unix/fs.c index 239ecda1..1631d934 100644 |
Ben Noordhuis <info@bnoordhuis.nl> | yes | upstream |