index
:
syz
actual
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
/
report
/
linux.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
syz-fuzzer: improve kmemleak support
Dmitry Vyukov
2018-01-09
1
-2
/
+6
*
pkg/report: ignore kernel/workqueue.c as guilty file
Dmitry Vyukov
2018-01-08
1
-0
/
+1
*
pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugs
Dmitry Vyukov
2018-01-06
1
-0
/
+2
*
pkg/report: fix __this_cpu_* report header call trace capture
Andrey Konovalov
2017-12-13
1
-3
/
+3
*
pkg/report: add another corruped report format
Dmitry Vyukov
2017-12-12
1
-0
/
+5
*
pkg/report: properly infer kernel location if kcov is not enabled
Dmitry Vyukov
2017-12-12
1
-18
/
+28
*
pkg/report: improve using __this_cpu_add() in preemptible code report
Dmitry Vyukov
2017-12-12
1
-2
/
+2
*
pkg/report: handle syzkaller binaries
Dmitry Vyukov
2017-12-12
1
-2
/
+5
*
pkg/report: clean guilty files
Dmitry Vyukov
2017-12-12
1
-1
/
+2
*
pkg/report: bad unlock balance can be a WARNING
Andrey Konovalov
2017-12-11
1
-0
/
+11
*
pkg/report: detect corrupted old-style KASAN reports
Andrey Konovalov
2017-12-11
1
-0
/
+12
*
pkg/report: better detect corrupted stack traces
Andrey Konovalov
2017-12-11
1
-0
/
+7
*
pkg/report: improve report header extraction
Andrey Konovalov
2017-12-11
1
-4
/
+21
*
pkg/report: fix corrupted call trace detection
Andrey Konovalov
2017-12-08
1
-1
/
+2
*
pkg/report: add arch/*/mm/fault.c to guilty file blacklist
Andrey Konovalov
2017-12-08
1
-0
/
+1
*
pkg/report: fix report extraction
Andrey Konovalov
2017-12-08
1
-68
/
+46
*
pkg/report: add proper oops format for kernel reboot
Dmitry Vyukov
2017-12-05
1
-5
/
+11
*
pkg/report: fix out-of-bounds access
Dmitry Vyukov
2017-12-04
1
-1
/
+1
*
pkg/report: test that Report is never empty
Dmitry Vyukov
2017-12-04
1
-0
/
+4
*
pkg/report: extinguish panics
Dmitry Vyukov
2017-12-04
1
-0
/
+3
*
pkg/report: return raw log in Report.Output
Andrey Konovalov
2017-12-01
1
-1
/
+1
*
pkg/report, pkg/repro: fix report parsing
Andrey Konovalov
2017-12-01
1
-41
/
+44
*
pkg/report: improve task hung report headers
Andrey Konovalov
2017-11-30
1
-4
/
+8
*
pkg/report: improve trying to register non-static key header
Andrey Konovalov
2017-11-30
1
-0
/
+8
*
pkg/report: include Maintainers into report
Dmitry Vyukov
2017-11-29
1
-14
/
+36
*
pkg/report: improve bad unlock balance corruption detection
Andrey Konovalov
2017-11-29
1
-2
/
+3
*
pkg/report: add Output to Report
Dmitry Vyukov
2017-11-29
1
-1
/
+3
*
pkg/report: detect suspicious RCU usage report corruption
Andrey Konovalov
2017-11-29
1
-0
/
+10
*
pkg/report: add sl*b.c to guilty blacklist
Andrey Konovalov
2017-11-29
1
-0
/
+1
*
pkg/report: fix corrupted stack trace detection
Andrey Konovalov
2017-11-28
1
-2
/
+2
*
pkg/report: various corrupted report detection improvements
Andrey Konovalov
2017-11-23
1
-356
/
+254
*
pkg/report: fix corrupted reports detection
Andrey Konovalov
2017-11-22
1
-19
/
+97
*
pkg/report: fix corrupted KASAN reports detection
Andrey Konovalov
2017-11-22
1
-4
/
+5
*
pkg/report: corrupted report detection fixes
Andrey Konovalov
2017-11-22
1
-49
/
+102
*
pkg/report: avoid compiling a bunch of regexps on every crash
Dmitry Vyukov
2017-11-14
1
-88
/
+89
*
pkg/report: pass report as []byte to isCorrupted
Dmitry Vyukov
2017-11-14
1
-21
/
+19
*
pkg/report, pkg/repro, syz-manager: name crash attributes consistently
Dmitry Vyukov
2017-11-14
1
-15
/
+15
*
pkg/report: make isCorrupted linux-specific
Dmitry Vyukov
2017-11-14
1
-2
/
+2
*
pkg/report: combine report data into a struct
Dmitry Vyukov
2017-11-14
1
-19
/
+19
*
pkg/report: add corrupted report detection
Andrey Konovalov
2017-11-13
1
-2
/
+142
*
pkg/report: more linux spinlock oops messages
Dmitry Vyukov
2017-10-22
1
-6
/
+2
*
pkg/report: strip unnecessary info from "workqueue lockup" crashes
Dmitry Vyukov
2017-10-18
1
-2
/
+6
*
pkg/report: support freebsd
Dmitry Vyukov
2017-10-18
1
-42
/
+0
*
pkg/report: support multiple OSes
Dmitry Vyukov
2017-10-18
1
-0
/
+705