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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 09B12C433F5 for ; Mon, 6 Dec 2021 17:29:51 +0000 (UTC) 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GMiZbzehdKDEj9iNpHU3GbpUy0YXfDZPIqoTP4HeiQg=; b=u688N8gyYiY5XH oj2/08HGikOZ9eOChi57Sa3hS0MdNkLqaeWW80HD33fI6zIFKa0HxX0zP5RwV0u4cxy9Vmki7Nn7z ZP/HdNcPuxQ7COBEaITQ1v2yB2PPsBNUIHLngsdFWpX2+NowbJ8j9PQJHiD/eSgwlBPddIDdUQ/QR 0C78yd4WsoI9wN3ODy0rlvEWe/pVfOq0qHmsd7Ce0C1txGldo/OBMoeO6JBPnZlWHcxbdJX4LjBwg GVaT9Z/zjnEp2RryrvHwDDEy2xwuKCjhjf/DJtVy0MBAl/SjO3sLf6fF6Xr6yh/eZms/2Bvf3sjm7 jvZDLDlO9nK9pOoU1o6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1muHmw-0053aK-RJ; Mon, 06 Dec 2021 17:28:30 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1muHmt-0053Ze-Kw for linux-arm-kernel@lists.infradead.org; Mon, 06 Dec 2021 17:28:29 +0000 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 63D04B810E8; Mon, 6 Dec 2021 17:28:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12A74C341C5; Mon, 6 Dec 2021 17:28:22 +0000 (UTC) From: Catalin Marinas To: Mark Brown , Marc Zyngier Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu Subject: Re: [PATCH] arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c Date: Mon, 6 Dec 2021 17:28:20 +0000 Message-Id: <163881168906.164288.4160136358061156637.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211025163232.3502052-1-broonie@kernel.org> References: <20211025163232.3502052-1-broonie@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211206_092827_849929_7841D8A9 X-CRM114-Status: GOOD ( 10.34 ) 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 Mon, 25 Oct 2021 17:32:32 +0100, Mark Brown wrote: > The comment on the SVE trap handler in handle_exit.c says that it is a > placeholder until we support SVE in guests which we now do for both VHE > and nVHE cases so we really shouldn't get here in any sort of standard > case. Update the comment to be less immediately incorrect, the handling > of such a situation is correct. Applied to arm64 (for-next/misc), thanks! [1/1] arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c https://git.kernel.org/arm64/c/d658220a1c45 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel