All of lore.kernel.org
 help / color / mirror / Atom feed
From: Omar Sandoval <osandov@osandov.com>
To: linux-block@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>,
	kernel-team@fb.com,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Finn Thain <fthain@telegraphics.com.au>,
	Laurent Vivier <lvivier@redhat.com>
Subject: [PATCH v2 00/11] Convert floppy drivers to blk-mq
Date: Thu, 11 Oct 2018 12:20:40 -0700	[thread overview]
Message-ID: <cover.1539284959.git.osandov@fb.com> (raw)

From: Omar Sandoval <osandov@fb.com>

Hi,

This series converts the various floppy drivers to blk-mq. Save for the
last one (floppy), they're compile-tested only. If I've Cc'd you, it's
because I think you might be able to test the changes. Please test if
you can, or let me know if there's a way to use QEMU/some other emulator
to test. The full series is available at [1]. Thanks!

Changes from v1:

- Drop "swim3: end whole request on error" and "floppy: end whole
  request on error".
- Handle errors on individual bios correctly in the other drivers.

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Laurent Vivier <lvivier@redhat.com>

1: https://github.com/osandov/linux/tree/mq-conversions.

Omar Sandoval (11):
  swim: fix cleanup on setup error
  swim: convert to blk-mq
  swim3: add real error handling in setup
  swim3: convert to blk-mq
  amiflop: fold headers into C file
  amiflop: clean up on errors during setup
  amiflop: convert to blk-mq
  ataflop: fold headers into C file
  ataflop: fix error handling during setup
  ataflop: convert to blk-mq
  floppy: convert to blk-mq

 arch/m68k/include/asm/atafd.h    |  13 --
 arch/m68k/include/asm/atafdreg.h |  80 --------
 drivers/block/amiflop.c          | 328 +++++++++++++++++++------------
 drivers/block/ataflop.c          | 283 +++++++++++++++-----------
 drivers/block/floppy.c           |  74 ++++---
 drivers/block/swim.c             | 114 ++++++-----
 drivers/block/swim3.c            | 219 ++++++++++-----------
 include/linux/amifd.h            |  63 ------
 include/linux/amifdreg.h         |  82 --------
 9 files changed, 590 insertions(+), 666 deletions(-)
 delete mode 100644 arch/m68k/include/asm/atafd.h
 delete mode 100644 arch/m68k/include/asm/atafdreg.h
 delete mode 100644 include/linux/amifd.h
 delete mode 100644 include/linux/amifdreg.h

-- 
2.19.1

             reply	other threads:[~2018-10-11 19:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-11 19:20 Omar Sandoval [this message]
2018-10-11 19:20 ` [PATCH v2 01/11] swim: fix cleanup on setup error Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 02/11] swim: convert to blk-mq Omar Sandoval
2018-10-15 16:22   ` Laurent Vivier
2018-10-11 19:20 ` [PATCH v2 03/11] swim3: add real error handling in setup Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 04/11] swim3: convert to blk-mq Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 05/11] amiflop: fold headers into C file Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 06/11] amiflop: clean up on errors during setup Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 07/11] amiflop: convert to blk-mq Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 08/11] ataflop: fold headers into C file Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 09/11] ataflop: fix error handling during setup Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 10/11] ataflop: convert to blk-mq Omar Sandoval
2018-10-11 19:20 ` [PATCH v2 11/11] floppy: " Omar Sandoval
2018-10-14  1:12 ` [PATCH v2 00/11] Convert floppy drivers " Finn Thain
2018-10-15 17:19   ` Omar Sandoval

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1539284959.git.osandov@fb.com \
    --to=osandov@osandov.com \
    --cc=axboe@kernel.dk \
    --cc=benh@kernel.crashing.org \
    --cc=fthain@telegraphics.com.au \
    --cc=kernel-team@fb.com \
    --cc=linux-block@vger.kernel.org \
    --cc=lvivier@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.