/external/syzkaller/pkg/vcs/ |
D | akaros.go | 12 type akaros struct { struct 17 func newAkaros(vm, dir string) *akaros { 18 return &akaros{ 24 func (ctx *akaros) Poll(repo, branch string) (*Commit, error) { argument 31 func (ctx *akaros) CheckoutBranch(repo, branch string) (*Commit, error) { argument 35 func (ctx *akaros) CheckoutCommit(repo, commit string) (*Commit, error) { argument 39 func (ctx *akaros) SwitchCommit(commit string) (*Commit, error) { argument 43 func (ctx *akaros) HeadCommit() (*Commit, error) { argument 47 func (ctx *akaros) ListRecentCommits(baseCommit string) ([]string, error) { argument 51 func (ctx *akaros) ExtractFixTagsFromCommits(baseCommit, email string) ([]FixCommit, error) { argument [all …]
|
/external/syzkaller/docs/akaros/ |
D | README.md | 3 [Akaros](http://akaros.cs.berkeley.edu/) support is *incomplete*. 5 See [Akaros getting started](https://github.com/brho/akaros/blob/master/GETTING_STARTED.md) 9 [1.3 port](https://github.com/akaros/go-akaros)). Full Go support is planned 15 make TARGETOS=akaros SOURCEDIR=/akaros/checkout executor 17 bin/linux_amd64/syz-stress -os=akaros -ipc=pipe -procs=8 -executor "/usr/bin/ssh -p 5555 -i akaros_…
|
D | found_bugs.md | 5 * [page fault in pipewrite](https://github.com/brho/akaros/issues/46) 6 * [kernel panic in generic_file_write](https://github.com/brho/akaros/issues/44) 7 …ailed: page && pm_slot_check_refcnt(*page->pg_tree_slot)](https://github.com/brho/akaros/issues/42)
|
/external/syzkaller/pkg/report/ |
D | akaros.go | 18 type akaros struct { struct 24 ctx := &akaros{ 31 func (ctx *akaros) ContainsCrash(output []byte) bool { argument 35 func (ctx *akaros) Parse(output []byte) *Report { argument 44 func (ctx *akaros) Symbolize(rep *Report) error { argument 59 func (ctx *akaros) symbolizeLine(symbFunc func(bin string, pc uint64) ([]symbolizer.Frame, error), argument 93 func (ctx *akaros) minimizeReport(report []byte) []byte { argument
|
/external/syzkaller/sys/syz-extract/ |
D | akaros.go | 13 type akaros struct{} struct 15 func (*akaros) prepare(sourcedir string, build bool, arches []string) error { argument 22 func (*akaros) prepareArch(arch *Arch) error { argument 26 func (*akaros) processFile(arch *Arch, info *compiler.ConstInfo) (map[string]uint64, map[string]boo… argument
|
D | extract.go | 58 "akaros": new(akaros),
|
/external/syzkaller/pkg/build/ |
D | akaros.go | 17 type akaros struct{} struct 19 func (ctx akaros) build(targetArch, vmType, kernelDir, outputDir, compiler, userspaceDir, argument 103 func (ctx akaros) clean(kernelDir string) error { argument 108 func (ctx akaros) make(kernelDir, runDir string, args ...string) error { argument 113 func (ctx akaros) cmd(kernelDir, runDir string, bin string, args ...string) error { argument
|
D | build.go | 72 return akaros{}, nil
|
/external/syzkaller/docs/ |
D | found_bugs.md | 5 [Akaros kernel bugs](akaros/found_bugs.md)
|
D | setup.md | 4 For other OS kernels check: [Akaros](/docs/akaros/README.md), [FreeBSD](/docs/freebsd.md), [Fuchsia…
|
/external/syzkaller/ |
D | METADATA | 4 "fuzzing has the most support, akaros, freebsd, fuchsia, netbsd, windows "
|
D | README.md | 5 …rage-guided kernel fuzzer. `Linux` kernel fuzzing has the most support, `akaros`, `freebsd`, `fuch… 16 For other OS kernels check: [Akaros](docs/akaros/README.md), [FreeBSD](docs/freebsd.md), [Fuchsia](…
|
/external/syzkaller/sys/akaros/ |
D | init.go | 4 package akaros package
|