Messages in this thread |  | | Date | Fri, 26 Jul 2019 14:12:16 +0100 | From | Will Deacon <> | Subject | [GIT PULL] arm64: fixes for -rc2 |
| |
Hi Linus,
Please pull these arm64 fixes for -rc2. There's more here than we usually have at this stage, but that's mainly down to the stacktrace changes which came in slightly too late for the merge window.
Summary is in the tag.
Thanks,
Will
--->8
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
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 5a46d3f71d5e5a9f82eabc682f996f1281705ac7:
ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id() (2019-07-23 15:45:46 +0100)
---------------------------------------------------------------- arm64 fixes for -rc2
- Big bad batch of MAINTAINERS updates
- Fix handling of SP alignment fault exceptions
- Fix PSTATE.SSBS handling on heterogeneous systems
- Fix fallout from moving to the generic vDSO implementation
- Fix stack unwinding in the face of frame corruption
- Fix off-by-one in IORT code
- Minor SVE cleanups
---------------------------------------------------------------- Anshuman Khandual (1): arm64: mm: Drop pte_huge()
Dave Martin (4): arm64: stacktrace: Constify stacktrace.h functions arm64: stacktrace: Factor out backtrace initialisation arm64/sve: Factor out FPSIMD to SVE state conversion arm64/sve: Fix a couple of magic numbers for the Z-reg count
James Morse (1): arm64: entry: SP Alignment Fault doesn't write to FAR_EL1
Jean-Philippe Brucker (1): MAINTAINERS: Update my email address
Julien Thierry (1): MAINTAINERS: Update my email address
Lorenzo Pieralisi (1): ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()
Marc Zyngier (2): MAINTAINERS: Update my email address to @kernel.org arm64: Force SSBS on context switch
Mark Rutland (1): arm64: stacktrace: Better handle corrupted stacks
Naohiro Aota (1): arm64: vdso: fix flip/flop vdso build bug
Suzuki K Poulose (1): MAINTAINERS: Fix spelling mistake in my name
Vincenzo Frascino (2): arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdso arm64: vdso: Cleanup Makefiles
.mailmap | 3 ++ MAINTAINERS | 14 +++---- arch/arm64/include/asm/elf.h | 2 +- arch/arm64/include/asm/pgtable.h | 1 - arch/arm64/include/asm/processor.h | 14 ++++++- arch/arm64/include/asm/stacktrace.h | 78 ++++++++++++++++++++++++++++++------- arch/arm64/kernel/entry.S | 22 ++++++----- arch/arm64/kernel/fpsimd.c | 29 +++++++------- arch/arm64/kernel/perf_callchain.c | 7 +--- arch/arm64/kernel/process.c | 36 ++++++++++++++--- arch/arm64/kernel/return_address.c | 9 ++--- arch/arm64/kernel/stacktrace.c | 59 +++++++++++++++++++++------- arch/arm64/kernel/time.c | 7 +--- arch/arm64/kernel/traps.c | 13 +++---- arch/arm64/kernel/vdso/Makefile | 13 +++---- arch/arm64/kernel/vdso32/Makefile | 14 ++++--- drivers/acpi/arm64/iort.c | 4 +- 17 files changed, 219 insertions(+), 106 deletions(-)
|  |