From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751484AbcEIJTS (ORCPT ); Mon, 9 May 2016 05:19:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57909 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961AbcEIJTR (ORCPT ); Mon, 9 May 2016 05:19:17 -0400 Date: Mon, 9 May 2016 17:19:12 +0800 From: Baoquan He To: Borislav Petkov Cc: linux-kernel@vger.kernel.org, luto@amacapital.net, tglx@linutronix.de, torvalds@linux-foundation.org, keescook@chromium.org, luto@kernel.org, dvlasenk@redhat.com, brgerst@gmail.com, peterz@infradead.org, yinghai@kernel.org, mingo@kernel.org, hpa@zytor.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/boot] x86/KASLR: Improve comments around the mem_avoid[] logic Message-ID: <20160509091344.GE2460@x1.redhat.com> References: <20160506194459.GA16480@www.outflux.net> <20160509084938.GD2460@x1.redhat.com> <20160509085834.GE4107@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160509085834.GE4107@pd.tnic> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 09 May 2016 09:19:16 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/09/16 at 10:58am, Borislav Petkov wrote: > On Mon, May 09, 2016 at 04:49:38PM +0800, Baoquan He wrote: > > > + * The initrd, cmdline, and boot_params are trivial to identify for > > > + * avoiding. The are MEM_AVOID_INITRD, MEM_AVOID_CMDLINE, and > > ~~~a typo, should be "They" > > Can you please trim the rest of the quoted text when you're replying to > only this one issue? > > Like I've done it. Will do next time, thanks!