Re: [PATCH 1/2] fs/proc/kcore.c: Make bounce buffer global for read

2016-09-20 Thread Linus Torvalds
On Tue, Sep 20, 2016 at 6:56 AM, Jiri Olsa wrote: > > I still dont see those pulled in.. which tree is it going to take? I guess I'll take them directly, Linus

Re: [PATCH 1/2] fs/proc/kcore.c: Make bounce buffer global for read

2016-09-20 Thread Jiri Olsa
On Fri, Sep 09, 2016 at 01:43:40PM -0700, Kees Cook wrote: > On Thu, Sep 8, 2016 at 12:57 AM, Jiri Olsa wrote: > > Next patch adds bounce buffer for ktext area, so it's > > convenient to have single bounce buffer for both > > vmalloc/module and ktext cases. > > > > Suggested-by: Linus Torvalds >

Re: [PATCH 1/2] fs/proc/kcore.c: Make bounce buffer global for read

2016-09-09 Thread Kees Cook
On Thu, Sep 8, 2016 at 12:57 AM, Jiri Olsa wrote: > Next patch adds bounce buffer for ktext area, so it's > convenient to have single bounce buffer for both > vmalloc/module and ktext cases. > > Suggested-by: Linus Torvalds > Signed-off-by: Jiri Olsa For this and the 2/2: Acked-by: Kees Cook