From: Oleksandr <olekstysh@gmail.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: xen-devel@lists.xenproject.org,
Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>,
Julien Grall <julien@xen.org>,
Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Subject: Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support
Date: Fri, 8 Oct 2021 00:19:24 +0300 [thread overview]
Message-ID: <fe6ed0ec-597a-9548-db68-465633892ca9@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.21.2110071337550.414@sstabellini-ThinkPad-T480s>
On 07.10.21 23:42, Stefano Stabellini wrote:
Hi Stefano
> On Thu, 7 Oct 2021, Oleksandr wrote:
>> On 07.10.21 23:06, Stefano Stabellini wrote:
>>> On Thu, 7 Oct 2021, Oleksandr wrote:
>>>> On 07.10.21 04:50, Stefano Stabellini wrote:
>>>>
>>>> Hi Stefano
>>>>
>>>>> On Wed, 6 Oct 2021, Oleksandr Tyshchenko wrote:
>>>>>> From: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
>>>>>>
>>>>>> This is a follow-up of
>>>>>> "b6fe410 xen/arm: Add handling of extended regions for Dom0"
>>>>>>
>>>>>> Add various in-code comments, update Xen hypervisor device tree
>>>>>> bindings text, change the log level for some prints and clarify
>>>>>> format specifier, reuse dt_for_each_range() to avoid open-coding
>>>>>> in find_memory_holes().
>>>>>>
>>>>>> Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
>>>>> Thanks for the patch, it looks like you addressed all Julien's comments
>>>>> well.
>>>> I believe so)
>>> [...]
>>>
>>>>>> @@ -1193,8 +1215,8 @@ static int __init make_hypervisor_node(struct
>>>>>> domain
>>>>>> *d,
>>>>>> u64 start = ext_regions->bank[i].start;
>>>>>> u64 size = ext_regions->bank[i].size;
>>>>>> - dt_dprintk("Extended region %d: %#"PRIx64"->%#"PRIx64"\n",
>>>>>> - i, start, start + size);
>>>>>> + printk("Extended region %d: %#"PRIx64"->%#"PRIx64"\n",
>>>>>> + i, start, start + size);
>>>>> Also should be PRIpaddr
>>>> I thought I needed to change specifier only for variables of type
>>>> "paddr_t",
>>>> but here "u64".
>>> Sorry, you are right.
>>>
>>> I added my reviewed-by and made the small typo changes on commit.
>> Thanks! In case if you haven't committed the patch yet, let's please wait for
>> Julien (who asked for this follow-up) to review it.
>>
>> In any case, I will be able to do another follow-up if needed.
>
> I committed it as I would like to squeeze as many runs out of OSSTest
> and Gitlab-CI as possible as we are getting closer and closer to the
> release. I am trying to avoid the last minute rush to commit 150 patches
> one day before code freeze :-)
>
> The more intermediate runs we get, the easier is to pinpoint (and fix)
> regressions.
I got it, thank you for the explanation.
>
> But also, this patch doesn't affect external interfances, it is just
> internal and mostly comments, so it is super-easy to do follow-ups.
Yes, agree.
--
Regards,
Oleksandr Tyshchenko
next prev parent reply other threads:[~2021-10-07 21:19 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-06 11:22 [PATCH V5 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space") Oleksandr Tyshchenko
2021-10-06 11:22 ` [PATCH V5 1/3] xen/arm: Introduce gpaddr_bits field to struct xen_arch_domainconfig Oleksandr Tyshchenko
2021-10-07 0:49 ` Stefano Stabellini
2021-10-07 20:19 ` Oleksandr
2021-10-07 7:42 ` Jan Beulich
2021-10-07 12:30 ` Oleksandr
2021-10-07 12:43 ` Jan Beulich
2021-10-07 13:12 ` Oleksandr
2021-10-07 13:50 ` Jan Beulich
2021-10-07 20:23 ` Stefano Stabellini
2021-10-08 8:13 ` Jan Beulich
2021-10-08 10:25 ` Oleksandr
2021-10-08 12:36 ` Jan Beulich
2021-10-08 13:21 ` Oleksandr
2021-10-08 22:14 ` Stefano Stabellini
2021-10-11 12:36 ` Oleksandr
2021-10-06 11:22 ` [PATCH V5 2/3] libxl/arm: Add handling of extended regions for DomU Oleksandr Tyshchenko
2021-10-06 11:34 ` Ian Jackson
2021-10-06 12:28 ` Oleksandr
2021-10-07 0:00 ` Stefano Stabellini
2021-10-07 10:57 ` Ian Jackson
2021-10-07 14:42 ` Oleksandr
2021-10-07 20:37 ` Stefano Stabellini
2021-10-07 1:29 ` Stefano Stabellini
2021-10-07 16:57 ` Oleksandr
2021-10-07 20:29 ` Stefano Stabellini
2021-10-07 20:55 ` Oleksandr
2021-10-06 11:22 ` [PATCH V5 3/3] xen/arm: Updates for extended regions support Oleksandr Tyshchenko
2021-10-07 1:50 ` Stefano Stabellini
2021-10-07 17:11 ` Oleksandr
2021-10-07 20:06 ` Stefano Stabellini
2021-10-07 20:29 ` Oleksandr
2021-10-07 20:42 ` Stefano Stabellini
2021-10-07 21:19 ` Oleksandr [this message]
2021-10-11 11:27 ` Julien Grall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fe6ed0ec-597a-9548-db68-465633892ca9@gmail.com \
--to=olekstysh@gmail.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=julien@xen.org \
--cc=oleksandr_tyshchenko@epam.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.