DF-1987 / run.sh
#!/bin/sh # DF-1987 run: invoke the trigger. On a guest with a pre-SI radeon GPU and # an accessible /dev/dri/card0, this issues DRM_IOCTL_RADEON_CS with an # oversized IB chunk and is expected to panic the kernel. On the audit # guest (no radeon GPU) it exits with "No such file" -- that is expected. cd "$(dirname "$0")" ./sa_panic "$@" |