On Tue, May 10, 2016 at 10:19:12AM -0700, Kees Cook wrote: > This extracts the call to prepare_level4() into a top-level function > that the user of the pagetable.c interface must call to initialize > the new page tables. For clarity and to match the "finalize" function, > it has been renamed to initialize_identity_maps(). This function also > gains the initialization of mapping_info so we don't have to do it each > time in add_identity_map(). > > Additionally add copyright notice to the top, to make it clear that the > bulk of the pagetable.c code was written by Yinghai, and that I just > added bugs later. :) > > Signed-off-by: Kees Cook <[email protected]> > --- > arch/x86/boot/compressed/kaslr.c | 3 +++ > arch/x86/boot/compressed/misc.h | 3 +++ > arch/x86/boot/compressed/pagetable.c | 26 ++++++++++++++++---------- > 3 files changed, 22 insertions(+), 10 deletions(-)
Exactly! Acked-by: Borislav Petkov <[email protected]> -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --

