Dmitry Vyukov
Dmitry Vyukov
Generation of this config fails for me: ``` $ syz-env make configs SOURCEDIR=/src/linux ... android-5.15 failed: /syzkaller/kernel/Kconfig:35:41: open /syzkaller/kernel/$(KCONFIG_EXT_PREFIX)Kconfig.ext: no such file or directory source "$(KCONFIG_EXT_PREFIX)Kconfig.ext" ``` And I see...
First overall impression is that this is over-tailored for images; dealing with mounted images in the prog package feels awkward, it's supposed to more abstract; lots of code is in...
I think it would be good if all code in prog and manager (and dashboard) is not specific to "mounted images", but rather expressed in terms of generic "binary artifacts"...
> ci/aux is failing because the format of "Merge branch 'master' into update-sys-fuchsia-readme" doesn't fit the standard, but I don't see a way to fix that. Any clues? We keep...
From Eric Dumazet: ``` Part of the cost comes from inet_twsk_purge(), scanning half million slot TCP ehash table. I attempted to get rid of it this back in January, but...
Maybe there is some combination of function attributes that we could add to pseudo syscalls that would prevent the constant propagation warnings. E.g. `__attribute__((noinline, noclone))`? https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#Common-Function-Attributes There is a concern...
FWIW I would very much want this feature as well. I actually see this as the main thing I would like to get from a markdown formatter.
Doing more tests: Initially RSI is always 0xabababababababab When RDX = 0, RSI = 0xabababababababab, ZF is set When RDX = 1, RSI = 0, ZF is not set When...
I think the main repo is still in svn: https://llvm.org/docs/Contributing.html#how-to-submit-a-patch https://llvm.org/docs/Phabricator.html A shorter version is to upload the change to Phabricator: https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface and then somebody will merge after a review.
@fuzzah Are there feature requests filed for these things for the standard Go fuzzing? It makes sense to do so. Whether we officially mark go-fuzz as deprecated or not does...