linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: torvalds@linux-foundation.org
Cc: catalin.marinas@arm.com, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: fixes for -rc2
Date: Fri, 26 Jul 2019 14:12:16 +0100	[thread overview]
Message-ID: <20190726131215.2dqryzjvxfyqefuw@willie-the-truck> (raw)

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(-)

             reply	other threads:[~2019-07-26 13:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-26 13:12 Will Deacon [this message]
2019-07-26 18:25 ` [GIT PULL] arm64: fixes for -rc2 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-04-08 16:29 [GIT PULL] arm64 " Will Deacon
2022-04-08 17:46 ` pr-tracker-bot
2021-07-16 14:53 Will Deacon
2021-07-17  2:12 ` pr-tracker-bot
2020-10-30 17:05 Will Deacon
2020-10-30 20:29 ` pr-tracker-bot
2020-06-19 12:43 Will Deacon
2020-06-19 19:30 ` pr-tracker-bot
2020-02-13 17:10 Will Deacon
2020-02-13 22:40 ` pr-tracker-bot
2019-01-11 18:20 [GIT PULL] arm64: " Will Deacon
2019-01-11 20:40 ` pr-tracker-bot
2018-08-31 16:12 Will Deacon
2017-12-01 18:23 Will Deacon
2016-10-20 17:14 Will Deacon
2016-06-03 15:37 Will Deacon
2016-04-01 15:15 Will Deacon
2016-01-27 18:45 Will Deacon
2015-09-17 14:04 Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190726131215.2dqryzjvxfyqefuw@willie-the-truck \
    --to=will@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).