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=-5.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 4021CC433C1 for ; Fri, 19 Mar 2021 16:22:46 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 BD8DE61963 for ; Fri, 19 Mar 2021 16:22:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BD8DE61963 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=desiato.20200630; h=Sender: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-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=NlN/5Kp911JymMBJ+VKR+00o1RhmoU6HmGKtIzp3CSk=; b=HBR3wak/5zlVoqavbJljE4VN4 WSOkBDz5vKsE4xpwIbSt+h9Qy/DX/VxPll67yhJX9ikAI5sMQjRKC3iNK0yx4FKZys6lbKj4ZJqrL Q7Piw8owyg6waVttKzUEJ7+PD29QF9NHxVdfUtsXiqNjYtZlS0cszn/XogKxW3vmns8D5J9szIDBW xURWey4vSnVt6Xnm7Go58cD6nqb6/BzDy6T1x/0F/CQA+H61w3hQJnzRTjfIdqDFO3fy3Rnl3bPRz 4B3uz8FyUZkGXYqr/2ifZQPuYvUoK/G50HmkP7ID2seZcsKoqkTcnTaefUwon+hhSalE9nqJuKImD UD7zPba3w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lNHsB-007hA7-65; Fri, 19 Mar 2021 16:21:15 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lNHrc-007gzE-Rh for linux-arm-kernel@lists.infradead.org; Fri, 19 Mar 2021 16:20:42 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id CFA1961963; Fri, 19 Mar 2021 16:20:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616170835; bh=/3yDPMaEcKpd8W4gwbQX3/MKYIK23/2GGJOXBc9ca6k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UiAZbSqK+Bxr1V4JKWCRcMDpC9EXiJiVzDohtarl1yOzBYMluvTafxvoUuzxfozGz qiSxnaXHOeH7j+NOjPl2D5fk2aw4hcFaIxZufppY3u6i75Z1Jg3TnkSoyHzxbzPG7N J9OP+72SwCeidnjrK1TGvugoyI9JrXS2G6UY3vdP5uzjBOsJkg9TvpBShV8CXRcjgR 8ZAkfDx9tRH3Rx+Q5JwXfUSND4eEVYX2cbGcZc7rAVctxxypdVTF+rSZxUZG8ImShH ZkoAcImlAdKrYrFhEUL4lbUKb8XGRgf3bJS0UX8/rDCnaxKAFnmBoTqWwlqgzE/j7I cgh1ABxfqvD3w== Date: Fri, 19 Mar 2021 16:20:31 +0000 From: Mark Brown To: "Madhavan T. Venkataraman" Cc: mark.rutland@arm.com, jpoimboe@redhat.com, jthierry@redhat.com, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v2 2/8] arm64: Implement frame types Message-ID: <20210319162031.GG5619@sirena.org.uk> References: <5997dfe8d261a3a543667b83c902883c1e4bd270> <20210315165800.5948-1-madvenka@linux.microsoft.com> <20210315165800.5948-3-madvenka@linux.microsoft.com> <20210318174029.GM5469@sirena.org.uk> <6474b609-b624-f439-7bf7-61ce78ff7b83@linux.microsoft.com> <20210319132208.GD5619@sirena.org.uk> MIME-Version: 1.0 In-Reply-To: X-Cookie: No purchase necessary. User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210319_162041_169970_A075F5DE X-CRM114-Status: GOOD ( 11.97 ) 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: multipart/mixed; boundary="===============6278043934577181084==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============6278043934577181084== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kjpMrWxdCilgNbo1" Content-Disposition: inline --kjpMrWxdCilgNbo1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Mar 19, 2021 at 10:02:52AM -0500, Madhavan T. Venkataraman wrote: > On 3/19/21 9:40 AM, Madhavan T. Venkataraman wrote: > > Actually now I look again it's just not adding anything on EL2 entries > > at all, they use a separate set of macros which aren't updated - this > > will only update things for EL0 and EL1 entries so my comment above > > about this tracking EL2 as EL1 isn't accurate. > So, do I need to do anything here? Probably worth some note somewhere about other stack types existing and how they end up being handled, in the changelog at least. --kjpMrWxdCilgNbo1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmBUz04ACgkQJNaLcl1U h9Cpqgf8C+sEeXm1+QeQfV8ysaT8ehmWZISo2Rqniu/jWkA+2jAGl9fSxfG/mRkE U8XPZHXjs5ZiTTmgqxeRomnDc1/qBu1jGFzLLByRYWBvPhIig8HAiU0JhKGJeOX0 mno39118bCEqxj9RU6Y9NbhsrrrZ2SLsMnDVenxGKMNTHI5Y84UKQNAqbLxGBlwB 0FKzqQFi4eXEYDPSJn/gD9dUAr3MyO10FN6oE4Ke4b/tvWorHmKREMki2gCzcvSZ g+dUhHKPkHXb89VUapoHhaJIMnsjVeSNdHoVUVp1tZzsD53etKggdClvYtE01PSS ZxKBbGQzMXd95U19spomNiYzX7aNUg== =0+Tp -----END PGP SIGNATURE----- --kjpMrWxdCilgNbo1-- --===============6278043934577181084== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============6278043934577181084==--