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
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