From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752896AbbCBL6O (ORCPT ); Mon, 2 Mar 2015 06:58:14 -0500 Received: from 251.110.2.81.in-addr.arpa ([81.2.110.251]:33126 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751241AbbCBL6M (ORCPT ); Mon, 2 Mar 2015 06:58:12 -0500 Date: Mon, 2 Mar 2015 11:57:25 +0000 From: One Thousand Gnomes To: Pavel Machek Cc: kernel list , linux-pcmcia@lists.infradead.org, axboe@kernel.dk Subject: Re: 4.0-rc1: Oops on eject of CF card in PCMCIA slot Message-ID: <20150302115725.53baae2f@lxorguk.ukuu.org.uk> In-Reply-To: <20150227230852.GA21721@amd> References: <20150227230852.GA21721@amd> Organization: Intel Corporation X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 28 Feb 2015 00:08:52 +0100 Pavel Machek wrote: > Hi! > > It seems that pcmcia was unhappy even before, but eject definitely > oopsed it. > > Any ideas? Probably a PCMCIA not a block layer change - well I guess could be either. I fixed a pile of PCMCIA bugs and also reworked the allocator for pure PCI boxes so it didn't do various bad things. Can you tweak drivers/pcmcia/Kconfig for config YENTA and make select PCCARD_PCI if PCMCIA !=n && !ISA instead do select PCCARD_NONSTATIC if PCMCIA !=n && !ISA rebuild and re-test The tracel looks like a block layer bug, but it would be nice to know if its one that PCMCIA used it hide, or its in fact potentially something else. Do you have any other I/O port based PCMCIA device you can insert/eject in that machine ? Alan