Re: [PATCH v7 01/11] x86: Replace arch-specific boot_module with common one

2025-07-21 Thread Alejandro Vallejo
On Tue Jul 22, 2025 at 12:27 AM CEST, Daniel P. Smith wrote: > On 7/15/25 12:10, Alejandro Vallejo wrote: >> These types resemble each other very closely in layout and intent, >> and with "struct boot_module" already in common code it makes perfect >> sense to merge them. In order to do so, rename

Re: [PATCH v7 01/11] x86: Replace arch-specific boot_module with common one

2025-07-21 Thread Daniel P. Smith
On 7/15/25 12:10, Alejandro Vallejo wrote: These types resemble each other very closely in layout and intent, and with "struct boot_module" already in common code it makes perfect sense to merge them. In order to do so, rename identical fields with conflicting names. No functional change intende