From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932446AbbJUKI5 (ORCPT ); Wed, 21 Oct 2015 06:08:57 -0400 Received: from ozlabs.org ([103.22.144.67]:42650 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932289AbbJUKIz (ORCPT ); Wed, 21 Oct 2015 06:08:55 -0400 Message-ID: <1445422133.472.1.camel@ellerman.id.au> Subject: Re: linux-next: build failure after merge of the akpm-current tree From: Michael Ellerman To: Stephen Rothwell , Andrew Morton Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Laurent Dufour , "Aneesh Kumar K.V" , Pavel Emelyanov , Benjamin Herrenschmidt , Paul Mackerras Date: Wed, 21 Oct 2015 21:08:53 +1100 In-Reply-To: <20151021165932.3160cb59@canb.auug.org.au> References: <20151021165932.3160cb59@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2015-10-21 at 16:59 +1100, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (powerpc > allnoconfig) failed like this: > arch/powerpc/include/asm/pgtable.h: In function 'pte_pgprot': > arch/powerpc/include/asm/pte-common.h:104:18: error: '_PAGE_SOFT_DIRTY' undeclared (first use in this function) > _PAGE_EXEC | _PAGE_SOFT_DIRTY) That's probably my fault, Andrew asked if we wanted to take it via powerpc and I thought "yes" but never actually replied. Andrew can you drop this one and we'll take it via powerpc? It might take a while to actually hit the powerpc tree because Aneesh is doing a lot of work in this area at the moment. Without knowing the code, the change logs make me think we probably also need to take the other two from Laurent for it to make sense. Laurent? cheers