stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Finn Thain <fthain@telegraphics.com.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jens Axboe <axboe@kernel.dk>, Laurent Vivier <lvivier@redhat.com>,
	linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org,
	linux-block@vger.kernel.org, stable@vger.kernel.org
Subject: [PATCH v2 00/10] SWIM driver fixes
Date: Wed, 11 Apr 2018 20:50:14 -0400 (EDT)	[thread overview]
Message-ID: <cover.1523493475.git.fthain@telegraphics.com.au> (raw)

This patch series has fixes for bugs in the SWIM floppy disk controller
driver, including an oops and a soft lockup.

One way to apply these patches to v4.14+ is by first cherry-picking
these commits:
b87eaec27eca3def6c8ed617e3b1bac08d7bc715
e5f0d2e2a153b18dcf31e1a633e210c37829d759
There are of course other ways to fix the patch rejects, but this way
would be convenient for me because it would simplify my own backporting.

Changes since v1:
- Dropped the two IOP patches as they aren't simple fixes. This way,
  the entire series is suitable for stable trees.
- Added Cc, Fixes, Acked-by and Reviewed-by tags.


Finn Thain (10):
  m68k/mac: Revisit floppy disc controller base addresses
  m68k/mac: Fix SWIM memory resource end address
  m68k/mac: Don't remap SWIM MMIO region
  block/swim: Fix array bounds check
  block/swim: Remove extra put_disk() call from error path
  block/swim: Don't log an error message for an invalid ioctl
  block/swim: Rename macros to avoid inconsistent inverted logic
  block/swim: Check drive type
  block/swim: Fix IO error at end of medium
  block/swim: Select appropriate drive on device open

 arch/m68k/include/asm/macintosh.h |  10 +--
 arch/m68k/mac/config.c            | 126 ++++++++++++++++++++------------------
 drivers/block/swim.c              |  49 +++++++--------
 drivers/block/swim3.c             |   6 +-
 4 files changed, 96 insertions(+), 95 deletions(-)

-- 
2.16.1

             reply	other threads:[~2018-04-12  0:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12  0:50 Finn Thain [this message]
2018-04-12  0:50 ` [PATCH v2 03/10] m68k/mac: Don't remap SWIM MMIO region Finn Thain
2018-04-12  0:50 ` [PATCH v2 09/10] block/swim: Fix IO error at end of medium Finn Thain
2018-04-12  0:50 ` [PATCH v2 06/10] block/swim: Don't log an error message for an invalid ioctl Finn Thain
2018-04-12  0:50 ` [PATCH v2 02/10] m68k/mac: Fix SWIM memory resource end address Finn Thain
2018-04-18  8:08   ` Geert Uytterhoeven
2018-04-12  0:50 ` [PATCH v2 04/10] block/swim: Fix array bounds check Finn Thain
2018-04-12  0:50 ` [PATCH v2 10/10] block/swim: Select appropriate drive on device open Finn Thain
2018-04-12  0:50 ` [PATCH v2 01/10] m68k/mac: Revisit floppy disc controller base addresses Finn Thain
2018-04-12  0:50 ` [PATCH v2 07/10] block/swim: Rename macros to avoid inconsistent inverted logic Finn Thain
2018-04-12  0:50 ` [PATCH v2 05/10] block/swim: Remove extra put_disk() call from error path Finn Thain
2018-04-12  0:50 ` [PATCH v2 08/10] block/swim: Check drive type Finn Thain
2018-04-16 23:27 ` [PATCH v2 00/10] SWIM driver fixes Finn Thain
2018-04-17  3:50   ` Jens Axboe
2018-04-18  0:05   ` Finn Thain

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.1523493475.git.fthain@telegraphics.com.au \
    --to=fthain@telegraphics.com.au \
    --cc=axboe@kernel.dk \
    --cc=geert@linux-m68k.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=lvivier@redhat.com \
    --cc=stable@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).