Changed paths:
M sys/linux/dev_kvm.txt
M sys/linux/dev_kvm_amd64.txt
Log Message:
-----------
sys/linux: apply no_squash to certain KVM ioctls
For the following KVM ioctls:
- KVM_SET_GSI_ROUTING
- KVM_SET_SIGNAL_MASK
- KVM_SET_MSRS
- KVM_SET_CPUID
- KVM_SET_CPUID2
syzkaller is generating squashed blobs, which are less likely to provoke
any interesting behaviors.
Apply the no_squash attribute to these ioctls to have better understanding
of these ioctls' inputs.