diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-16 21:50:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 21:50:10 +0000 |
commit | c51f63a5f83a742b7b19870ccaa5a508dfe3367b (patch) | |
tree | 5692283a0a12b11d4ddb032afa6dc3755e116be8 /src/sys/socket/sockopt.rs | |
parent | 07f8d12c6e8976989ac3fc96723893382483a820 (diff) | |
parent | 853603a54eb8fb88c41277436495aee7998d2423 (diff) | |
download | nix-c51f63a5f83a742b7b19870ccaa5a508dfe3367b.zip |
Merge #1316
1316: update require_kernel_version string to handle "_" in version string r=asomers a=ritzk
test code breaks on fc333
```
$ cargo test
failures:
---- sys::test_socket::recvfrom::udp_offload::gro stdout ----
thread 'sys::test_socket::recvfrom::udp_offload::gro' panicked at 'called `Result::unwrap()` on an `Err` value: ParseError("Extra junk after valid version: _64")', test/sys/test_socket.rs:292:13
```
this is due underscore in release string( arch/x86_64), which is not supported by semver.
```
$ uname -r
5.8.14-300.fc33.x86_64
```
Co-authored-by: Ritesh Khadgaray <khadgaray@gmail.com>
Diffstat (limited to 'src/sys/socket/sockopt.rs')
0 files changed, 0 insertions, 0 deletions