From: Marc Zyngier <maz@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Zhang Lei <zhang.lei@jp.fujitsu.com>,
Andre Przywara <andre.przywara@arm.com>,
Will Deacon <will@kernel.org>,
kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 7/7] arm64/sve: Don't zero non-FPSIMD register state on syscall by default
Date: Wed, 20 Jul 2022 10:29:56 +0100 [thread overview]
Message-ID: <878rooyvvv.wl-maz@kernel.org> (raw)
In-Reply-To: <YtcHkkwiDZTEpWrZ@sirena.org.uk>
On Tue, 19 Jul 2022 20:35:46 +0100,
Mark Brown <broonie@kernel.org> wrote:
>
> On Tue, Jul 19, 2022 at 06:35:37PM +0100, Catalin Marinas wrote:
> > IIRC both Will and Mark R commented in the past that they'd like the
> > current de-facto ABI to become the official one. I'll let them comment.
>
> That would be good. I've not heard anything from Will either directly
> or indirectly. Mark R has indicated privately directly to me that he
> originally pushed for the currently implemented behaviour and prefers
> it. Marc Zyngier has previously noted publicly the current behaviour
> being a consideration in the context of discusion of optimisation ideas
> like this one, I was a bit surprised that he commented on an earlier
> patch in the series but not this one.
Just because I don't repeat myself doesn't mean I changed my mind. I
still don't buy the ABI change, as there is already a large(-ish) body
of SW that assumes the current semantics.
M.
--
Without deviation from the norm, progress is not possible.
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Zhang Lei <zhang.lei@jp.fujitsu.com>,
James Morse <james.morse@arm.com>,
Alexandru Elisei <alexandru.elisei@arm.com>,
Andre Przywara <andre.przywara@arm.com>,
kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org,
Mark Rutland <mark.rutland@arm.com>
Subject: Re: [PATCH v2 7/7] arm64/sve: Don't zero non-FPSIMD register state on syscall by default
Date: Wed, 20 Jul 2022 10:29:56 +0100 [thread overview]
Message-ID: <878rooyvvv.wl-maz@kernel.org> (raw)
In-Reply-To: <YtcHkkwiDZTEpWrZ@sirena.org.uk>
On Tue, 19 Jul 2022 20:35:46 +0100,
Mark Brown <broonie@kernel.org> wrote:
>
> On Tue, Jul 19, 2022 at 06:35:37PM +0100, Catalin Marinas wrote:
> > IIRC both Will and Mark R commented in the past that they'd like the
> > current de-facto ABI to become the official one. I'll let them comment.
>
> That would be good. I've not heard anything from Will either directly
> or indirectly. Mark R has indicated privately directly to me that he
> originally pushed for the currently implemented behaviour and prefers
> it. Marc Zyngier has previously noted publicly the current behaviour
> being a consideration in the context of discusion of optimisation ideas
> like this one, I was a bit surprised that he commented on an earlier
> patch in the series but not this one.
Just because I don't repeat myself doesn't mean I changed my mind. I
still don't buy the ABI change, as there is already a large(-ish) body
of SW that assumes the current semantics.
M.
--
Without deviation from the norm, progress is not possible.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-07-20 9:30 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-20 12:41 [PATCH v2 0/7] arm64/sve: Clean up KVM integration and optimise syscalls Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-06-20 12:41 ` [PATCH v2 1/7] KVM: arm64: Discard any SVE state when entering KVM guests Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-06-20 12:41 ` [PATCH v2 2/7] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-07-11 9:40 ` Marc Zyngier
2022-07-11 9:40 ` Marc Zyngier
2022-07-11 11:39 ` Mark Brown
2022-07-11 11:39 ` Mark Brown
2022-07-11 14:33 ` Marc Zyngier
2022-07-11 14:33 ` Marc Zyngier
2022-07-11 15:53 ` Mark Brown
2022-07-11 15:53 ` Mark Brown
2022-07-20 9:40 ` Marc Zyngier
2022-07-20 9:40 ` Marc Zyngier
2022-07-20 13:51 ` Mark Brown
2022-07-20 13:51 ` Mark Brown
2022-06-20 12:41 ` [PATCH v2 3/7] arm64/fpsimd: Have KVM explicitly say which FP registers to save Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-06-20 12:41 ` [PATCH v2 4/7] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-06-20 12:41 ` [PATCH v2 5/7] arm64/fpsimd: Load FP state based on recorded data type Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-06-20 12:41 ` [PATCH v2 6/7] arm64/sve: Leave SVE enabled on syscall if we don't context switch Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-06-20 12:41 ` [PATCH v2 7/7] arm64/sve: Don't zero non-FPSIMD register state on syscall by default Mark Brown
2022-06-20 12:41 ` Mark Brown
2022-07-19 17:35 ` Catalin Marinas
2022-07-19 17:35 ` Catalin Marinas
2022-07-19 19:35 ` Mark Brown
2022-07-19 19:35 ` Mark Brown
2022-07-20 9:20 ` Will Deacon
2022-07-20 9:20 ` Will Deacon
2022-07-20 12:32 ` Mark Brown
2022-07-20 12:32 ` Mark Brown
2022-07-20 9:29 ` Marc Zyngier [this message]
2022-07-20 9:29 ` Marc Zyngier
2022-07-20 14:31 ` Mark Brown
2022-07-20 14:31 ` Mark Brown
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=878rooyvvv.wl-maz@kernel.org \
--to=maz@kernel.org \
--cc=andre.przywara@arm.com \
--cc=broonie@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=will@kernel.org \
--cc=zhang.lei@jp.fujitsu.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.