aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_incfs.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-3/+8
| | | | | | | | | | | | | | | | | | | | | We have a bunch of hacks in syz-extract, syz-sysgen and syz-check with respect to description files unsupported on some arches, or that must not be part of make extract. Add 2 meta attribtues to files: meta noextract Tells `make extract` to not extract constants for this file. Though, `syz-extract` can still be invoked manually on this file. meta arches["arch1", "arch2"] Restricts this file only to the given set of architectures. `make extract` and ``make generate` will not use it on other architectures. Later we can potentially use meta attributes to specify git tree/commit that must be used for extraction. Maybe something else. Fixes #2754
* sys/linux: add incremental-fsDmitry Vyukov2020-12-101-0/+120