From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964933AbbLOKTN (ORCPT ); Tue, 15 Dec 2015 05:19:13 -0500 Received: from foss.arm.com ([217.140.101.70]:47666 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964798AbbLOKTK (ORCPT ); Tue, 15 Dec 2015 05:19:10 -0500 Message-ID: <566FE8E7.4000401@arm.com> Date: Tue, 15 Dec 2015 10:18:15 +0000 From: James Morse User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: Catalin Marinas CC: linux-arm-kernel@lists.infradead.org, Julien Grall , Will Deacon , linux-kernel@vger.kernel.org, stefano.stabellini@eu.citrix.com Subject: Re: [PATCH] arm64: Add missing linux/bug.h include in asm/pgtable.h References: <1450109244-20122-1-git-send-email-julien.grall@citrix.com> <20151214162242.GA27918@e104818-lin.cambridge.arm.com> <566EEDC8.1050501@citrix.com> <20151214163840.GB27918@e104818-lin.cambridge.arm.com> <566EF28B.7060909@arm.com> <20151214170725.GC27918@e104818-lin.cambridge.arm.com> In-Reply-To: <20151214170725.GC27918@e104818-lin.cambridge.arm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/12/15 17:07, Catalin Marinas wrote: > If they take the mmdebug.h patch, it's even better. Please let us know > how that goes. Andrew Morton's Robot wrote: > The patch titled > Subject: include/linux/mmdebug.h: should include linux/bug.h > has been added to the -mm tree. Its filename is > include-linux-mmdebugh-should-include-linux-bugh.patch > > This patch should soon appear at > http://ozlabs.org/~akpm/mmots/broken-out/include-linux-mmdebugh-should-include-linux-bugh.patch > and later at > http://ozlabs.org/~akpm/mmotm/broken-out/include-linux-mmdebugh-should-include-linux-bugh.patch > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/SubmitChecklist when testing your code *** > > The -mm tree is included into linux-next and is updated > there every 3-4 working days Thanks, James