From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754817AbbDNLkB (ORCPT ); Tue, 14 Apr 2015 07:40:01 -0400 Received: from cantor2.suse.de ([195.135.220.15]:59611 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753337AbbDNLjw (ORCPT ); Tue, 14 Apr 2015 07:39:52 -0400 Date: Tue, 14 Apr 2015 13:37:33 +0200 From: Borislav Petkov To: Miroslav Benes Cc: corbet@lwn.net, mingo@redhat.com, hpa@zytor.com, tglx@linutronix.de, jkosina@suse.cz, x86@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] x86/kaslr: Fix typo in documentation Message-ID: <20150414113733.GA31268@pd.tnic> References: <1429011324-7170-1-git-send-email-mbenes@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1429011324-7170-1-git-send-email-mbenes@suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 14, 2015 at 01:35:24PM +0200, Miroslav Benes wrote: > Documentation/x86/boot.txt labels the bit in boot_params.hdr.loadflags > as ALSR_FLAG while it should be KASLR_FLAG. > > Signed-off-by: Miroslav Benes > --- > Documentation/x86/boot.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt > index 88b8589..69e1397 100644 > --- a/Documentation/x86/boot.txt > +++ b/Documentation/x86/boot.txt > @@ -406,7 +406,7 @@ Protocol: 2.00+ > - If 0, the protected-mode code is loaded at 0x10000. > - If 1, the protected-mode code is loaded at 0x100000. > > - Bit 1 (kernel internal): ALSR_FLAG > + Bit 1 (kernel internal): KASLR_FLAG > - Used internally by the compressed kernel to communicate > KASLR status to kernel proper. > If 1, KASLR enabled. Applied, thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --