From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754438AbaEILwu (ORCPT ); Fri, 9 May 2014 07:52:50 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:55621 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbaEILwp (ORCPT ); Fri, 9 May 2014 07:52:45 -0400 From: Arnd Bergmann To: Guenter Roeck Subject: Re: [PATCH 00/22] Random ARM randconfig fixes in drivers Date: Fri, 9 May 2014 13:48:49 +0200 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bhelgaas@google.com, dwmw2@infradead.org, dmitry.torokhov@gmail.com, balbi@ti.com, gregkh@linuxfoundation.org, plagnioj@jcrosoft.com, jic23@kernel.org, josh.wu@atmel.com, kishon@ti.com, linus.walleij@linaro.org, broonie@kernel.org, mturquette@linaro.org, nicolas.ferre@atmel.com, ohad@wizery.com, linux@arm.linux.org.uk, tony@atomide.com, vinod.koul@intel.com, wim@iguana.be, wsa@the-dreams.de, dmaengine@vger.kernel.org, linux-i2c@vger.kernel.org, linux-ide@vger.kernel.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pci@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-sh@vger.kernel.org, linux-watchdog@vger.kernel.org, netdev@vger.kernel.org References: <1399560433-1402630-1-git-send-email-arnd@arndb.de> <20140508164157.GA22224@roeck-us.net> In-Reply-To: <20140508164157.GA22224@roeck-us.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201405091348.49713.arnd@arndb.de> X-Provags-ID: V02:K0:eFSnR1LLI47q+OMhcKsCbJan99MgoqC+4Q7iyDyibqM a3A+OImcp58hzE2umfvTIzfZcf3wkUXKEeYhQXUDgcyHR457yV xhFkTLT4p9pLWBcPW++CFh2DW8bqZXTSmUzo1SJTQYYpv9fxUQ ojL98vGHVnUq0AOkwd4/dRECLFsyrsQtqkBBEaDQJcqZAAurQl Cfn81dUEemg/MEdjjEkd1wJthq4tax2c11p2uAFrQ+YoYPaIFS 33x/siBTm+3QO6rtPTuWiMzZZ8ZBcXuIFv32vzAVGBzmjBK3uL ziLsyq7/tLoOoBxMAv9Y+ELfFEd5xjJ8nhtBfqXNTxMF9ovgGW jE3XBvYbxJmunHXqMf7g= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 08 May 2014, Guenter Roeck wrote: > On Thu, May 08, 2014 at 04:46:51PM +0200, Arnd Bergmann wrote: > > These are a bunch of fixes I had to do to get all randconfig > > configurations on ARM working. Most of these are really old > > bugs, but there are also some new ones. I don't think any of > > them require a backport to linux-stable. > > > > I have checked that they are all still required on yesterday's > > linux-next kernel. Please apply on the appropriate trees unless > > there are objections. > > > Is this series of patches also going to fix arm:allmodconfig ? Possibly, I haven't checked in a while. I'm unfortunately sitting on about 200 other patches in the same branch, which together fix all build errors in any configuration I encountered. I should really do some allmodconfig/allnoconfig/allyesconfig builds without my series again, and prioritize sending out the ones required for that. Arnd