From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39B49CA9ED0 for ; Fri, 1 Nov 2019 15:38:12 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 112B7208E3 for ; Fri, 1 Nov 2019 15:38:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PnzdnnV/"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="AFDC/YsT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 112B7208E3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=H3RU2MYjgZ+ap5QMFHnAS0U5QsXs+w2rlnfB4/pFlxA=; b=PnzdnnV/3PSbaX 38WrzrD4PTSTukLw2rCtitw2sbiG+enChjGvGdJ/WU7MNrJQ/Jdu6DXGIXQjKz0elOnGseGhKmnFT 6cSVjk6rcHWvN4NYUDjlzkrnv8Zn4SlO8fwvFjl40Ikz1IdZSrqrOnH0Gt3pfHid28gEaHSydTRkJ t8B6+Y9RIWIgvKEzHXjd3UFMW+1cYsWJv6u82dpJH86QKm9ud86wTY08P6NHO1WzFII/uc3c11of2 0jN9QAiFkUTt/ieVKnJXvcVu9wPAE/ZKUjwpqzcdsBAXo+9g+VSjAP9lCyc/zVz9d4NZtncXfj3U4 OHDQ+7XjSxwWXR8mkUrA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iQZ07-0006dL-Oh; Fri, 01 Nov 2019 15:38:11 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iQZ05-0006cr-8Z for linux-arm-kernel@lists.infradead.org; Fri, 01 Nov 2019 15:38:10 +0000 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 647A520650; Fri, 1 Nov 2019 15:38:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572622688; bh=CWKBSlzC3l8GOMKMsRuzJu7Q5DBYLofyM+2KjYJ1O7I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AFDC/YsTMMKoPnOc+deoFBI57qzVpVwDmw4T3C03qAFkP1i1ZeJU2STUEmPZao9nJ Jwtv96kklhsiKZgF4Jp6DGy85o9hX4WGzqJwSSKMKs52dmiP9k2JMkSTIQNa7dvnJl tSYqrlhzmV9dU8XwE325Mi2plbco5yF46dG8cyms= Date: Fri, 1 Nov 2019 15:38:04 +0000 From: Will Deacon To: Julien Grall Subject: Re: [PATCH] docs/arm64: cpu-feature-registers: Rewrite bitfields that don't follow [e, s] Message-ID: <20191101153803.GC3287@willie-the-truck> References: <20191101152022.8853-1-julien@xen.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191101152022.8853-1-julien@xen.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191101_083809_326526_BE4E5FAC X-CRM114-Status: GOOD ( 15.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: catalin.marinas@arm.com, Julien Grall , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, suzuki.poulose@arm.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Nov 01, 2019 at 03:20:22PM +0000, Julien Grall wrote: > From: Julien Grall > > Commit "docs/arm64: cpu-feature-registers: Documents missing visible > fields" added bitfiels following the convention [s, e]. However, the typo: bitfiels > documentation is following [s, e] and so does the Arm ARM. This should be [e, s], although I think you can spell it out as "end" and "start" so people know what this is doing. > > Rewrite the bitfields to match the format [e, s]. > > Signed-off-by: Julien Grall > > --- > > This is based on the branch for-next/elf-hwcap-docs from the tree > arm64/linux.git. > --- > Documentation/arm64/cpu-feature-registers.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/arm64/cpu-feature-registers.rst b/Documentation/arm64/cpu-feature-registers.rst > index ffcf4e2c71ef..7c40e4581bae 100644 > --- a/Documentation/arm64/cpu-feature-registers.rst > +++ b/Documentation/arm64/cpu-feature-registers.rst > @@ -193,9 +193,9 @@ infrastructure: > +------------------------------+---------+---------+ > | Name | bits | visible | > +------------------------------+---------+---------+ > - | SB | [36-39] | y | > + | SB | [39-36] | y | > +------------------------------+---------+---------+ > - | FRINTTS | [32-35] | y | > + | FRINTTS | [35-32] | y | > +------------------------------+---------+---------+ > | GPI | [31-28] | y | > +------------------------------+---------+---------+ diff looks fine. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel