Debian Patches
Status for rust-netlink-sys/0.8.8-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| disable-netlink-packet-audit.patch | Drop netlink-packet-audit | not-needed | vendor | |||
| bigendian.patch | This patch makes the autopkgtests pass on bigendian, it's still far from ideal but it's an improvement over the situation in testing at the time of writing. . Two tests are addressed, mio::tests::test_event_loop and socket::test::options . I have no clue what is causing test_event_loop to fail so I have simply skipped that for now. . socket::test::options failed because of what appears to be a kernel issue, according to the documentation the options are of type int, but retrieving them seems to retrieve only a single byte. On little endian this byte is placed in the LSB resulting in 1 for true and 0 for false, but on big endian it is placed in the MSB resulting in 0x01000000 for true and 0 for false. This patch changes the comparisions from == 1 to != 0 so they work on both big and little endian. |
Peter Michael Green <plugwash@debian.org> | not-needed | vendor |
