I've recently started working with syzkaller, and I've completed the basic tutorials. Now, I want to replicate an experiment from a research paper that used syzkaller to test several drivers, including tty, drm, sequencer, midi, vivid, and floppy. I believe I should use 'enable_syscalls' to target specific drivers, but I've encountered an issue. I'm getting the error in the screenshot when testing floppy.
I use the syzlang description file provided by syzkaller, and the error appears to indicate that the '/dev/fd#' file is not being opened. it might require some configuration related to my Linux kernel?
Looking forward to your answers, thank you.