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=-7.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 A96ACC10F03 for ; Thu, 25 Apr 2019 13:05:28 +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 EF6FC20678 for ; Thu, 25 Apr 2019 13:05:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="n2eXz6hE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EF6FC20678 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=+xfKlgQRvI8/rxnExHq3jOvVXqj7Etevfe1wkHhGWjE=; b=n2eXz6hEYFpLtG eTCNk19hzO14QZgR4LWdKfV0s3IeykRRGkChy0uzJF0rQ8Cd5N4/sey2sZILy8cdkbbJBRv2qzuF0 LxwOaAy7MwV5JqZlYmt11yki4BBi/t/wi4ZudBoK5bG0tR6a8wses2C5KWRdD1qujP5OmDTduC6ai p3rmmwGD32sKPz+IhkGXIup7gM55SPXX9NB/+FR3fBWwuDZji/26rEPnpdz//zMTyEFGvJ6SZonXa FJMYv/Q54ZXglr7jokEv95+wk1Dz3g4qZv4Lpv7+Jk0iKWNvwQSeYNse/V206fjSd4cdLrd1jvzF2 OI9T2vAjRaqCoBa1S+pw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJe42-0004lj-FQ; Thu, 25 Apr 2019 13:05:22 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJe3z-0004lO-RX for linux-arm-kernel@lists.infradead.org; Thu, 25 Apr 2019 13:05:21 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1C873A78; Thu, 25 Apr 2019 06:05:19 -0700 (PDT) Received: from e103592.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 17D883F5C1; Thu, 25 Apr 2019 06:05:16 -0700 (PDT) Date: Thu, 25 Apr 2019 14:05:14 +0100 From: Dave Martin To: Alex =?iso-8859-1?Q?Benn=E9e?= Subject: Re: [PATCH v2 00/14] KVM: arm64: SVE cleanups Message-ID: <20190425130514.GB3567@e103592.cambridge.arm.com> References: <1555603631-8107-1-git-send-email-Dave.Martin@arm.com> <875zr2w9cj.fsf@zen.linaroharston> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <875zr2w9cj.fsf@zen.linaroharston> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190425_060519_899468_8889FD86 X-CRM114-Status: GOOD ( 13.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Okamoto Takayuki , Christoffer Dall , Ard Biesheuvel , Marc Zyngier , Catalin Marinas , Will Deacon , Zhang Lei , Julien Grall , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 25, 2019 at 01:35:56PM +0100, Alex Benn=E9e wrote: > = > Dave Martin writes: > = > > This series contains some cleanups applicable to the SVE KVM support > > patches merged into kvmarm/next. These arose from Andrew Jones' > > review. > > > > Apart from some minor changes to error codes and checking, these are > > mostly cosmetic / sytlistic changes only. > > > > The patches are based on > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git next > > 5d8d4af24460 ("arm64: KVM: Fix system register enumeration") > > > > This series in git: > > git://linux-arm.org/linux-dm.git sve-kvm-fixes/v2/head > > http://linux-arm.org/git?p=3Dlinux-dm.git;a=3Dshortlog;h=3Drefs/heads/s= ve-kvm-fixes/v2/head > > > > Tested with qemu and kvmtool on ThunderX2, and with kvmtool on the Arm > > Fast model (to exercise SVE support). > = > These all look good to me: > = > Reviewed-by: Alex Benn=E9e Thanks for the review! Cheers ---Dave _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel