From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031930Ab2CORcW (ORCPT ); Thu, 15 Mar 2012 13:32:22 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:59671 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932396Ab2CORcT (ORCPT ); Thu, 15 Mar 2012 13:32:19 -0400 From: Arnd Bergmann To: Jason Cooper Subject: Re: linux-next: build failure after merge of the final tree (arm-soc tree related) Date: Thu, 15 Mar 2012 17:32:12 +0000 User-Agent: KMail/1.12.2 (Linux/3.3.0-rc1; KDE/4.3.2; x86_64; ; ) Cc: Stephen Rothwell , Olof Johansson , linux-arm-kernel@lists.infradead.org, Michael Walle , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org References: <20120315105901.7b10c9f4de9374a613436988@canb.auug.org.au> <201203151639.38223.arnd@arndb.de> <20120315172213.GC20243@titan.lakedaemon.net> In-Reply-To: <20120315172213.GC20243@titan.lakedaemon.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203151732.12852.arnd@arndb.de> X-Provags-ID: V02:K0:8qWcpun3cGkXCMA+JgUyVN84LalYgz11jwKCb/VV4Yb iZeX222T9H4Rd57Zft4n1YYJ+hu6pa4lphYfbR9VEvFGcvU7Kd nMa0PBVugrzfKcwtnBJ8meQadX1EhtbXdnI8cjFvZBuvxWGuxm 0gsLj8aF/kktvc8yrY2y56oKiOwkuGy11Pk0E+EDbfy9EwWVs+ +47Bvzmblmxw78dmuu9BtgJylx8cvUzAo1VPO3qB9dwqCNOerm Jkq13x8ULgDKpFpfRKTyfBIjuJfz7XiqdUvLUXViWu6PzKo4W6 88J3uJcpZzZVC4lptKoFMukouJVGp2ZiiX8gsP7ep0XTS7ONO1 RnFma9pUPVwwbMfLtlvc= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 15 March 2012, Jason Cooper wrote: > On Thu, Mar 15, 2012 at 04:39:38PM +0000, Arnd Bergmann wrote: > > On Thursday 15 March 2012, Jason Cooper wrote: > > > That's my mistake. I did a pull request for the wrong branch. Olof, > > > could you please drop the offending branch and I'll submit a new pull > > > request once I have a chance to test Arnd's irq patch? > > > > I reverted this in the for-next branch for now. The two initial patches > > from the kirkwood/board branch are still present. > > Okay, thanks. I've rebased onto next/boards and merged the > depends/irqdomain branch. I'm making progress, but not finished yet. Ok. I hope we can still make it for v3.4, but I think it won't be much of a problem if not -- it will get merged into linux-next just after v3.4-rc1 in case we don't make it, and then you have plenty of time to improve it further. > How is a pull-request done in the above scenario? is my merge commit > included in the series? what is the pull-request based on? > next/boards, or depends/irqdomain? You should base it on depends/irqdomain. Arnd