From: Ingo Molnar <mingo@kernel.org>
To: Nick Desaulniers <ndesaulniers@google.com>
Cc: hpa@zytor.com, mingo@redhat.com,
Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>,
linux-efi@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
x86@kernel.org, virtualization@lists.linux-foundation.org,
Alistair Strachan <astrachan@google.com>,
Manoj Gupta <manojgupta@google.com>,
Greg Hackmann <ghackmann@google.com>,
sedat.dilek@gmail.com, tstellar@redhat.com,
Kees Cook <keescook@google.com>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Michal Marek <michal.lkml@markovi.net>,
Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
geert@linux-m68k.org, Will Deacon <will.deacon@arm.com>,
mawilcox@microsoft.com, Arnd Bergmann <arnd@arndb.de>,
David Rientjes <rientjes@google.com>,
acme@redhat.com, Philippe Ombredanne <pombredann>
Subject: Re: [PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
Date: Thu, 21 Jun 2018 14:28:11 +0200 [thread overview]
Message-ID: <20180621122811.GA25066@gmail.com> (raw)
In-Reply-To: <CAKwvOdmE-EHJY7tgzkhyQqNT3m3oWtd6iE3sWBTz19Rijzx4Ew@mail.gmail.com>
* Nick Desaulniers <ndesaulniers@google.com> wrote:
> On Thu, Jun 14, 2018 at 5:17 PM H. Peter Anvin <hpa@zytor.com> wrote:
> >
> > On 06/14/18 13:59, Nick Desaulniers wrote:
> > > On Thu, Jun 14, 2018 at 1:48 PM H. Peter Anvin <hpa@zytor.com> wrote:
> > >>
> > >> On 06/13/18 14:05, Nick Desaulniers wrote:
> > >>> From: "H. Peter Anvin" <hpa@linux.intel.com>
> > >>>
> > >>> i386 and x86-64 uses different registers for arguments; make them
> > >>> available so we don't have to #ifdef in the actual code.
> > >>>
> > >>> Native size and specified size (q, l, w, b) versions are provided.
> > >>>
> > >>> Suggested-by: Sedat Dilek <sedat.dilek@gmail.com>
> > >>> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
> > >>> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> > >>
> > >> I still object to Suggested-by: here. Sedat did a correction, which is
> > >> a Reviewed-by:, but unless I'm completely out to sea, there was no
> > >> suggestion on Sedat's part of this; and I had certainly not seen it when
> > >> I wrote the code.
> > >
> > > I'm fine with changing it from a Suggested-by to a Reviewed-by. Can
> > > you do that when you apply the set, or should I send a v6?
> > >
> >
> > I'm not handling patch mechanics for x86 at the moment.
>
> Hi Ingo and Thomas,
> Have you had a chance to review this patch series for application?
>
> Note that Juergen (the paravirt maintainer) acked the series:
> https://bugs.llvm.org/show_bug.cgi?id=37880
> The only issue being swapping a Suggested-by for a Reviewed-by tag for
> one commit, as above.
Could you please update the series with all suggestions and tags and send a new
series?
Thanks,
Ingo
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Nick Desaulniers <ndesaulniers@google.com>
Cc: hpa@zytor.com, mingo@redhat.com,
Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>,
linux-efi@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
x86@kernel.org, virtualization@lists.linux-foundation.org,
Alistair Strachan <astrachan@google.com>,
Manoj Gupta <manojgupta@google.com>,
Greg Hackmann <ghackmann@google.com>,
sedat.dilek@gmail.com, tstellar@redhat.com,
Kees Cook <keescook@google.com>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Michal Marek <michal.lkml@markovi.net>,
Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
geert@linux-m68k.org, Will Deacon <will.deacon@arm.com>,
mawilcox@microsoft.com, Arnd Bergmann <arnd@arndb.de>,
David Rientjes <rientjes@google.com>,
acme@redhat.com, Philippe Ombredanne <pombredanne@nexb.com>,
Andrey Ryabinin <aryabinin@virtuozzo.com>,
Kate Stewart <kstewart@linuxfoundation.org>,
boris.ostrovsky@oracle.com, "J. Kiszka" <jan.kiszka@siemens.com>,
rostedt@goodmis.org, kirill.shutemov@linux.intel.com,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
akataria@vmware.com, brijesh.singh@amd.com,
Cao jin <caoj.fnst@cn.fujitsu.com>,
Greg KH <gregkh@linuxfoundation.org>,
jarkko.sakkinen@linux.intel.com, jgross@suse.com,
Josh Poimboeuf <jpoimboe@redhat.com>,
Matthias Kaehlcke <mka@chromium.org>,
thomas.lendacky@amd.com, Thiebaud Weksteen <tweek@google.com>,
mjg59@google.com, joe@perches.com,
andrea.parri@amarulasolutions.com,
"H. Peter Anvin" <hpa@linux.intel.com>
Subject: Re: [PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
Date: Thu, 21 Jun 2018 14:28:11 +0200 [thread overview]
Message-ID: <20180621122811.GA25066@gmail.com> (raw)
In-Reply-To: <CAKwvOdmE-EHJY7tgzkhyQqNT3m3oWtd6iE3sWBTz19Rijzx4Ew@mail.gmail.com>
* Nick Desaulniers <ndesaulniers@google.com> wrote:
> On Thu, Jun 14, 2018 at 5:17 PM H. Peter Anvin <hpa@zytor.com> wrote:
> >
> > On 06/14/18 13:59, Nick Desaulniers wrote:
> > > On Thu, Jun 14, 2018 at 1:48 PM H. Peter Anvin <hpa@zytor.com> wrote:
> > >>
> > >> On 06/13/18 14:05, Nick Desaulniers wrote:
> > >>> From: "H. Peter Anvin" <hpa@linux.intel.com>
> > >>>
> > >>> i386 and x86-64 uses different registers for arguments; make them
> > >>> available so we don't have to #ifdef in the actual code.
> > >>>
> > >>> Native size and specified size (q, l, w, b) versions are provided.
> > >>>
> > >>> Suggested-by: Sedat Dilek <sedat.dilek@gmail.com>
> > >>> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
> > >>> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> > >>
> > >> I still object to Suggested-by: here. Sedat did a correction, which is
> > >> a Reviewed-by:, but unless I'm completely out to sea, there was no
> > >> suggestion on Sedat's part of this; and I had certainly not seen it when
> > >> I wrote the code.
> > >
> > > I'm fine with changing it from a Suggested-by to a Reviewed-by. Can
> > > you do that when you apply the set, or should I send a v6?
> > >
> >
> > I'm not handling patch mechanics for x86 at the moment.
>
> Hi Ingo and Thomas,
> Have you had a chance to review this patch series for application?
>
> Note that Juergen (the paravirt maintainer) acked the series:
> https://bugs.llvm.org/show_bug.cgi?id=37880
> The only issue being swapping a Suggested-by for a Reviewed-by tag for
> one commit, as above.
Could you please update the series with all suggestions and tags and send a new
series?
Thanks,
Ingo
next prev parent reply other threads:[~2018-06-21 12:28 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-13 21:05 [PATCH v5 0/3] extern inline native_save_fl for paravirt Nick Desaulniers
2018-06-13 21:05 ` Nick Desaulniers
2018-06-13 21:05 ` [PATCH v5 1/3] compiler-gcc.h: add gnu_inline to all inline declarations Nick Desaulniers
2018-06-13 21:05 ` Nick Desaulniers
2018-06-13 21:05 ` [PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h> Nick Desaulniers
2018-06-13 21:05 ` Nick Desaulniers
2018-06-14 20:47 ` H. Peter Anvin
2018-06-14 20:47 ` H. Peter Anvin
2018-06-14 20:59 ` Nick Desaulniers
2018-06-14 20:59 ` Nick Desaulniers
2018-06-15 0:17 ` H. Peter Anvin
2018-06-15 0:17 ` H. Peter Anvin
2018-06-20 16:40 ` Nick Desaulniers
2018-06-20 16:40 ` Nick Desaulniers
2018-06-21 12:28 ` Ingo Molnar [this message]
2018-06-21 12:28 ` Ingo Molnar
2018-06-21 12:28 ` Ingo Molnar
2018-06-15 4:04 ` Sedat Dilek
2018-06-15 4:04 ` Sedat Dilek
2018-06-13 21:05 ` [PATCH v5 3/3] x86: paravirt: make native_save_fl extern inline Nick Desaulniers
2018-06-13 21:05 ` Nick Desaulniers
2018-06-14 13:20 ` [PATCH v5 0/3] extern inline native_save_fl for paravirt Sedat Dilek
2018-06-14 13:20 ` Sedat Dilek
2018-06-19 15:03 ` Juergen Gross
2018-06-19 15:03 ` Juergen Gross
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=20180621122811.GA25066@gmail.com \
--to=mingo@kernel.org \
--cc=acme@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=astrachan@google.com \
--cc=geert@linux-m68k.org \
--cc=ghackmann@google.com \
--cc=hpa@zytor.com \
--cc=keescook@google.com \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=manojgupta@google.com \
--cc=mawilcox@microsoft.com \
--cc=michal.lkml@markovi.net \
--cc=mingo@redhat.com \
--cc=ndesaulniers@google.com \
--cc=rientjes@google.com \
--cc=sedat.dilek@gmail.com \
--cc=tglx@linutronix.de \
--cc=tstellar@redhat.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=will.deacon@arm.com \
--cc=x86@kernel.org \
--cc=yamada.masahiro@socionext.com \
/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.