Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp878274ybz; Wed, 22 Apr 2020 09:31:32 -0700 (PDT) X-Google-Smtp-Source: APiQypI88/u1IDMSYaU1Sj0VQPA7063otabtkMGpQlk6AY9zsCq0qDYhax/rPPmkg7y7mi8gg+Rv X-Received: by 2002:a17:906:1e47:: with SMTP id i7mr2619151ejj.61.1587573091957; Wed, 22 Apr 2020 09:31:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587573091; cv=none; d=google.com; s=arc-20160816; b=ImjOVK2xU2Az5LtyGfM4DR+3INKY4as8qbB+FXns6jlOB7VA7BlR0J/+328XT7tHT0 fmSMRTauMqWsZn+mJ5mYEd0Dj/CoskQmB2/Z00jK5HeL5WQ1oL8qT2UI1pUsbpK1Owj1 BOjyBy1TY17WVmyXry9ZMcINz9B/s5Je52LI71lPtjGsWrajubAqfLM6K2eJPQmVY60i SOBuntDSzE6HmJIM+f9s4DM8y3L7HTGZym+9Wxo7Yut8tq/X2MD07wH6sGv/Eq1zrMh7 Zuj7ZspyzaiiWsfAMARpS83upx2BIH0lwmeqJwp+KeMWb9WUPQWT1IV7p0olkzA0litJ Opyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=IJXCvBoKsFtQ8vilki/AdWj9TmH5Up88RQ1cFjeB4I4=; b=XTi7ce+5rJzuAEvo4qf010or7e4EXnsLwzqllJ77d83UqmOi4mJeuIsptnJu2sVcCa QmqXWAogeJlexHxCS11yufYVXJjKUFv38k6wiqZQY90TKItN90z6x/x9E+RTS7je4HNb VJoUPo5AzKwtkURym1Cl7DBx0r9lwkbFSS0ofATVkSana8RmJt3ewVnMK4IMcVjNZAys ndIMvQNwBb8NToRZjOKJUQJGTHPHyh/QWhpfWTn0hCVllujIc/FQ8Vz+k0vC5tlQrxSj Ief31aMIRH5mvcZ7omOVIIfn1Tx8ig+de6ss6Sp6U8sRNf2zJVBC3ML/9obj1eRgweiG HzVw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m7si3951998ejr.512.2020.04.22.09.31.05; Wed, 22 Apr 2020 09:31:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726681AbgDVQaA (ORCPT + 99 others); Wed, 22 Apr 2020 12:30:00 -0400 Received: from foss.arm.com ([217.140.110.172]:52434 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726245AbgDVQaA (ORCPT ); Wed, 22 Apr 2020 12:30:00 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B68DA30E; Wed, 22 Apr 2020 09:29:59 -0700 (PDT) Received: from gaia (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 932143F68F; Wed, 22 Apr 2020 09:29:56 -0700 (PDT) Date: Wed, 22 Apr 2020 17:29:54 +0100 From: Catalin Marinas To: Mark Brown Cc: Will Deacon , 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: <20200422162954.GF3585@gaia> References: <20200316165055.31179-1-broonie@kernel.org> <20200422154436.GJ4898@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200422154436.GJ4898@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 Wed, Apr 22, 2020 at 04:44:36PM +0100, Mark Brown wrote: > On Mon, Mar 16, 2020 at 04:50:42PM +0000, Mark Brown wrote: > > This patch series implements support for ARMv8.5-A Branch Target > > Identification (BTI), which is a control flow integrity protection > > feature introduced as part of the ARMv8.5-A extensions. > > I've not resent this since the branch is still sitting in the arm64 tree > but it's also not in -next at the minute - is there anything you're > waiting for from my end here? It's up to Will whether he wants a new series posted. The for-next/bti branch is complete AFAICT, only that normally we start queueing stuff (and push to -next) around -rc3. -- Catalin