[osv-dev] [PATCH] aarch64: improve unexpected exception handling

2022-03-13 Thread Waldemar Kozaczuk
Debugging scenarios when OSv crashes due to an unexpected exception can be quite tedious given they are handled by entry_invalid which simply makes kernel "hang" waiting for an interrupt. One needs to connect with gdb and introspect registers to make sense of what happenned. This patch improves th

Re: [osv-dev] Proposal to change virtual memory layout

2022-03-13 Thread Nadav Har'El
On Fri, Mar 11, 2022 at 7:03 AM Waldek Kozaczuk wrote: > In the last couple of weeks I have been working on various issues related > to aarch64 port. I have managed to make good progress and I will be sending > new patches soon. > > Two issues had to do with making Java run on aarch64 - > https:/