Re: [GIT PULL] arm64: Fixes for -rc8

2021-04-14 Thread pr-tracker-bot
The pull request you sent on Wed, 14 Apr 2021 18:13:35 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec97a7296ad1ca3ccb8bca1e72739cb8262686f1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] arm64: Fixes for -rc8

2021-04-14 Thread Will Deacon
Hi Linus,

Please pull these three arm64 fixes for -rc8; summary in the tag. We
don't have anything else on the horizon, although two of these issues
(the asm constraint and kprobes bugs) have been around for a while so
you never know.

Cheers,

Will

--->8

The following changes since commit 20109a859a9b514eb10c22b8a14b5704ffe93897:

  arm64: kernel: disable CNP on Carmel (2021-03-25 10:00:23 +)

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 738fa58ee1328481d1d7889e7c430b3401c571b9:

  arm64: kprobes: Restore local irqflag if kprobes is cancelled (2021-04-13 
09:30:16 +0100)


arm64 fixes for -rc8

- Fix incorrect asm constraint for load_unaligned_zeropad() fixup

- Fix thread flag update when setting TIF_MTE_ASYNC_FAULT

- Fix restored irq state when handling fault on kprobe


Catalin Marinas (1):
  arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomically

Jisheng Zhang (1):
  arm64: kprobes: Restore local irqflag if kprobes is cancelled

Peter Collingbourne (1):
  arm64: fix inline asm in load_unaligned_zeropad()

 arch/arm64/Kconfig  |  6 +-
 arch/arm64/include/asm/word-at-a-time.h | 10 +-
 arch/arm64/kernel/entry.S   | 10 ++
 arch/arm64/kernel/probes/kprobes.c  |  6 --
 4 files changed, 20 insertions(+), 12 deletions(-)


Re: [GIT PULL] arm64 fixes for -rc8/final

2020-07-31 Thread pr-tracker-bot
The pull request you sent on Fri, 31 Jul 2020 13:31:05 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/14aab7eeb9f0b9c424aab0f07eb82b1baf2e5bbd

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] arm64 fixes for -rc8/final

2020-07-31 Thread Will Deacon
Hi Linus,

Please pull these arm64 fixes for -rc8/final. The main one is to fix the
build after Willy's per-cpu entropy changes this week. Although that was
already resolved elsewhere, the arm64 fix here is useful cleanup anyway.
Other than that, we've got a fix for building with Clang's integrated
assembler and a fix to make our IPv4 checksumming robust against invalid
header lengths (this only seems to be triggerable by injected errors).

Cheers,

Will

--->8

The following changes since commit 7b7891c7bdfd61fc9ed6747a0a05efe2394dddc6:

  arm64: vdso32: Fix '--prefix=' value for newer versions of clang (2020-07-23 
10:57:32 +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 6a7389f0312f01bb6641d37b395548a2922a057c:

  MAINTAINERS: Include drivers subdirs for ARM PMU PROFILING AND DEBUGGING 
entry (2020-07-30 17:05:34 +0100)


arm64 fixes for -rc8

- Fix build breakage due to circular headers

- Fix build regression when using Clang's integrated assembler

- Fix IPv4 header checksum code to deal with invalid length field

- Fix broken path for Arm PMU entry in MAINTAINERS


John Garry (1):
  MAINTAINERS: Include drivers subdirs for ARM PMU PROFILING AND DEBUGGING 
entry

Marc Zyngier (1):
  arm64: Drop unnecessary include from asm/smp.h

Robin Murphy (1):
  arm64: csum: Fix handling of bad packets

Sami Tolvanen (1):
  arm64/alternatives: move length validation inside the subsection

 MAINTAINERS  | 2 +-
 arch/arm64/include/asm/alternative.h | 4 ++--
 arch/arm64/include/asm/checksum.h| 5 +++--
 arch/arm64/include/asm/smp.h | 1 -
 4 files changed, 6 insertions(+), 6 deletions(-)