[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [for-4.20][PATCH] xen/arm64: Drop relocate_and_switch_ttbr() stub
- To: Michal Orzel <michal.orzel@xxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Wed, 8 Jan 2025 09:05:50 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- 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=XrgEw1leOnJXl5rn8f72Pu/VyRAlhnHCiCAQT/coVkk=; b=PfJvHTQCPvVo2K3s6RCrXgz6dsydY8WTf8V9aieLWH5oJVEXQa8jBQDgm+RfkuSkban1nydxKPx3XlNRJKrtC2+c2lt3fJ+C6MH5Avt5AlVJot6LKhWF/tJVbTwiWt+6RNeui+1z9ktAcs9lYCtAcSBW2afs9PWuE900xt8mYoLpmdJYdrEJUiPZQRGpoPHoJ5UUO6tyhgdIarXaXmEDqPVJr93Za9y3dslgQY2RXxuhn2Dozy+WGjARlwHSUxjMssxm3aSgA/olIWucApl42Sx1zbh7ZrVPc9oY51BszrTHrvK1jrtXW78LPAqAQtNeFCYjHX9YzhDDuTiIuR6HNA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=YCYuZjiD9FaU32GSX5/40e4/IZ5sNNdSSC281RC5uTuFjIOAhgop+WX0PqQ3VOx7/zE2VQkkeQ4n/OuCv8PgzrD1nnfwaq7IiFg7ujrecl0OVo/88NTxrpxuifzFiMbAk/T6zlyoV45wyMNp3pU8iGqoA88edCaqCc9OxLY48kWkULNRIrecsfOKuukhlYcNh/Si7lWB1GGQaV8yo4qNFgld7Cy2e9yLXtaUMWz44IN8NdSEia5BAYOXVRt76cI02rfF1OtektWRcDewbYDf2wnOPRMRtETf5n/sQsNCpH7aLmWSaOCoTZyd/JeBFMk7CZH8vKUCXzrThwPHK1sr6A==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, "oleksii.kurochko@xxxxxxxxx" <oleksii.kurochko@xxxxxxxxx>
- Delivery-date: Wed, 08 Jan 2025 09:05:57 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Thread-index: AQHbYaMBWdxQ1v99706M5qRoUKAKv7MMlHaAgAABJYA=
- Thread-topic: [for-4.20][PATCH] xen/arm64: Drop relocate_and_switch_ttbr() stub
> On 8 Jan 2025, at 09:01, Luca Fancellu <Luca.Fancellu@xxxxxxx> wrote:
>
>
>
>> On 8 Jan 2025, at 07:57, Michal Orzel <michal.orzel@xxxxxxx> wrote:
>>
>> In the original patch e7a80636f16e ("xen/arm: add cache coloring support
>> for Xen image"), the stub was added under wrong assumption that DCE
>> won't remove the function call if it's not static. This assumption is
>> incorrect as we already rely on DCE for cases like this one. Therefore
>> drop the stub, that otherwise would be a place potentially prone to
>> errors in the future.
>>
>> Suggested-by: Julien Grall <julien@xxxxxxx>
>> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
>> ---
>
> Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxxxx>
Apologies, I meant:
Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxx>
>
>
>
|