aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kernel
Commit message (Collapse)AuthorAgeFilesLines
* pkg/kernel: skip test if gcc is not in PATHDmitry Vyukov2017-06-141-1/+6
| | | | | gcc is not necessary available everywhere. Skip the test instead of failing it.
* syz-dash: move patch parsing to pkg/kernelDmitry Vyukov2017-06-142-0/+375
| | | | | Patch parsing is not dashboard-specific and can be reused by other programs.
* pkg/kernel: add CompilerIdentity functionDmitry Vyukov2017-06-032-0/+37
|
* pkg/kernel: add new packageDmitry Vyukov2017-06-032-0/+158
Move functionality to build kernel/image from syz-gce to a separate package.