On 08/11/2021 15:18, Guillaume Gardet wrote:
Hi,
-----Original Message----- From: Christian Gross <christian.gross@centerofgravity.at> Sent: 01 November 2021 01:35 To: arm@lists.opensuse.org Subject: [Fwd: Re: DE0-Nano-SoC boot fails on 15.3]
I think I found the problem. The freeze is caused by the CONFIG_FORTIFY_SOURCE kernel configuration item.
--- /boot/config-5.3.18-59.25-default 2021-09-23 14:34:53.000000000 +0000 +++ .config 2021-07-15 12:07:05.608153308 +0000 @@ -10294,7 +10294,7 @@ CONFIG_LSM_MMAP_MIN_ADDR=0 CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y # CONFIG_HARDENED_USERCOPY is not set -CONFIG_FORTIFY_SOURCE=y +# CONFIG_FORTIFY_SOURCE is not set # CONFIG_STATIC_USERMODEHELPER is not set # CONFIG_HIDDEN_AREA is not set CONFIG_SECURITY_SELINUX=y
At least the kernel is booting after changing it.
And it was only set to "y" for the 5.3.18-59.25-default kernel used in 15.3
config-5.14.11-2-default:# CONFIG_FORTIFY_SOURCE is not set config-5.3.18- 59.25-default:CONFIG_FORTIFY_SOURCE=y config-5.3.18-lp152.92-default:# CONFIG_FORTIFY_SOURCE is not set config- 5.3.18-lp152.95-default:# CONFIG_FORTIFY_SOURCE is not set config-5.3.18- lp152.95-mybuild:# CONFIG_FORTIFY_SOURCE is not set
Thanks for tracking this down!
Could you report this kernel problem on https://bugzilla.opensuse.org please?
FYI, now on bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1192473 Regards, Matthias