Yu Hao

Results 8 comments of Yu Hao

> Are these different structures? Or the same struct reached from both svm_init and vmx_init? If it's the same struct then it's definitely better to keep just one of them....

make two changes: 1. use prefix + path of source code as the file name of generated syscall description 2. use hash to avoid the repeat names of structures or...

> Btw, the tool compiles the kernel and thus the generated descriptions depend on the kernel config used, right? Yes, the results depend on the kernel config used. Currently we...

I created a new repo that includes the results generated by syzdescribe (https://github.com/ZHYfeng/Syscall_Description_by_SyzDescribe). There are some performance issues for the whole kernel of allyesconfig and I am trying to solve...

I am still working on the performance issues for allyesconfig and also trying to solve the issues you mentioned. But for the suitable description files, there are some in below,...

In fact, this issue appears after the recent code which try to use some hash to avoid repeat name in syscall descriptions. I am working on it, and I will...

Some update based on your comments: - Fix the bugs of missing ioctl and type info in this version. - Also add comments about whether there are ioctl handler in...

make a lot of minor format updates, now the results of allyesconfig can pass the `make generate` in syzkaller, for example: - annotate unused resources - add `opt` key word...