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
...
*
pkg/report: ignore more str* functions
Dmitry Vyukov
2018-09-24
1
-0
/
+2
*
pkg/report: improve KMSAN report parsing
Dmitry Vyukov
2018-09-13
1
-2
/
+12
*
pkg/report: improve rcu stall/lockup reports
Dmitry Vyukov
2018-09-10
1
-12
/
+100
*
pkg/report: ignore mm/memory.c as guilty file
Dmitry Vyukov
2018-08-29
1
-0
/
+1
*
pkg/report: ignore android art debug output
Dmitry Vyukov
2018-08-25
1
-0
/
+2
*
pkg/report: ignore another mutex lock guts function
Dmitry Vyukov
2018-08-13
1
-0
/
+1
*
pkg/report: skip more spinlock frames
Dmitry Vyukov
2018-08-04
1
-1
/
+3
*
gometalinter: strengthen gocyclo limit
Dmitry Vyukov
2018-08-02
1
-0
/
+2
*
pkg/report: refactor linux report parsing
Dmitry Vyukov
2018-07-31
1
-44
/
+54
*
.gometalinter.json: enable gofmt
Dmitry Vyukov
2018-07-31
1
-14
/
+14
*
pkg/report: improve akaros reporter and implement symbolization
Dmitry Vyukov
2018-07-16
1
-7
/
+2
*
pkg/report: fix kmalloc bug in krealloc
Dmitry Vyukov
2018-07-16
1
-2
/
+2
*
pkg/report: add "lock held when returning to user space" format for older ker...
Dmitry Vyukov
2018-07-13
1
-1
/
+6
*
pkg/report: add report format for "lock held when returning to user space"
Dmitry Vyukov
2018-07-12
1
-0
/
+7
*
pkg/report: allow to specify suppressions per OS
Dmitry Vyukov
2018-06-22
1
-9
/
+23
*
pkg/report: move title sanitization from linux to common code
Dmitry Vyukov
2018-06-22
1
-23
/
+0
*
pkg/report: add another format for null RIP
Dmitry Vyukov
2018-06-08
1
-1
/
+1
*
pkg/report: ignore down functions for task hung bugs
Dmitry Vyukov
2018-06-07
1
-1
/
+1
*
pkg/report: more "NMI handler took too long" ignores
Dmitry Vyukov
2018-06-06
1
-2
/
+2
*
pkg/report: ignore INFO messages about long interrupts
Dmitry Vyukov
2018-06-04
1
-0
/
+1
*
pkg/report: reformat code
Dmitry Vyukov
2018-04-29
1
-1
/
+1
*
sys/linux: extend namespace desciptions
Dmitry Vyukov
2018-04-27
1
-1
/
+1
*
pkg/report: fix remaining lockdep report formats
Dmitry Vyukov
2018-04-27
1
-4
/
+4
*
pkg/report: few report parsing fixes for linux
Dmitry Vyukov
2018-04-26
1
-2
/
+2
*
pkg/report: sanitize titles better
Dmitry Vyukov
2018-04-24
1
-0
/
+10
*
pkg/report: more corrupted report detection
Dmitry Vyukov
2018-04-24
1
-2
/
+2
*
pkg/report: coarsen "unregister_netdevice" title
Dmitry Vyukov
2018-04-19
1
-2
/
+2
*
pkg/report: reformat code
Dmitry Vyukov
2018-04-18
1
-1
/
+1
*
pkg/report: ignore pkg/host debug output
Dmitry Vyukov
2018-04-16
1
-0
/
+4
*
pkg/report: filter out more corrupted reports due to fault injection
Dmitry Vyukov
2018-04-16
1
-0
/
+1
*
pkg/report: detect hangs in unregister_netdevice
Dmitry Vyukov
2018-04-13
1
-10
/
+23
*
pkg/report: improve corrupted report detection
Dmitry Vyukov
2018-04-09
1
-0
/
+4
*
pkg/report: strip "panic_on_warn set" more aggressively
Dmitry Vyukov
2018-04-07
1
-1
/
+1
*
pkg/report: don't blame kcov
Dmitry Vyukov
2018-04-06
1
-0
/
+1
*
pkg/report: skip list functions during function extraction
Dmitry Vyukov
2018-04-01
1
-0
/
+5
*
pkg/report: detect corrupted task hung reports
Dmitry Vyukov
2018-04-01
1
-0
/
+6
*
pkg/report: add few KMSAN report examples
Dmitry Vyukov
2018-03-26
1
-0
/
+4
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-7
/
+3
*
pkg/report: fix crash during output parsing
Dmitry Vyukov
2018-03-08
1
-2
/
+6
*
pkg/report: improve invalid-free format and ignore more mutex-related functions
Dmitry Vyukov
2018-03-07
1
-0
/
+3
*
pkg/report: improve KASAN report parsing
Dmitry Vyukov
2018-03-06
1
-7
/
+17
*
pkg/report: add format for "workqueue leaked lock or atomic" crashes
Dmitry Vyukov
2018-02-20
1
-0
/
+7
*
pkg/report: improve ODEBUG bug reports
Dmitry Vyukov
2018-02-19
1
-1
/
+1
*
pkg/report: skip mm/util.c in guilty files
Dmitry Vyukov
2018-02-14
1
-4
/
+5
*
pkg/report: improve corrupted report detection
Dmitry Vyukov
2018-02-12
1
-10
/
+37
*
pkg/report: harden more against corrupted reports
Dmitry Vyukov
2018-02-10
1
-0
/
+6
*
pkg/report: better titles for some kmalloc bugs
Dmitry Vyukov
2018-02-10
1
-5
/
+9
*
pkg/report: special-case extraction of guilty file for rcu stalls
Dmitry Vyukov
2018-02-07
1
-14
/
+19
*
pkg/report: improve guilty frame extraction
Dmitry Vyukov
2018-02-07
1
-60
/
+112
*
pkg/report: detect when several reports are intermixed
Dmitry Vyukov
2018-02-07
1
-10
/
+37
[prev]
[next]