Re: dm-crypt: Fix error with too large bios

2016-08-29 Thread Mikulas Patocka
On Mon, 29 Aug 2016, Mike Snitzer wrote: > On Sat, Aug 27 2016 at 11:09am -0400, > Mikulas Patocka wrote: > > > > > > > On Fri, 26 Aug 2016, Mike Snitzer wrote: > > > > > On Thu, Aug 25 2016 at 4:13pm -0400, > > > Jens Axboe wrote: > > > > > > > On

Re: [PATCH] bdev: fix NULL pointer dereference in sync()/close() race

2016-08-29 Thread Tejun Heo
Hello, On Sat, Aug 27, 2016 at 11:30:22AM +0200, Vegard Nossum wrote: > > Don't know what's the right fix, but I posted a slightly different one > > for the same crash some months ago: > > https://patchwork.kernel.org/patch/8556941/ > > > > Ah, I'm sorry, I didn't see that. > > Your patch is

Re: Oops when completing request on the wrong queue

2016-08-29 Thread Jens Axboe
On 08/29/2016 12:06 PM, Gabriel Krisman Bertazi wrote: Jens Axboe writes: Can you try this patch? It's not perfect, but I'll be interested if it makes a difference for you. Hi Jens, Sorry for the delay. I just got back to this and have been running your patch on top of

Re: dm-crypt: Fix error with too large bios

2016-08-29 Thread Mike Snitzer
On Sat, Aug 27 2016 at 11:09am -0400, Mikulas Patocka wrote: > > > On Fri, 26 Aug 2016, Mike Snitzer wrote: > > > On Thu, Aug 25 2016 at 4:13pm -0400, > > Jens Axboe wrote: > > > > > On 08/25/2016 12:34 PM, Mikulas Patocka wrote: > > > > > > > >Device

Re: Oops when completing request on the wrong queue

2016-08-29 Thread Gabriel Krisman Bertazi
Jens Axboe writes: >> Can you try this patch? It's not perfect, but I'll be interested if it >> makes a difference for you. > Hi Jens, Sorry for the delay. I just got back to this and have been running your patch on top of 4.8 without a crash for over 1 hour. I wanna give it

[PATCH 6/7] nvme: remove the post_scan callout

2016-08-29 Thread Christoph Hellwig
No need now that we don't have to reverse engineer the irq affinity. Signed-off-by: Christoph Hellwig --- drivers/nvme/host/core.c | 3 --- drivers/nvme/host/nvme.h | 1 - 2 files changed, 4 deletions(-) diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index