Dmitry Vyukov

Results 417 comments of Dmitry Vyukov

Cannot reproduce with the gcc used by bisection as well. But perhaps it was fixed already. That bisection happened 2 years ago...

fou is added in https://github.com/google/syzkaller/commit/7c62f718046a2204a35cfe8850f9006b686b1c22

IPVS is added in https://github.com/google/syzkaller/commit/0ca7878bc33e9f95369c609dd1eb56a6405479cc

@JiahengHu here are relevant commits just in case: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=278a5fbaed89dacd04e9d052f4594ffd0e0585de https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=349057e6f9c71264a54503e2ed6c0627e8369dab

No updates and no ETA. We just need 1 binary, but getting it will involve recreating whole syzbot infrastructure from scratch manually, other things will probably break in process and...

I am working on this. `-O encrypt` and `-E encoding=utf8` are incompatible, so we need to choose one for the root disk: ``` $ mkfs.ext4 -O 64bit,ext_attr,encrypt,verity,extents,huge_file,flex_bg,dir_nlink,sparse_super,resize_inode,has_journal -E encoding=utf8 disk.raw...

Another issue with encrypt/verity surfaced: older kernels don't support these features, this breaks bisection.

I don't think anybody from core developers has Windows access now. Re source files check out how other OSes are build, I think it's just executor\executor.cc now. If you figure...

Hi @sephalon, > 1. [Allow `LDFLAGS` to be set from the environment](https://github.com/nokia/syzkaller/commit/b97ea81afe4076c24aa41a47c4eef3cf79e20580). See [efd9a70](https://github.com/google/syzkaller/commit/efd9a70bcb71d237ac8557ea08b003d283246e08) for a related patch regarding `GOHOSTFLAGS` and `GOTARGETFLAGS`. This part looks reasonable. But what flags do...