| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools/syz-kconf: detect -rcN tags | Dmitry Vyukov | 2020-10-29 | 1 | -1/+1 |
| | | | | | | | We currently detect v5.10-rc1 as v5.9 because we ignore -rc tags. This makes it impossible to enable configs that were already added for v5.10. Treat v5.10-rc1 as v5.10 already. | ||||
| * | pkg/vcs: add repo OptPrecious and OptDontSandbox options | Dmitry Vyukov | 2020-10-21 | 1 | -2/+2 |
| | | | | | | | | | | | The pkg/vcs code assumed that we fully manage the repo within an autonomous program. In particular it tried to repair any errors by dropping and re-creating the repo. This does not work well for command-line tools that work with a user-provided repo. Add OptPrecious for such uses. Update #2171 | ||||
| * | pkg/vcs: add ReleaseTag | Dmitry Vyukov | 2020-10-21 | 1 | -1/+1 |
| | | | | | | | | Add ReleaseTag method that returns last release tag for the given commit. Update #2171 | ||||
| * | all: fix dup types in func args | Dmitry Vyukov | 2020-07-04 | 1 | -1/+1 |
| | | |||||
| * | tools: add script that checks copyright headers | Dmitry Vyukov | 2020-02-18 | 1 | -0/+3 |
| | | | | | Fixes #1604 | ||||
| * | pkg/vcs: Unset various git environment variables when invoking git | Andrew Donnellan | 2019-12-12 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | If you try to run git-using tests while the GIT_DIR environment variable (and GIT_WORK_TREE, etc) happens to be set, the tests are going to do fun and exciting things on a repository that isn't the test repository it tries to set up. As it turns out, if you try to run "make test" using git rebase -x, you'll end up with GIT_DIR set to the syzkaller tree. Hilarity ensues. Unset GIT_DIR, GIT_WORK_TREE and a few other environment variables when invoking git - that way it'll default to looking at the working directory that we have given it, which is what we expect. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> | ||||
| * | pkg/bisect: add test for #1527 | Dmitry Vyukov | 2019-12-10 | 1 | -0/+123 |
| Update #1527 | |||||
