git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

Hans Petter Selasky hps at selasky.org
Wed Mar 10 10:09:43 UTC 2021


On 3/10/21 11:04 AM, Konstantin Belousov wrote:
> This probably hangs machine instead of panicing.  In low memory condition,
> you do not handle interrupt, which probably mean that the source is not
> silenced, and after EOI the same interrupt will be generated again.

Hi,

This usually happens during boot. Another possibility is to panic() 
there. I don't see so many options.

--HPS


More information about the dev-commits-src-main mailing list