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 194EEE732EA for ; Thu, 28 Sep 2023 16:48:21 +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: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=PS3bj13wRTpUE+YT9kOZnbXusaJtJWghbVlseTonMLw=; b=sweBXrThYWiBje 5oVCGgbtwwsq24+iVx0Hne05RkooxSM8+q3uK8X1MKAYZDCLM1FDHz2IHHKop0pDPVGQvp8zzo0GV Cotxktk3le/C71RbFJsHMdNwhYaPKvbGSf85KgmvB+7ZV2tEfl2P++nUmE7guTxvgbc6Zuy1/l/ww PryFQbbRWvW1FEZ+lcj4OygUEoRlO2BLkz+PmtcdiC3tR1V0d4HRjNMiqV/MKKYqzP3lJCJK9O8m2 ptKErmxiwzUrLwY1Yi34gC9ZekefDx2ciJy+o6y1GS9sjnk+J47BhtaxtyFkcEvzUym35BabPFsAc 6iuPSfxtaubDD3u2XkfA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qluB4-006BNJ-04; Thu, 28 Sep 2023 16:47:50 +0000 Received: from out-207.mta0.migadu.com ([91.218.175.207]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qluB1-006BIN-1h for linux-arm-kernel@lists.infradead.org; Thu, 28 Sep 2023 16:47:49 +0000 Date: Thu, 28 Sep 2023 09:47:35 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1695919662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wveZV/OpMnfjYWiQaY9ODeOIzpESq4cgbicBnYivGwk=; b=AD+KxXFw3jS2YoHuX20ZNxTD8+hrALeFSW0wAeV6Vjor2bsIyDZYKI++uX1ccll5mauxTK 3vNa+wMJFMgf7fC52qho8oaplJQ1YmKsx2wkjjIVQOibksmRnua8ruhBqfkhPU7zhxNTaH gu+EXU2wTEIgkokCVjRRcrZJyrWRncM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, nd@arm.com, akpm@linux-foundation.org, aneesh.kumar@linux.ibm.com, catalin.marinas@arm.com, dave.hansen@linux.intel.com, maz@kernel.org, shuah@kernel.org, will@kernel.org, kvmarm@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v1 06/20] KVM: arm64: Save/restore POE registers Message-ID: References: <20230927140123.5283-1-joey.gouly@arm.com> <20230927140123.5283-7-joey.gouly@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230927140123.5283-7-joey.gouly@arm.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230928_094747_927331_ABA01EEC X-CRM114-Status: UNSURE ( 7.17 ) 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 Hi Joey, On Wed, Sep 27, 2023 at 03:01:09PM +0100, Joey Gouly wrote: > Define the new system registers that POE introduces and context switch them. I'm not seeing the latter part in the diff. I was anticipating that the POE context switching hooks into __sysreg_{save,restore}_{el1,user}_state() like we do for most other bits of sysreg context. -- Thanks, Oliver _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel