* Missing signoff in the kvm-arm-fixes tree
@ 2026-07-21 11:46 Mark Brown
2026-07-21 12:02 ` Marc Zyngier
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2026-07-21 11:46 UTC (permalink / raw)
To: Christoffer Dall, Marc Zyngier; +Cc: linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 117 bytes --]
Commit
6c13643a6f392 ("KVM: arm64: Fix hyp_trace clock disabling")
is missing a Signed-off-by from its committer
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Missing signoff in the kvm-arm-fixes tree
2026-07-21 11:46 Missing signoff in the kvm-arm-fixes tree Mark Brown
@ 2026-07-21 12:02 ` Marc Zyngier
2026-07-21 13:37 ` Mark Brown
0 siblings, 1 reply; 5+ messages in thread
From: Marc Zyngier @ 2026-07-21 12:02 UTC (permalink / raw)
To: Mark Brown; +Cc: linux-kernel, linux-next
On Tue, 21 Jul 2026 12:46:11 +0100,
Mark Brown <broonie@kernel.org> wrote:
>
> [1 <text/plain; us-ascii (7bit)>]
> Commit
>
> 6c13643a6f392 ("KVM: arm64: Fix hyp_trace clock disabling")
>
> is missing a Signed-off-by from its committer
Amusing:
maz@valley-girl:~/hot-poop/arm-platforms$ b4 am -lsto - 20260715105100.3178255-1-vdonnefort@google.com | git am
Grabbing thread from lore.kernel.org/all/20260715105100.3178255-1-vdonnefort@google.com/t.mbox.gz
Analyzing 4 messages in the thread
Looking for additional code-review trailers on lore.kernel.org
Analyzing 0 code-review messages
Checking attestation on all messages, may take a moment...
---
✓ [PATCH v2] KVM: arm64: Fix hyp_trace clock disabling
+ Reviewed-by: Fuad Tabba <fuad.tabba@linux.dev> (✓ DKIM/linux.dev)
+ Link: https://patch.msgid.link/20260715105100.3178255-1-vdonnefort@google.com
+ Signed-off-by: Marc Zyngier <maz@kernel.org>
---
✓ Signed: DKIM/google.com
---
Total patches: 1
---
Link: https://patch.msgid.link/20260715105100.3178255-1-vdonnefort@google.com
Base: using specified base-commit a13c140cc289c0b7b3770bce5b3ad42ab35074aa
git checkout -b v2_20260715_vdonnefort_google_com a13c140cc289c0b7b3770bce5b3ad42ab35074aa
Applying: KVM: arm64: Fix hyp_trace clock disabling
maz@valley-girl:~/hot-poop/arm-platforms$ git show
commit ffb57162cb4e20971ea41320f8dd9fad7d141e9f (HEAD)
Author: Vincent Donnefort <vdonnefort@google.com>
Date: Wed Jul 15 11:51:00 2026 +0100
KVM: arm64: Fix hyp_trace clock disabling
Fix the disable path in hyp_trace_clock_enable(), which fell through to
re-initialize and reschedule the clock after cancelling the work. Return
early instead.
While at it, cleanup hyp_trace_clock::lock which is unused and
hyp_trace_clock::running which is redundant: the trace_remote framework
already serializes calls to the callback enable_tracing.
Fixes: b22888917fa4 ("KVM: arm64: Sync boot clock with the nVHE/pKVM hyp")
Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
No RB, no SoB, no Link. Guess b4 is busted in some way...
BTW, could you please Cc the actual maintainers of KVM/arm64?
Christoffer has been out of that look for over 7 years now...
Thanks,
M.
--
Without deviation from the norm, progress is not possible.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Missing signoff in the kvm-arm-fixes tree
2026-07-21 12:02 ` Marc Zyngier
@ 2026-07-21 13:37 ` Mark Brown
2026-07-21 14:04 ` Marc Zyngier
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2026-07-21 13:37 UTC (permalink / raw)
To: Marc Zyngier; +Cc: linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
On Tue, Jul 21, 2026 at 01:02:19PM +0100, Marc Zyngier wrote:
> BTW, could you please Cc the actual maintainers of KVM/arm64?
> Christoffer has been out of that look for over 7 years now...
Of course, I did think that - just to confirm, that's you and Oliver
(with oupton@kernel.org as his address) since AIUI it's you two that
manage the git tree? Usually it's the people with write access in the
contacts list, but I can add whoever you like pretty much.
-next has it's own contacts database since there's frequent enough
divergence and I figured there must be some reason it was that way given
how long it's been. I guess it's just bitrot though.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Missing signoff in the kvm-arm-fixes tree
2026-07-21 13:37 ` Mark Brown
@ 2026-07-21 14:04 ` Marc Zyngier
2026-07-21 14:24 ` Mark Brown
0 siblings, 1 reply; 5+ messages in thread
From: Marc Zyngier @ 2026-07-21 14:04 UTC (permalink / raw)
To: Mark Brown; +Cc: linux-kernel, linux-next
On Tue, 21 Jul 2026 14:37:15 +0100,
Mark Brown <broonie@kernel.org> wrote:
>
> [1 <text/plain; us-ascii (7bit)>]
> On Tue, Jul 21, 2026 at 01:02:19PM +0100, Marc Zyngier wrote:
>
> > BTW, could you please Cc the actual maintainers of KVM/arm64?
> > Christoffer has been out of that look for over 7 years now...
>
> Of course, I did think that - just to confirm, that's you and Oliver
> (with oupton@kernel.org as his address) since AIUI it's you two that
> manage the git tree? Usually it's the people with write access in the
> contacts list, but I can add whoever you like pretty much.
Oliver Upton <oupton@kernel.org> and Marc Zyngier <maz@kernel.org> are
the current tree maintainers.
Thanks,
M.
--
Without deviation from the norm, progress is not possible.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-07-21 14:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 11:46 Missing signoff in the kvm-arm-fixes tree Mark Brown
2026-07-21 12:02 ` Marc Zyngier
2026-07-21 13:37 ` Mark Brown
2026-07-21 14:04 ` Marc Zyngier
2026-07-21 14:24 ` Mark Brown
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.