From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0F810433E9D; Thu, 2 Jul 2026 15:19:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783005586; cv=none; b=VuKBcsRDeN6bscKdmO027FBRvyA5j9BD/9dwx/qD//ZG30RqW2xoj7PaDV7SueJ6YaG1QuVtSI1qnDMRZfi6naz4o1aAoBFD2BErvIfsADRWGE0TPy6x40FwMws5R9VJX7hsI6S8XXPPPDAENhjI3lyp46+qJk3tBzscS3dCLQw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783005586; c=relaxed/simple; bh=7LQRtqPEi0UprWVsXRrjibYefSmOXkkL0SA/IYXRMXA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OkiqqKneZ4LXX5s2ZXhpRAqH7ZfNrHVvq5fg+a4HIY+SeGjhvCLlS99WLSJXEEPXLBiaiPLaSuOwtOjJDrnZ8l0sjJekmGSCRe4l24FWofAqUvFKlIrTy5fL6OXsaBKBSEru9072AWkFzn/sEB6UZRZCu5JAIGfv9o3KIvoCZ3I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=U0rBu8OY; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="U0rBu8OY" Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C1AA3359D; Thu, 2 Jul 2026 08:19:38 -0700 (PDT) Received: from arm.com (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9734D3F85F; Thu, 2 Jul 2026 08:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1783005583; bh=7LQRtqPEi0UprWVsXRrjibYefSmOXkkL0SA/IYXRMXA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U0rBu8OY33nBMMW0XMvMDf8xcfzxlbquTVoZGK9qIIXQzKeuLzyOrulpWq4HbBm+v NOjmPuuGaWv6vY/2c20YRBjMgwUOgKbuombOqZoQMIOwqQ2hJTHjhXOcaAoNHvDRet 2gX44srtdQ9GN+KunXuDXgS61ZDzJ65wpdtlUp+k= Date: Thu, 2 Jul 2026 16:19:40 +0100 From: Catalin Marinas To: Mark Brown Cc: Will Deacon , Jonathan Corbet , Shuah Khan , Peter Maydell , Joey Gouly , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] arm64: Document missing bitfields in cpu-feature-registers.rst Message-ID: References: <20260522-arm64-cpu-ftr-regs-v1-0-19775b40faf0@kernel.org> <20260522-arm64-cpu-ftr-regs-v1-2-19775b40faf0@kernel.org> 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=us-ascii Content-Disposition: inline In-Reply-To: <20260522-arm64-cpu-ftr-regs-v1-2-19775b40faf0@kernel.org> On Fri, May 22, 2026 at 06:58:38PM +0100, Mark Brown wrote: > --- a/Documentation/arch/arm64/cpu-feature-registers.rst > +++ b/Documentation/arch/arm64/cpu-feature-registers.rst > @@ -113,6 +113,30 @@ infrastructure: > 4. List of registers with visible features > ------------------------------------------- > > + ID_AA6FPFR0_EL1 - Floating Point feature ID register 0 That's missing a '4' in '64'. > + ID_AA6SMFR0_EL1 - SME feature ID register 0 Same here. -- Catalin