Files
twx-linux/fs
Miklos Szeredi c1ef6c983a fuse: set FR_SENT while locked
commit 4c316f2f3f upstream.

Otherwise fuse_dev_do_write() could come in and finish off the request, and
the set_bit(FR_SENT, ...) could trigger the WARN_ON(test_bit(FR_SENT, ...))
in request_end().

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Reported-by: syzbot+ef054c4d3f64cd7f7cec@syzkaller.appspotmai
Fixes: 46c34a348b ("fuse: no fc->lock for pqueue parts")
Cc: <stable@vger.kernel.org> # v4.2
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-21 09:19:14 +01:00
..
2018-10-15 15:31:47 +02:00
2018-11-13 11:08:46 -08:00
2018-08-21 23:54:17 -04:00
2018-11-13 11:08:39 -08:00
2018-11-21 09:19:14 +01:00
2018-08-17 16:20:28 -07:00
2018-08-17 16:20:27 -07:00
2018-10-13 09:31:02 +02:00