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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/report: add format for "workqueue leaked lock or atomic" crashes
Dmitry Vyukov
2018-02-20
3
-0
/
+44
*
pkg/report: improve ODEBUG bug reports
Dmitry Vyukov
2018-02-19
2
-1
/
+93
*
pkg/report: skip mm/util.c in guilty files
Dmitry Vyukov
2018-02-14
3
-4
/
+139
*
pkg/report: improve corrupted report detection
Dmitry Vyukov
2018-02-12
5
-11
/
+699
*
pkg/report: harden more against corrupted reports
Dmitry Vyukov
2018-02-10
2
-0
/
+163
*
pkg/report: better titles for some kmalloc bugs
Dmitry Vyukov
2018-02-10
4
-5
/
+398
*
pkg/report: special-case extraction of guilty file for rcu stalls
Dmitry Vyukov
2018-02-07
3
-18
/
+21
*
pkg/report: improve guilty frame extraction
Dmitry Vyukov
2018-02-07
7
-102
/
+181
*
pkg/report: detect when several reports are intermixed
Dmitry Vyukov
2018-02-07
9
-15
/
+1082
*
pkg/report: fix KASAN report parsing
Dmitry Vyukov
2018-02-06
6
-6
/
+143
*
pkg/report: improve report titles
Dmitry Vyukov
2018-02-06
98
-395
/
+5582
*
pkg/report: add more TODO cases
Dmitry Vyukov
2018-02-01
3
-0
/
+376
*
pkg/report: fix guilty file regexps
Dmitry Vyukov
2018-01-25
2
-2
/
+99
*
pkg/report: add another negative test case
Dmitry Vyukov
2018-01-18
1
-0
/
+117
*
pkg/report: allow up to 15 lines from "Call Trace" to first frame
Dmitry Vyukov
2018-01-18
4
-5
/
+68
*
pkg/report: add another TODO test case
Dmitry Vyukov
2018-01-15
1
-0
/
+162
*
pkg/report: add test where we fail to provide good title
Dmitry Vyukov
2018-01-11
1
-0
/
+90
*
syz-manager: add comment explaining why we don't set corrupted for repros
Dmitry Vyukov
2018-01-10
1
-0
/
+24
*
syz-fuzzer: improve kmemleak support
Dmitry Vyukov
2018-01-09
7
-7
/
+60
*
pkg/report: ignore kernel/workqueue.c as guilty file
Dmitry Vyukov
2018-01-08
2
-2
/
+2
*
pkg/report: add few more test cases where we fail
Dmitry Vyukov
2018-01-08
3
-0
/
+297
*
pkg/report: add tests where we produce bad title
Dmitry Vyukov
2018-01-06
3
-0
/
+245
*
pkg/report: add few tests where we mis-detect title/guilty file
Dmitry Vyukov
2018-01-06
4
-0
/
+439
*
pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugs
Dmitry Vyukov
2018-01-06
2
-0
/
+4
*
pkg/report: add more cases where we fail to parse reports
Dmitry Vyukov
2017-12-27
4
-0
/
+354
*
pkg/report: add test where we fail to detect guilty function
Dmitry Vyukov
2017-12-19
1
-0
/
+58
*
pkg/report: add test where we fail to detect corrupted report
Dmitry Vyukov
2017-12-19
1
-0
/
+14
*
pkg/report: add test for a bug in report parsing
Dmitry Vyukov
2017-12-18
1
-0
/
+42
*
pkg/report: add another test
Dmitry Vyukov
2017-12-17
1
-0
/
+17
*
pkg/report: fix __this_cpu_* report header call trace capture
Andrey Konovalov
2017-12-13
3
-4
/
+34
*
pkg/report: add another corruped report format
Dmitry Vyukov
2017-12-12
2
-0
/
+87
*
pkg/report: add another guilty file test
Dmitry Vyukov
2017-12-12
1
-0
/
+30
*
pkg/report: properly infer kernel location if kcov is not enabled
Dmitry Vyukov
2017-12-12
1
-18
/
+28
*
pkg/report: add few more corrupted reports
Dmitry Vyukov
2017-12-12
2
-0
/
+127
*
pkg/report: improve using __this_cpu_add() in preemptible code report
Dmitry Vyukov
2017-12-12
3
-5
/
+20
*
pkg/report: handle syzkaller binaries
Dmitry Vyukov
2017-12-12
2
-2
/
+53
*
pkg/report: clean guilty files
Dmitry Vyukov
2017-12-12
2
-2
/
+3
*
pkg/report: merge TestLinuxParseLog into TestParse
Dmitry Vyukov
2017-12-12
6
-158
/
+156
*
pkg/report: move guilty file test data to testdir/
Dmitry Vyukov
2017-12-12
27
-887
/
+903
*
pkg/report: move test data to testdir/
Dmitry Vyukov
2017-12-12
138
-2697
/
+2691
*
pkg/report: bad unlock balance can be a WARNING
Andrey Konovalov
2017-12-11
2
-0
/
+54
*
pkg/report: detect corrupted old-style KASAN reports
Andrey Konovalov
2017-12-11
2
-0
/
+88
*
pkg/report: better detect corrupted stack traces
Andrey Konovalov
2017-12-11
2
-0
/
+47
*
pkg/report: improve report header extraction
Andrey Konovalov
2017-12-11
2
-53
/
+233
*
pkg/report: fix corrupted call trace detection
Andrey Konovalov
2017-12-08
2
-1
/
+52
*
pkg/report: add arch/*/mm/fault.c to guilty file blacklist
Andrey Konovalov
2017-12-08
2
-0
/
+37
*
pkg/report: fix report extraction
Andrey Konovalov
2017-12-08
4
-129
/
+147
*
pkg/report: add proper oops format for kernel reboot
Dmitry Vyukov
2017-12-05
2
-27
/
+49
*
pkg/report: add log parsing test
Andrey Konovalov
2017-12-05
1
-0
/
+155
*
pkg/report: add fuzz test
Dmitry Vyukov
2017-12-04
1
-0
/
+36
[prev]
[next]