All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Oliver Upton <oliver.upton@linux.dev>,
	James Morse <james.morse@arm.com>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Jonathan Corbet <corbet@lwn.net>, Shuah Khan <shuah@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Dave Martin <Dave.Martin@arm.com>,
	kvmarm@lists.linux.dev, linux-doc@vger.kernel.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
Date: Wed, 10 Apr 2024 08:27:07 +0100	[thread overview]
Message-ID: <87a5m1smno.wl-maz@kernel.org> (raw)
In-Reply-To: <562e1ddb-75e5-4c02-83ea-b946b88d35c8@sirena.org.uk>

On Tue, 02 Apr 2024 17:20:36 +0100,
Mark Brown <broonie@kernel.org> wrote:
> 
> On Tue, Apr 02, 2024 at 03:53:33PM +0100, Marc Zyngier wrote:
> > Mark Brown <broonie@kernel.org> wrote:
> 
> > > Sure, those patches are still in flight though.  It does seem reasonable
> > > to target the current code.
> 
> > Sure, if your intent is for this code not to be merged.
> 
> > Because it means this series assumes a different data life cycle, and
> > the review effort spent on it will be invalidated once you move to the
> > per-CPU state.
> 
> I don't have any visibility on when those patches are likely to get
> merged or the general practices with in flight serieses here, last time
> around with some of the serieses that were in flight it was quite late
> which did make it unclear if things would go in during that release
> cycle at all.

Here's a trick: you could ask. Other people do.

> The amount of churn in KVM recently and long periods where the relevant
> patches are apparently pre accepted but for various not always clear

Nothing is "pre accepted". Everything gets discussed and reviewed.
Specially when it comes to what you call "churn", which I call "crap
removal".

> reasons not actually merged is making it quite hard to target, you're

Things get merged when they are reviewed and ready. Not before.

> obviously going to be a lot more in the loop so this is doubtless
> clearer to you than to me.  It's also been a little unclear what the
> expectations are for basing things on - some people do prefer to do
> their own merging for example, and while you have mentioned your in

This isn't about resolving a simple conflict. This is a fundamental
change in the way the state is tracked. We have argued about this for
months now, you were Cc'd on the patches addressing this problem, and
you even reviewed them. What other hint do you need?

> flight serieses your communication style means that it's not been
> entirely clear if you're just noting the overlap.

Not clear? That's a first. I'm usually seen as "blunt and assertive".
But I'll keep that in mind and aspire to greater clarity in the future.

> Is it just that
> refactoring series you want taking into account here or are there other
> in flight serieses that should be rolled into a base?

That, and the already merged feature enforcement framework which you
keep ignoring. I'll push out a rc3-based branch in to -next shortly so
that it is crystal clear what you need to base things on.

	M.

-- 
Without deviation from the norm, progress is not possible.

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>,
	Oliver Upton <oliver.upton@linux.dev>,
	James Morse <james.morse@arm.com>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Jonathan Corbet <corbet@lwn.net>, Shuah Khan <shuah@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Dave Martin <Dave.Martin@arm.com>,
	kvmarm@lists.linux.dev, linux-doc@vger.kernel.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
Date: Wed, 10 Apr 2024 08:27:07 +0100	[thread overview]
Message-ID: <87a5m1smno.wl-maz@kernel.org> (raw)
In-Reply-To: <562e1ddb-75e5-4c02-83ea-b946b88d35c8@sirena.org.uk>

On Tue, 02 Apr 2024 17:20:36 +0100,
Mark Brown <broonie@kernel.org> wrote:
> 
> On Tue, Apr 02, 2024 at 03:53:33PM +0100, Marc Zyngier wrote:
> > Mark Brown <broonie@kernel.org> wrote:
> 
> > > Sure, those patches are still in flight though.  It does seem reasonable
> > > to target the current code.
> 
> > Sure, if your intent is for this code not to be merged.
> 
> > Because it means this series assumes a different data life cycle, and
> > the review effort spent on it will be invalidated once you move to the
> > per-CPU state.
> 
> I don't have any visibility on when those patches are likely to get
> merged or the general practices with in flight serieses here, last time
> around with some of the serieses that were in flight it was quite late
> which did make it unclear if things would go in during that release
> cycle at all.

