Home
last modified time | relevance | path

Searched refs:akaros (Results 1 – 13 of 13) sorted by relevance

/external/syzkaller/pkg/vcs/
Dakaros.go12 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/
DREADME.md3 [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_…
Dfound_bugs.md5 * [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/
Dakaros.go18 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/
Dakaros.go13 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
Dextract.go58 "akaros": new(akaros),
/external/syzkaller/pkg/build/
Dakaros.go17 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
Dbuild.go72 return akaros{}, nil
/external/syzkaller/docs/
Dfound_bugs.md5 [Akaros kernel bugs](akaros/found_bugs.md)
Dsetup.md4 For other OS kernels check: [Akaros](/docs/akaros/README.md), [FreeBSD](/docs/freebsd.md), [Fuchsia…
/external/syzkaller/
DMETADATA4 "fuzzing has the most support, akaros, freebsd, fuchsia, netbsd, windows "
DREADME.md5 …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/
Dinit.go4 package akaros package