Linux/linux 72a20ceDocumentation/arm64 sve.txt, arch/arm64 Makefile

Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Will Deacon:
 "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.

  Summary:

   - 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"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64/sve: Fix missing SVE/FPSIMD endianness conversions
  arm64: tlbflush: Ensure start/end of address range are aligned to stride
  arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
DeltaFile
+33-9arch/arm64/kernel/fpsimd.c
+16-0Documentation/arm64/sve.txt
+14-0arch/arm64/include/uapi/asm/sigcontext.h
+7-0arch/arm64/include/uapi/asm/kvm.h
+4-0arch/arm64/include/uapi/asm/ptrace.h
+3-0arch/arm64/include/asm/tlbflush.h
+1-1arch/arm64/Makefile
+78-107 files

UnifiedSplitRaw