Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp4079469ybh; Tue, 17 Mar 2020 11:50:11 -0700 (PDT) X-Google-Smtp-Source: ADFU+vv+3OhktfVwVVCI3/2xd1rvrVaYpVgSQ6VCmWtCpnDjdYn2MqobDcE4Hm6fcP58RJ9oAd4Y X-Received: by 2002:aca:f449:: with SMTP id s70mr253159oih.86.1584471011659; Tue, 17 Mar 2020 11:50:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584471011; cv=none; d=google.com; s=arc-20160816; b=OPP/ZyPP7j4PnfmhrV1kSih1ciEm2KEovItYffBDuaIDbuRdGNfxH0JJ9e+GCTe9Rb MqC3hMz7ctuwGub1jtqSHTsN0JfAd7v4Odp3up92Kyt7tzQWSs5ViTOI1zPE2noHLMAh xURtihVMFN92amILBkDsv9HriMCOhF+9p61ZOEKoehjbdwixdiRYUACz7EGmXykZrPV2 5DpSyFtCof/aKsJWKm1oZ1M6uG5VEom+aCT/DNqBXKDPkuX8+18QC1Wix9qaPJ1rvuNP mmbfAwTuTssZOBxUmjOV75Y2FldGvBIx3OI8voJyuPim+D7VgTUUDLcHpzfr75SjV7yZ FOIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=9eulAMuwVCoF5oQLj5/iN8NOHMhJY0nNArrETJ5nQ9Q=; b=Q+Ng8KGGexckrvWW8HnTcrvhcNmWSpGYpHVOttKCNhzALEVhpIl9Nv45QTRmEZU8u3 F4+v0tS6Cjd52xU+Vh1VuOZo6Yu8TvyNi2hBCxZno51aHIkSrlwMBlwSm//uvD58q5CT G4NN3cG1gNwRdeF6N8IqCEDVr6/GARk7+JPzbJ4LLAGzCLO2Nxj8culxx7wIAp4ZBp6O L5a4Wmj7pMoitjFUYBntX4zpHZUOFFBScyrbwy7zP2EqOy0wxVIJtzwqveFwCHNWj3rx 2CcJByH1loyB9H+KHTC5cNRv8nasTiKT4FftNZxB1wg0uKd9SKUrrtCO39nfgILYOJ92 lKjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t8si2119568otl.19.2020.03.17.11.49.58; Tue, 17 Mar 2020 11:50:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726740AbgCQSt0 (ORCPT + 99 others); Tue, 17 Mar 2020 14:49:26 -0400 Received: from foss.arm.com ([217.140.110.172]:41546 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726452AbgCQSt0 (ORCPT ); Tue, 17 Mar 2020 14:49:26 -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 5557831B; Tue, 17 Mar 2020 11:49:25 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5F9F53F67D; Tue, 17 Mar 2020 11:49:22 -0700 (PDT) Date: Tue, 17 Mar 2020 18:49:20 +0000 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: <20200317184920.GI632169@arrakis.emea.arm.com> References: <20200316165055.31179-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200316165055.31179-1-broonie@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 16, 2020 at 04:50:42PM +0000, Mark Brown wrote: > Daniel Kiss (1): > mm: smaps: Report arm64 guarded pages in smaps > > Dave Martin (11): > ELF: UAPI and Kconfig additions for ELF program properties > ELF: Add ELF program property parsing support > arm64: Basic Branch Target Identification support > elf: Allow arch to tweak initial mmap prot flags > arm64: elf: Enable BTI at exec based on ELF program properties > arm64: BTI: Decode BYTPE bits when printing PSTATE > arm64: unify native/compat instruction skipping > arm64: traps: Shuffle code to eliminate forward declarations > arm64: BTI: Reset BTYPE when skipping emulated instructions > KVM: arm64: BTI: Reset BTYPE when skipping emulated instructions > arm64: BTI: Add Kconfig entry for userspace BTI > > Mark Brown (1): > arm64: mm: Display guarded pages in ptdump I provisionally pushed this patches to linux-next (and arm64 for-next/bti). I'm not sure whether they'll make it into 5.7 yet (still missing acks on the fs/* changes) but at least they'll get some wider exposure, especially as they go outside arch/arm64/. -- Catalin