From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751915Ab3LKLCc (ORCPT ); Wed, 11 Dec 2013 06:02:32 -0500 Received: from mail-ea0-f174.google.com ([209.85.215.174]:36630 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751155Ab3LKLC3 (ORCPT ); Wed, 11 Dec 2013 06:02:29 -0500 Date: Wed, 11 Dec 2013 12:02:25 +0100 From: Ingo Molnar To: Kees Cook Cc: Ingo Molnar , linux-kernel@vger.kernel.org, "H. Peter Anvin" , Thomas Gleixner , x86@kernel.org Subject: Re: [PATCH -next] x86, kaslr: clarify RANDOMIZE_BASE_MAX_OFFSET Message-ID: <20131211110225.GB25541@gmail.com> References: <20131210202745.GA2961@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131210202745.GA2961@www.outflux.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kees Cook wrote: > The help text for RANDOMIZE_BASE_MAX_OFFSET was confusing. This has been > clarified, and updated to be an export-only tunable. > > Signed-off-by: Kees Cook Acked-by: Ingo Molnar Thanks, Ingo