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 8642DC433EF for ; Wed, 6 Oct 2021 16:11:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6EC7661175 for ; Wed, 6 Oct 2021 16:11:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231768AbhJFQNX (ORCPT ); Wed, 6 Oct 2021 12:13:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:41384 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238744AbhJFQNW (ORCPT ); Wed, 6 Oct 2021 12:13:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 77B5161154; Wed, 6 Oct 2021 16:11:29 +0000 (UTC) Date: Wed, 6 Oct 2021 17:11:26 +0100 From: Catalin Marinas To: Mark Brown Cc: Will Deacon , Shuah Khan , linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests: arm64: Add coverage of ptrace flags for SVE VL inheritance Message-ID: References: <20211005123537.976795-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211005123537.976795-1-broonie@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, Oct 05, 2021 at 01:35:37PM +0100, Mark Brown wrote: > Add a test that covers enabling and disabling of SVE vector length > inheritance via the ptrace interface. > > Signed-off-by: Mark Brown Acked-by: Catalin Marinas (I guess this will go in via the arm64 tree) 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 AAD6FC433EF for ; Wed, 6 Oct 2021 16:13:22 +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 78D1D61131 for ; Wed, 6 Oct 2021 16:13:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 78D1D61131 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=6b4+r93sSi19/udS9XPtoG3vZWJq+PGEHVSNqEDa9qE=; b=n872DnFm4LD/1E jme9WVKfyZiH1cyggRvNoF3QpGEel/5APoHGReaPYVklPIEkpXgkQ+KCu590Cfahx52BYkJEQo3us hE8029b5QFTZwkf8i15qsOkygRSGGlCi4kEF431LM37aD4RIUq/A6Bv0+xgTXTInqif3g/uNk7pkv Jdxn7hoKglmhCSixMuLeBi6xdYMylRMYMne8Jq0Y7tn7AjEx+EN7ThMVilYlKL0A4tSuC6FeVg5vU pW0LevFuoHoZjChojM3dOyfyAbV/UdSFeg7dcPIYKw1mcCR0Ks7VH2YwiMPrEw6bHTdttn6KC02Di tml20rQ1smtaJTt465Vw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mY9W1-00EwlP-S9; Wed, 06 Oct 2021 16:11:33 +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 1mY9Vy-00Ewkk-RA for linux-arm-kernel@lists.infradead.org; Wed, 06 Oct 2021 16:11:32 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 77B5161154; Wed, 6 Oct 2021 16:11:29 +0000 (UTC) Date: Wed, 6 Oct 2021 17:11:26 +0100 From: Catalin Marinas To: Mark Brown Cc: Will Deacon , Shuah Khan , linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests: arm64: Add coverage of ptrace flags for SVE VL inheritance Message-ID: References: <20211005123537.976795-1-broonie@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211005123537.976795-1-broonie@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211006_091130_913968_DF156F54 X-CRM114-Status: UNSURE ( 7.79 ) 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 On Tue, Oct 05, 2021 at 01:35:37PM +0100, Mark Brown wrote: > Add a test that covers enabling and disabling of SVE vector length > inheritance via the ptrace interface. > > Signed-off-by: Mark Brown Acked-by: Catalin Marinas (I guess this will go in via the arm64 tree) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel