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
/
pkg
/
report
/
linux_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/report: refactor Linux report symbolization
Aleksandr Nogikh
2025-06-18
1
-3
/
+6
*
pkg: use kernelDir instead of 3 parameters
Taras Madan
2025-03-27
1
-1
/
+3
*
all: remove loop variables scoping
Taras Madan
2025-02-17
1
-1
/
+0
*
pkg/report: support module format with stacktrace_build_id
Joey Jiao
2024-09-03
1
-0
/
+6
*
pkg/report: remove args which already in ctx
Joey Jiao
2024-07-23
1
-1
/
+1
*
pkg/report: support to symbolize line with module+offset
Joey Jiao
2024-07-23
1
-11
/
+72
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
1
-5
/
+5
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-5
/
+5
*
pkg/report: don't decompile opcodes for hanged reports
Aleksandr Nogikh
2022-07-12
1
-15
/
+23
*
pkg/report: return more information from opcode decompiler
Aleksandr Nogikh
2021-08-19
1
-1
/
+6
*
pkg/report: run objdump-related tests only under Linux
Aleksandr Nogikh
2021-08-12
1
-0
/
+5
*
pkg/report: decompile opcodes from reports
Aleksandr Nogikh
2021-08-12
1
-0
/
+196
*
pkg/mgrconfig: move derived fields into separate struct
Dmitry Vyukov
2020-11-30
1
-2
/
+4
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-2
/
+3
*
pkg/report: fix linux path prefix trimming
Dmitry Vyukov
2019-07-23
1
-1
/
+1
*
pkg/report: fix RIP line symbolization
Dmitry Vyukov
2018-12-15
1
-1
/
+8
*
pkg/report: pass the target to each OS report constructor
Anton Lindqvist
2018-12-08
1
-1
/
+2
*
pkg/mgrconfig: move from syz-manager/mgrconfig
Dmitry Vyukov
2018-08-02
1
-1
/
+1
*
.gometalinter.json: enable gofmt
Dmitry Vyukov
2018-07-31
1
-3
/
+3
*
pkg/report: allow to specify suppressions per OS
Dmitry Vyukov
2018-06-22
1
-17
/
+11
*
pkg/report: pass vm type to NewReporter
Dmitry Vyukov
2018-06-22
1
-4
/
+4
*
pkg/report: merge TestLinuxParseLog into TestParse
Dmitry Vyukov
2017-12-12
1
-154
/
+0
*
pkg/report: move guilty file test data to testdir/
Dmitry Vyukov
2017-12-12
1
-861
/
+4
*
pkg/report: move test data to testdir/
Dmitry Vyukov
2017-12-12
1
-2501
/
+0
*
pkg/report: bad unlock balance can be a WARNING
Andrey Konovalov
2017-12-11
1
-0
/
+43
*
pkg/report: detect corrupted old-style KASAN reports
Andrey Konovalov
2017-12-11
1
-0
/
+76
*
pkg/report: better detect corrupted stack traces
Andrey Konovalov
2017-12-11
1
-0
/
+40
*
pkg/report: improve report header extraction
Andrey Konovalov
2017-12-11
1
-49
/
+212
*
pkg/report: fix corrupted call trace detection
Andrey Konovalov
2017-12-08
1
-0
/
+50
*
pkg/report: add arch/*/mm/fault.c to guilty file blacklist
Andrey Konovalov
2017-12-08
1
-0
/
+36
*
pkg/report: fix report extraction
Andrey Konovalov
2017-12-08
1
-55
/
+99
*
pkg/report: add proper oops format for kernel reboot
Dmitry Vyukov
2017-12-05
1
-22
/
+38
*
pkg/report: add log parsing test
Andrey Konovalov
2017-12-05
1
-0
/
+155
*
pkg/report: fix out-of-bounds access
Dmitry Vyukov
2017-12-04
1
-0
/
+7
*
pkg/report: extinguish panics
Dmitry Vyukov
2017-12-04
1
-49
/
+56
*
pkg/report: improve task hung report headers
Andrey Konovalov
2017-11-30
1
-1
/
+133
*
pkg/report: improve trying to register non-static key header
Andrey Konovalov
2017-11-30
1
-0
/
+48
*
pkg/report: include Maintainers into report
Dmitry Vyukov
2017-11-29
1
-1
/
+2
*
pkg/report: improve bad unlock balance corruption detection
Andrey Konovalov
2017-11-29
1
-0
/
+63
*
pkg/report: detect suspicious RCU usage report corruption
Andrey Konovalov
2017-11-29
1
-0
/
+44
*
pkg/report: add sl*b.c to guilty blacklist
Andrey Konovalov
2017-11-29
1
-1
/
+29
*
pkg/report: fix corrupted stack trace detection
Andrey Konovalov
2017-11-28
1
-0
/
+61
*
pkg/report: various corrupted report detection improvements
Andrey Konovalov
2017-11-23
1
-7
/
+163
*
pkg/report: fix corrupted reports detection
Andrey Konovalov
2017-11-22
1
-162
/
+112
*
pkg/report: fix corrupted KASAN reports detection
Andrey Konovalov
2017-11-22
1
-0
/
+40
*
pkg/report: corrupted report detection fixes
Andrey Konovalov
2017-11-22
1
-4
/
+4
*
pkg/report, pkg/repro, syz-manager: name crash attributes consistently
Dmitry Vyukov
2017-11-14
1
-12
/
+12
*
pkg/report: combine report data into a struct
Dmitry Vyukov
2017-11-14
1
-28
/
+28
*
pkg/report: add corrupted report detection
Andrey Konovalov
2017-11-13
1
-467
/
+873
*
pkg/report: more linux spinlock oops messages
Dmitry Vyukov
2017-10-22
1
-0
/
+26
[next]