Re: [PATCH v2] x86, relocs: move ELF relocation handling to C

2013-08-07 Thread H. Peter Anvin
On 08/07/2013 06:34 PM, Kees Cook wrote: > > Hi Peter, > > Can this get added to tip? > > Thanks, > > -Kees > Sorry, missed the 7/8 update... -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCH v2] x86, relocs: move ELF relocation handling to C

2013-08-07 Thread Kees Cook
On Mon, Jul 8, 2013 at 10:35 AM, Zhang Yanfei wrote: > On 07/09/2013 12:15 AM, Kees Cook wrote: >> Moves the relocation handling into C, after decompression. This requires >> that the decompressed size is passed to the decompression routine as >> well so that relocations can be found. Only kernels

Re: [PATCH v2] x86, relocs: move ELF relocation handling to C

2013-07-08 Thread Zhang Yanfei
On 07/09/2013 12:15 AM, Kees Cook wrote: > Moves the relocation handling into C, after decompression. This requires > that the decompressed size is passed to the decompression routine as > well so that relocations can be found. Only kernels that need relocation > support will use the code (currentl

[PATCH v2] x86, relocs: move ELF relocation handling to C

2013-07-08 Thread Kees Cook
Moves the relocation handling into C, after decompression. This requires that the decompressed size is passed to the decompression routine as well so that relocations can be found. Only kernels that need relocation support will use the code (currently just x86_32), but this is laying the ground wor

[PATCH v2] x86, relocs: move ELF relocation handling to C

2013-06-12 Thread Kees Cook
Moves the relocation handling into C, after decompression. This requires that the decompressed size is passed to the decompression routine as well so that relocations can be found. Only kernels that need relocation support will use the code (currently just x86_32), but this is laying the ground wor