Re: [PATCH 1/6] extable: add support for relative extables to search and sort routines

2016-01-04 Thread Helge Deller
On 03.01.2016 17:05, Ard Biesheuvel wrote: > This adds support to the generic search_extable() and sort_extable() > implementations for dealing with exception table entries whose fields > contain relative offsets rather than absolute addresses. > > Signed-off-by: Ard Biesheuvel I tested the gene

[PATCH 1/6] extable: add support for relative extables to search and sort routines

2016-01-03 Thread Ard Biesheuvel
This adds support to the generic search_extable() and sort_extable() implementations for dealing with exception table entries whose fields contain relative offsets rather than absolute addresses. Signed-off-by: Ard Biesheuvel --- lib/extable.c | 50 1 file changed, 41 insert