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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AA75C433F5 for ; Tue, 14 Dec 2021 19:19:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229686AbhLNTTF (ORCPT ); Tue, 14 Dec 2021 14:19:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbhLNTTE (ORCPT ); Tue, 14 Dec 2021 14:19:04 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95BA2C061574 for ; Tue, 14 Dec 2021 11:19:04 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 60C40B81C68 for ; Tue, 14 Dec 2021 19:19:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31013C34600; Tue, 14 Dec 2021 19:18:59 +0000 (UTC) Date: Tue, 14 Dec 2021 19:18:56 +0000 From: Catalin Marinas To: Mark Brown , Shuah Khan , Will Deacon , Shuah Khan Cc: linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, Szabolcs Nagy , Luis Machado , Basant Kumar Dwivedi , Salil Akerkar , Alan Hayward Subject: Re: (subset) [PATCH v7 00/37] arm64/sme: Initial support for the Scalable Matrix Extension Message-ID: References: <20211210184133.320748-1-broonie@kernel.org> <163950938829.2458221.13355977869770584914.b4-ty@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <163950938829.2458221.13355977869770584914.b4-ty@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, Dec 14, 2021 at 07:17:09PM +0000, Catalin Marinas wrote: > On Fri, 10 Dec 2021 18:40:56 +0000, Mark Brown wrote: > > This series provides initial support for the ARMv9 Scalable Matrix > > Extension (SME). SME takes the approach used for vectors in SVE and > > extends this to provide architectural support for matrix operations. A > > more detailed overview can be found in [1]. > > > > For the kernel SME can be thought of as a series of features which are > > intended to be used together by applications but operate mostly > > orthogonally: > > > > [...] > > Applied to arm64 (for-next/kselftest), thanks! > > [04/37] kselftest/arm64: Parameterise ptrace vector length information > https://git.kernel.org/arm64/c/18edbb6b3259 > [05/37] kselftest/arm64: Allow signal tests to trigger from a function > https://git.kernel.org/arm64/c/9331a604858a > [06/37] kselftest/arm64: Add a test program to exercise the syscall ABI > https://git.kernel.org/arm64/c/b77e995e3b96 I also applied patches 1-3 to for-next/sve but b4 doesn't remember more than one instance of "b4 am" on the same series. -- Catalin