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: arm64 support
Dmitry Vyukov
2020-10-28
1
-52
/
+160
*
pkg/report: support divide_error: crashes
Dmitry Vyukov
2020-10-13
1
-0
/
+16
*
vm/vmimpl/merger: remove all CRs from output
Alexander Egorenkov
2020-10-02
1
-3
/
+0
*
pkg/report: detect hrtimer_run as stall anchor frame
Dmitry Vyukov
2020-09-23
1
-0
/
+1
*
pkg/report: support new linux UBSAN format
Dmitry Vyukov
2020-09-16
1
-0
/
+12
*
pkg/report: skip rb tree functions in linux reports
Dmitry Vyukov
2020-09-13
1
-0
/
+2
*
pkg/report: fix parsing of kernel-usb-infoleak
Dmitry Vyukov
2020-08-11
1
-1
/
+7
*
pkg: get and store Maintainers data
Pedro Lopes
2020-07-31
1
-16
/
+7
*
pkg/report: parse linux undead task reports
Dmitry Vyukov
2020-07-20
1
-0
/
+11
*
all: fix comments format
Dmitry Vyukov
2020-07-12
1
-1
/
+1
*
pkg/report: tune synchronize_srcu name for older kernels
Dmitry Vyukov
2020-07-08
1
-1
/
+1
*
pkg/report: make smp_call_function anchor instead of on_each_cpu
Dmitry Vyukov
2020-07-07
1
-5
/
+3
*
pkg/report: consider on_each_cpu as stall anchor function
Dmitry Vyukov
2020-07-07
1
-0
/
+8
*
pkg/report: use rtnetlink_rcv_msg as stall anchor frame
Dmitry Vyukov
2020-07-06
1
-0
/
+1
*
pkg: support compiler triple for 'nm' and 'addr2line'
Alexander Egorenkov
2020-06-18
1
-2
/
+3
*
pkg/report: stop using questionable frames
Andrey Konovalov
2020-06-17
1
-1
/
+11
*
pkg/report: ingore another android debug output that looks like kernel crash
Dmitry Vyukov
2020-06-12
1
-0
/
+1
*
all: use more respective language
Dmitry Vyukov
2020-06-11
1
-4
/
+4
*
.golangci.yml: enable lll for pkg/report/linux.go
Dmitry Vyukov
2020-06-07
1
-4
/
+7
*
.golangci.yml: enable gocognit checker
Dmitry Vyukov
2020-06-05
1
-1
/
+1
*
pkg/report: improve "using smp_processor_id() in preemptible code" parsing
Dmitry Vyukov
2020-06-04
1
-1
/
+2
*
pkg/report: update "using X in preemptible code" bug
Dmitry Vyukov
2020-06-03
1
-2
/
+2
*
pkg/report: improve report titles
Andrey Konovalov
2020-06-02
1
-0
/
+2
*
pkg/report: avoid producing no guilty file
Dmitry Vyukov
2020-05-29
1
-0
/
+6
*
pkg/report: skip "rwsem" frames in task hung reports
Dmitry Vyukov
2020-05-11
1
-1
/
+1
*
pkg/build: find maintainers for build errors
Dmitry Vyukov
2020-05-09
1
-4
/
+8
*
pkg/report: add compat ioctl stall anchor frames
Dmitry Vyukov
2020-04-19
1
-0
/
+2
*
pkg/report: fix detection of questionable frames
Dmitry Vyukov
2020-03-27
1
-2
/
+5
*
pkg/report: handle cases when whole stack is questionable
Dmitry Vyukov
2020-03-21
1
-41
/
+55
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-21
1
-1
/
+3
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-18
1
-0
/
+1
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-13
1
-0
/
+1
*
pkg/report: improve report titles
Andrey Konovalov
2020-03-09
1
-0
/
+1
*
executor: prevent "NMI handler took too long" messages
Dmitry Vyukov
2020-03-06
1
-7
/
+0
*
pkg/report: update parsing of rcu stalls in ioctls
Dmitry Vyukov
2020-02-02
1
-0
/
+1
*
pkg/report: don't attribute deadlocks to workqueue functions
Dmitry Vyukov
2020-01-31
1
-1
/
+13
*
pkg/report: add a note about an existing suppression
Dmitry Vyukov
2020-01-28
1
-0
/
+7
*
tools/syz-check: check netlink policy descriptions
Dmitry Vyukov
2020-01-22
1
-1
/
+1
*
pkg/report: treat nfnetlink_rcv_msg as anchor frame
Dmitry Vyukov
2020-01-20
1
-0
/
+1
*
pkg/report: add pattern for Linux #SS faults
Jann Horn
2020-01-15
1
-0
/
+17
*
pkg/report: add more ignored frames
Andrey Konovalov
2020-01-07
1
-0
/
+2
*
pkg/report: use --git-min-percent=15 for get_maintainer.pl
Dmitry Vyukov
2019-12-10
1
-2
/
+4
*
pkg/report: fix guilty file extraction in presence of rcu stalls
Dmitry Vyukov
2019-12-05
1
-3
/
+2
*
pkg/report: improve reports titles
Andrey Konovalov
2019-12-05
1
-0
/
+1
*
pkg/report: improve report titles
Andrey Konovalov
2019-11-29
1
-1
/
+3
*
pkg/report: update UBSAN report parsing
Dmitry Vyukov
2019-11-28
1
-2
/
+10
*
pkg/report: generalize general protection fault pattern
Jann Horn
2019-11-19
1
-2
/
+2
*
pkg/report: ignore boot warning that always happens
Dmitry Vyukov
2019-11-08
1
-0
/
+1
*
pkg/report: trim panic_on_warn set few lines earlier
Dmitry Vyukov
2019-11-08
1
-1
/
+1
*
pkg/report: detect syzkaller panics in lost connection bugs
Dmitry Vyukov
2019-11-06
1
-2
/
+2
[next]