aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/features_linux_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/host: use unix.Utsname instead of syscall.UtsnameDmitry Vyukov2021-02-081-0/+23
syscall.Utsname is hard to use portably, see: https://github.com/google/syzkaller/pull/2418#issuecomment-774858512 Switch to unix.Utsname which does not have this problem.