From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7599 invoked by alias); 22 Jul 2019 10:31:22 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 7589 invoked by uid 89); 22 Jul 2019 10:31:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:U*gdb, HX-Languages-Length:568 X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.110.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 Jul 2019 10:31:21 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0A65D28; Mon, 22 Jul 2019 03:31:20 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.78]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C4F303F71A; Mon, 22 Jul 2019 03:31:18 -0700 (PDT) Date: Mon, 22 Jul 2019 10:31:00 -0000 From: Catalin Marinas To: Dave Martin Cc: linux-arm-kernel@lists.infradead.org, gdb@sourceware.org, Alex =?iso-8859-1?Q?Benn=E9e?= , Will Deacon , Julien Grall , Peter Maydell , Zhang Lei , Alan Hayward Subject: Re: [PATCH v2 2/3] arm64/sve: Factor out FPSIMD to SVE state conversion Message-ID: <20190722103116.GA60625@arrakis.emea.arm.com> References: <1560355234-25516-1-git-send-email-Dave.Martin@arm.com> <1560355234-25516-3-git-send-email-Dave.Martin@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1560355234-25516-3-git-send-email-Dave.Martin@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2019-07/txt/msg00011.txt.bz2 On Wed, Jun 12, 2019 at 05:00:33PM +0100, Dave P Martin wrote: > Currently we convert from FPSIMD to SVE register state in memory in > two places. > > To ease future maintenance, let's consolidate this in one place. > > Signed-off-by: Dave Martin Now that we are at 5.3-rc1 and Will is queuing fixes, he can take this patch as well (I didn't queue it for the merging window because of a dependency on the first patch). Acked-by: Catalin Marinas