Re: [PATCH 0/5] Preliminary Exception Manager Work

2021-08-27 Thread Kinsey Moore
On 8/27/2021 19:04, Chris Johns wrote: On 24/8/21 10:34 pm, Kinsey Moore wrote: On 8/23/2021 21:41, Chris Johns wrote: On 24/8/21 9:50 am, Kinsey Moore wrote: This patch set contains the result of the Exception Manager work I proposed a while back to manage handling of machine exceptions

Re: [PATCH 0/5] Preliminary Exception Manager Work

2021-08-27 Thread Chris Johns
On 24/8/21 10:34 pm, Kinsey Moore wrote: > On 8/23/2021 21:41, Chris Johns wrote: >> On 24/8/21 9:50 am, Kinsey Moore wrote: >>> This patch set contains the result of the Exception Manager work I >>> proposed a while back to manage handling of machine exceptions along >>> with a general feature

Re: [PATCH 0/5] Preliminary Exception Manager Work

2021-08-24 Thread Kinsey Moore
On 8/23/2021 21:41, Chris Johns wrote: On 24/8/21 9:50 am, Kinsey Moore wrote: This patch set contains the result of the Exception Manager work I proposed a while back to manage handling of machine exceptions along with a general feature for mapping exceptions to POSIX signals without delving

Re: [PATCH 0/5] Preliminary Exception Manager Work

2021-08-23 Thread Chris Johns
On 24/8/21 9:50 am, Kinsey Moore wrote: > This patch set contains the result of the Exception Manager work I > proposed a while back to manage handling of machine exceptions along > with a general feature for mapping exceptions to POSIX signals without > delving into the CPU Port-specific details.

[PATCH 0/5] Preliminary Exception Manager Work

2021-08-23 Thread Kinsey Moore
This patch set contains the result of the Exception Manager work I proposed a while back to manage handling of machine exceptions along with a general feature for mapping exceptions to POSIX signals without delving into the CPU Port-specific details. This is a pretty basic initial implementation,