Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751698AbbFYVcW (ORCPT ); Thu, 25 Jun 2015 17:32:22 -0400 Received: from mail.skyhub.de ([78.46.96.112]:46954 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752266AbbFYVbz (ORCPT ); Thu, 25 Jun 2015 17:31:55 -0400 Date: Thu, 25 Jun 2015 23:31:40 +0200 From: Borislav Petkov To: Sergio Callegari Cc: linux-kernel@vger.kernel.org Subject: Re: IDE Floppy support for IOMEGA Zip Drive broken in 3.16 -> 3.17 transition Message-ID: <20150625213140.GA16951@pd.tnic> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1449 Lines: 43 On Thu, Jun 25, 2015 at 08:58:58PM +0000, Sergio Callegari wrote: > What has changed wrt IDE in 3.16->3.17 transition? Why is the issue present > even when the drive is not used (unmounted)? How can I help diagnosing? Here's what went into ide in 3.17: $ git log -p v3.16..v3.17 drivers/ide/ commit a53dae49b2fea43d8f4ec5aeca0e288bbc8d6895 Author: Christoph Jaeger Date: Wed Apr 9 09:28:01 2014 +0200 ide: use module_platform_driver() Eliminate boilerplate code by using module_platform_driver(). Signed-off-by: Christoph Jaeger Signed-off-by: David S. Miller diff --git a/drivers/ide/au1xxx-ide.c b/drivers/ide/au1xxx-ide.c index 259786ca8b75..07ea58084068 100644 --- a/drivers/ide/au1xxx-ide.c +++ b/drivers/ide/au1xxx-ide.c ... and that driver doesn't have anything to do with zip drives. So problem is either somewhere else in the kernel or maybe something's missing from the 3.17 config or somewhere completely different. You could bisect the kernels between 3.16 and 3.17 - unless someone has a better idea... -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/