Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1065700ybi; Fri, 14 Jun 2019 08:05:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqy5YZz+EYxe4H3nMrjSDdYjc5IR4b94SHb968XwLmhLsDgqlKdrSa9DC7Ultnzj3N3HK7JK X-Received: by 2002:a17:902:b717:: with SMTP id d23mr17285021pls.53.1560524706946; Fri, 14 Jun 2019 08:05:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560524706; cv=none; d=google.com; s=arc-20160816; b=uyrt2E6dQF0emlmnLWSBCCuSZQ22tFSDuxsTIH9Xy+wltzgSZT1ICJCTWY+ViCkP7n puPIdX20HYbALJDpi2WUPuAXi9zXD+u4j+U96BqADp4NgbZdGKa/DpCiR1Jtjy8DAsjl IdHE4M0//gIiAn2TvTC06v0q6pcSQbuvmTrlWjQYSGSKgFxMT18TsHGrd/R4/ScdWfHf Co6dYxRSP/d9UVsw42MmWqXDqWlZybl7K7e5KYNkTXeF5WFFWErABcBQUKPkYQ0NXEF+ f0ycXaZTyMCuhDJTCMNno/ydy4g/0AUkn7lycTJOAEVcTnabagW2JyHLbFtfjfdv9r0d m8jA== 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=vaXZNiR851yap4/rDcF+YpHf/vZ2KC9TApTwNFCHWgc=; b=BQgJYwJEPdsVkj1cgwkzCpuRjR6cXD61zrTalmhqE6fHyWAxu5vvyKqZJjNTHAZAVU QYCJeNzojqiv1tsoThS+1wJdTgo5+xTeTDmT4iCqqZOe3rdNJLIUbowRoi5rY8Zy6hqg eNszjwv1r/BLch6CMANJG6TnJMkOaQDB+QCXZ2Z1f2uxEFF9hG+u1ECEpY8Dys11BvZN vgoXaM5OH8OFI6NKJ4AxGxt/s9zl3uV4tI5L4H9TyeORgbIgfoELqo+o6zx7qVeBHPld kzn8FCi4NOtL684BV/ygjXl8wlQwMOtsIn6D961y/eY0jKLWPATmap1EujrJobqUDbCp hXhw== 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 y5si2540784pjw.61.2019.06.14.08.04.49; Fri, 14 Jun 2019 08:05:06 -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 S1725944AbfFNPDD (ORCPT + 99 others); Fri, 14 Jun 2019 11:03:03 -0400 Received: from foss.arm.com ([217.140.110.172]:36250 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725780AbfFNPDD (ORCPT ); Fri, 14 Jun 2019 11:03:03 -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 72CD4346; Fri, 14 Jun 2019 08:03:02 -0700 (PDT) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BFB093F246; Fri, 14 Jun 2019 08:03:01 -0700 (PDT) Date: Fri, 14 Jun 2019 16:02:59 +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 Subject: [GIT PULL] arm64: fixes for -rc5 Message-ID: <20190614150259.GC29231@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, Here are some arm64 fixes for -rc5. The only non-trivial change (in terms of the diffstat) is fixing our SVE ptrace API for big-endian machines, but the majority of this is actually the addition of much-needed comments and updates to the documentation to try to avoid this mess biting us again in future. There are still a couple of small things on the horizon, but nothing major at this point. Please pull. Thanks, Will --->8 The following changes since commit ebcc5928c5d925b1c8d968d9c89cdb0d0186db17: arm64: Silence gcc warnings about arch ABI drift (2019-06-06 13:28:45 +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 41040cf7c5f0f26c368bc5d3016fed3a9ca6dba4: arm64/sve: Fix missing SVE/FPSIMD endianness conversions (2019-06-13 10:07:19 +0100) ---------------------------------------------------------------- arm64 fixes for -rc5 - Fix broken SVE ptrace API when running in a big-endian configuration - Fix performance regression due to off-by-one in TLBI range checking - Fix build regression when using Clang ---------------------------------------------------------------- Dave Martin (1): arm64/sve: Fix missing SVE/FPSIMD endianness conversions Nathan Chancellor (1): arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS Will Deacon (1): arm64: tlbflush: Ensure start/end of address range are aligned to stride Documentation/arm64/sve.txt | 16 ++++++++++++ arch/arm64/Makefile | 2 +- arch/arm64/include/asm/tlbflush.h | 3 +++ arch/arm64/include/uapi/asm/kvm.h | 7 ++++++ arch/arm64/include/uapi/asm/ptrace.h | 4 +++ arch/arm64/include/uapi/asm/sigcontext.h | 14 +++++++++++ arch/arm64/kernel/fpsimd.c | 42 +++++++++++++++++++++++++------- 7 files changed, 78 insertions(+), 10 deletions(-)