[tip:x86/pti] x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP

2018-01-30 Thread tip-bot for William Grant
Commit-ID: 55f49fcb879fbeebf2a8c1ac7c9e6d90df55f798 Gitweb: https://git.kernel.org/tip/55f49fcb879fbeebf2a8c1ac7c9e6d90df55f798 Author: William Grant AuthorDate: Tue, 30 Jan 2018 22:22:55 +1100 Committer: Thomas Gleixner CommitDate: Tue, 30 Jan 2018 15:30:35 +0100 x86/mm: Fix overlap

[PATCH] x86: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP

2018-01-30 Thread William Grant
oduced, as the fixmap has classically been preceded by the pkmap or vmalloc areas, neither of which is used until early_ioremap is out of the picture. Relocate CPU_ENTRY_AREA to below FIX_BTMAP, not just below the permanent fixmap area. Signed-off-by: William Grant --- This fixes a triple fault durin