All of lore.kernel.org
 help / color / mirror / Atom feed
From: james.morse@arm.com (James Morse)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: Add missing linux/bug.h include in asm/pgtable.h
Date: Mon, 14 Dec 2015 16:47:07 +0000	[thread overview]
Message-ID: <566EF28B.7060909@arm.com> (raw)
In-Reply-To: <20151214163840.GB27918@e104818-lin.cambridge.arm.com>

On 14/12/15 16:38, Catalin Marinas wrote:
> On Mon, Dec 14, 2015 at 04:26:48PM +0000, Julien Grall wrote:
>> On 14/12/15 16:22, Catalin Marinas wrote:
>>> On Mon, Dec 14, 2015 at 04:07:24PM +0000, Julien Grall wrote:
>>>> Linux 4.4-rc5 doesn't build for arm64 with CONFIG_XEN=y enabled:
>>>>
>>>> In file included from linux/arch/arm64/include/asm/pgtable.h:60:0,
>>>>                  from linux/arch/arm64/include/../../arm/include/asm/xen/page.h:5,
>>>>                  from linux/arch/arm64/include/asm/xen/page.h:1,
>>>>                  from linux/include/xen/page.h:28,
>>>>                  from linux/arch/arm64/xen/../../arm/xen/grant-table.c:33:
>>>> linux/arch/arm64/include/asm/pgtable.h: In function 'set_pte_at':
>>>> linux/include/linux/mmdebug.h:49:39: error: implicit declaration of function 'BUILD_BUG_ON_INVALID' [-Werror=implicit-function-declaration]
>>>>  #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond)
>>>>                                        ^
>>>> linux/arch/arm64/include/asm/pgtable.h:281:3: note: in expansion of macro 'VM_WARN_ONCE'
>>>>    VM_WARN_ONCE(!pte_young(pte),

I got bitten by this this morning, and had a patch to mmdebug.h I just
sent to the linux-mm list... sorry I should have copied everyone on this
thread (you don't get enough email already!).


Thanks,

James

WARNING: multiple messages have this Message-ID (diff)
From: James Morse <james.morse@arm.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Catalin Marinas <catalin.marinas@arm.com>,
	Julien Grall <julien.grall@citrix.com>,
	Will Deacon <will.deacon@arm.com>,
	linux-kernel@vger.kernel.org, stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH] arm64: Add missing linux/bug.h include in asm/pgtable.h
Date: Mon, 14 Dec 2015 16:47:07 +0000	[thread overview]
Message-ID: <566EF28B.7060909@arm.com> (raw)
In-Reply-To: <20151214163840.GB27918@e104818-lin.cambridge.arm.com>

On 14/12/15 16:38, Catalin Marinas wrote:
> On Mon, Dec 14, 2015 at 04:26:48PM +0000, Julien Grall wrote:
>> On 14/12/15 16:22, Catalin Marinas wrote:
>>> On Mon, Dec 14, 2015 at 04:07:24PM +0000, Julien Grall wrote:
>>>> Linux 4.4-rc5 doesn't build for arm64 with CONFIG_XEN=y enabled:
>>>>
>>>> In file included from linux/arch/arm64/include/asm/pgtable.h:60:0,
>>>>                  from linux/arch/arm64/include/../../arm/include/asm/xen/page.h:5,
>>>>                  from linux/arch/arm64/include/asm/xen/page.h:1,
>>>>                  from linux/include/xen/page.h:28,
>>>>                  from linux/arch/arm64/xen/../../arm/xen/grant-table.c:33:
>>>> linux/arch/arm64/include/asm/pgtable.h: In function 'set_pte_at':
>>>> linux/include/linux/mmdebug.h:49:39: error: implicit declaration of function 'BUILD_BUG_ON_INVALID' [-Werror=implicit-function-declaration]
>>>>  #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond)
>>>>                                        ^
>>>> linux/arch/arm64/include/asm/pgtable.h:281:3: note: in expansion of macro 'VM_WARN_ONCE'
>>>>    VM_WARN_ONCE(!pte_young(pte),

I got bitten by this this morning, and had a patch to mmdebug.h I just
sent to the linux-mm list... sorry I should have copied everyone on this
thread (you don't get enough email already!).


Thanks,

James


  reply	other threads:[~2015-12-14 16:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 16:07 [PATCH] arm64: Add missing linux/bug.h include in asm/pgtable.h Julien Grall
2015-12-14 16:07 ` Julien Grall
2015-12-14 16:22 ` Catalin Marinas
2015-12-14 16:22   ` Catalin Marinas
2015-12-14 16:26   ` Julien Grall
2015-12-14 16:26     ` Julien Grall
2015-12-14 16:38     ` Catalin Marinas
2015-12-14 16:38       ` Catalin Marinas
2015-12-14 16:47       ` James Morse [this message]
2015-12-14 16:47         ` James Morse
2015-12-14 17:07         ` Catalin Marinas
2015-12-14 17:07           ` Catalin Marinas
2015-12-15 10:18           ` James Morse
2015-12-15 10:18             ` James Morse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=566EF28B.7060909@arm.com \
    --to=james.morse@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.