syzkaller/pkg/report
Dmitry Vyukov 4e7ecf0713 pkg/report: preserve trackback from other CPUs
For some bug types kernel produces traceback of all CPUs
(which is presumably useful for these crashes).
However, we currently throw it away because it has context
different from the oops context.
Detect such traceback and preserve output.
2019-05-10 10:31:07 +02:00
..
testdata pkg/report: preserve trackback from other CPUs 2019-05-10 10:31:07 +02:00
akaros.go pkg/report: pass the target to each OS report constructor 2018-12-08 18:59:10 +01:00
freebsd.go pkg/report: deduplicate sctp "no chunks on the queues" reports 2019-03-20 17:46:29 +01:00
fuchsia.go pkg/report: fix Start/EndPos calculation for fuchsia 2018-12-20 13:22:46 +01:00
fuzz.go pkg/report: pass the target to each OS report constructor 2018-12-08 18:59:10 +01:00
gvisor.go pkg/report: another gvisor OOM suppression 2018-12-13 16:45:56 +01:00
linux_test.go pkg/report: fix RIP line symbolization 2018-12-15 13:36:01 +01:00
linux.go pkg/report: preserve trackback from other CPUs 2019-05-10 10:31:07 +02:00
netbsd.go pkg/report: fix other NetBSD corrupted reports 2019-05-07 09:03:05 +02:00
openbsd_test.go openbsd: more witness handling 2019-01-26 09:09:31 +01:00
openbsd.go pkg/report: improve page fault detection on OpenBSD 2019-03-15 09:08:49 +01:00
report_test.go pkg/report: support CONFIG_PRINTK_CALLER 2019-01-03 19:23:07 +01:00
report.go pkg/report: fix WARNING parsing for powerpc 2019-05-07 09:50:41 +02:00
stub.go pkg/report: pass the target to each OS report constructor 2018-12-08 18:59:10 +01:00