From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753474Ab1I1MCX (ORCPT ); Wed, 28 Sep 2011 08:02:23 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:49564 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752505Ab1I1MCV convert rfc822-to-8bit (ORCPT ); Wed, 28 Sep 2011 08:02:21 -0400 MIME-Version: 1.0 In-Reply-To: <20110928195601.9d0da0ea27186c4ce9349d94@canb.auug.org.au> References: <20110928195601.9d0da0ea27186c4ce9349d94@canb.auug.org.au> Date: Wed, 28 Sep 2011 20:02:20 +0800 Message-ID: Subject: Re: linux-next: build failure after merge of the final tree From: huang ying To: Stephen Rothwell Cc: Andrew Morton , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller , Huang Ying Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 28, 2011 at 5:56 PM, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (sparc32 defconfig) > failed like this: > > In file included from include/linux/irq_work.h:4:0, >                 from include/linux/perf_event.h:510, >                 from arch/sparc/mm/fault_32.c:21: > include/linux/llist.h: In function 'llist_add': > include/linux/llist.h:158:2: error: implicit declaration of function 'in_nmi' > In file included from include/linux/irq_work.h:4:0, >                 from include/linux/perf_event.h:510, >                 from arch/sparc/kernel/unaligned_32.c:18: > include/linux/llist.h: In function 'llist_add': > include/linux/llist.h:158:2: error: implicit declaration of function 'in_nmi' > In file included from include/linux/irq_work.h:4:0, >                 from include/linux/perf_event.h:510, >                 from kernel/sys.c:16: > include/linux/llist.h: In function 'llist_add': > include/linux/llist.h:158:2: error: implicit declaration of function 'in_nmi' > > Caused by commit 510d7dc70eab ("llist: make all llist functions inline") > from the akpm tree. Sorry, should have done at least building test for sparc. Will pay more attention next time. Best Regards, Huang Ying