[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 05/14] x86: Replace arch-specific boot_module with common one
- To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
- From: Alejandro Vallejo <agarciav@xxxxxxx>
- Date: Mon, 16 Jun 2025 13:35:11 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=kernel.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=lDQ3bQFYdjDOzL3hTZiERV4U8ZBQU4fS93H25iuCVBU=; b=Bk/5a8BjU8YNPm7uutpCKNCgKjrvk5XuI8gRXXvGoqSCbMqr8mUaX/YZgbyEp4qd4wh7nEribPlSHV8ReXybwHllrba10qSvPzAKBjuoifdggkOvlAkkgdBsyI6+DDWThIm/N0qMbW6KWnbtXlGw0RQBSmqfM1pkW59viw83fSSeZSYzSuXEZchifTDeFnYiSmReYsT0wDM8X8UhsWcOVgLaPWgxOmK4g5XZcA+91d160S4TsipPQLnpjM82mOAMgHR+MbayfSM/s4hevig4oISg/w3UKg4jYZqULgnrWo/RgtYt+oyu/iiY2DpMtPqLVL3/X2li28MvBZkGdVZXRA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=dCknEX8HTfBYsBN/R3RIhHS1MCEMWIAofCZJxoCFrK/i+YtjzIijgaC85fA3OSRDtmK901QhDVveXN6eyqWinYOw9XLBBpGXms+vdGKTmvOnakQjW9udSJwR2uUZWMYNb6cG/Q23d60Cf1JElFTmCq7ZwtILYWqaJc5rJCbzSUR2B6OkaxVc+gWfmAGnZeDUIQVlDHw3fdMzzISo4gwddp7CcZOSKn3QehDpWKjNExMWvdq4/4oH+o6/4r8WfzezAA78MHI98F1H2caSnlyKo0SQKaFQKUQcQQEHGlYSBLe4gb3PTcZjDud9DvuDVcE2Jbg9Z8mwPHIFumLg3Cwf7A==
- Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, "Andrew Cooper" <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 16 Jun 2025 11:35:23 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Sat Jun 14, 2025 at 2:54 AM CEST, Stefano Stabellini wrote:
> On Fri, 13 Jun 2025, 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, add an arch-specific area for
>> x86-specific tidbits, and rename identical fields with conflicting
>> names.
>>
>> No functional change intended.
>>
>> Signed-off-by: Alejandro Vallejo <agarciav@xxxxxxx>
>
> Hi Alejandro, this patch doesn't apply to staging anymore, it conflict
> with 3998da124.
Ugh, I'll rebase it and re-send after the existing discussions are sorted.
Cheers,
Alejandro
|