2015-11-18 16:17:35

by Andy Lutomirski

[permalink] [raw]
Subject: Re: [lkp] [x86/entry/vsyscall] 3dc33bd30f: Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

On Tue, Nov 17, 2015 at 10:34 PM, kernel test robot
<[email protected]> wrote:
> FYI, we noticed the below changes on
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> commit 3dc33bd30f3e1c1bcaaafa3482737694debf0f0b ("x86/entry/vsyscall: Add CONFIG to control default")

This is intentional. if you flip the default to disable vsyscalls,
then you need newer userspace code.

Can you either teach kbuild not to do that or rebuild your userspace
using an updated libc?

--Andy