Only panic if no undefined instruction handler matched the exception.
This can arise in practice if the VFP is enabled lazily.
Obtained from: Stormshield
Sponsored by: Klara, Inc.
Sponsored by: Stormshield
Differential D42970
arm: Fix handling of undefined instructions in kernel mode markj on Dec 8 2023, 6:03 PM. Authored by Tags None Referenced Files
Subscribers
Details Only panic if no undefined instruction handler matched the exception. Obtained from: Stormshield
Diff Detail
Event TimelineComment Actions undefinedinstruction needs some clean ups, e.g. lets hope we don't have a misaligned PC from the kernel or that fault_pc doesn't fault, but they are outside the scope of this change. |