Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1374460ybf; Thu, 27 Feb 2020 09:44:41 -0800 (PST) X-Google-Smtp-Source: APXvYqyTmKvv/LWeTrGifZeRRb1xz71EHYChEzciPKd5yYwMdGAnWpK52rR/vDjlgZocmDXpwDc3 X-Received: by 2002:a05:6830:1098:: with SMTP id y24mr31847oto.197.1582825480944; Thu, 27 Feb 2020 09:44:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582825480; cv=none; d=google.com; s=arc-20160816; b=jUL15mNCfkgYTarsy7KSp4O8YKq8JJgLyRwflWy9oknJCW342SaPyln6ORqgo71h55 WjLrY7ib795WU14G1T4IjHAcC3UARzAua2EHS7gCr7oEhBDTouAOnBJndi8+WjXE+Rnf Qmeq1W8SyJPesHbiaxi5hnU/pCnnKX3BZ6XOED5AtDmNOc0QQbgRvi77JMligDIpgwSU roo3+Sd1PzIYo9vIQffWORtJChWcSVpJHdv9FIUugs654cR5xIuBW66w63LVKh4WNgan b7BT1MoVzCb77DvWresZ92HxRiSXbXhzfy4MVHRvUOoEw98ON3+CrHCDpzoO2FBr+iqv G9LA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=QVWJfP4U4pwwmIhe3MMgot70vtcmV27x92DbS4zJ4uo=; b=F5U+HK22kXGwEgy7u39WRl6XvLACRC/nUuH+K0eY9MnN4DxEklXP9Pjl8OVhyh4x5E GUT14rlTmm0WaMg1tqWOrLvgXyvqKFLswh6S3IMuyWN9Sykgth85pP5kbYZCzvtr7nLe 1UtMzHfTdSDrHdCkXkDpiaotfHgqYl/52BDFdBGE+VSD2Z1H9PpnwfTRD+S+vOlbsBMQ Ghgfs3muIHotGlCWxoC21ntsOF52VU+1/MEZLRsTY+OGU+Fuq8MBt+yuBZ+uTWuL3uh3 0O/JirVEldg9elcDvYSWXyL8jsHSZSpKga7Kps8c76hep92SnNmTYqWrMi8PsY+LbR4g u8Qg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 194si264862oii.2.2020.02.27.09.44.28; Thu, 27 Feb 2020 09:44:40 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730364AbgB0RoV (ORCPT + 99 others); Thu, 27 Feb 2020 12:44:21 -0500 Received: from foss.arm.com ([217.140.110.172]:55414 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727053AbgB0RoV (ORCPT ); Thu, 27 Feb 2020 12:44:21 -0500 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 819B91FB; Thu, 27 Feb 2020 09:44:20 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EAF9C3F73B; Thu, 27 Feb 2020 09:44:19 -0800 (PST) From: Mark Brown To: Catalin Marinas , Will Deacon Cc: 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 , =?UTF-8?q?Kristina=20Mart=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, Mark Brown Subject: [PATCH v8 00/11] arm64: Branch Target Identification support Date: Thu, 27 Feb 2020 17:44:06 +0000 Message-Id: <20200227174417.23722-1-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Changes: v8: - Remove a redundant IS_ENABLED(CONFIG_ARM64_BTI) check. v7: - Rebase onto v5.6-rc3. - Move comment about keeping NT_GNU_PROPERTY_TYPE_0 internal into first patch. - Add an explicit check for system_supports_bti() when parsing BTI ELF property for improved robustness. v6: - Rebase onto v5.6-rc1. - Fix typos s/BYTPE/BTYPE/ in commit log for "arm64: BTI: Decode BYTPE bits when printing PSTATE". v5: - Changed a bunch of -EIO to -ENOEXEC in the ELF parsing code. - Move PSR_BTYPE defines to UAPI. - Use compat_user_mode() rather than open coding. - Fix a typo s/BYTPE/BTYPE/ in syscall.c v4: - Dropped patch fixing existing documentation as it has already been merged. - Convert WARN_ON() to WARN_ON_ONCE() in "ELF: Add ELF program property parsing support". - Added display of guarded pages to ptdump. - Updated for conversion of exception handling from assembler to C. Notes: * GCC 9 can compile backwards-compatible BTI-enabled code with -mbranch-protection=bti or -mbranch-protection=standard. * Binutils trunk supports the new ELF note, but this wasn't in a release the last time I posted this series. (The situation _might_ have changed in the meantime...) Creation of a BTI-enabled binary requires _everything_ linked in to be BTI-enabled. For now ld --force-bti can be used to override this, but some things may break until the required C library support is in place. There is no straightforward way to mark a .s file as BTI-enabled: scraping the output from gcc -S works as a quick hack for now. readelf -n can be used to examing the program properties in an ELF file. * Runtime mmap() and mprotect() can be used to enable BTI on a page-by-page basis using the new PROT_BTI, but the code in the affected pages still needs to be written or compiled to contain the appopriate BTI landing pads. Dave Martin (10): 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 Mark Brown (1): arm64: mm: Display guarded pages in ptdump Documentation/arm64/cpu-feature-registers.rst | 2 + Documentation/arm64/elf_hwcaps.rst | 5 + arch/arm64/Kconfig | 25 +++ arch/arm64/include/asm/cpucaps.h | 3 +- arch/arm64/include/asm/cpufeature.h | 6 + arch/arm64/include/asm/elf.h | 50 ++++++ arch/arm64/include/asm/esr.h | 2 +- arch/arm64/include/asm/exception.h | 1 + arch/arm64/include/asm/hwcap.h | 1 + arch/arm64/include/asm/kvm_emulate.h | 6 +- arch/arm64/include/asm/mman.h | 37 +++++ arch/arm64/include/asm/pgtable-hwdef.h | 1 + arch/arm64/include/asm/pgtable.h | 2 +- arch/arm64/include/asm/ptrace.h | 1 + arch/arm64/include/asm/sysreg.h | 4 + arch/arm64/include/uapi/asm/hwcap.h | 1 + arch/arm64/include/uapi/asm/mman.h | 9 ++ arch/arm64/include/uapi/asm/ptrace.h | 9 ++ arch/arm64/kernel/cpufeature.c | 33 ++++ arch/arm64/kernel/cpuinfo.c | 1 + arch/arm64/kernel/entry-common.c | 11 ++ arch/arm64/kernel/process.c | 36 ++++- arch/arm64/kernel/ptrace.c | 2 +- arch/arm64/kernel/signal.c | 16 ++ arch/arm64/kernel/syscall.c | 18 +++ arch/arm64/kernel/traps.c | 127 +++++++-------- arch/arm64/mm/dump.c | 5 + fs/Kconfig.binfmt | 6 + fs/binfmt_elf.c | 145 +++++++++++++++++- fs/compat_binfmt_elf.c | 4 + include/linux/elf.h | 43 ++++++ include/linux/mm.h | 3 + include/uapi/linux/elf.h | 11 ++ 33 files changed, 551 insertions(+), 75 deletions(-) create mode 100644 arch/arm64/include/asm/mman.h create mode 100644 arch/arm64/include/uapi/asm/mman.h -- 2.20.1