From 3986ce95fde3d4b5bccef19b537da090021046fc Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 12 Jul 2018 12:38:52 +0200 Subject: pkg/report: add report format for "lock held when returning to user space" This report does not have stack trace, so we always detected it as corrupted. --- pkg/report/testdata/linux/report/257 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkg/report/testdata/linux/report/257 (limited to 'pkg/report/testdata/linux') diff --git a/pkg/report/testdata/linux/report/257 b/pkg/report/testdata/linux/report/257 new file mode 100644 index 000000000..4f08edbbc --- /dev/null +++ b/pkg/report/testdata/linux/report/257 @@ -0,0 +1,9 @@ +TITLE: WARNING: lock held when returning to user space in fuse_lock_inode + +[ 197.071637] ================================================ +[ 197.073115] WARNING: lock held when returning to user space! +[ 197.074536] 4.18.0-rc4+ #51 Not tainted +[ 197.075539] ------------------------------------------------ +[ 197.076969] syz-executor0/17896 is leaving the kernel with locks still held! +[ 197.078741] 1 lock held by syz-executor0/17896: +[ 197.079733] #0: 00000000a3b01fa0 (&fi->mutex){+.+.}, at: fuse_lock_inode+0xaf/0xe0 -- cgit mrf-deployment