diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-12 11:58:52 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-12 11:59:13 +0100 |
| commit | 9d0132a2fb379f6464ea0c08c98e77d361eb564d (patch) | |
| tree | 3f13f6db2a231d84a01286f36a524a7f67da1de0 /pkg/report/testdata/linux/guilty/24 | |
| parent | 1556ebc4cc58b700a076d20ea645dae8c081f1bb (diff) | |
pkg/report: move guilty file test data to testdir/
linux_test.go is total mess and very hard to work with.
Turns out we had 2 tests that do exactly the same
(verify Report), but nobody ever noticed.
Move all test data to testdir/. One file per crash.
Diffstat (limited to 'pkg/report/testdata/linux/guilty/24')
| -rw-r--r-- | pkg/report/testdata/linux/guilty/24 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/guilty/24 b/pkg/report/testdata/linux/guilty/24 new file mode 100644 index 000000000..f533081b8 --- /dev/null +++ b/pkg/report/testdata/linux/guilty/24 @@ -0,0 +1,17 @@ +FILE: crypto/algif_aead.c + +INFO: task syz-executor6:7377 blocked for more than 120 seconds. + Not tainted 4.15.0-rc2-next-20171208+ #63 +"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. +syz-executor6 D24416 7377 3393 0x00000004 +Call Trace: + context_switch kernel/sched/core.c:2800 [inline] + __schedule+0x8eb/0x2060 kernel/sched/core.c:3376 + schedule+0xf5/0x430 kernel/sched/core.c:3435 + schedule_timeout+0x43a/0x560 kernel/time/timer.c:1776 + do_wait_for_common kernel/sched/completion.c:91 [inline] + __wait_for_common kernel/sched/completion.c:112 [inline] + wait_for_common kernel/sched/completion.c:123 [inline] + wait_for_completion+0x44b/0x7b0 kernel/sched/completion.c:144 + crypto_wait_req include/linux/crypto.h:496 [inline] + _aead_recvmsg crypto/algif_aead.c:308 [inline] |
