1 2 3 4 5
#!/bin/sh # Build the userspace harness for DF-1128. # The bug is in radeon.ko / amdgpu.ko (not loaded on this guest -- no AMD GPU), # so we build a userspace logic harness that demonstrates the primitive. cc -O2 -Wall -o harness harness.c