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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 CCEECC83000 for ; Tue, 28 Apr 2020 15:19:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E84021841 for ; Tue, 28 Apr 2020 15:19:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588087153; bh=9oQXKzUc/g5RDIdNHtQ174HwUol535uO19Er/7MH5yw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Rg0WZAWHCXh6SI4yVGuu2y02qdyTDy++Hnhh3OjYZj9R7gjqY4wakmBaxpe5WIjaf L80f4cWbvRqNqGD2mG5ujBEj3vsmlB2uJpdAcDDVjW8cXqm69DWLM3jStEZ71rQH0S H3iUFP2npwZdKH23tpJwz37LvM5Nr5LoOevl/Eaw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728492AbgD1PTM (ORCPT ); Tue, 28 Apr 2020 11:19:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:37314 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728476AbgD1PSY (ORCPT ); Tue, 28 Apr 2020 11:18:24 -0400 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6158721D7E; Tue, 28 Apr 2020 15:18:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588087103; bh=9oQXKzUc/g5RDIdNHtQ174HwUol535uO19Er/7MH5yw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xcp870w9uUfWNAP5Q279qYhxIPzCRshrYgFnamYTozhK+oloqXxKG+YBbR7ToARB+ OQBaqZz1emiEUG2oQO4j5PPdf2AJQMuFqOVLI30sp6OaLbd0nO6qyn3eHHMGoISqIj GQ6C69MgmQ/+WBhMltBfpIDeF5rVyQuNGPHpxDG0= Date: Tue, 28 Apr 2020 16:18:16 +0100 From: Will Deacon To: Mark Brown Cc: Catalin Marinas , Alexander Viro , Paul Elliott , Peter Zijlstra , Yu-cheng Yu , Amit Kachhap , Vincenzo Frascino , Marc Zyngier , Eugene Syromiatnikov , Szabolcs Nagy , "H . J . Lu " , Andrew Jones , Kees Cook , Arnd Bergmann , Jann Horn , Richard Henderson , Kristina =?utf-8?Q?Mart=C5=A1enko?= , Thomas Gleixner , Florian Weimer , Sudakshina Das , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v10 00/13] arm64: Branch Target Identification support Message-ID: <20200428151815.GB12697@willie-the-truck> References: <20200316165055.31179-1-broonie@kernel.org> <20200422154436.GJ4898@sirena.org.uk> <20200422162954.GF3585@gaia> <20200428132804.GF6791@willie-the-truck> <20200428151205.GH5677@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200428151205.GH5677@sirena.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 28, 2020 at 04:12:05PM +0100, Mark Brown wrote: > On Tue, Apr 28, 2020 at 02:28:05PM +0100, Will Deacon wrote: > > > I'm happy either way, but it would be nice to base other BTI patches on > > top of this branch. Mark -- is it easier for you to refresh the series > > against v5.7-rc3, or leave it like it is? Please just let me know either > > way. > > It's probably easier for me if you just use the existing branch, I've > already got a branch based on a merge down. Okey doke, I'll funnel that in the direction of linux-next then. It does mean that any subsequent patches for 5.8 that depend on BTI will need to be based on this branch, so as long as you're ok with that then it's fine by me (since I won't be able to apply patches if they refer to changes introduced in the recent merge window). Will