From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v3 00/17] Cross-architecture definitions of relaxed MMIO accessors Date: Mon, 29 Sep 2014 11:50:13 +0200 Message-ID: <2012641.4eaGXZM5vo@wuerfel> References: <1411579056-16966-1-git-send-email-will.deacon@arm.com> <3359318.XmOCYLZHTV@wuerfel> <20140929082323.GE12506@ulmo> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.17.13]:58250 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037AbaI2Jwh (ORCPT ); Mon, 29 Sep 2014 05:52:37 -0400 In-Reply-To: <20140929082323.GE12506@ulmo> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thierry Reding Cc: Olof Johansson , Russell King - ARM Linux , Will Deacon , "linux-arch@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "benh@kernel.crashing.org" , "chris@zankel.net" , "cmetcalf@tilera.com" , "davem@davemloft.net" , "deller@gmx.de" , "dhowells@redhat.com" , "geert@linux-m68k.org" , "heiko.carstens@de.ibm.com" , "hpa@zytor.com" , "jcmvbkbc@gmail.com" , "jesper.nilsson@axis.com" , "mingo@redhat.com" , "monstr@monstr.eu" , "paulmck@linux.vnet.ibm.com" , rdu On Monday 29 September 2014 10:23:25 Thierry Reding wrote: > > How about if I keep iterating this series? It seems like most failures > can be reproduced by doing ARM defconfig and allmodconfig builds, so > I'll do those and fix up any issues I find. Hopefully I can squash all > these before 3.18-rc1, then we can take it into linux-next early for > 3.19? In the meantime perhaps I can work with Olof to get a branch with > these patches tested on his builder? And perhaps on the 0-day builder in > addition? Yes, definitely! Note that I saw a lot of problems only in randconfig build tests but not in any of the default configurations. I'll send you the fixup patch soon so you can integrate that in your series. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.17.13]:58250 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037AbaI2Jwh (ORCPT ); Mon, 29 Sep 2014 05:52:37 -0400 From: Arnd Bergmann Subject: Re: [PATCH v3 00/17] Cross-architecture definitions of relaxed MMIO accessors Date: Mon, 29 Sep 2014 11:50:13 +0200 Message-ID: <2012641.4eaGXZM5vo@wuerfel> In-Reply-To: <20140929082323.GE12506@ulmo> References: <1411579056-16966-1-git-send-email-will.deacon@arm.com> <3359318.XmOCYLZHTV@wuerfel> <20140929082323.GE12506@ulmo> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thierry Reding Cc: Olof Johansson , Russell King - ARM Linux , Will Deacon , "linux-arch@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "benh@kernel.crashing.org" , "chris@zankel.net" , "cmetcalf@tilera.com" , "davem@davemloft.net" , "deller@gmx.de" , "dhowells@redhat.com" , "geert@linux-m68k.org" , "heiko.carstens@de.ibm.com" , "hpa@zytor.com" , "jcmvbkbc@gmail.com" , "jesper.nilsson@axis.com" , "mingo@redhat.com" , "monstr@monstr.eu" , "paulmck@linux.vnet.ibm.com" , "rdunlap@infradead.org" , "sam@ravnborg.org" , "schwidefsky@de.ibm.com" , "starvik@axis.com" , "takata@linux-m32r.org" , "tglx@linutronix.de" , "tony.luck@intel.com" , "daniel.thompson@linaro.org" , "broonie@linaro.org" Message-ID: <20140929095013.CMKL4HaCgGKU5mLdhWpyDC0iCWay0c4tzxjVrkBdaVY@z> On Monday 29 September 2014 10:23:25 Thierry Reding wrote: > > How about if I keep iterating this series? It seems like most failures > can be reproduced by doing ARM defconfig and allmodconfig builds, so > I'll do those and fix up any issues I find. Hopefully I can squash all > these before 3.18-rc1, then we can take it into linux-next early for > 3.19? In the meantime perhaps I can work with Olof to get a branch with > these patches tested on his builder? And perhaps on the 0-day builder in > addition? Yes, definitely! Note that I saw a lot of problems only in randconfig build tests but not in any of the default configurations. I'll send you the fixup patch soon so you can integrate that in your series. Arnd