[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH RESEND v2 2/2] xen/arm: Enlarge identity map space to 127TiB
- To: "leo.yan@xxxxxxxxxx" <leo.yan@xxxxxxxxxx>
- From: Henry Wang <Henry.Wang@xxxxxxx>
- Date: Tue, 12 Sep 2023 03:01:30 +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=1yWf/DeJXYOwyb25YTdJc0lWKI6qEcL2BvDlQYPfOJY=; b=TTbeZNS7SDj/PsLNrAnOQe0FUCdpP2QcXVoHQuePrfr/pWE4lxCiv5RqNGWaIyiPcuDAJ/HQ4QTZzp49uGiyDFGs43k6vUM2PrsLSz/moMiAhqC3tcV0xutu4OEce/tlE4+KsrE6Au6uu0RHmPbDnwCuNzQVEAa+v+U1vaUlGueRbP2+TdQcwzM0seG00LFjHCGJaLCaa/9fO5XeaMteC4uVOWO329JT108cZm8FiXyUpwcKgYK8YSb8lHL8EhMnjZx5Ai2kB9Qq6Z8h/OjF/mvXn/lHy+tmINyPSwvnBm4vDzZa8dzg0da9LdTuVwpOu+xZ8REbSRYztbjm0EFGcA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UuP8Y33zdaqVLecOX9Cdt4S9R8eV+kLMnYKzN2DanHpy/00NaL64RcHAuaPnBLKjtGu9izLNkx01ekD4kKoEnEJOChL3nbLgZodNsU9kBDzr5CNTclM4u8a4OtUDvixsG14XaJpYhuMOuMFyjs0E2ngTX7NC1LQBHiRHeUQWcOiGScz2k70zpu7efy/bgz0eY6LzXz+HhVL9ez5pN1xmWKY5byHsk879DYKrFqTjWT2KHZDircrwBh1WWlO/iDCj43o3xLOthjEasX49YjGmVQOMmP4sja3BJCMJGrX4OHWaVS1CfIBfz5UHLqFfnwo91i9wyByySeTWkmxwGlaGrg==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Julien Grall <julien@xxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Alexey Klimov <alexey.klimov@xxxxxxxxxx>
- Delivery-date: Tue, 12 Sep 2023 03:01:56 +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: AQHZ4viMksvJdCvkpU23UX9vdzYb/rAVvxaAgADAOoCAAAWLAA==
- Thread-topic: [PATCH RESEND v2 2/2] xen/arm: Enlarge identity map space to 127TiB
Hi Leo,
> On Sep 12, 2023, at 10:41, Leo Yan <leo.yan@xxxxxxxxxx> wrote:
>
> Hi Julien,
>
> On Mon, Sep 11, 2023 at 04:13:27PM +0100, Julien Grall wrote:
>> Hi Leo,
>>
>> I know you said you will respin the series. I'd like to leave some comments
>> to avoid having another round afterwards.
>
> Thanks!
>
>> On 09/09/2023 09:34, Leo Yan wrote:
>>> On some platforms, the memory regions could be:
>>
>> Can you add some details in the commit message on which platform you saw the
>> issue?
>
> Sure, I will add it. The issue happens on the ADLink AVA platform.
At Arm we also test Xen on AVA in our CI, but our setup is based on Yocto
meta-adlink-ampere layer [1].
>
>> Also, in v1, the problem was also depending on the firmware version. Do you
>> know if it fails booting on a new or old firmware?
>
> My colleague Alexey (CCed) and I both tested Xen hypervisor on own AVA
> machine, Alexey produced this issue on his machine with the old
> firmware, I upgraded to the new firmware so I cannot see the issue
> anymore.
>
>>> (XEN) MODULE[0]: 00000807f6df0000 - 00000807f6f3e000 Xen
>>> (XEN) MODULE[1]: 00000807f8054000 - 00000807f8056000 Device Tree
>>> (XEN) MODULE[2]: 00000000fa834000 - 00000000fc5de1d5 Ramdisk
>>> (XEN) MODULE[3]: 00000000fc5df000 - 00000000ffb3f810 Kernel
I tried to dig a bit more about Xen log printed by our AVA setup, and [2] is our
RAM and MODULES setup, just FYI and hopefully it helps.
[1] https://github.com/ADLINK/meta-adlink-ampere
[2] https://pastebin.com/raw/0DQpmJP1
Kind regards,
Henry
|