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 A3C6EC433FE for ; Wed, 29 Sep 2021 17:48:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C41661440 for ; Wed, 29 Sep 2021 17:48:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345369AbhI2RuV (ORCPT ); Wed, 29 Sep 2021 13:50:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:45322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345383AbhI2RuV (ORCPT ); Wed, 29 Sep 2021 13:50:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BA9D461501; Wed, 29 Sep 2021 17:48:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632937720; bh=uqfSVBibfIyT6p7ujOHdH7qr/R4RUhU7XwLngMqoxMs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EiwMkHtlgSDisMcx+jUTA7Jgj6xWj44iae7As/OPjPGLfmIEdrxvPNP3hyneT94Oc /n7PBgltSaW9w0+ApVOyMqtccxzzlcLTLLt6pLHrku6zXDMs6GCuI/RINZ73R1GTJv kIcUqVZqcRDZmSeLsuaTVmwK3QoURBic+A+5YeZg2Otn7fip12jf5hFmRw9uxJRfVN qqIj9aZbHnfAYNfc3qNakoCrXS4mYB7YC4vKdrlL/agaDYdLN2G5Bmqvy0NXHbtK76 7ye07HLyg3BB3nc/ReR9Q7vHw8Bh+03aD+zDbPuZDI9Pd3oKIIzc/I5O9QPXphM01b Miq7McGh8Ph0g== 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, misono.tomohiro@fujitsu.com Subject: Re: [PATCH v3 0/4] selftests: arm64: vec-syscfg updates Date: Wed, 29 Sep 2021 18:48:25 +0100 Message-Id: <163292958496.925586.3098093192791038550.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210929151925.9601-1-broonie@kernel.org> References: <20210929151925.9601-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 Wed, 29 Sep 2021 16:19:21 +0100, Mark Brown wrote: > This series fixes up a few issues introduced into vec-syscfg during > refactoring in the review process, then adds a new test which ensures > that the behaviour when we attempt to set a vector length which is not > supported by the current system matches what is documented in the SVE > ABI documentation. > > v3: > - Rebased onto v5.14-rc3. > - Check to see if we discovered the system vector lengths before trying > to set all possible vector lengths since we need that information to > validate the results. > v2: > - Fix handling of missing VLs when checking that vector length setting > works as expected. > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/4] selftests: arm64: Fix printf() format mismatch in vec-syscfg https://git.kernel.org/arm64/c/ff944c44b782 [2/4] selftests: arm64: Remove bogus error check on writing to files https://git.kernel.org/arm64/c/4caf339c037c [3/4] selftests: arm64: Fix and enable test for setting current VL in vec-syscfg https://git.kernel.org/arm64/c/e42391150eab [4/4] selftests: arm64: Verify that all possible vector lengths are handled https://git.kernel.org/arm64/c/8694e5e63886 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 3E165C433EF for ; Wed, 29 Sep 2021 17:51:05 +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 0B41061440 for ; Wed, 29 Sep 2021 17:51:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0B41061440 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=/snCbEDCHo7ISafU4ERcPF3tSmj5lXAQBh8Qfi3KfT8=; b=S5FCq16Ix0iuL0 UqKWewJztnwH1mBQcAZi4/JMM+EKoeI3TiHQvbAx+l/RDpccq36YZeZkam3en+MSMy60uBzMzR/uE CGYbEHN6WxZOnh4oIbV7Cx91rcq1cASrtN+vWXAP3TyHWJMXjOcEsmZ8qu5xcW4i5azRkGhjPkVi+ vX37iuWHmufuY6gOAj9k+aho6mWSZoxeDSiswvwG4krWVf1mGpimj24JaV9J4sUWGKoXtYkPdTQEY tza4Th7K8dtQ5npNX2mlIft/SHKUvxGPOvStScMOP1B4H1HKgbpuyb6C6R7khh3GWuAy5rvwiQT5G OCosurFP6cmU6n0Csq7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mVdhh-00Bxko-AY; Wed, 29 Sep 2021 17:49:13 +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 1mVdhA-00BxbJ-LS for linux-arm-kernel@lists.infradead.org; Wed, 29 Sep 2021 17:48:42 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id BA9D461501; Wed, 29 Sep 2021 17:48:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632937720; bh=uqfSVBibfIyT6p7ujOHdH7qr/R4RUhU7XwLngMqoxMs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EiwMkHtlgSDisMcx+jUTA7Jgj6xWj44iae7As/OPjPGLfmIEdrxvPNP3hyneT94Oc /n7PBgltSaW9w0+ApVOyMqtccxzzlcLTLLt6pLHrku6zXDMs6GCuI/RINZ73R1GTJv kIcUqVZqcRDZmSeLsuaTVmwK3QoURBic+A+5YeZg2Otn7fip12jf5hFmRw9uxJRfVN qqIj9aZbHnfAYNfc3qNakoCrXS4mYB7YC4vKdrlL/agaDYdLN2G5Bmqvy0NXHbtK76 7ye07HLyg3BB3nc/ReR9Q7vHw8Bh+03aD+zDbPuZDI9Pd3oKIIzc/I5O9QPXphM01b Miq7McGh8Ph0g== 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, misono.tomohiro@fujitsu.com Subject: Re: [PATCH v3 0/4] selftests: arm64: vec-syscfg updates Date: Wed, 29 Sep 2021 18:48:25 +0100 Message-Id: <163292958496.925586.3098093192791038550.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210929151925.9601-1-broonie@kernel.org> References: <20210929151925.9601-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_104840_781785_51654DD0 X-CRM114-Status: GOOD ( 13.35 ) 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 Wed, 29 Sep 2021 16:19:21 +0100, Mark Brown wrote: > This series fixes up a few issues introduced into vec-syscfg during > refactoring in the review process, then adds a new test which ensures > that the behaviour when we attempt to set a vector length which is not > supported by the current system matches what is documented in the SVE > ABI documentation. > > v3: > - Rebased onto v5.14-rc3. > - Check to see if we discovered the system vector lengths before trying > to set all possible vector lengths since we need that information to > validate the results. > v2: > - Fix handling of missing VLs when checking that vector length setting > works as expected. > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/4] selftests: arm64: Fix printf() format mismatch in vec-syscfg https://git.kernel.org/arm64/c/ff944c44b782 [2/4] selftests: arm64: Remove bogus error check on writing to files https://git.kernel.org/arm64/c/4caf339c037c [3/4] selftests: arm64: Fix and enable test for setting current VL in vec-syscfg https://git.kernel.org/arm64/c/e42391150eab [4/4] selftests: arm64: Verify that all possible vector lengths are handled https://git.kernel.org/arm64/c/8694e5e63886 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