Re: [PATCH] x86/extable: ensure entries are swapped completely when sorting

2016-05-11 Thread Mathias Krause
On 11 May 2016 at 07:46, Ard Biesheuvel wrote: > On 10 May 2016 at 23:07, Mathias Krause wrote: >> The x86 exception table sorting was changed in commit 29934b0fb8ff >> ("x86/extable: use generic search and sort routines") to use the arch >>

Re: [PATCH] x86/extable: ensure entries are swapped completely when sorting

2016-05-11 Thread Mathias Krause
On 11 May 2016 at 07:46, Ard Biesheuvel wrote: > On 10 May 2016 at 23:07, Mathias Krause wrote: >> The x86 exception table sorting was changed in commit 29934b0fb8ff >> ("x86/extable: use generic search and sort routines") to use the arch >> independent code in lib/extable.c. However, the patch

Re: [PATCH] x86/extable: ensure entries are swapped completely when sorting

2016-05-10 Thread Ard Biesheuvel
On 10 May 2016 at 23:07, Mathias Krause wrote: > The x86 exception table sorting was changed in commit 29934b0fb8ff > ("x86/extable: use generic search and sort routines") to use the arch > independent code in lib/extable.c. However, the patch was mangled > somehow on its

Re: [PATCH] x86/extable: ensure entries are swapped completely when sorting

2016-05-10 Thread Ard Biesheuvel
On 10 May 2016 at 23:07, Mathias Krause wrote: > The x86 exception table sorting was changed in commit 29934b0fb8ff > ("x86/extable: use generic search and sort routines") to use the arch > independent code in lib/extable.c. However, the patch was mangled > somehow on its way into the kernel from

[PATCH] x86/extable: ensure entries are swapped completely when sorting

2016-05-10 Thread Mathias Krause
The x86 exception table sorting was changed in commit 29934b0fb8ff ("x86/extable: use generic search and sort routines") to use the arch independent code in lib/extable.c. However, the patch was mangled somehow on its way into the kernel from the last version posted at [1]. The committed version

[PATCH] x86/extable: ensure entries are swapped completely when sorting

2016-05-10 Thread Mathias Krause
The x86 exception table sorting was changed in commit 29934b0fb8ff ("x86/extable: use generic search and sort routines") to use the arch independent code in lib/extable.c. However, the patch was mangled somehow on its way into the kernel from the last version posted at [1]. The committed version