zv-io
zv-io
Compare the kernel output: ``` root@aarch64-1:~# cat /sys/module/igb/drivers/pci\:igb/0002\:01\:00.0/resource 0x0000001030000000 0x00000010300fffff 0x0000000000040200 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000001030200000 0x0000001030203fff 0x0000000000040200 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000001030100000 0x00000010301fffff 0x0000000000046200 0x0000000000000000...
Linux Kernel commit 152194fe9c3f03232b9c0d0264793a7fa4af82f8 changed struct input_event on 32-bit systems. See also: https://git.adelielinux.org/adelie/packages/-/issues/1210
On some or all 32-bit x86-based machines, CPU detection may return `i686`, which is [derived from](https://github.com/archspec/archspec-json/blob/f0b9e77ecc0d7a1d32a139a7922acde6ca1c099b/cpu/microarchitectures.json#L9) the `x86` family, causing error messages such as: ``` Error: the "target" field in...
**Describe the bug** On 32-bit systems with high thread counts (N\~120), transient instability in the Elixir test suite surfaces. At even higher thread counts (N\~160), fatal errors are reliably reproduced....