[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <04b8a6de-2b20-4488-b20f-c8a8f6001fd2@infradead.org>
Date: Tue, 19 Sep 2023 08:42:07 -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-um <linux-um@...ts.infradead.org>
Subject: Re: linux-next: Tree for Sep 19 (UML)
On 9/18/23 23:37, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20230918:
>
> New tree: kvm-ppc
>
> The mm tree gained a boot warning for which I reverted 5 commits.
>
> Non-merge commits (relative to Linus' tree): 5750
> 3717 files changed, 446028 insertions(+), 107378 deletions(-)
>
> ----------------------------------------------------------------------------
>
on i386 or x86_64:
../arch/x86/um/../kernel/module.c: In function 'execmem_arch_params':
../arch/x86/um/../kernel/module.c:54:50: error: implicit declaration of function 'kaslr_enabled'; did you mean 'kasan_enabled'? [-Werror=implicit-function-declaration]
54 | if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_enabled())
| ^~~~~~~~~~~~~
| kasan_enabled
git blames this on:
commit 12633d679796
Author: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Tue Sep 19 15:14:03 2023 +1000
Revert "arch: make execmem setup available regardless of CONFIG_MODULES"
This reverts commit 3300c3af20090ff5e03e5c4bf2ef2cfaa03d4e9b.
--
~Randy
Powered by blists - more mailing lists