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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 DE59BC433EF for ; Fri, 17 Sep 2021 12:09:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF7A861029 for ; Fri, 17 Sep 2021 12:09:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229462AbhIQMLU (ORCPT ); Fri, 17 Sep 2021 08:11:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:47990 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbhIQMLT (ORCPT ); Fri, 17 Sep 2021 08:11:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3FE2F60187; Fri, 17 Sep 2021 12:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631880597; bh=eqg/nDhFJayhUYdR3eTgL9JXj5aAu9NgVnQhmHor+MM=; h=From:To:Cc:Subject:Date:From; b=NvSjDT0TZatazYAOK421dNGJza2GvUpVfqtqnBsHUGy/0llYhEMaHi+lIIIPiEHmV eD2zUr9qzNaNtbMKzSbzyXaSxkQ/i9JxbSUVjO5w6zdIFWOXR9JGsnKjQ/3tAD9XDe s3ae29F2gc5N7z0hYAvpycuYXRM075Dcj3opyexIvv7mC2HMf5hv2ORccAJPZgVWfT f8GBiGmhLBBCTbWnVzQPXvC2c+fzO1Gph/xAqvIVx1PHd0VSzJYjWdW10Wi0M3neJp urEa1b3CtxSLir5diJ7U0y9m0ElpPFJ3x5b/quEUajRW8hZPseQ6nel94qwcerfZiD vr0yAXfDzSbjA== From: Mark Brown To: Catalin Marinas , Will Deacon , Shuah Khan , Shuah Khan Cc: linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, misono.tomohiro@fujitsu.com, Mark Brown Subject: [PATCH v2 0/4] selftests: arm64: vec-syscfg updates Date: Fri, 17 Sep 2021 13:08:51 +0100 Message-Id: <20210917120855.13858-1-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=910; h=from:subject; bh=eqg/nDhFJayhUYdR3eTgL9JXj5aAu9NgVnQhmHor+MM=; b=owEBbQGS/pANAwAKASTWi3JdVIfQAcsmYgBhRIVRICuTTOTtT5mOuYFGcjIkmsm4ibuRsYG9ZoO6 6sSThDyJATMEAAEKAB0WIQSt5miqZ1cYtZ/in+ok1otyXVSH0AUCYUSFUQAKCRAk1otyXVSH0D7JB/ 95WoFMZVB393/u8DprskS8KjRsaBJsVgufi4niZEuSU/b+sah766hvmHpkVjsApRhR0YZ3QekMlah/ WLhMXuLQuHtYysky4uhWt3DjOYl8Jvfnzkdfr0YnGnXHOKDDTG7hOGorRTGFZEUbcN2ZBGRmxSuBDh 8nDJPI7oCXHmAtX8vYDHMcdVIpFLYsWqelEe9ApfMHf8lz5X08jWxgjhHgiWrdvu7srI/umryLP7nN feIdWXhuYA1ZOhI3/uHA5v1VMZKLDk7PLlmue0JZkjG+LpqVtcOSOnXyFKD4G1RVene8shjIT1QTeJ fCYMBYPtZ7or+/Ea1yJ8g8s8L1ygbB X-Developer-Key: i=broonie@kernel.org; a=openpgp; fpr=3F2568AAC26998F9E813A1C5C3F436CA30F5D8EB Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org 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. v2: - Fix handling of missing VLs when checking that vector length setting works as expected. Mark Brown (4): selftests: arm64: Fix printf() format mismatch in vec-syscfg selftests: arm64: Remove bogus error check on writing to files selftests: arm64: Fix and enable test for setting current VL in vec-syscfg selftests: arm64: Verify that all possible vector lengths are handled tools/testing/selftests/arm64/fp/vec-syscfg.c | 89 ++++++++++++++++--- 1 file changed, 76 insertions(+), 13 deletions(-) base-commit: 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f -- 2.20.1 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=-12.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 42BBAC433EF for ; Fri, 17 Sep 2021 12:24: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 1091C611C3 for ; Fri, 17 Sep 2021 12:24:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1091C611C3 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: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:In-Reply-To:References: List-Owner; bh=lPKSs2Qp3+rvMNTgamF3t6WRk1kWm4UzAcCZ+CdD+tA=; b=dcIo8FTySTl0FS kQ8pC7ZrnccPKnITxqXzr2AvLjXy7kdNRRYlGSPqen7fcmBlZavaTqze0LPoynKP777Ju43zg0aqr KFIQnGUkcF5rR+fC2w4/PUwyXBL847BB74KGc+TLFUoPG62kW9J3MbwfugPEVomxjvTuB0ZMs+bkM 9KbTqqErMMiraMdF4KjzJGoNiZSDLop8s7s85KXzdJLLLpA3wFz1g/pF+Hsm24YtKJJwC/VxzJoyp FDhS/L6htl14e5oPhR0bLedt7dtcquUwU8mJ2DyQ7PCB1OTIGP7iV70VRoX+xOHuXa8zNIHj+t9j+ A4Bsp9r8bHKYnbw9BILg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mRCsE-00E1zH-18; Fri, 17 Sep 2021 12:21:47 +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 1mRCgo-00DxH1-Me for linux-arm-kernel@lists.infradead.org; Fri, 17 Sep 2021 12:10:00 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3FE2F60187; Fri, 17 Sep 2021 12:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631880597; bh=eqg/nDhFJayhUYdR3eTgL9JXj5aAu9NgVnQhmHor+MM=; h=From:To:Cc:Subject:Date:From; b=NvSjDT0TZatazYAOK421dNGJza2GvUpVfqtqnBsHUGy/0llYhEMaHi+lIIIPiEHmV eD2zUr9qzNaNtbMKzSbzyXaSxkQ/i9JxbSUVjO5w6zdIFWOXR9JGsnKjQ/3tAD9XDe s3ae29F2gc5N7z0hYAvpycuYXRM075Dcj3opyexIvv7mC2HMf5hv2ORccAJPZgVWfT f8GBiGmhLBBCTbWnVzQPXvC2c+fzO1Gph/xAqvIVx1PHd0VSzJYjWdW10Wi0M3neJp urEa1b3CtxSLir5diJ7U0y9m0ElpPFJ3x5b/quEUajRW8hZPseQ6nel94qwcerfZiD vr0yAXfDzSbjA== From: Mark Brown To: Catalin Marinas , Will Deacon , Shuah Khan , Shuah Khan Cc: linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, misono.tomohiro@fujitsu.com, Mark Brown Subject: [PATCH v2 0/4] selftests: arm64: vec-syscfg updates Date: Fri, 17 Sep 2021 13:08:51 +0100 Message-Id: <20210917120855.13858-1-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=910; h=from:subject; bh=eqg/nDhFJayhUYdR3eTgL9JXj5aAu9NgVnQhmHor+MM=; b=owEBbQGS/pANAwAKASTWi3JdVIfQAcsmYgBhRIVRICuTTOTtT5mOuYFGcjIkmsm4ibuRsYG9ZoO6 6sSThDyJATMEAAEKAB0WIQSt5miqZ1cYtZ/in+ok1otyXVSH0AUCYUSFUQAKCRAk1otyXVSH0D7JB/ 95WoFMZVB393/u8DprskS8KjRsaBJsVgufi4niZEuSU/b+sah766hvmHpkVjsApRhR0YZ3QekMlah/ WLhMXuLQuHtYysky4uhWt3DjOYl8Jvfnzkdfr0YnGnXHOKDDTG7hOGorRTGFZEUbcN2ZBGRmxSuBDh 8nDJPI7oCXHmAtX8vYDHMcdVIpFLYsWqelEe9ApfMHf8lz5X08jWxgjhHgiWrdvu7srI/umryLP7nN feIdWXhuYA1ZOhI3/uHA5v1VMZKLDk7PLlmue0JZkjG+LpqVtcOSOnXyFKD4G1RVene8shjIT1QTeJ fCYMBYPtZ7or+/Ea1yJ8g8s8L1ygbB X-Developer-Key: i=broonie@kernel.org; a=openpgp; fpr=3F2568AAC26998F9E813A1C5C3F436CA30F5D8EB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210917_050958_789882_5A232847 X-CRM114-Status: UNSURE ( 9.38 ) X-CRM114-Notice: Please train this message. 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 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. v2: - Fix handling of missing VLs when checking that vector length setting works as expected. Mark Brown (4): selftests: arm64: Fix printf() format mismatch in vec-syscfg selftests: arm64: Remove bogus error check on writing to files selftests: arm64: Fix and enable test for setting current VL in vec-syscfg selftests: arm64: Verify that all possible vector lengths are handled tools/testing/selftests/arm64/fp/vec-syscfg.c | 89 ++++++++++++++++--- 1 file changed, 76 insertions(+), 13 deletions(-) base-commit: 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f -- 2.20.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel