From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932484AbcITN5E (ORCPT ); Tue, 20 Sep 2016 09:57:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43284 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751218AbcITN5C (ORCPT ); Tue, 20 Sep 2016 09:57:02 -0400 Date: Tue, 20 Sep 2016 15:56:57 +0200 From: Jiri Olsa To: Kees Cook Cc: Jiri Olsa , lkml , Ingo Molnar , Andi Kleen , Linus Torvalds Subject: Re: [PATCH 1/2] fs/proc/kcore.c: Make bounce buffer global for read Message-ID: <20160920135657.GA1520@krava> References: <1473321428-20041-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Tue, 20 Sep 2016 13:57:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > Signed-off-by: Jiri Olsa > > For this and the 2/2: > > Acked-by: Kees Cook > > Thanks! hi, I still dont see those pulled in.. which tree is it going to take? thanks, jirka