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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19F0AC433EF for ; Wed, 29 Sep 2021 17:48:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F322361361 for ; Wed, 29 Sep 2021 17:48:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345392AbhI2RuU (ORCPT ); Wed, 29 Sep 2021 13:50:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:45254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345383AbhI2RuT (ORCPT ); Wed, 29 Sep 2021 13:50:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DB2A5614C8; Wed, 29 Sep 2021 17:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632937718; bh=ToREgYmQQLiG5hjvle53IDBtanc/GdnJjSI49OZuBjQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WIQzwFy3VGNNcCdf/aiswn3wm09gEk6GH9X6Wp/+LSDmYdkXuYGUWjK1XCd13U0Ql puODOxPPy8yZDYIPq6rj0muKcC3cf8ehp4lFM0hoe1P2KZdL/RaYDHCVJ2JSDmn8IO jK9rgaTQxq3kPBsfWkUG2OaKI+YtuF771H7WQTxzXoRRPgPIFOIEElIh0wFQhjQ3n1 67+3GLjeBisws0zlc2VsuAhTUU6SWl4nc1N96ZoXv66BcG0gbKhKIVF6xxFl/eLbPO el849ysdT5eBrmKA8srzVc2yMgpfeuOXQGHoOFLgqprZD71Ek7gW7DdGF6fcDW58/C +H060Q9dV/a6Q== From: Will Deacon To: Catalin Marinas , Mark Brown , Shuah Khan , Shuah Khan Cc: kernel-team@android.com, Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v1 0/8] selftests: arm64: SVE ptrace test rework Date: Wed, 29 Sep 2021 18:48:24 +0100 Message-Id: <163292283281.787570.15772098830500807545.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210913125505.52619-1-broonie@kernel.org> References: <20210913125505.52619-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Mon, 13 Sep 2021 13:54:57 +0100, Mark Brown wrote: > This series overhauls the selftests we have for the SVE ptrace interface > to make them much more comprehensive than they are currently, making the > coverage of the data read and written more complete. The new coverage > for setting data on all vector lengths showed the issue with using the > wrong buffer size with ptrace reported and fixed by: > > https://lore.kernel.org/linux-arm-kernel/20210909165356.10675-1-broonie@kernel.org/ > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/8] selftests: arm64: Use a define for the number of SVE ptrace tests to be run https://git.kernel.org/arm64/c/78d2d816c45a [2/8] selftests: arm64: Don't log child creation as a test in SVE ptrace test https://git.kernel.org/arm64/c/09121ad7186e [3/8] selftests: arm64: Remove extraneous register setting code https://git.kernel.org/arm64/c/eab281e3afa6 [4/8] selftests: arm64: Document what the SVE ptrace test is doing https://git.kernel.org/arm64/c/736e6d5a5451 [5/8] selftests: arm64: Clarify output when verifying SVE register set https://git.kernel.org/arm64/c/8c9eece0bfbf [6/8] selftests: arm64: Verify interoperation of SVE and FPSIMD register sets https://git.kernel.org/arm64/c/9f7d03a2c5a1 [7/8] selftests: arm64: More comprehensively test the SVE ptrace interface https://git.kernel.org/arm64/c/a1d7111257cd [8/8] selftests: arm64: Move FPSIMD in SVE ptrace test into a function https://git.kernel.org/arm64/c/34785030dc06 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23021C433F5 for ; Wed, 29 Sep 2021 17:51:06 +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 DFDEF61465 for ; Wed, 29 Sep 2021 17:51:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DFDEF61465 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9Ks4AfbY02BmyUaca5N4UgpwewZ5RgLxjldJcSr/Tv4=; b=g46jxvS0BHS2sI t7r9pkjX4B9jX9CR43M8zt1Av7TCAuJ+ISZzhjexjBJGm3yxSFjNCalfq4UvS++Xck1E/9ivmFH2H gx28XdASJDMpNfVFvU8Kk3GhLyAuJiyph2ZzF8xwG3sFyWVW8RVkGdUVp/Q/XHnn60mWWawvaQRFt 7Zy0q6uJIJCBJkgRfH/2JR22h9+VaxZoytOW0OGEcsJ1ISq3K7WLsz4GNqDxnAJpaN4gYzN6YJVQ5 x7iokAUX/wW1JXkSjJ3SBplW5s4cOYyJnv1iXTFbsfGBsrA/uB3csYR/QnofdTe7V0kyIxzCpnkMk YzXjYrKqeTmTal2E3slA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mVdhW-00Bxi2-Bk; Wed, 29 Sep 2021 17:49:02 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mVdh8-00BxaL-Jj for linux-arm-kernel@lists.infradead.org; Wed, 29 Sep 2021 17:48:40 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id DB2A5614C8; Wed, 29 Sep 2021 17:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632937718; bh=ToREgYmQQLiG5hjvle53IDBtanc/GdnJjSI49OZuBjQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WIQzwFy3VGNNcCdf/aiswn3wm09gEk6GH9X6Wp/+LSDmYdkXuYGUWjK1XCd13U0Ql puODOxPPy8yZDYIPq6rj0muKcC3cf8ehp4lFM0hoe1P2KZdL/RaYDHCVJ2JSDmn8IO jK9rgaTQxq3kPBsfWkUG2OaKI+YtuF771H7WQTxzXoRRPgPIFOIEElIh0wFQhjQ3n1 67+3GLjeBisws0zlc2VsuAhTUU6SWl4nc1N96ZoXv66BcG0gbKhKIVF6xxFl/eLbPO el849ysdT5eBrmKA8srzVc2yMgpfeuOXQGHoOFLgqprZD71Ek7gW7DdGF6fcDW58/C +H060Q9dV/a6Q== From: Will Deacon To: Catalin Marinas , Mark Brown , Shuah Khan , Shuah Khan Cc: kernel-team@android.com, Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v1 0/8] selftests: arm64: SVE ptrace test rework Date: Wed, 29 Sep 2021 18:48:24 +0100 Message-Id: <163292283281.787570.15772098830500807545.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210913125505.52619-1-broonie@kernel.org> References: <20210913125505.52619-1-broonie@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210929_104838_701435_A7020356 X-CRM114-Status: GOOD ( 10.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 13 Sep 2021 13:54:57 +0100, Mark Brown wrote: > This series overhauls the selftests we have for the SVE ptrace interface > to make them much more comprehensive than they are currently, making the > coverage of the data read and written more complete. The new coverage > for setting data on all vector lengths showed the issue with using the > wrong buffer size with ptrace reported and fixed by: > > https://lore.kernel.org/linux-arm-kernel/20210909165356.10675-1-broonie@kernel.org/ > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/8] selftests: arm64: Use a define for the number of SVE ptrace tests to be run https://git.kernel.org/arm64/c/78d2d816c45a [2/8] selftests: arm64: Don't log child creation as a test in SVE ptrace test https://git.kernel.org/arm64/c/09121ad7186e [3/8] selftests: arm64: Remove extraneous register setting code https://git.kernel.org/arm64/c/eab281e3afa6 [4/8] selftests: arm64: Document what the SVE ptrace test is doing https://git.kernel.org/arm64/c/736e6d5a5451 [5/8] selftests: arm64: Clarify output when verifying SVE register set https://git.kernel.org/arm64/c/8c9eece0bfbf [6/8] selftests: arm64: Verify interoperation of SVE and FPSIMD register sets https://git.kernel.org/arm64/c/9f7d03a2c5a1 [7/8] selftests: arm64: More comprehensively test the SVE ptrace interface https://git.kernel.org/arm64/c/a1d7111257cd [8/8] selftests: arm64: Move FPSIMD in SVE ptrace test into a function https://git.kernel.org/arm64/c/34785030dc06 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel