index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/vcs: ensure config transformation in predicates
Aleksandr Nogikh
2023-07-26
1
-2
/
+8
*
pkg/report: gather Go runtime bugs under one bug
Florent Revest
2023-07-26
13
-12
/
+53
*
executor/android: updated x86 seccomp policy
Liz Prucka
2023-07-25
1
-495
/
+478
*
all: use errors.As instead of .(type)
Taras Madan
2023-07-24
8
-43
/
+66
*
all: use special placeholder for errors
Taras Madan
2023-07-24
53
-181
/
+181
*
tools/create-gce-image: add rootwait command line option for ppc64le
Andrew Donnellan
2023-07-24
1
-1
/
+1
*
tools/create-gce-image.sh: don't use a fixed root device path on ppc64le
Andrew Donnellan
2023-07-24
1
-1
/
+1
*
tools/create-gce-image.sh: use DOS MBR instead of GPT for ppc64le images
Andrew Donnellan
2023-07-24
1
-3
/
+3
*
pkg/vcs: remove the check for the guilty commit
Aleksandr Nogikh
2023-07-21
1
-16
/
+4
*
pkg/repro: tolerate two consequential run errors
Aleksandr Nogikh
2023-07-20
2
-4
/
+10
*
syz-ci: specify per-manager bisection backports
Aleksandr Nogikh
2023-07-20
4
-3
/
+11
*
pkg/vcs: apply more backports to Linux
Aleksandr Nogikh
2023-07-20
2
-16
/
+74
*
executor: fix loop condition in lookup_endpoint
Andrey Konovalov
2023-07-18
1
-1
/
+1
*
pkg/bisect: estimate confidence in the result
Aleksandr Nogikh
2023-07-14
2
-15
/
+91
*
pkg/build: don't coverage-instrument gVisor sync package in race builds
Jamie Liu
2023-07-14
1
-0
/
+1
*
pkg/symbolizer: skip the elf.SHF_WRITE check
Aleksandr Nogikh
2023-07-13
1
-1
/
+2
*
all: remove mentions of big-env
Aleksandr Nogikh
2023-07-12
1
-2
/
+2
*
pkg/report: request VMs outside of createInstances()
Aleksandr Nogikh
2023-07-12
1
-26
/
+28
*
pkg/report: update decompile tests
Aleksandr Nogikh
2023-07-11
2
-3
/
+3
*
pkg/cover, syz-manager: support coverage filtering with modules
Liz Prucka
2023-07-10
2
-0
/
+69
*
pkg/vcs: properly disable lockdep
Aleksandr Nogikh
2023-07-10
2
-6
/
+10
*
pkg/bisect: keep KCOV enabled for newer Linux versions
Aleksandr Nogikh
2023-07-10
1
-1
/
+4
*
pkg/instance: don't fail on symbolization error
Aleksandr Nogikh
2023-07-10
1
-1
/
+1
*
pkg/kconfig: rewrite Minimize()
Aleksandr Nogikh
2023-07-07
4
-67
/
+89
*
pkg/repro: use the generic minimization algorithm
Aleksandr Nogikh
2023-07-07
2
-109
/
+25
*
pkg/bisect: add a generic slice minimization algorithm
Aleksandr Nogikh
2023-07-07
2
-0
/
+343
*
pkg/bisect: fix SYZFATAL bisections
Aleksandr Nogikh
2023-07-07
2
-4
/
+17
*
pkg/report: ignore transient crashes
Aleksandr Nogikh
2023-07-06
2
-7
/
+46
*
pkg/report: introduce crash.SyzFailure report type
Aleksandr Nogikh
2023-07-06
5
-2
/
+6
*
pkg/report: use common report parsing rules for FreeBSD
Aleksandr Nogikh
2023-07-06
1
-39
/
+1
*
pkg/bisect: try to drop instrumentation
Aleksandr Nogikh
2023-07-05
4
-27
/
+114
*
pkg/kconfig: make Clone() public
Aleksandr Nogikh
2023-07-05
2
-3
/
+3
*
pkg/bisect: remember the most frequent report types
Aleksandr Nogikh
2023-07-05
2
-3
/
+160
*
pkg/vcs: disable Linux kernel configs based on crash.Type
Aleksandr Nogikh
2023-07-05
2
-1
/
+146
*
pkg/report/crash: explicitly print UNKNOWN for UnknownType
Aleksandr Nogikh
2023-07-05
1
-0
/
+7
*
pkg/report: move report.Type to pkg/report/crash
Aleksandr Nogikh
2023-07-05
13
-131
/
+150
*
pkg/report: extract more report types for Linux
Aleksandr Nogikh
2023-07-05
314
-124
/
+498
*
pkg/report: refactor Type
Aleksandr Nogikh
2023-07-05
1
-20
/
+7
*
pkg/vcs: move linuxAlterConfigs() to separate file
Aleksandr Nogikh
2023-07-05
2
-82
/
+91
*
pkg/report: skip more lib/xarray.h and mm/filemap.c functions
Aleksandr Nogikh
2023-07-04
2
-0
/
+228
*
pkg/host: export ParseModulesText
Joey Jiao
2023-07-04
2
-1
/
+14
*
all: pass cfg to MakeReportGenerator
Joey Jiao
2023-07-04
2
-7
/
+17
*
pkg/report: whack-a-mole folio-related functions
Alexander Potapenko
2023-07-04
6
-0
/
+308
*
build/cuttlefish: build from config file
Liz Prucka
2023-06-29
1
-2
/
+42
*
pkg/bisect: change verdict calculation rules
Aleksandr Nogikh
2023-06-29
2
-20
/
+150
*
pkg/bisect: support bisections on other trees
Aleksandr Nogikh
2023-06-29
2
-13
/
+65
*
pkg/cover/backend: check absolute path when cleaning path
Necip Fazil Yildiran
2023-06-28
1
-4
/
+5
*
pkg/mgrconfig: update ModuleObj documentation
Liz Prucka
2023-06-26
1
-2
/
+1
*
executor: include missing linux/falloc.h
Khem Raj
2023-06-20
1
-0
/
+1
*
pkg/vcs: force git branch checkout
Liz Prucka
2023-06-15
1
-3
/
+9
[next]