Re: [Xen-devel] [PATCH v8.1 18/27] xsplice: Add support for exception tables.

2016-04-19 Thread Jan Beulich
>>> Konrad Rzeszutek Wilk 04/14/16 12:03 AM >>> >@@ -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 exception_ta

[Xen-devel] [PATCH v8.1 18/27] xsplice: Add support for exception tables.

2016-04-13 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