5d418e7bd9
Motivation: When we try to parse the kernel version we need to be careful what to expect. Especially when a custom kernel is used we may get extra chars in the version numbers. For example I had this one fail because of my custom kernel that I built for io_uring: 5.8.7ioring-fixes+ Modifications: - Try to be a bit more lenient when parsing - If we cant parse the kernel version just use 0.0.0 Result: Tests are more robust
Native transport for Linux
See our wiki page.