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
/
report
/
report_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/report: move from report
Dmitry Vyukov
2017-06-17
1
-1049
/
+0
*
report: add a few report header regexps
Andrey Konovalov
2017-06-12
1
-2
/
+47
*
report: add more oops formats
Dmitry Vyukov
2017-05-29
1
-0
/
+12
*
report: add regexes for rcu detected stall
Andrey Konovalov
2017-04-07
1
-0
/
+48
*
report: more regexps for parsing report header lines
Andrey Konovalov
2017-04-07
1
-0
/
+55
*
report: replace more variable numbers with string constants
Dmitry Vyukov
2017-03-10
1
-2
/
+8
*
report: reformat
Dmitry Vyukov
2017-03-05
1
-2
/
+2
*
report: parse inconsistent lock state
Andrey Konovalov
2017-03-01
1
-0
/
+10
*
report: assorted improvements to report parsing
Dmitry Vyukov
2017-02-15
1
-1
/
+44
*
Merge pull request #130 from xairy/report-fix
Dmitry Vyukov
2017-02-06
1
-0
/
+40
|
\
|
*
report: handle new kind of RIP: line format
Andrey Konovalov
2017-02-05
1
-0
/
+40
*
|
report: limit description length
Dmitry Vyukov
2017-02-06
1
-0
/
+37
|
/
*
report: ignore info message about slow nmi handlers
Dmitry Vyukov
2017-01-24
1
-0
/
+6
*
manager: add ability to ignore bugs
Dmitry Vyukov
2016-12-19
1
-2
/
+49
*
report: whitelist WARNING printed by sshd
Dmitry Vyukov
2016-12-16
1
-0
/
+4
*
report: support new stack trace format without PC values
Dmitry Vyukov
2016-12-16
1
-3
/
+3
*
report: support "spinlock recursion" oops
Dmitry Vyukov
2016-12-07
1
-0
/
+19
*
report: don't print size in KASAN reports
Dmitry Vyukov
2016-11-25
1
-2
/
+7
*
report: fix "suspicious RCU usage" oops extraction
Dmitry Vyukov
2016-11-12
1
-0
/
+24
*
report: add ability to ignore some kernel INFO messages
Dmitry Vyukov
2016-10-16
1
-2
/
+15
*
report: add another report format for hung tasks
Dmitry Vyukov
2016-10-16
1
-0
/
+21
*
report: add more report formats for rcu stalls
Dmitry Vyukov
2016-10-16
1
-7
/
+15
*
report: use non-greedy new line matching
Dmitry Vyukov
2016-10-13
1
-8
/
+40
*
report: support more error messages
Dmitry Vyukov
2016-10-10
1
-0
/
+16
*
report: extract "INFO: suspicious RCU usage" oops
Dmitry Vyukov
2016-09-29
1
-0
/
+8
*
report: always extract the first oops as description
Dmitry Vyukov
2016-09-28
1
-0
/
+10
*
report: support few more formats of error messages
Dmitry Vyukov
2016-09-28
1
-0
/
+9
*
report: strip non-deterministic part from "spinlock lockup" reports
Dmitry Vyukov
2016-09-05
1
-0
/
+4
*
report: fix parsing of WARNING messages
Dmitry Vyukov
2016-09-05
1
-0
/
+4
*
report: strip non-deterministic info from rcu stall messages
Dmitry Vyukov
2016-09-05
1
-1
/
+5
*
report: add a function that symbolizes reports
Dmitry Vyukov
2016-09-01
1
-1
/
+182
*
report: extract better, unique identifiers of oopses
Dmitry Vyukov
2016-08-31
1
-42
/
+283
*
report: add a new package for report parsing and processing
Dmitry Vyukov
2016-08-30
1
-0
/
+97