Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753987AbcDIPwv (ORCPT ); Sat, 9 Apr 2016 11:52:51 -0400 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:46676 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753784AbcDIPws (ORCPT ); Sat, 9 Apr 2016 11:52:48 -0400 Date: Sat, 9 Apr 2016 16:51:31 +0100 From: One Thousand Gnomes To: William Breathitt Gray Cc: Guenter Roeck , gregkh@linuxfoundation.org, tglx@linutronix.de, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, wim@iguana.be, linus.walleij@linaro.org, gnurou@gmail.com, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH 04/10] iio: stx104: Change STX104 dependency to ISA_BUS Message-ID: <20160409165131.4d4a109b@lxorguk.ukuu.org.uk> In-Reply-To: <20160409135050.GA10418@sophia> References: <783be62acf68b35f3fe4785a2cedfe017624688b.1460040201.git.vilhelm.gray@gmail.com> <20160408004503.GB10211@roeck-us.net> <20160408123158.GB18202@sophia> <5707AF91.5010704@roeck-us.net> <20160408150922.GA28058@sophia> <20160408182801.GB7083@roeck-us.net> <20160408192723.GA31687@sophia> <20160409135814.359e24d6@lxorguk.ukuu.org.uk> <20160409135050.GA10418@sophia> Organization: Intel Corporation X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; 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 Content-Length: 720 Lines: 16 > It looks like I'm in quite a pickle. Even if the patch for the PnPBIOS > driver removes the errors and warnings, there may be runtime bugs in > other drivers expecting X86_32. The only way I can see to prevent that > is to audit all the drivers which depend on the ISA option -- a behemoth > undertaking which would be far too impractical and error-prone for me to > do. I actually wouldn't worry. We've got lots of other drivers that don't work on all the platforms they should because nobody has ever tried them out. At least if they compile on the different platforms people will be able to try them. It's not making anything any worse - it used to not work and it still doesn't work is the failure case 8) Alan