From: Oleksii <oleksii.kurochko@gmail.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: Julien Grall <julien@xen.org>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Stefano Stabellini <sstabellini@kernel.org>,
Gianluca Guida <gianluca@rivosinc.com>,
Bertrand Marquis <bertrand.marquis@arm.com>,
Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH v5 3/4] xen/arm: switch ARM to use generic implementation of bug.h
Date: Fri, 03 Mar 2023 13:55:30 +0200 [thread overview]
Message-ID: <b16b282ceb630dc641babfccd209f12ca4aa9fd5.camel@gmail.com> (raw)
In-Reply-To: <b4adc3c2-6356-c552-93a3-c2a66ec53a04@suse.com>
On Fri, 2023-03-03 at 12:29 +0100, Jan Beulich wrote:
> On 03.03.2023 11:38, Oleksii Kurochko wrote:
> > The following changes were made:
> > * make GENERIC_BUG_FRAME mandatory for ARM
> > * As do_bug_frame() returns -EINVAL in case something goes wrong
> > otherwise id of bug frame. Thereby 'if' cases where
> > do_bug_frame() was
> > updated to check if the returned value is less than 0
> > * Switch ARM's implementation of bug.h macros to generic one
> >
> > Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> > ---
> > Changes in V5:
> > * Nothing changed
>
> I'm glad this isn't true, and the change to common/bug.c ...
>
> > ---
> > xen/arch/arm/Kconfig | 1 +
> > xen/arch/arm/arm32/traps.c | 2 +-
> > xen/arch/arm/include/asm/arm32/bug.h | 2 -
> > xen/arch/arm/include/asm/arm64/bug.h | 2 -
> > xen/arch/arm/include/asm/bug.h | 75 +-----------------------
> > --
> > xen/arch/arm/include/asm/traps.h | 2 -
> > xen/arch/arm/traps.c | 81 +-----------------------
> > ----
> > 7 files changed, 4 insertions(+), 161 deletions(-)
>
> ... is gone.
Thanks for clarification.
I had to add this information.
It is gone because the first patch of the patch series was
updated and the changes from common/bug.c which were in
the previous version of the patch has been removed so after
rebase they disappered in the current patch.
~ Oleksii
next prev parent reply other threads:[~2023-03-03 11:55 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 10:38 [PATCH v5 0/4] introduce generic implementation of macros from bug.h Oleksii Kurochko
2023-03-03 10:38 ` [PATCH v5 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME Oleksii Kurochko
2023-03-06 10:17 ` Jan Beulich
2023-03-07 11:32 ` Oleksii
2023-03-07 12:54 ` Jan Beulich
2023-03-07 13:13 ` Oleksii
2023-03-07 13:16 ` Jan Beulich
2023-03-07 13:31 ` Oleksii
2023-03-06 10:41 ` Jan Beulich
2023-03-07 11:34 ` Oleksii
2023-03-03 10:38 ` [PATCH v5 2/4] xen: change <asm/bug.h> to <xen/bug.h> Oleksii Kurochko
2023-03-06 10:24 ` Jan Beulich
2023-03-03 10:38 ` [PATCH v5 3/4] xen/arm: switch ARM to use generic implementation of bug.h Oleksii Kurochko
2023-03-03 11:29 ` Jan Beulich
2023-03-03 11:55 ` Oleksii [this message]
2023-03-03 10:38 ` [PATCH v5 4/4] xen/x86: switch x86 to use generic implemetation " Oleksii Kurochko
2023-03-06 10:36 ` Jan Beulich
2023-03-07 12:52 ` Oleksii
2023-03-07 12:59 ` Jan Beulich
2023-03-07 13:37 ` Oleksii
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=b16b282ceb630dc641babfccd209f12ca4aa9fd5.camel@gmail.com \
--to=oleksii.kurochko@gmail.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=bertrand.marquis@arm.com \
--cc=gianluca@rivosinc.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--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.