RE: [PATCH] aarch64: Fix context switch

2021-03-05 Thread Kinsey Moore
: devel@rtems.org; Kinsey Moore Subject: Re: [PATCH] aarch64: Fix context switch Hello Kinsey, On 04/03/2021 08:17, Sebastian Huber wrote: > The Per_CPU_Control::isr_dispatch_disable is a 32-bit integer. > > Close #4206. could you please have a look at this. I think it is a serious bug. M

Re: [PATCH] aarch64: Fix context switch

2021-03-04 Thread Sebastian Huber
Hello Kinsey, On 04/03/2021 08:17, Sebastian Huber wrote: The Per_CPU_Control::isr_dispatch_disable is a 32-bit integer. Close #4206. could you please have a look at this. I think it is a serious bug. Maybe you should also review the aarch64 assembler files in general for invalid load/store i

[PATCH] aarch64: Fix context switch

2021-03-03 Thread Sebastian Huber
The Per_CPU_Control::isr_dispatch_disable is a 32-bit integer. Close #4206. --- cpukit/score/cpu/aarch64/cpu_asm.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/aarch64/cpu_asm.S b/cpukit/score/cpu/aarch64/cpu_asm.S index 6c4da04628..9e609e06bd 100644 -