| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux/fs_fuse.txt: define FUSE request id as a resource | Stefano Duo | 2020-08-14 | 1 | -4/+4 |
| | | | | | | | | | | | Currently fuse_in.unique and fuse_out.unique are not linked by any dependency chain. This causes the majority of the replies to the kernel to be dropped because not referring to a previously sent request. By defining them as a resource, we push the fuzzer in the right direction (i.e., try to respond using a previously issued unique value). The read syscall has been updated accordingly, it now expects and parses a fuse_in header and some additional data. | ||||
| * | sys/linux: switch to the new .const format | Dmitry Vyukov | 2020-08-13 | 1 | -0/+20 |
| This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 | |||||
