Re: [PATCH 3/4] x86/boot/compressed/64: Fix trampoline page table address calculation

2018-05-16 Thread Kirill A. Shutemov
Ouch. Please ignore this and the next patch. It was sent by mistake. Sorry. -- Kirill A. Shutemov

[PATCH 3/4] x86/boot/compressed/64: Fix trampoline page table address calculation

2018-05-16 Thread Kirill A. Shutemov
Hugh noticied that I calculate address of trampoline page table wrong in cleanup_trampoline(). TRAMPOLINE_32BIT_PGTABLE_OFFSET has to be divided by sizeof(unsigned long) since trampoline_32bit is unsigned long pointer. TRAMPOLINE_32BIT_PGTABLE_OFFSET is zero so the bug doesn't have a visible effec