sys/linux/test: add amd64-syz_kvm_setup_syzos_vm-hlt

The new test validates that KVM exits with KVM_EXIT_HLT when
encountering the x86 HLT instruction.
1 file changed
tree: f5ddae1bd763e3ccc8edf23eb8d9047c27e95c7f
  1. .github/
  2. dashboard/
  3. docs/
  4. executor/
  5. pkg/
  6. prog/
  7. sys/
  8. syz-ci/
  9. syz-cluster/
  10. syz-hub/
  11. syz-manager/
  12. syz-verifier/
  13. tools/
  14. vm/
  15. .clang-format
  16. .gitattributes
  17. .gitignore
  18. .golangci.yml
  19. .mockery.yaml
  20. AUTHORS
  21. CODE_OF_CONDUCT.md
  22. CONTRIBUTORS
  23. go.mod
  24. go.sum
  25. LICENSE
  26. Makefile
  27. README.md
README.md

syzkaller - kernel fuzzer

CI Status OSS-Fuzz Go Report Card Coverage Status GoDoc License

syzkaller ([siːzˈkɔːlə]) is an unsupervised coverage-guided kernel fuzzer.
Supported OSes: FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, Windows.

Mailing list: syzkaller@googlegroups.com (join on web or by email).

Found bugs: Darwin/XNU, FreeBSD, Linux, NetBSD, OpenBSD, Windows.

Documentation

Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well. Most of the documentation at this moment is related to the Linux kernel. For other OS kernels check: Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Starnix, Windows, gVisor. Akaros,

Disclaimer

This is not an official Google product.