Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp954036ybi; Thu, 30 May 2019 09:13:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqylPGuc+ARO6oySk/jxpy8630pqKAPq5S9XjPmK3r61tpTHB1su40cKUqYt9hG/a5Vnx4pX X-Received: by 2002:a17:90a:c688:: with SMTP id n8mr4250852pjt.29.1559232810135; Thu, 30 May 2019 09:13:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559232810; cv=none; d=google.com; s=arc-20160816; b=libGbsZ1OUC37/JGUKutRg7xp4uHvikalyjo0d7DUqqF55Jf8iQY/L7GT89FUexmQd 9Nuv+uUi+fUeAgxOlQ3pGY797ayBYXrcDPVS6RKWLo67UfRkePl2WP3S4nlhg+hwU5az luCt6v78XR4/0f+KSDmWuHEpH3XS6N6OIUUbGvV/qEpkYZrbT1XT9htzhFBrM3rPWx4u gzMojwTJWJ1eODeJ0uWgt5I1rne26nouSQPsB3lHtpYWD40MvBcUrFQYSI2jaoSmZhki 9YZrOds+WEF7qIqHM02HqFNG1Kl8O5rw3Yb5YnjNlOOkPNm0fw4Lw/71YEDaAPbXgKCs YiXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=lV0jkBT8WQxdoY4kiFbUwpsBz4y57PmhlAOmNWFpthg=; b=VSyZqofDvBKGqZVutXb1KjPZdFZjc8W2/FSMDY4xp9gCXsC6BlbUfEDioIsYp2Ris/ QFCVHLrroPzRtzqRCpD+1FprpuTty1EKXtWjbI7LsDhJcYtSt58z0xIuqMtUml0B9R+O eZWnsiTzMfCzNW+SVGN0dcOeOII1ofn+8cjfaPV0VBUWxDhhqlY//Ihe533oRkeTmOYc ed1S+AArolhWeJZ/EoXlVZkXrbWo31cpRcb0aCFNXTSl8mdDahf6a1/lmC6JHpdjLM0K mY8j3ozSMx9EKuE6la65E4K/0/qDPe2xN1jV2mC6UIlBNsQGJrcFGksndG71CM+jmbVz xHVg== 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 65si3377154plb.39.2019.05.30.09.13.14; Thu, 30 May 2019 09:13:30 -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 S1727740AbfE3QLa (ORCPT + 99 others); Thu, 30 May 2019 12:11:30 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:39216 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726328AbfE3QLa (ORCPT ); Thu, 30 May 2019 12:11:30 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A4FF9341; Thu, 30 May 2019 09:11:29 -0700 (PDT) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 94B503F5AF; Thu, 30 May 2019 09:11:28 -0700 (PDT) Date: Thu, 30 May 2019 17:11:26 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, ebiederm@xmission.com Subject: [GIT PULL] arm64: fixes for -rc3 Message-ID: <20190530161126.GB16230@fuggles.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.1+86 (6f28e57d73f2) () Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The fixes are still trickling in for arm64, but the only really significant one here is actually fixing a regression in the botched module relocation range checking merged for -rc2. Hopefully we've nailed it this time. Please pull. Thanks, Will --->8 The following changes since commit edbcf50eb8aea5f81ae6d83bb969cb0bc02805a1: arm64: insn: Add BUILD_BUG_ON() for invalid masks (2019-05-24 14:58:30 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 1e29ab3186e33c77dbb2d7566172a205b59fa390: arm64: use the correct function type for __arm64_sys_ni_syscall (2019-05-29 13:46:00 +0100) ---------------------------------------------------------------- arm64 fixes for -rc3 - Fix implementation of our set_personality() system call, which wasn't being wrapped properly - Fix system call function types to keep CFI happy - Fix siginfo layout when delivering SIGKILL after a kernel fault - Really fix module relocation range checking ---------------------------------------------------------------- Ard Biesheuvel (1): arm64/module: revert to unsigned interpretation of ABS16/32 relocations Catalin Marinas (1): arm64: Fix the arm64_personality() syscall wrapper redirection Eric W. Biederman (1): signal/arm64: Use force_sig not force_sig_fault for SIGKILL Sami Tolvanen (3): arm64: fix syscall_fn_t type arm64: use the correct function type in SYSCALL_DEFINE0 arm64: use the correct function type for __arm64_sys_ni_syscall arch/arm64/include/asm/syscall.h | 2 +- arch/arm64/include/asm/syscall_wrapper.h | 18 +++++++-------- arch/arm64/kernel/module.c | 38 +++++++++++++++++++++++++------- arch/arm64/kernel/sys.c | 16 +++++++++----- arch/arm64/kernel/sys32.c | 7 ++---- arch/arm64/kernel/traps.c | 5 ++++- 6 files changed, 56 insertions(+), 30 deletions(-)