Dmitry Vyukov
Dmitry Vyukov
@jiangenj do you have examples of where this can applied in upstream kernel? Ideally we need to have at least few of them. Otherwise this feature will end up unused...
> can we limit glob level from 15 to smaller one like 7? 7 is better now but still seeing the same issue. I've left this comment in the code:...
> why do we scan for /sys, are there so many nodes need to be added into auto.txt.info? We don't know ahead of time which ones we will need. It...
Thinking what's the best way to deal with this... We could increase output buffer size, or request files more incrementally somehow (paging requests :)), or send response more incrementally. If...
I would consider moving filtering of unneeded files into executor as the first option. How many files do you have under these dirs: /sys/fs/selinux/class/ /sys/kernel/tracing/events/ /sys/kernel/slab/ ? Which are the...
> std::string Objects (inline in vector) We don't write std::string objects to the buffer. The buffer contains just 0-terminated string data one after another.
FWIW in my case I need the error to be bubbled all way up. Complex tools can fail, these errors have nothing to do with the end task and prompt...
> I doubt anyone would ever click on the line in the coverage file to find out what exact fs image was mounted to reach it. All programs can be...
@zsm-oss @R3x
> Could tell me how to test whether the images are getting properly build? If you mean just based on the descriptions, then I afraid proper images won't be built....