Re: [PATCH v2 07/15] x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2

From: Ingo Molnar
Date: Wed Mar 04 2015 - 19:32:59 EST



* Borislav Petkov <bp@xxxxxxxxx> wrote:

> > 2) in the future: we could actually do a (limited) re-link of the
> > kernel during bootup, and patch up the original copy_to_user call
> > sites directly to one of the three variants. Alternatives patching
> > done at the symbol level. Does current tooling allow something
> > like this already?
>
> Well, I have a patchset which uses relocs to patch vmlinux at build
> time. And that was the initial approach to this but you cannot know
> which features a CPU supports until boot time so you have to boot.
>
> BUT(!), you can replace stuff like X86_FEATURE_ALWAYS at build time
> already (this is the static_cpu_has_safe() stuff). I'll look into
> that later and dust off my relocs pile.

We could also do a (limited) relink during early bootup, as part of
the alternatives patching pass in essence: for that we need to stick
the relocation info into a section and put that into the vmlinux.

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/