Re: [PATCH] x86/build: Move exception tables into __ro_after_init

2021-12-06 Thread Jan Beulich
On 06.12.2021 14:07, Andrew Cooper wrote: > It turns out that we've always been abusing the fact that .rodata is > read/write during early boot, so we can sort the two tables. > > Now that we have a real __ro_after_init concept, reposition them to better > match reality. > > Signed-off-by: Andrew

[PATCH] x86/build: Move exception tables into __ro_after_init

2021-12-06 Thread Andrew Cooper
It turns out that we've always been abusing the fact that .rodata is read/write during early boot, so we can sort the two tables. Now that we have a real __ro_after_init concept, reposition them to better match reality. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: W