public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] x86/efi: Correct a tiny mistake in code comment
@ 2017-03-08  7:47 Baoquan He
  2017-03-08  8:18 ` Dave Young
       [not found] ` <1488959258-4731-1-git-send-email-bhe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 2 replies; 21+ messages in thread
From: Baoquan He @ 2017-03-08  7:47 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA, thgarnie-hpIqsD4AKlfQT0dZR+AlfA,
	keescook-F7+t8E8rja9g9hUCZPvPmw, tglx-hfZtesqFncYOwBW4kG4KsQ,
	mingo-H+wXaHxf7aLQT0dZR+AlfA, hpa-YMNOUZJC4hwAvxtiuMwx3w,
	x86-DgEjT+Ai2ygdnm+yROfE0A, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	dyoung-H+wXaHxf7aLQT0dZR+AlfA, Baoquan He

EFI allocate runtime services regions down from EFI_VA_START, -4G.
It should be top-down handling.

Signed-off-by: Baoquan He <bhe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
 arch/x86/platform/efi/efi_64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x86/platform/efi/efi_64.c
index a4695da..6cbf9e0 100644
--- a/arch/x86/platform/efi/efi_64.c
+++ b/arch/x86/platform/efi/efi_64.c
@@ -47,7 +47,7 @@
 #include <asm/pgalloc.h>
 
 /*
- * We allocate runtime services regions bottom-up, starting from -4G, i.e.
+ * We allocate runtime services regions top-down, starting from -4G, i.e.
  * 0xffff_ffff_0000_0000 and limit EFI VA mapping space to 64G.
  */
 static u64 efi_va = EFI_VA_START;
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2017-03-15  6:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08  7:47 [PATCH 1/2] x86/efi: Correct a tiny mistake in code comment Baoquan He
2017-03-08  8:18 ` Dave Young
     [not found]   ` <20170308081812.GA12600-0VdLhd/A9Pl+NNSt+8eSiB/sF2h8X+2i0E9HWUfgJXw@public.gmane.org>
2017-03-08  8:45     ` Baoquan He
2017-03-08  8:54       ` Borislav Petkov
2017-03-08  9:08         ` Baoquan He
2017-03-09  1:38       ` Dave Young
2017-03-08  9:00   ` Bhupesh Sharma
     [not found]     ` <CACi5LpOjxiiCEvdOHGxHj_c+G-W3HKHr8EgOURpZ-cb5XqQnNQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-08  9:09       ` Baoquan He
2017-03-08  9:35         ` Borislav Petkov
     [not found]           ` <20170308093555.yrhygjxx4mu562lp-fF5Pk5pvG8Y@public.gmane.org>
2017-03-08 10:17             ` Baoquan He
2017-03-08 10:50               ` Borislav Petkov
     [not found]                 ` <20170308105047.pggc6hai3gplsbg2-fF5Pk5pvG8Y@public.gmane.org>
2017-03-09  0:48                   ` Dave Young
2017-03-08 20:05             ` Bhupesh Sharma
2017-03-08  9:45       ` Baoquan He
     [not found] ` <1488959258-4731-1-git-send-email-bhe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-03-08  7:47   ` [PATCH 2/2] x86/mm/KASLR: Correct the upper boundary of KALSR mm regions if adjacent to EFI Baoquan He
     [not found]     ` <1488959258-4731-2-git-send-email-bhe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-03-08  8:18       ` Dave Young
     [not found]         ` <20170308081857.GB12600-0VdLhd/A9Pl+NNSt+8eSiB/sF2h8X+2i0E9HWUfgJXw@public.gmane.org>
2017-03-08  8:35           ` Bhupesh Sharma
2017-03-08 15:32             ` Thomas Garnier
2017-03-15  6:13       ` Baoquan He
2017-03-15  6:31         ` Baoquan He
2017-03-08 10:45   ` [PATCH v2 1/2] x86/efi/64: Clean up code comment about efi region Baoquan He

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox