Hi Dmitry,
Wrote a small syzkaller descriptions file to fuzz my own module.
When running
make TARGETARCH=arm64
this error occurs:
sys/targets/targets.go:516:11: undefined: strings.ReplaceAll
Makefile:39: *** syz-make failed. Stop.
Host: ubuntu x64
Targeting: 4.19.x arm64 kernel module
Digging the sources, seems like I'm missing compiling related arguments.
What is the symptom of this problem?