zephyr/tests/kernel/smp_abort
Ederson de Souza 7f0b5edd8c arch/x86: Make irq_offload SMP-safe on x86_64
The irq_offload mechanism was using the same entry of the IDT vector for
all CPUs on SMP systems. This caused race conditions when two CPUs were
doing irq_offload() calls.

This patch addresses that by adding one indirection layer: the
irq_offload() now sets a per CPU entry with the routine and parameter to
be run. Then a software interrupt is generated, and a default handler
will do the appropriate dispatching.

Finally, test "kernel/smp_abort" is enabled for x86 as it should work
now.

Fixes #72172.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2024-06-04 07:57:06 +02:00
..
src tests: thread abort deadlock scenario 2024-05-02 13:55:03 -04:00
CMakeLists.txt tests: thread abort deadlock scenario 2024-05-02 13:55:03 -04:00
prj.conf tests: thread abort deadlock scenario 2024-05-02 13:55:03 -04:00
testcase.yaml arch/x86: Make irq_offload SMP-safe on x86_64 2024-06-04 07:57:06 +02:00