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 7EA22C433F5 for ; Fri, 3 Dec 2021 13:31:02 +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=dGplRByTSH2GPifHIABMc/hMqaVFzo7pbLZSCbty5KU=; b=kVrmfj7n+YK0IjuQTf/g10stNA m9V1cYSu0jqqrHKiNqO0R6wzETBVa2GYOWF7DB3ijoEW+6U+1eccc/JcUvwSQyZGoTM7Ac+/R8W67 xaSi0XSLbE1SCsD4p0BIRzgNaEJrfJyriKiMLC2RKW7tRPZsO3+/uiUXxjfYWgA0/0tNqMrGLMVvF ny+fIbpMEKDVEzoVU3QddlXhEIfFCWVvMm5FOIztGjOERonuchc7nHFpNJYMdIKY1WCALoAiVfPRg e22J4dUoWH27af2Ipc4cAzv+vEi0cp6lN8b1TtzPza5L3EQcByzwrHtPWvQ498vbYhtP+Lovni4Sd hXTkhQFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mt8dI-00FxJn-PI; Fri, 03 Dec 2021 13:29:49 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mt8dE-00FxIj-BJ for linux-arm-kernel@lists.infradead.org; Fri, 03 Dec 2021 13:29:45 +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 dfw.source.kernel.org (Postfix) with ESMTPS id D83F462ABA; Fri, 3 Dec 2021 13:29:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A657C53FAD; Fri, 3 Dec 2021 13:29:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638538183; bh=oUIG2GB+FxbbGGmXS1m3uuayBEK0vg+oETiCiDlqWPg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LfLbF06+j5vMYF32vI2uktgJ/Gu5jgIhEei99wSP4dwkHksxk6txq0DeAekZh4FkH VzvcKuwwjs4iQmcM2yO9XsKGguFYU6GOyAsvvfEi/5rLOaNIUIlEcAkX290tr8FFRO wgZoVZAIazj304MCF8okgNMBllP2F9J6ARR68yCjHy6fTZNp4g/4/w7f4XfRiQ8LAu rh9nEXbhjLIJeVQGEshhfcUv+8Rmr19GdnwkE/kld3U1UCEZ/r3zdLZGK/aBhx+Nfp R1hv3jo3cFdjfaxKDvk0+dNS/EWysTqLnT0TXvUHgR7g3tQocZD8mkxq6HcMJLKsH2 tVJe23KhA5nJQ== Date: Fri, 3 Dec 2021 13:29:39 +0000 From: Mark Brown To: Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, will@kernel.org Subject: Re: [PATCH] arm64: ftrace: add missing BTIs Message-ID: References: <20211129135709.2274019-1-mark.rutland@arm.com> MIME-Version: 1.0 In-Reply-To: X-Cookie: Don't get mad, get interest. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211203_052944_453370_713F7C90 X-CRM114-Status: GOOD ( 12.92 ) 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="===============3358409766580609520==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3358409766580609520== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6aho6e7EYh2942hG" Content-Disposition: inline --6aho6e7EYh2942hG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 03, 2021 at 11:50:44AM +0000, Mark Rutland wrote: > Since Will has taken this patch as-is, and the fixes for v5.16-rc4 have already > been tagged, I'll follow up with cleanup once that's merged to avoid being > based on an ephemeral branch. Oh, I already sent the cleanup before I saw this message. Hopefully that's fine for getting things sorted anyway. I'd actually been sitting on a patch adding the empty definition since forever waiting for users. --6aho6e7EYh2942hG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmGqG8IACgkQJNaLcl1U h9BwHQf/SCBwupqgPyQ9sSgPJ7V0oVoVQ1caE08MRCxYGeKYPx9D28231EZRnDhx Oa2sLzi0hviYhOxgcdNqCgxkmvXOmHSqmE3Mn3P6vL9cfnboWvCPB4JLmh0lzn7o nS4wZXl9dlVVHuSQzDhUQWlpun8eN2MfHAX5z1BJ3u5NEy8RZ/kPlbvpirMAmEp7 8trOxxPcgelD9HXGaQyC7bUGKGb26M+G5+2Jve1ieDWuer9X+JjGyaq2ZefeeBXo EPdOiT7bttipNABhHKRmQzjORajkuevRU6F026o4zgEaeQNc/StzAyI2jXgFYJim 16IVwlBUni6PI5vvOQZgEPdMeWfkMA== =R498 -----END PGP SIGNATURE----- --6aho6e7EYh2942hG-- --===============3358409766580609520== 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 --===============3358409766580609520==--