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 A4DB1C433EF for ; Wed, 5 Jan 2022 16:58:29 +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-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=UOVP0++w5vfFhN3i5yfTqN1KPE2ZL+fMcybk/Dc06X8=; b=1B+ksBoudlWdfFCdVIXwfc9Uof jMt9Qkw7QCMBBnChqh2f01bb627veIurXO9OWaQVsPLDeRpzCTvnxbDtdAuibmvz5lR0eNbOzJ2kr eJNFWbwKFxa5NxmX2BJMq2CAyzSQ9BNAOJOY7WWoDt/i4yzXT7UyVmiVTzdfA5wdZLjJ6/uGgPkpf 65V9DYDfNnAy/xu6bL+rWsOvuWUMffdMOh+e4NKFrA3Qhi0pdVvEfXtI9C117Y5+wOhSIAxEB38DV aYOpD3ZnV0YMN2VrcSsvKCxU3XkBi8i7KqfeDhsHz5NvfhZDEPshq90LB6LENy1d0LlMsKuBZcWpG 71hw6toA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n59bE-00FNBV-Cs; Wed, 05 Jan 2022 16:57:20 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n59b9-00FN9Q-Us for linux-arm-kernel@lists.infradead.org; Wed, 05 Jan 2022 16:57:17 +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 sin.source.kernel.org (Postfix) with ESMTPS id 2C82BCE1E9B; Wed, 5 Jan 2022 16:57:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 177FBC36AE0; Wed, 5 Jan 2022 16:57:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641401828; bh=9loWA3K7HOGjHq3wEdSkHMUmfK2cBnjZ0pReZsuqunA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qA/UBxs2CNyxJX3mHmyJ4+ew8lljfkX+6RCfcqQAPGd+aPJoRy/odoyd7jQw+t4AI 05SL2VsSBR00EHA3PIAwgVEKoKb0F1syy/sHdPThLcP/XjedAku+CM6nsoucRQODdz fudRbvWcGy5pm380A6xSHpefcP8OKh58g6Zy8AxJhLsScxYH0LdU64zXNkejKIRq25 GuU/sIiyEyhfezNPcY+m4S6Eo/YHEGQv3Eev7zyhy1UFUqJmzOzQeVTU4CeMAxf+tu 67HFOtnzwHC/FYTosIYkKag19fAmaOoIf9BRYACnoTCMEAytPAESy/2FmOwC557MnC qybIQZuGzzFsA== Date: Wed, 5 Jan 2022 16:57:02 +0000 From: Mark Brown To: madvenka@linux.microsoft.com Cc: mark.rutland@arm.com, jpoimboe@redhat.com, ardb@kernel.org, nobuta.keiya@fujitsu.com, sjitindarsingh@gmail.com, catalin.marinas@arm.com, will@kernel.org, jmorris@namei.org, linux-arm-kernel@lists.infradead.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v12 05/10] arm64: Copy unwind arguments to unwind_state Message-ID: References: <0d0eb36f348fb5a6af6eb592c0525f6e94007328> <20220103165212.9303-1-madvenka@linux.microsoft.com> <20220103165212.9303-6-madvenka@linux.microsoft.com> MIME-Version: 1.0 In-Reply-To: <20220103165212.9303-6-madvenka@linux.microsoft.com> X-Cookie: Byte your tongue. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220105_085716_196701_39DE837A X-CRM114-Status: GOOD ( 10.44 ) 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="===============2307965654558520131==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2307965654558520131== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2jevHkgAmwttxavX" Content-Disposition: inline --2jevHkgAmwttxavX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 03, 2022 at 10:52:07AM -0600, madvenka@linux.microsoft.com wrot= e: > From: "Madhavan T. Venkataraman" >=20 > Copy the following arguments passed to arch_stack_walk() to unwind_state > so that they can be passed to unwind functions via unwind_state rather > than as separate arguments: Reviwed-by: Mark Brown --2jevHkgAmwttxavX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmHVzd0ACgkQJNaLcl1U h9Dw3Qf+PQx4AAcnO1Dx16tq/s6PUfSbxBuRmD7+leiPT6Jc1t2YYMQ+KBf2Qg57 d0MrR28bQ52OkYayM3ugZRjbBLQjVtSI2iRsEg2Dxf04cxPc1Do8ukC1rzKCRCji NGz98VGQixRU0jHpanczdNqgn62/PwGrG6SVP+0UGYPRG/JZvI0raeWq9lPSatDJ tFSexHnB/fTBsWytTbu44PS4D13Ct+5LWP/UwP9n3gPj4iKOF96K3IV6ecI6VI5+ vRUlWWlmGP5GZgoOjOA9NOAbVAG/L/7FM8b07JqK7qXzHNr/32rnOkmK1gtv9wBK KBfl2oLvAIIty3Xg8mLb+2iR4CEgOw== =4uvk -----END PGP SIGNATURE----- --2jevHkgAmwttxavX-- --===============2307965654558520131== 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 --===============2307965654558520131==--