Re: [PATCH 0/16 v3] loop: Fix oops and possible deadlocks

2018-11-12 Thread Jan Kara
On Thu 08-11-18 16:28:11, Theodore Y. Ts'o wrote: > On Thu, Nov 08, 2018 at 02:01:00PM +0100, Jan Kara wrote: > > Hi, > > > > this patch series fixes oops and possible deadlocks as reported by syzbot > > [1] > > [2]. The second patch in the series (from Tetsuo) fixes the oops, the > > remaining

Re: [PATCH 0/16 v3] loop: Fix oops and possible deadlocks

2018-11-08 Thread Jens Axboe
On 11/8/18 6:25 AM, Jan Kara wrote: > On Thu 08-11-18 06:21:21, Jens Axboe wrote: >> On 11/8/18 6:01 AM, Jan Kara wrote: >>> Hi, >>> >>> this patch series fixes oops and possible deadlocks as reported by syzbot >>> [1] >>> [2]. The second patch in the series (from Tetsuo) fixes the oops, the >>>

Re: [PATCH 0/16 v3] loop: Fix oops and possible deadlocks

2018-11-08 Thread Jan Kara
On Thu 08-11-18 06:21:21, Jens Axboe wrote: > On 11/8/18 6:01 AM, Jan Kara wrote: > > Hi, > > > > this patch series fixes oops and possible deadlocks as reported by syzbot > > [1] > > [2]. The second patch in the series (from Tetsuo) fixes the oops, the > > remaining > > patches are cleaning up

Re: [PATCH 0/16 v3] loop: Fix oops and possible deadlocks

2018-11-08 Thread Jens Axboe
On 11/8/18 6:01 AM, Jan Kara wrote: > Hi, > > this patch series fixes oops and possible deadlocks as reported by syzbot [1] > [2]. The second patch in the series (from Tetsuo) fixes the oops, the > remaining > patches are cleaning up the locking in the loop driver so that we can in the > end

[PATCH 0/16 v3] loop: Fix oops and possible deadlocks

2018-11-08 Thread Jan Kara
Hi, this patch series fixes oops and possible deadlocks as reported by syzbot [1] [2]. The second patch in the series (from Tetsuo) fixes the oops, the remaining patches are cleaning up the locking in the loop driver so that we can in the end reasonably easily switch to rereading partitions