linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: will@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 5.3-rc3
Date: Fri, 2 Aug 2019 18:17:55 +0100	[thread overview]
Message-ID: <20190802171753.GA56033@arrakis.emea.arm.com> (raw)

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:

  Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to d8bb6718c4db9bcd075dde7ff55d46091ccfae15:

  arm64: Make debug exception handlers visible from RCU (2019-08-02 11:56:01 +0100)

----------------------------------------------------------------
arm64 fixes:

- Update the compat layer to allow single-byte watchpoints on all
  addresses (similar to the native support)

- arm_pmu: fix the restoration of the counters on the
  CPU_PM_ENTER_FAILED path

- Fix build regression with vDSO and Makefile not stripping
  CROSS_COMPILE_COMPAT

- Fix the CTR_EL0 (cache type register) sanitisation on heterogeneous
  machines (e.g. big.LITTLE)

- Fix the interrupt controller priority mask value when pseudo-NMIs are
  enabled

- arm64 kprobes fixes: recovering of the PSTATE.D flag in the
  single-step exception handler, NOKPROBE annotations for unwind_frame()
  and walk_stackframe(), remove unneeded rcu_read_lock/unlock from debug
  handlers

- Several gcc fall-through warnings

- Unused variable warnings

----------------------------------------------------------------
Anders Roxell (2):
      arm64: smp: Mark expected switch fall-through
      arm64: module: Mark expected switch fall-through

Julien Thierry (1):
      arm64: Lower priority mask for GIC_PRIO_IRQON

Masami Hiramatsu (4):
      arm64: unwind: Prohibit probing on return_address()
      arm64: Remove unneeded rcu_read_lock from debug handlers
      arm64: kprobes: Recover pstate.D in single-step exception handler
      arm64: Make debug exception handlers visible from RCU

Qian Cai (3):
      arm64/efi: fix variable 'si' set but not used
      arm64/mm: fix variable 'pud' set but not used
      arm64/mm: fix variable 'tag' set but not used

Vincenzo Frascino (1):
      arm64: vdso: Fix Makefile regression

Will Deacon (4):
      arm64: compat: Allow single-byte watchpoints on all addresses
      drivers/perf: arm_pmu: Fix failure path in PM notifier
      arm64: hw_breakpoint: Fix warnings about implicit fallthrough
      arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}

 arch/arm64/Makefile                 |  2 +-
 arch/arm64/include/asm/arch_gicv3.h |  6 ++++
 arch/arm64/include/asm/cpufeature.h |  7 +++--
 arch/arm64/include/asm/daifflags.h  |  2 ++
 arch/arm64/include/asm/efi.h        |  6 +++-
 arch/arm64/include/asm/memory.h     | 10 +++++--
 arch/arm64/include/asm/pgtable.h    |  4 +--
 arch/arm64/include/asm/ptrace.h     |  2 +-
 arch/arm64/kernel/cpufeature.c      |  8 ++++--
 arch/arm64/kernel/debug-monitors.c  | 14 +++++----
 arch/arm64/kernel/hw_breakpoint.c   | 11 +++++--
 arch/arm64/kernel/module.c          |  4 +++
 arch/arm64/kernel/probes/kprobes.c  | 40 ++++----------------------
 arch/arm64/kernel/return_address.c  |  3 ++
 arch/arm64/kernel/smp.c             |  2 +-
 arch/arm64/kernel/stacktrace.c      |  3 ++
 arch/arm64/mm/fault.c               | 57 +++++++++++++++++++++++++++++++------
 drivers/perf/arm_pmu.c              |  2 +-
 18 files changed, 117 insertions(+), 66 deletions(-)

-- 
Catalin

             reply	other threads:[~2019-08-02 17:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 17:17 Catalin Marinas [this message]
2019-08-02 23:20 ` [GIT PULL] arm64 fixes for 5.3-rc3 pr-tracker-bot

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=20190802171753.GA56033@arrakis.emea.arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.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).