Re: [RFC v1 0/6] block: add error handling for *add_disk*()

2020-05-08 Thread Luis Chamberlain
On Tue, May 05, 2020 at 06:18:22PM -0700, Bart Van Assche wrote: > On 2020-04-29 00:48, Luis Chamberlain wrote: > > While working on some blktrace races I noticed that we don't do > > error handling on *add_disk*() and friends. This is my initial > > work on that. > > > > This is based on linux-ne

Re: [RFC v1 0/6] block: add error handling for *add_disk*()

2020-05-05 Thread Bart Van Assche
On 2020-04-29 00:48, Luis Chamberlain wrote: > While working on some blktrace races I noticed that we don't do > error handling on *add_disk*() and friends. This is my initial > work on that. > > This is based on linux-next tag next-20200428, you can also get this > on my branch 20200428-block-fix

[RFC v1 0/6] block: add error handling for *add_disk*()

2020-04-29 Thread Luis Chamberlain
While working on some blktrace races I noticed that we don't do error handling on *add_disk*() and friends. This is my initial work on that. This is based on linux-next tag next-20200428, you can also get this on my branch 20200428-block-fixes [0]. Let me know what you think. [0] https://git.ke