This is the 5th series of driver conversions for add_disk() error
handling. This set along with the entire 7th set of patches can be
found on my 20210927-for-axboe-add-disk-error-handling branch [0].
On this v2 series the following changes have been made
since the first iteration of this patchset:
- rebased onto linux-next tag 20210927
- ms_block: dropped this patch as its already merged on linux-next
- mspro_block: dropped this patch as its already merged on linux-next
- dropped the s390/block/xpram patch as that driver is now removed
- s390/block/dcssblk: dropped my patch in favor of Gerald Schaefer's
- added respective reviewed-by/acked-by tags
[0] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux-next.git/log/?h=20210927-for-axboe-add-disk-error-handling
Gerald Schaefer (1):
s390/block/dcssblk: add error handling support for add_disk()
Luis Chamberlain (5):
cdrom/gdrom: add error handling support for add_disk()
rbd: add add_disk() error handling
mtd: add add_disk() error handling
s390/block/dasd_genhd: add error handling support for add_disk()
s390/block/scm_blk: add error handling support for add_disk()
drivers/block/rbd.c | 6 +++++-
drivers/cdrom/gdrom.c | 7 ++++++-
drivers/mtd/mtd_blkdevs.c | 6 +++++-
drivers/s390/block/dasd_genhd.c | 10 ++++++++--
drivers/s390/block/dcssblk.c | 8 +++++++-
drivers/s390/block/scm_blk.c | 7 ++++++-
6 files changed, 37 insertions(+), 7 deletions(-)
--
2.30.2
On 9/27/21 4:02 PM, Luis Chamberlain wrote:
> This is the 5th series of driver conversions for add_disk() error
> handling. This set along with the entire 7th set of patches can be
> found on my 20210927-for-axboe-add-disk-error-handling branch [0].
Applied 1-2.
--
Jens Axboe
On Mon, Sep 27, 2021 at 04:32:17PM -0600, Jens Axboe wrote:
> On 9/27/21 4:02 PM, Luis Chamberlain wrote:
> > This is the 5th series of driver conversions for add_disk() error
> > handling. This set along with the entire 7th set of patches can be
> > found on my 20210927-for-axboe-add-disk-error-handling branch [0].
>
> Applied 1-2.
Hmm.. naturally I would have expected that the dasd patch also would
go via block tree. But let's not spend too much time figuring out what
gets routed where.
Applied 4-6. Thanks!
On 9/28/21 2:44 AM, Heiko Carstens wrote:
> On Mon, Sep 27, 2021 at 04:32:17PM -0600, Jens Axboe wrote:
>> On 9/27/21 4:02 PM, Luis Chamberlain wrote:
>>> This is the 5th series of driver conversions for add_disk() error
>>> handling. This set along with the entire 7th set of patches can be
>>> found on my 20210927-for-axboe-add-disk-error-handling branch [0].
>>
>> Applied 1-2.
>
> Hmm.. naturally I would have expected that the dasd patch also would
> go via block tree. But let's not spend too much time figuring out what
> gets routed where.
> Applied 4-6. Thanks!
I left the ones that have active maintainers for them to pick. Unless
someone has already acked/reviwed it, in which case I picked it up.
I've got no problems picking them up directly, but unless it's been
reviewed by the maintainer, I prefer if they either do so or pick
them up.
--
Jens Axboe