Here's a trick: you could ask. Other people do.

> The amount of churn in KVM recently and long periods where the relevant
> patches are apparently pre accepted but for various not always clear

Nothing is "pre accepted". Everything gets discussed and reviewed.
Specially when it comes to what you call "churn", which I call "crap
removal".

> reasons not actually merged is making it quite hard to target, you're

Things get merged when they are reviewed and ready. Not before.

> obviously going to be a lot more in the loop so this is doubtless
> clearer to you than to me.  It's also been a little unclear what the
> expectations are for basing things on - some people do prefer to do
> their own merging for example, and while you have mentioned your in

This isn't about resolving a simple conflict. This is a fundamental
change in the way the state is tracked. We have argued about this for
months now, you were Cc'd on the patches addressing this problem, and
you even reviewed them. What other hint do you need?

> flight serieses your communication style means that it's not been
> entirely clear if you're just noting the overlap.

Not clear? That's a first. I'm usually seen as "blunt and assertive".
But I'll keep that in mind and aspire to greater clarity in the future.

> Is it just that
> refactoring series you want taking into account here or are there other
> in flight serieses that should be rolled into a base?

That, and the already merged feature enforcement framework which you
keep ignoring. I'll push out a rc3-based branch in to -next shortly so
that it is crystal clear what you need to base things on.

	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

  reply	other threads:[~2024-04-10  7:27 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29  0:13 [PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions Mark Brown
2024-03-29  0:13 ` Mark Brown
2024-03-29  0:13 ` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor Mark Brown
2024-03-29  0:13   ` Mark Brown
2024-03-31 10:00   ` Marc Zyngier
2024-03-31 10:00     ` Marc Zyngier
2024-04-02 14:34     ` Mark Brown
2024-04-02 14:34       ` Mark Brown
2024-04-02 14:53       ` Marc Zyngier
2024-04-02 14:53         ` Marc Zyngier
2024-04-02 16:20         ` Mark Brown
2024-04-02 16:20           ` Mark Brown
2024-04-10  7:27           ` Marc Zyngier [this message]
2024-04-10  7:27             ` Marc Zyngier
2024-04-10 21:43             ` Mark Brown
2024-04-10 21:43               ` Mark Brown
2024-03-29  0:13 ` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions Mark Brown
2024-03-29  0:13   ` Mark Brown
2024-03-31 10:59   ` Marc Zyngier
2024-03-31 10:59     ` Marc Zyngier
2024-04-02 17:21     ` Mark Brown
2024-04-02 17:21       ` Mark Brown
2024-04-10 10:32       ` Marc Zyngier
2024-04-10 10:32         ` Marc Zyngier
2024-04-10 16:33         ` Mark Brown
2024-04-10 16:33           ` Mark Brown
2024-03-29  0:13 ` [PATCH v6 3/5] KVM: arm64: Support FEAT_FPMR for guests Mark Brown
2024-03-29  0:13   ` Mark Brown
2024-03-29  0:13 ` [PATCH v6 4/5] KVM: arm64: selftests: Document feature registers added in 2023 extensions Mark Brown
2024-03-29  0:13   ` Mark Brown
2024-03-29  0:13 ` [PATCH v6 5/5] KVM: arm64: selftests: Teach get-reg-list about FPMR Mark Brown
2024-03-29  0:13   ` 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=87a5m1smno.wl-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=Dave.Martin@arm.com \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=james.morse@arm.com \
    --cc=kvmarm@lists.linux.dev \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=oliver.upton@linux.dev \
    --cc=shuah@kernel.org \
    --cc=suzuki.poulose@arm.com \
    --cc=will@kernel.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.