From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 826CA18BBAE for ; Mon, 8 Jun 2026 07:59:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780905542; cv=none; b=uxkmDzDusPtztecyV3UzlDZiCgQm+w0AKhn5gsvN7wlAgoyYTIeyo3P2l3wlYx03EtGw0FI58DIvqKKNjPdfzT/IgoeTTASTTxiqG/SJziByZvKibMn0SPRfASgI/ffVjYYTFpditsFSNvz6JK1q+NARUE003CC7fyQYzDPq0Io= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780905542; c=relaxed/simple; bh=sShBY7zzYjrBr0fU8Bz1tfCR+JSty7CeDi9J9glbgzo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f5wSh7M7UAVq1Xopmr0gDXY1a1ItZmqbdfPopoNKfkFcpzrXPdAV1iPyZMrekKcpEspEil5KwgqcBG4byIny6yWGfuknXXWrYFRefr+dZCz6l/H/8e1TziPImkw97P/Ma+xoqrktBIz104F71KsIzOQvQMgQxnv2x6Aj59pOIQo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AYVKa5+H; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AYVKa5+H" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 355551F00893; Mon, 8 Jun 2026 07:58:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780905541; bh=5PM02V3J1WvXX7xUFQXUOtM6haCGzoN+7XAVWzzohu0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=AYVKa5+HcaVvGYXqRs2O1aFgjaZ3NzioI4AcUGIgvO3PTv4Qt2WyLWnDi4zaLDtK6 sWS5WxGznpF6uxo3bnEIb7rJeShmRyZXWxyUhTZIBsBsJEw9Vh31iKSU8uoSgYTh+o /WSjCnLFBaYXbEoMk6WRcCooxrQu4rbBT0iB/Gb0GN6K1GlM01iEV8+ewpvIRUjA4r 4CTu/b4p41Ecm2JkMQQVU4KywNYMaDjfdn54YYdHalGcfTkunxF/0zznNrLXzOd5Vy Ew0ysNXczjdPoyMXodMMNCRDfSYCPdjtKzJFbi0IfBaE/9d/K2a0X005KBmBgd48Sv qG7IX6BGtQ/qg== Date: Mon, 8 Jun 2026 09:58:56 +0200 From: Ingo Molnar To: =?iso-8859-1?Q?J=FCrgen_Gro=DF?= Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" Subject: Re: [PATCH 01.5/11] x86/msr: Switch rdmsrl_on_cpu() user to rdmsrq_on_cpu() Message-ID: References: <20260608051741.3207435-1-jgross@suse.com> <20260608051741.3207435-3-jgross@suse.com> <099cde08-b1c1-4259-84fc-e0371b0139cb@suse.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <099cde08-b1c1-4259-84fc-e0371b0139cb@suse.com> * Jürgen Groß wrote: > On 08.06.26 09:01, Ingo Molnar wrote: > > > > * Juergen Gross wrote: > > > > > rdmsrl_on_cpu() has no users left. Delete it. > > > > > > Signed-off-by: Juergen Gross > > > Reviewed-by: Dave Hansen > > > > 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