Re: commit 894d1b3db41c leads to frequent hangs when booting

From: Bert Karwatzki
Date: Wed Dec 11 2024 - 17:47:02 EST


Am Mittwoch, dem 11.12.2024 um 22:35 +0100 schrieb Bert Karwatzki:
> I have confirmed that I that linux-next-20241210 is fixed by the same revert
> as v6.13-rc2 (ten boots without incident is the criterion for a good commit)
>
>
> Bert Karwatzki

Also this bug only occurs with CONFIG_PREEMPT_RT=y, I've just checked v6.13-rc2
without the revert and the following preempt settings and got 10 clean boots:


CONFIG_PREEMPT_BUILD=y
CONFIG_ARCH_HAS_PREEMPT_LAZY=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
# CONFIG_PREEMPT_LAZY is not set
# CONFIG_PREEMPT_RT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_PREEMPTION=y
CONFIG_PREEMPT_DYNAMIC=y
CONFIG_SCHED_CORE=y

Bert Karwatzki