From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753457AbbJUOOx (ORCPT ); Wed, 21 Oct 2015 10:14:53 -0400 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:59915 "EHLO e28smtp09.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbbJUOOv (ORCPT ); Wed, 21 Oct 2015 10:14:51 -0400 X-Helo: d28dlp02.in.ibm.com X-MailFrom: aneesh.kumar@linux.vnet.ibm.com X-RcptTo: linux-next@vger.kernel.org From: "Aneesh Kumar K.V" To: Michael Ellerman , Stephen Rothwell , Andrew Morton Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Laurent Dufour , Pavel Emelyanov , Benjamin Herrenschmidt , Paul Mackerras Subject: Re: linux-next: build failure after merge of the akpm-current tree In-Reply-To: <1445422133.472.1.camel@ellerman.id.au> References: <20151021165932.3160cb59@canb.auug.org.au> <1445422133.472.1.camel@ellerman.id.au> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 21 Oct 2015 19:44:41 +0530 Message-ID: <87lhaws3zi.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15102114-0033-0000-0000-0000086E28EC Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Michael Ellerman writes: > 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? > The other two patches are fixes for core soft dirty tracking code and they are valid even without powerpc bits. So they can go via -mm tree -aneesh