Re: [linus:master] [tomoyo] c5e3cdbf2a: Kernel_panic-not_syncing:STOP
From: Tetsuo Handa
Date: Fri Nov 22 2024 - 09:54:48 EST
That commit is not bad.
Kernel config says
CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y
# CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING is not set
which is a combination that cannot boot without doing one of choices listed below.
Change CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING to y.
Change CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER to n and
install tomoyo-tools package and initialize on-disk policy.
Modify built-in policy to include a complete set of on-disk policy.
On 2024/11/22 19:11, kernel test robot wrote:
> config: i386-randconfig-005-20241118
Please correct kernel config if random config selection hit this combination.