All of lore.kernel.org
 help / color / mirror / Atom feed
From: Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>
To: Viktor Mitin <viktor.mitin.19@gmail.com>
Cc: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
	Julien Grall <julien.grall@arm.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>,
	Viktor Mitin <Viktor_Mitin@epam.com>
Subject: Re: [Xen-devel] [PATCH] xen/arm: extend fdt_property_interrupts
Date: Fri, 26 Jul 2019 13:24:18 +0000	[thread overview]
Message-ID: <87ftmthqt9.fsf@epam.com> (raw)
In-Reply-To: <CAOcoXZbc8tUf8DKjAD7Rj3JjOqrFA=3hVsw0fe21TNyoG8Q8CA@mail.gmail.com>


Viktor Mitin writes:

> Hi Volodymyr,
>
> On Fri, Jul 26, 2019 at 2:57 PM Volodymyr Babchuk
> <Volodymyr_Babchuk@epam.com> wrote:
>>
>>
>> Hello Vikor,
>>
>> Viktor Mitin writes:
>>
>> > xen/arm: extend fdt_property_interrupts to deal with other
>> > domain than the hwdom
>>
>> It is unclear what problem you are facing. Could you please elaborate
>> commit message?
>
> Original goal is to merge make_timer_node and make_timer_domU_node functions.
> For background discussion please see discussion in mail (also
> mentioned in the patch):
> [PATCH] xen/arm: merge make_timer_node and make_timer_domU_node
> https://lists.xenproject.org/archives/html/xen-devel/2019-07/msg00914.html
This is mentioned below the tearline and newer will be included in the
git history. Here is the rules:

 Write a good description for each patch:

 - The first line the top of the patch should contain a short
   description of what the patch does, and hints as to what code it
   touches

 - The description should be useful for both the reviewers and people in
   the future trying to understand what the patch does. It can be as
   short as Code cleanup -- no functional changes, or as long as it
   takes to accurately describe the bug you are trying to solve or the
   new functionality you are introducing.

It is hard to say what you are trying to solve with this change.

I can't review functional changes in your patch, because I don't
understand what you are trying to achieve.


>> Also, looks like your commit message is formatted incorrectly.
>>
> Please see below.
I was talking about commit message. I'm seeing "xen/arm:" tag both in
the subject and in the e-mail body.

>> > Tested with aarch64 qemu dom0 and dom0less boot.
>> >
>> > Suggested-by: Julien Grall <julien.grall@arm.com>
>> > Signed-off-by: Viktor Mitin <viktor_mitin@epam.com>
>> >
>> > ---
>> > See discussion in mail:
>> > [PATCH] xen/arm: merge make_timer_node and make_timer_domU_node
>> >
>> >
>> >  xen/arch/arm/domain_build.c | 22 +++++++++++++---------
>> >  1 file changed, 13 insertions(+), 9 deletions(-)
>> >
>> > diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c
>> > index 4c8404155a..5f68603392 100644
>> > --- a/xen/arch/arm/domain_build.c
>> > +++ b/xen/arch/arm/domain_build.c
>> > @@ -621,17 +621,19 @@ static void __init set_interrupt(gic_interrupt_t interrupt,
>> >   *  "interrupts": contains the list of interrupts
>> >   *  "interrupt-parent": link to the GIC
>> >   */
>> > -static int __init fdt_property_interrupts(void *fdt, gic_interrupt_t *intr,
>> > -                                          unsigned num_irq)
>> > +static int __init fdt_property_interrupts(const struct kernel_info *kinfo,
>> > +                            gic_interrupt_t *intr, unsigned num_irq)
>> Wrong indentation there.
>
> Such cases are not defined in the Coding Style document explicitly.
> See my clang-format coding style mail.
Yes, this is one of that rules that actually is not documented, but is
widely enforced.

--
Volodymyr Babchuk at EPAM
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2019-07-26 13:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-26  9:01 [Xen-devel] [PATCH] xen/arm: extend fdt_property_interrupts Viktor Mitin
2019-07-26 11:57 ` Volodymyr Babchuk
2019-07-26 12:46   ` Viktor Mitin
2019-07-26 13:24     ` Volodymyr Babchuk [this message]
2019-07-27 13:05 ` 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=87ftmthqt9.fsf@epam.com \
    --to=volodymyr_babchuk@epam.com \
    --cc=Viktor_Mitin@epam.com \
    --cc=julien.grall@arm.com \
    --cc=sstabellini@kernel.org \
    --cc=viktor.mitin.19@gmail.com \
    --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.