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=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, 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 6227AC32751 for ; Wed, 7 Aug 2019 10:38:17 +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 349C121E6A for ; Wed, 7 Aug 2019 10:38:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="RzR8ZFll" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 349C121E6A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com 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=B+QCWbO9BOgKL/7h+KMudvVFG6DcQPGAdWBDSR7DnRU=; b=RzR8ZFll/qTu6g HUdGNYBQPD+yA37ecfRhLuJMSiy39PujKxknBNIahwq9IHFGNfvjomWjc43ELp4axhPhutqciDMEW ZuylwbB6vEAnzv4jFtBs6KP/4Lpm4iBNbIbqjODL+4U/5WTDDUNS4VT77+0CpITDtg5lMDQt/A1Q4 jy/L+KqpqLYBJ/upgdW3iiZ1RpEJROpXx+ciwpQWuKFKn7781DJdaDNy0Oyfx07XjWI2ErXyvaL3g EmtikxSK2mW0I+EuEsajD/uxTrce1ldS+9cBGROUWVdwNkvuSHNPjxXUP71hT31vpnyVRbbcVRrSY NR9s/0IfK+p5d5wqxBpg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hvJKi-0004yZ-IC; Wed, 07 Aug 2019 10:38:16 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hvJKg-0004xq-5f for linux-arm-kernel@lists.infradead.org; Wed, 07 Aug 2019 10:38:15 +0000 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 B04A328; Wed, 7 Aug 2019 03:38:13 -0700 (PDT) Received: from arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C72913F575; Wed, 7 Aug 2019 03:38:12 -0700 (PDT) Date: Wed, 7 Aug 2019 11:38:10 +0100 From: Dave Martin To: Julien Grall Subject: Re: [PATCH] arm64/ptrace: Fix typoes in sve_set() comment Message-ID: <20190807103810.GF10425@arm.com> References: <20190807103445.32257-1-julien.grall@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190807103445.32257-1-julien.grall@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190807_033814_261248_993BD047 X-CRM114-Status: GOOD ( 14.96 ) 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, will@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, oleg@redhat.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 Wed, Aug 07, 2019 at 11:34:45AM +0100, Julien Grall wrote: > The ptrace trace SVE flags are prefixed with SVE_PT_*. Update the > comment accordingly. > > Signed-off-by: Julien Grall > --- > arch/arm64/kernel/ptrace.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/kernel/ptrace.c b/arch/arm64/kernel/ptrace.c > index 17525da8d5c8..0de3eae09d36 100644 > --- a/arch/arm64/kernel/ptrace.c > +++ b/arch/arm64/kernel/ptrace.c > @@ -870,7 +870,7 @@ static int sve_set(struct task_struct *target, > goto out; > > /* > - * Apart from PT_SVE_REGS_MASK, all PT_SVE_* flags are consumed by > + * Apart from SVE_PT_REGS_MASK, all SVE_PT_* flags are consumed by > * sve_set_vector_length(), which will also validate them for us: > */ Thanks for spotting that. Reviewed-by: Dave Martin Cheers ---Dave _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,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 706C8C433FF for ; Wed, 7 Aug 2019 10:38:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50D5721E6E for ; Wed, 7 Aug 2019 10:38:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728791AbfHGKiP (ORCPT ); Wed, 7 Aug 2019 06:38:15 -0400 Received: from foss.arm.com ([217.140.110.172]:46260 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727012AbfHGKiO (ORCPT ); Wed, 7 Aug 2019 06:38:14 -0400 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 B04A328; Wed, 7 Aug 2019 03:38:13 -0700 (PDT) Received: from arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C72913F575; Wed, 7 Aug 2019 03:38:12 -0700 (PDT) Date: Wed, 7 Aug 2019 11:38:10 +0100 From: Dave Martin To: Julien Grall Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, will@kernel.org, oleg@redhat.com Subject: Re: [PATCH] arm64/ptrace: Fix typoes in sve_set() comment Message-ID: <20190807103810.GF10425@arm.com> References: <20190807103445.32257-1-julien.grall@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190807103445.32257-1-julien.grall@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 07, 2019 at 11:34:45AM +0100, Julien Grall wrote: > The ptrace trace SVE flags are prefixed with SVE_PT_*. Update the > comment accordingly. > > Signed-off-by: Julien Grall > --- > arch/arm64/kernel/ptrace.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/kernel/ptrace.c b/arch/arm64/kernel/ptrace.c > index 17525da8d5c8..0de3eae09d36 100644 > --- a/arch/arm64/kernel/ptrace.c > +++ b/arch/arm64/kernel/ptrace.c > @@ -870,7 +870,7 @@ static int sve_set(struct task_struct *target, > goto out; > > /* > - * Apart from PT_SVE_REGS_MASK, all PT_SVE_* flags are consumed by > + * Apart from SVE_PT_REGS_MASK, all SVE_PT_* flags are consumed by > * sve_set_vector_length(), which will also validate them for us: > */ Thanks for spotting that. Reviewed-by: Dave Martin Cheers ---Dave