On Fri, 17 Jun 2022 at 11:35, funkii <
juda...@gmail.com> wrote:
>
> Thanks for your answer!
> I think my problem was i didn't leave syzkaller running long enough, that was by bad.
> The no output / lost connection crashes take nearly 10-15 minutes to appear in my setup. Is there a way to change the timeout limit?
> I already looked in the documentation for the config file but didn't manage to find anything.
This is not configurable. The target/vm must provide correct numbers.
numbers then. Start from these locations:
> Dmitry Vyukov schrieb am Montag, 13. Juni 2022 um 13:16:18 UTC+2:
>>
>> On Mon, 13 Jun 2022 at 13:12, funkii <
juda...@gmail.com> wrote:
>> >
>> > Hi everyone,
>> > I'm currently trying to fuzz the secure monitor of Keystone Enclave(
https://github.com/keystone-enclave), a TEE framework. I already fuzzed the kernel module of Keystone with success. The interface between userspace and Hypervisor is a kernel module, which i configured to just call one Hypervisor function which 100% leads to a nullpointer dereference for testing purposes. After the crash log of the Hypervisor the system freezes. Syzkaller is configured to fuzz the ioctl's of the kernel module.
>> >
>> > My problem is now, Syzkaller doesn't recognize the crashes of the Hypervisor. I think the problem is, the Hypervisor crash messages are not sent through the "normal" linux channels like stdout, but directly to the console or that the linux kernel itself doesnt crash.
>> >
>> > Shouldn't syzkaller detect if the machine hangs completely? Or is there a config option which i missed, e.g. to recognize hangs as crashes?
>> >
>> > I'd appreciate any help.
>>
>> Yes, syzkaller has 2 special crash types:
>> "no output from test machine"
>> and "lost connection to test machine"
>>
>> that are created even if nothing particular appears on the console.
>> So it should not be possible that the machine crashes and stops
>> fuzzing, but the syz-manager does not notice it.
>> Don't you see one of these crash types being detected?
>
> You received this message because you are subscribed to the Google Groups "syzkaller" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to