Re: [PATCH 02/10] binfmt_elf: load interpreter program headers earlier

2014-11-13 Thread Ralf Baechle
On Thu, Nov 13, 2014 at 01:20:20PM +0100, Thierry Reding wrote: > kmemleak started complaining for me recently and the stacktrace (see > below) points to this function: > > unreferenced object 0xec0f77c0 (size 192): > comm "kworker/u8:0", pid 169, jiffies 4294939367 (age 86.360s) >

Re: [PATCH 02/10] binfmt_elf: load interpreter program headers earlier

2014-11-13 Thread Thierry Reding
On Thu, Sep 11, 2014 at 08:30:15AM +0100, Paul Burton wrote: > Load the program headers of an ELF interpreter early enough in > load_elf_binary that they can be examined before it's too late to return > an error from an exec syscall. This patch does not perform any such > checking, it merely lays t