From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Martin Subject: Re: [RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests Date: Tue, 7 Aug 2018 12:18:41 +0100 Message-ID: <20180807111841.GF9097@e103592.cambridge.arm.com> References: <1529593060-542-1-git-send-email-Dave.Martin@arm.com> <20180806130500.GB5985@e113682-lin.lund.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 1D52149E3E for ; Tue, 7 Aug 2018 07:18:47 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DTVAW+i8W7ES for ; Tue, 7 Aug 2018 07:18:46 -0400 (EDT) Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 0D1B24086E for ; Tue, 7 Aug 2018 07:18:46 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20180806130500.GB5985@e113682-lin.lund.arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Christoffer Dall Cc: Okamoto Takayuki , Christoffer Dall , Ard Biesheuvel , Marc Zyngier , Catalin Marinas , Will Deacon , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Mon, Aug 06, 2018 at 03:05:00PM +0200, Christoffer Dall wrote: > On Thu, Jun 21, 2018 at 03:57:24PM +0100, Dave Martin wrote: > > This series implements basic support for allowing KVM guests to use the > > Arm Scalable Vector Extension (SVE). > > > > The patches is based on torvalds/master f5b7769e (Revert "debugfs: > > inode: debugfs_create_dir uses mode permission from parent") plus the > > patches from [1]. > > Given the effort required to go fetch another patch set from the list to > apply to a specific commit, and the size of this patch set, it would be > helpful to have a pointer to a branch with everything in it. Fair enough. This probably won't be an issue for the next spin, in any case, but I can push a branch somewhere otherwise. Cheers ---Dave