From nobody Mon Jun 15 06:29:39 2026 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 DCAD23D3D0E; Wed, 8 Apr 2026 15:41:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775662904; cv=none; b=QMnXeZ85CaDkSp7zM+leWxY9Qas6ZoYsS1+l5yU05g4KDPQTiMIFJ5IT3gquhPyhX2n6+8PDB9jSSZ0xM6HoAsW9CYl/q1IPD1rpYb6saKMFVRyz7qkLrST6UrrCtf2RBAcQ2kkx+PKPji7+GbMl6WLyGlva8I/ViYKQDah8TgU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775662904; c=relaxed/simple; bh=zVsFJxmxr1Yn34kf0g6Idj7W6WLB9P9afngR5TG7dcY=; h=Date:From:To:Subject:Cc:MIME-Version:Message-ID:Content-Type; b=ue/ku1T5gsRT7fqmUPj5da2FuJopjLeSrZgLodWQfzAh+o2AbYCh3IcbOKFAyQyIFEQt5vJt9rYkeLKSF68DPp4WPRFjZY4kc48QKHj+nTc7Dp+7NAeqYgTareE7wE7rzRAzb3jQgWgkGKU+4biStAl+U2eSBqz8lJ7ajuD0ALc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=uGx6LDaU; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=Rjn7HyL/; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="uGx6LDaU"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Rjn7HyL/" Date: Wed, 08 Apr 2026 15:41:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1775662900; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YhUgb/kD+TF1o15wnNidVRUyegad3B8fDYQn6t4fW0Y=; b=uGx6LDaU20rA4qRHkhWMAOgvOn9oUD3Z6fhSOVipgvDbi1qZgK8TLheax5CF1Y8CM5Ed1w tRrn9vSCVlvksQ+72t2lbIMv83NNkW5t5Nc3b1JHYrubyb6mDDzi+lF6pAdb+R34L8UbR5 28rO9tRGc70HTqTOdRXhNq7mVsbVg6/WDHRrItYRFmkSsFLmXmhU7MW0ohlbDTDZFCzhB6 oUHRkhDHkp6YdKHxGWa0yUJj0MCmBid5J6PZTUqP4xpeqOxlBL498zz9SdYBpOI5SJtFLC EBnHRXPx0j9JI57UtEocXGL6wl5Tfeqb5iuw9npG0T8W0r7MCZiSBolR8ai4Wg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1775662900; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YhUgb/kD+TF1o15wnNidVRUyegad3B8fDYQn6t4fW0Y=; b=Rjn7HyL/jZDUxThbXCcPiWQNyEHajw19fN7vJtfCWM+XdYG0mctMOZIitOYmIx/cRFbzyz mQG2v897vpJu32AA== From: "tip-bot2 for Borislav Petkov (AMD)" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/cleanups] x86/fpu: Correct the comment explaining what xfeatures_in_use() does Cc: "Borislav Petkov (AMD)" , x86@kernel.org, linux-kernel@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <177566289930.801717.10073372555495754825.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 9b8ad2b63067eb302aea429cb6f1f22947b353d7 Gitweb: https://git.kernel.org/tip/9b8ad2b63067eb302aea429cb6f1f2294= 7b353d7 Author: Borislav Petkov (AMD) AuthorDate: Wed, 08 Apr 2026 12:32:06 +02:00 Committer: Borislav Petkov (AMD) CommitterDate: Wed, 08 Apr 2026 12:32:06 +02:00 x86/fpu: Correct the comment explaining what xfeatures_in_use() does It returns the mask of the features which are being currently used, i.e., NOT in their initial configuration. No functional changes. Signed-off-by: Borislav Petkov (AMD) --- arch/x86/include/asm/fpu/xcr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/fpu/xcr.h b/arch/x86/include/asm/fpu/xcr.h index 9a710c0..698457f 100644 --- a/arch/x86/include/asm/fpu/xcr.h +++ b/arch/x86/include/asm/fpu/xcr.h @@ -23,7 +23,7 @@ static inline void xsetbv(u32 index, u64 value) =20 /* * Return a mask of xfeatures which are currently being tracked - * by the processor as being in the initial configuration. + * by the processor as being not in the initial configuration. * * Callers should check X86_FEATURE_XGETBV1. */