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
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/report: parse linux undead task reports
Dmitry Vyukov
2020-07-20
2
-1
/
+41
*
pkg/report: tune synchronize_srcu name for older kernels
Dmitry Vyukov
2020-07-08
1
-0
/
+19
*
pkg/report: make smp_call_function anchor instead of on_each_cpu
Dmitry Vyukov
2020-07-07
12
-11
/
+127
*
pkg/report: consider on_each_cpu as stall anchor function
Dmitry Vyukov
2020-07-07
8
-4
/
+523
*
pkg/report: use rtnetlink_rcv_msg as stall anchor frame
Dmitry Vyukov
2020-07-06
3
-2
/
+66
*
pkg/report: stop using questionable frames
Andrey Konovalov
2020-06-17
7
-6
/
+57
*
pkg/report: ingore another android debug output that looks like kernel crash
Dmitry Vyukov
2020-06-12
1
-0
/
+19
*
pkg/report: improve "using smp_processor_id() in preemptible code" parsing
Dmitry Vyukov
2020-06-04
1
-0
/
+51
*
pkg/report: update "using X in preemptible code" bug
Dmitry Vyukov
2020-06-03
2
-0
/
+96
*
pkg/report: add tests for rcu stalls in kmem_cache_alloc
Dmitry Vyukov
2020-06-02
9
-0
/
+1454
*
pkg/report: improve report titles
Andrey Konovalov
2020-06-02
1
-0
/
+66
*
pkg/report: avoid producing no guilty file
Dmitry Vyukov
2020-05-29
1
-0
/
+48
*
pkg/report: fix kUBSan reporting on NetBSD
m00nbsd
2020-05-24
1
-0
/
+1415
*
pkg/report: skip "rwsem" frames in task hung reports
Dmitry Vyukov
2020-05-11
2
-0
/
+176
*
pkg/report: match a common pf panic
Mark Johnston
2020-04-30
1
-0
/
+23
*
pkg/report: add compat ioctl stall anchor frames
Dmitry Vyukov
2020-04-19
3
-2
/
+54
*
pkg/report: make uvm_fault parsing more strict on OpenBSD
Anton Lindqvist
2020-04-12
1
-0
/
+2
*
pkg/report: fix detection of questionable frames
Dmitry Vyukov
2020-03-27
1
-1
/
+20
*
pkg/report: handle cases when whole stack is questionable
Dmitry Vyukov
2020-03-21
4
-0
/
+390
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-21
6
-0
/
+632
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-18
2
-0
/
+212
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-13
1
-0
/
+102
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-09
1
-0
/
+167
*
pkg/report: normalize soreceive report on OpenBSD
Anton Lindqvist
2020-02-27
2
-0
/
+491
*
pkg/report: update parsing of rcu stalls in ioctls
Dmitry Vyukov
2020-02-02
1
-0
/
+52
*
pkg/report: don't attribute deadlocks to workqueue functions
Dmitry Vyukov
2020-01-31
4
-2
/
+200
*
pkg/report: treat nfnetlink_rcv_msg as anchor frame
Dmitry Vyukov
2020-01-20
4
-0
/
+223
*
pkg/report: add pattern for Linux #SS faults
Jann Horn
2020-01-15
1
-0
/
+38
*
pkg/report: Add the calling function to sx reports
Andrew Turner
2020-01-14
1
-0
/
+21
*
pkg/report: add more ignored frames
Andrey Konovalov
2020-01-07
1
-0
/
+129
*
pkg/report: normalize kqueue_check report on OpenBSD
Anton Lindqvist
2020-01-06
2
-0
/
+285
*
pkg/report: normalize unhandled af report on OpenBSD
Anton Lindqvist
2020-01-03
1
-0
/
+214
*
pkg/report: normalize yet another free list modified report on OpenBSD
Anton Lindqvist
2019-12-09
1
-0
/
+246
*
pkg/report: fix guilty file extraction in presence of rcu stalls
Dmitry Vyukov
2019-12-05
1
-0
/
+165
*
pkg/report: improve reports titles
Andrey Konovalov
2019-12-05
1
-0
/
+86
*
pkg/report: improve report titles
Andrey Konovalov
2019-11-29
1
-0
/
+68
*
pkg/report: add few more UBSAN reports
Dmitry Vyukov
2019-11-29
3
-0
/
+102
*
pkg/report: update UBSAN report parsing
Dmitry Vyukov
2019-11-28
5
-3
/
+53
*
pkg/report: generalize general protection fault pattern
Jann Horn
2019-11-19
2
-0
/
+107
*
sys/fuchsia: remove deprecated exception APIs
David Pursell
2019-11-14
1
-65
/
+0
*
Correct parsing of Kernel ASan reports
Kamil Rytarowski
2019-11-14
1
-0
/
+1583
*
pkg/report: ignore boot warning that always happens
Dmitry Vyukov
2019-11-08
1
-0
/
+316
*
pkg/report: trim panic_on_warn set few lines earlier
Dmitry Vyukov
2019-11-08
1
-0
/
+81
*
pkg/report: fix up panic handling
Dmitry Vyukov
2019-11-06
1
-0
/
+72
*
pkg/report: detect syzkaller panics in lost connection bugs
Dmitry Vyukov
2019-11-06
5
-0
/
+105
*
pkg/report: suppress fifo_badop reports on OpenBSD
Anton Lindqvist
2019-10-26
1
-0
/
+316
*
pkg/report: better diffirentiate task hung reports
Dmitry Vyukov
2019-10-23
2
-0
/
+385
*
pkg/report: normalize pool cpu free list modified reports on OpenBSD (#1474)
Anton Lindqvist
2019-10-22
1
-0
/
+256
*
syz-fuzzer, executor: Add support for blacklisting data race frames
Marco Elver
2019-10-22
2
-2
/
+6
*
pkg/report: improve parsing of task hung reports
Dmitry Vyukov
2019-10-22
16
-2
/
+3099
[prev]
[next]