trinity
trinity copied to clipboard
Linux system call fuzzer
I met this under mips64 debian. cmd: su - trinity -c "/home/trinity/trinity-master/trinity -N 1000000" uname -a: Linux version 4.19.0-loongson-3-server #1187 SMP PREEMPT Wed Mar 25 22:36:49 CST 2020 mips64 GNU/Linux...
They were dropped in upstream in commit https://github.com/torvalds/linux/commit/a5d3df8ae13f (KVM: remove deprecated UAPIs).
Linux 6.9 cleaned up some of the struct definitions for architecture-specific KVM ioctls, moving them to the headers for that architecture in asm/. However, the result is that ioctls are...
1. Add Loongarch support for trinity. 2. Fix some errors which may cause SEGV. 3. This code has been tested in 6.6 version kernel.