From: Ingo Molnar <mingo@kernel.org>
To: "Jürgen Groß" <jgross@suse.com>
Cc: linux-kernel@vger.kernel.org, x86@kernel.org,
Thomas Gleixner <tglx@kernel.org>, Ingo Molnar <mingo@redhat.com>,
Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
"H. Peter Anvin" <hpa@zytor.com>
Subject: Re: [PATCH 01.5/11] x86/msr: Switch rdmsrl_on_cpu() user to rdmsrq_on_cpu()
Date: Mon, 8 Jun 2026 09:58:56 +0200 [thread overview]
Message-ID: <aiZ2QOF6SChm8gFh@gmail.com> (raw)
In-Reply-To: <099cde08-b1c1-4259-84fc-e0371b0139cb@suse.com>
* Jürgen Groß <jgross@suse.com> wrote:
> On 08.06.26 09:01, Ingo Molnar wrote:
> >
> > * Juergen Gross <jgross@suse.com> wrote:
> >
> > > rdmsrl_on_cpu() has no users left. Delete it.
> > >
> > > Signed-off-by: Juergen Gross <jgross@suse.com>
> > > Reviewed-by: Dave Hansen <dave.hansen@linux.intel.com>
> >
> > There was one user left, see below. I've added this to
> > the series.
>
> Hmm, your patch looks exactly like patch 1 of my series.
Oh, indeed, for some reason gmail ate the first patch in my mbox
and I never noticed. :-/
Thanks,
Ingo
next prev parent reply other threads:[~2026-06-08 7:59 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-08 5:17 [PATCH v3 00/11] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions Juergen Gross
2026-06-08 5:17 ` [PATCH v3 01/11] x86/msr: Switch rdmsrl_on_cpu() users to rdmsrq_on_cpu() Juergen Gross
2026-06-08 5:54 ` K Prateek Nayak
2026-06-08 8:03 ` [tip: x86/msr] x86/msr: Switch rdmsrl_on_cpu() user " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 02/11] x86/msr: Remove rdmsrl_on_cpu() Juergen Gross
2026-06-08 7:01 ` [PATCH 01.5/11] x86/msr: Switch rdmsrl_on_cpu() user to rdmsrq_on_cpu() Ingo Molnar
2026-06-08 7:11 ` Jürgen Groß
2026-06-08 7:58 ` Ingo Molnar [this message]
2026-06-08 8:03 ` [tip: x86/msr] x86/msr: Remove rdmsrl_on_cpu() tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 03/11] x86/msr: Switch rdmsr_on_cpu() users to rdmsrq_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 04/11] x86/msr: Remove rdmsr_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 05/11] x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 06/11] x86/msr: Remove wrmsr_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 07/11] x86/msr: Don't use rdmsr_safe_on_cpu() in rdmsrq_safe_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 08/11] x86/msr: Switch rdmsr_safe_on_cpu() users to rdmsrq_safe_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 09/11] x86/msr: Remove rdmsr_safe_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 10/11] x86/msr: Switch wrmsr_safe_on_cpu() users to wrmsrq_safe_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:17 ` [PATCH v3 11/11] x86/msr: Remove wrmsr_safe_on_cpu() Juergen Gross
2026-06-08 8:03 ` [tip: x86/msr] " tip-bot2 for Juergen Gross
2026-06-08 5:59 ` [PATCH v3 00/11] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions K Prateek Nayak
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=aiZ2QOF6SChm8gFh@gmail.com \
--to=mingo@kernel.org \
--cc=bp@alien8.de \
--cc=dave.hansen@linux.intel.com \
--cc=hpa@zytor.com \
--cc=jgross@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@kernel.org \
--cc=x86@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.