Re: [PATCH] x86/boot: re-order .init.data contributions

2025-04-05 Thread Andrew Cooper
On 01/04/2025 6:56 am, Jan Beulich wrote: > Putting a few bytes ahead of page tables isn't very efficient; there's > a gap almost worth a full page. To avoid re-ordering of items in the > source file, simply put the few small items in sub-section 1, for them > to end up after the page tables, follo

Re: [PATCH] x86/boot: re-order .init.data contributions

2025-04-04 Thread Jason Andryuk
On 2025-04-01 01:56, Jan Beulich wrote: Putting a few bytes ahead of page tables isn't very efficient; there's a gap almost worth a full page. To avoid re-ordering of items in the source file, simply put the few small items in sub-section 1, for them to end up after the page tables, followed (in

Re: [PATCH] x86/boot: re-order .init.data contributions

2025-04-03 Thread Jan Beulich
On 03.04.2025 14:02, Andrew Cooper wrote: > On 01/04/2025 6:56 am, Jan Beulich wrote: >> Putting a few bytes ahead of page tables isn't very efficient; there's >> a gap almost worth a full page. To avoid re-ordering of items in the >> source file, simply put the few small items in sub-section 1, fo