Re: [PATCH 3/4] x86/boot/compressed/64: Introduce place_trampoline()

From: Ingo Molnar
Date: Fri Nov 10 2017 - 07:46:33 EST



* Kirill A. Shutemov <kirill@xxxxxxxxxxxxx> wrote:

> > One other detail I noticed:
> >
> > /* Bound size of trampoline code */
> > .org lvl5_trampoline_src + LVL5_TRAMPOLINE_CODE_SIZE
> >
> > will this generate a build error if the trampoline code exceeds 0x40?
>
> Yes, this is the point. Just a failsafe if trampoline code would grew too
> much.

Ok, good!

Thanks,

Ingo