From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: "Alistair Francis" <alistair.francis@wdc.com>,
"Bob Eshleman" <bobbyeshleman@gmail.com>,
"Connor Davis" <connojdavis@gmail.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Anthony PERARD" <anthony.perard@vates.tech>,
"Michal Orzel" <michal.orzel@amd.com>,
"Julien Grall" <julien@xen.org>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH for 4.20? v4 3/3] xen/riscv: update mfn calculation in pt_mapping_level()
Date: Wed, 19 Feb 2025 16:09:59 +0100 [thread overview]
Message-ID: <c7004601-a10d-4a82-9bb6-7cebf4eff08a@gmail.com> (raw)
In-Reply-To: <701e841d-6dd7-45a8-b56b-c67dd04dd3a5@suse.com>
[-- Attachment #1: Type: text/plain, Size: 949 bytes --]
On 2/19/25 4:05 PM, Jan Beulich wrote:
> On 19.02.2025 15:46, Oleksii Kurochko wrote:
>> On 2/19/25 12:28 PM, Jan Beulich wrote:
>>> On 12.02.2025 17:50, Oleksii Kurochko wrote:
>>>> + else
>>>> {
>>>> - rc = pt_next_level(alloc_tbl, &table, offsets[level]);
>>>> - if ( rc == XEN_TABLE_MAP_NOMEM )
>>>> + pte_t *table;
>>>> + unsigned int level = HYP_PT_ROOT_LEVEL;
>>>> + /* convenience aliases */
>>> Nit: Style.
>> From the 'Comments' section of CODING_STYLE, I see that the comment should start
>> with capital letter. Do you mean that?
> In the (earlier) reply to "xen/riscv: identify specific ISA supported by cpu"
> I said precisely that. I didn't think I'd need to repeat it here. So yes.
Of course, it was enough. The problem was that I started to read and answer to this patch
series first and went to another (where you wrote that) one after.
Anyway thank you for clarifying.
~ Oleksii
[-- Attachment #2: Type: text/html, Size: 1906 bytes --]
prev parent reply other threads:[~2025-02-19 15:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 16:50 [PATCH for 4.20? v4 0/3] Fixes for vmap_to_mfn() and pt_mapping_level Oleksii Kurochko
2025-02-12 16:50 ` [PATCH for 4.20? v4 1/3] xen/riscv: implement software page table walking Oleksii Kurochko
2025-02-19 11:14 ` Jan Beulich
2025-02-19 14:33 ` Oleksii Kurochko
2025-02-12 16:50 ` [PATCH for 4.20? v4 2/3] xen/riscv: update defintion of vmap_to_mfn() Oleksii Kurochko
2025-02-19 11:17 ` Jan Beulich
2025-02-12 16:50 ` [PATCH for 4.20? v4 3/3] xen/riscv: update mfn calculation in pt_mapping_level() Oleksii Kurochko
2025-02-19 11:28 ` Jan Beulich
2025-02-19 14:46 ` Oleksii Kurochko
2025-02-19 15:05 ` Jan Beulich
2025-02-19 15:09 ` Oleksii Kurochko [this message]
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=c7004601-a10d-4a82-9bb6-7cebf4eff08a@gmail.com \
--to=oleksii.kurochko@gmail.com \
--cc=alistair.francis@wdc.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=bobbyeshleman@gmail.com \
--cc=connojdavis@gmail.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.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.