[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 12/44] x86/boot: add start and size fields to struct boot_module
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 9 Oct 2024 21:23:54 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=apertussolutions.com; spf=pass smtp.mailfrom=dpsmith@xxxxxxxxxxxxxxxxxxxx; dmarc=pass header.from=<dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1728523437; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=QD5ESB/A2wvgvwCwx6DM2684bku+W2dYkqybJ0YQ6So=; b=AdDqIg5wEbEkZmdGNZnxGexISdAxB9asawy/UerQ7h1nYW2IRk83S2GCnilZTlS2sJIk8vftLHDQcD2D0DJO9wJLieFDJULPdDUMiC8j49BoolmR5nB1TSKPX/DTGHcqRAEbhnpzQJx9XiE7RGh5cYszRypzkxQlj7VZJhAx+UA=
- Arc-seal: i=1; a=rsa-sha256; t=1728523437; cv=none; d=zohomail.com; s=zohoarc; b=S1rLDm5/B/Cp7kb9mVt0r9KR9tV6ulJjX+jX+MT48ik1C56h/1+L5N8EiKZkGKLZ7cV9Dede2U329lwmFAEhlhJe11dLSxvcWo5Wpe/G4ak917D8S2VofN4diIa3ekLaVM/+Visi4p85c4ZdchxDaMHDdvwtxmNhijVuscXBwdI=
- Cc: jason.andryuk@xxxxxxx, christopher.w.clark@xxxxxxxxx, stefano.stabellini@xxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 10 Oct 2024 01:24:22 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 10/9/24 11:39, Jan Beulich wrote:
On 06.10.2024 23:49, Daniel P. Smith wrote:
This commit introduces the start and size fields to struct boot_module and adds
a corresponding bootstrap mapping function, bootstrap_map_bm.
Which then is left with no caller. Misra doesn't like unreachable code.
Only until the upcoming commit makes use, but yes these should be
standalone and thus complaint. I will rework to ensure there is a use of
the function when it is introduced.
v/r,
dps
|