From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752992AbbEKIQI (ORCPT ); Mon, 11 May 2015 04:16:08 -0400 Received: from mail.skyhub.de ([78.46.96.112]:55961 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752210AbbEKIQA (ORCPT ); Mon, 11 May 2015 04:16:00 -0400 From: Borislav Petkov To: Ingo Molnar Cc: LKML Subject: [PATCH] x86/kaslr: Fix typo in KASLR_FLAG documentation Date: Mon, 11 May 2015 10:15:48 +0200 Message-Id: <1431332153-18566-4-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1431332153-18566-1-git-send-email-bp@alien8.de> References: <1431332153-18566-1-git-send-email-bp@alien8.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Miroslav Benes 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 Cc: H. Peter Anvin Cc: Thomas Gleixner Cc: Jiri Kosina Cc: corbet@lwn.net Link: http://lkml.kernel.org/r/1429011324-7170-1-git-send-email-mbenes@suse.cz Signed-off-by: Borislav Petkov --- 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 88b85899d309..69e139791868 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. -- 2.3.5