[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <73fb443e-bec6-b213-17db-21c18df183ae@infradead.org>
Date: Fri, 26 Apr 2019 08:11:34 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-efi <linux-efi@...r.kernel.org>
Subject: Re: linux-next: Tree for Apr 26 (x86/efi)
On 4/26/19 2:40 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20190424:
>
on x86_64:
In file included from ../include/linux/kernel.h:11:0,
from ../arch/x86/platform/efi/efi_64.c:21:
../arch/x86/platform/efi/efi_64.c: In function ‘efi_sync_low_kernel_mappings’:
../include/linux/compiler.h:329:20: error: call to ‘__compiletime_assert_277’ declared with attribute error: BUILD_BUG_ON failed: p4d_index(EFI_VA_END) != p4d_index(MODULES_END)
prefix ## suffix(); \
^
../include/linux/compiler.h:336:2: note: in expansion of macro ‘__compiletime_assert’
__compiletime_assert(condition, msg, prefix, suffix)
^
../include/linux/compiler.h:348:2: note: in expansion of macro ‘_compiletime_assert’
_compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
^
../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’
#define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
^
../include/linux/build_bug.h:50:2: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
^
../arch/x86/platform/efi/efi_64.c:277:2: note: in expansion of macro ‘BUILD_BUG_ON’
BUILD_BUG_ON(p4d_index(EFI_VA_END) != p4d_index(MODULES_END));
^
Full randconfig file is attached.
--
~Randy
View attachment "config-r5020" of type "text/plain" (85831 bytes)
Powered by blists - more mailing lists