[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH 1/9] xen/arm: Check Xen size when linking
- To: Julien Grall <julien@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Henry Wang <Henry.Wang@xxxxxxx>
- Date: Mon, 26 Jun 2023 07:14:31 +0000
- Accept-language: zh-CN, 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=arcselector9901; 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=rOdHiVsKiJmrNqD6scxTR2DQE/gaMOpqsMK4cj8vyOs=; b=kFhAf5G7k4H/XAuov8W3quADubs5JUhuLr/nQakmBBxiEBua9h/VF82cl5P+bqJW6Dnp9C+20/yaqDffXaYAEVenB5bg9IXLzJ1/cpi2obVlCsUPdHugXbnW9+AJ4E/7FIppsX7+Z3cnlvzwfTIoLM23zMd0qS1UWhEc01ykRyOJpD7PFZR0PR2O4Ik7pqZElaFBbYT2GZ2I31zU07uosadhj8xWJWAWx0Cni54ib+FF3hWwW6czGoeOLtYW2+Ems+9VnsXBxRL8nytXS08xiEIvgm6Q9hjLX/gVo0zeD4IEoLncgTTekVlzKLd3YW4OqPqZt7x/F7wq9YjedMKj1Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZNuQ36XD+b9TitBo4TkwJhVRUv8N3Ibm7VzY9a97qFP3NzE5rEH8bXavcI/5GISmTYq66VrSGn9YbN0bZxKw2gmKMFjbnRsV8ouvur9sNyuVD0LSwAnsndTSsrXs8ySaOzIRF4d5gmSn+teOeRT7Ttwow8rHkcfHVkRQXcXWfIGuwE8KytXInF7pAHYCd0tGQ4ufDfTRk9cqyfs9DYjXsbAzUykL+Dl2ClGHyPZ2rQm7AabCyKvX73Q7xCxUWToyEH8JPrgegUK01J5vxku3CMCnAHZLxPBLcIXdmIy8XoVtX71mWEnwiSti+p1hftWQRIfro9CryL0LX7rzwf68tw==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Luca Fancellu <Luca.Fancellu@xxxxxxx>, "michal.orzel@xxxxxxx" <michal.orzel@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Mon, 26 Jun 2023 07:15:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZp6aLOomj+n7mMk6Gpm2cByrsNq+cmVMwgAASAYCAAABpAA==
- Thread-topic: [PATCH 1/9] xen/arm: Check Xen size when linking
Hi Julien,
> -----Original Message-----
> From: Julien Grall <julien@xxxxxxx>
> Subject: Re: [PATCH 1/9] xen/arm: Check Xen size when linking
>
> On 26/06/2023 07:15, Henry Wang wrote:
> > Hi Julien,
>
> Hi Henry,
>
>
> >> -----Original Message-----
> >> Subject: [PATCH 1/9] xen/arm: Check Xen size when linking
> >>
> >> The linker will happily link Xen if it is bigger than what we can handle
> >> (e.g 2MB). This will result to unexpected failure after boot.
> >
> > I found this a little bit misleading because when I looked for
> > XEN_VIRT_SIZE, I am having:
> >
> > #define XEN_VIRT_SIZE _AT(vaddr_t, MB(8))
>
> I think you looked at the tree with my series applied because patch #9
> will bump the reserved size. The value in the commit message match the
> current value in staging.
Yeah exactly, I started my review from patch #1 and when I saw patch #9 I
realized the size is bumped there, but the email was already sent then....
Sorry for the confusion.
Kind regards,
Henry
|