Re: [Xen-devel] [PATCH v6 15/24] xsplice: Add support for exception tables.

2016-04-08 Thread Andrew Cooper
On 07/04/16 04:49, Konrad Rzeszutek Wilk wrote: > @@ -48,19 +49,23 @@ static void __init swap_ex(void *a, void *b, int size) > } > #endif > > -void __init sort_exception_tables(void) > +void __INIT sort_exception_table(struct exception_table_entry *start, > + struct exc

[Xen-devel] [PATCH v6 15/24] xsplice: Add support for exception tables.

2016-04-06 Thread Konrad Rzeszutek Wilk
From: Ross Lagerwall Add support for exception tables contained within xSplice payloads. If an exception occurs search either the main exception table or a particular active payload's exception table depending on the instruction pointer. Also we add an test-case to make sure we have an exception