Received: by 10.213.65.68 with SMTP id h4csp1078957imn; Sat, 31 Mar 2018 18:43:46 -0700 (PDT) X-Google-Smtp-Source: AIpwx49T3nm+QEt6GoX9BfzhavHK5ax1hMbxAt99F2pwuwp9Jd2GvR52eGEX2BRw9Y3HMjJ2PPgk X-Received: by 10.101.97.1 with SMTP id z1mr426986pgu.134.1522547026407; Sat, 31 Mar 2018 18:43:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522547026; cv=none; d=google.com; s=arc-20160816; b=adySaEhfep/fZ+XoYHoXUo84fGQXdDYfHPqDd3iXEuVl5wkp7jvoaGr7pj1qw+7G0c OAtJzh1tSjZJeoSgSFeXG8c8osg5jZt8N99PbWn+0MisN/Xkkaf/PRPZ72kjKeBs9/uY d3CaVKUsGRmb9xs92EIoRcyDSASyBoZ9fWiG3rIkHQmd0z3GWk29YnbstBrQqT0+thOO Imf5cYNDSFwYH8/G6Zgsw3LhDmhXMHAC8YVJdZ9V6PCPr5gX+dUCVDV6vMukyaBKTbVD s6Gn2mIXWx+PD+sE1utmvm/BUWX2+YYUxKXxDRmkhqggoZWInYvr7vHBGv+Qo+eKiozY P3HA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:from:message-id:cc:to :arc-authentication-results; bh=TR3EDwbJBMbF7nFH8UUHxTHvJj5s3FRYEzO6TZuCg9A=; b=Op7TMlNlJutQ3Ox8bfhWAN29m1MxrlDON09vd1urydL6Dj26pP+SHgpuXfapECJ6gH dB8oXUJtb2rnExzxHpCuTcWhSJ/G5XcQW+sF9qLbNXHQoh1gBICrlfr4F6WJV5GuwRJK dtFheK1T4cAcASdhdNSSJh15fLp3LPGlFQ7EAsm+y2zwe4Z0Csl8mIuheJCc+Y4ZUwZ4 t0t34MP6SOWtHO4EN/Yd7EiBoO2NGr3dcX8/cW8sDIlZxg8SFhhgnJwz5j33uGDz3VDd /qEIimkWbg7UO1ck+GZzphCbw3SMf/VtqTSK6Sb+HpEhP/22qWSH7jY+Tqh1yGWX54Er wmZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b7si7767526pgc.551.2018.03.31.18.43.32; Sat, 31 Mar 2018 18:43:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753082AbeDABlJ (ORCPT + 99 others); Sat, 31 Mar 2018 21:41:09 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:47304 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751163AbeDABlH (ORCPT ); Sat, 31 Mar 2018 21:41:07 -0400 Received: by kvm5.telegraphics.com.au (Postfix, from userid 502) id B269022832; Sat, 31 Mar 2018 21:41:04 -0400 (EDT) To: Geert Uytterhoeven Cc: Laurent Vivier , Jens Axboe , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org Message-Id: From: Finn Thain Subject: [PATCH 00/12] SWIM driver fixes Date: Sat, 31 Mar 2018 21:41:04 -0400 (EDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series has fixes for bugs in the SWIM floppy disk controller driver, including an oops and a soft lockup. There are also patches to add support for SWIM devices connected to IOPs. Geert, would you please take this series through the m68k tree once the necessary "acked-by" tags arrive? Jens, I've Cc'd you too because there's no official maintainer for drivers/block/swim.c and none for the drivers/block/ directory either. The series could be separated into m68k patches and block driver patches and sent through different trees if that's preferred. I did not do so because "acked-by" tags would still be needed and because separating patches 4 and 5 didn't make much sense. Finn Thain (12): m68k/mac: Revisit floppy disc controller base addresses m68k/mac: Fix SWIM memory resource end address m68k/mac: Don't remap SWIM MMIO region m68k/mac: Place ISM IOP in bypass mode block/swim: Use HEDSEL bit in ISM mode register 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 ++++++++++++++++++++------------------ arch/m68k/mac/iop.c | 8 ++- drivers/block/swim.c | 69 +++++++++++---------- drivers/block/swim3.c | 6 +- 5 files changed, 118 insertions(+), 101 deletions(-) -- 2.16.1