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/23 | |
| 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/23')
| -rw-r--r-- | pkg/report/testdata/linux/guilty/23 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/guilty/23 b/pkg/report/testdata/linux/guilty/23 new file mode 100644 index 000000000..7dee6c51f --- /dev/null +++ b/pkg/report/testdata/linux/guilty/23 @@ -0,0 +1,16 @@ +FILE: crypto/af_alg.c + +INFO: task syz-executor2:19495 blocked for more than 120 seconds. + Not tainted 4.15.0-rc2+ #148 +"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. +syz-executor2 D25200 19495 3406 0x00000004 +Call Trace: + context_switch kernel/sched/core.c:2799 [inline] + __schedule+0x8eb/0x2060 kernel/sched/core.c:3375 + schedule+0xf5/0x430 kernel/sched/core.c:3434 + __lock_sock+0x1dc/0x2f0 net/core/sock.c:2240 + lock_sock_nested+0xf3/0x110 net/core/sock.c:2764 + lock_sock include/net/sock.h:1461 [inline] + af_alg_sendmsg+0x349/0x1080 crypto/af_alg.c:858 + aead_sendmsg+0x103/0x150 crypto/algif_aead.c:76 + sock_sendmsg_nosec net/socket.c:636 [inline] |
