All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Second set of arm64 updates for 5.11
@ 2020-12-18 18:17 ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2020-12-18 18:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-arm-kernel, linux-kernel

Hi Linus,

These are some some trivial updates that mostly fix/clean-up code pushed
during the merging window. I'll be on holiday until the new year but
I'll check email occasionally in case anything falls apart.

Merry Christmas!

The following changes since commit d889797530c66f699170233474eab3361471e808:

  Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core (2020-12-09 18:04:55 +0000)

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 9fd339a45be5c06e239d45a042eab9d25de87882:

  arm64: Work around broken GCC 4.9 handling of "S" constraint (2020-12-17 11:46:20 +0000)

----------------------------------------------------------------
arm64 fixes/updates:

- Work around broken GCC 4.9 handling of "S" asm constraint.

- Suppress W=1 missing prototype warnings.

- Warn the user when a small VA_BITS value cannot map the available
  memory.

- Drop the useless update to per-cpu cycles.

----------------------------------------------------------------
Marc Zyngier (2):
      arm64: Warn the user when a small VA_BITS value wastes memory
      arm64: Work around broken GCC 4.9 handling of "S" constraint

Mark Rutland (1):
      arm64: entry: suppress W=1 prototype warnings

Viresh Kumar (1):
      arm64: topology: Drop the useless update to per-cpu cycles

 arch/arm64/include/asm/exception.h | 4 ++++
 arch/arm64/include/asm/kvm_asm.h   | 8 +++++++-
 arch/arm64/kernel/topology.c       | 6 +-----
 arch/arm64/mm/init.c               | 3 +++
 4 files changed, 15 insertions(+), 6 deletions(-)

-- 
Catalin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Second set of arm64 updates for 5.11
@ 2020-12-18 18:17 ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2020-12-18 18:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-kernel, linux-arm-kernel

Hi Linus,

These are some some trivial updates that mostly fix/clean-up code pushed
during the merging window. I'll be on holiday until the new year but
I'll check email occasionally in case anything falls apart.

Merry Christmas!

The following changes since commit d889797530c66f699170233474eab3361471e808:

  Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core (2020-12-09 18:04:55 +0000)

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 9fd339a45be5c06e239d45a042eab9d25de87882:

  arm64: Work around broken GCC 4.9 handling of "S" constraint (2020-12-17 11:46:20 +0000)

----------------------------------------------------------------
arm64 fixes/updates:

- Work around broken GCC 4.9 handling of "S" asm constraint.

- Suppress W=1 missing prototype warnings.

- Warn the user when a small VA_BITS value cannot map the available
  memory.

- Drop the useless update to per-cpu cycles.

----------------------------------------------------------------
Marc Zyngier (2):
      arm64: Warn the user when a small VA_BITS value wastes memory
      arm64: Work around broken GCC 4.9 handling of "S" constraint

Mark Rutland (1):
      arm64: entry: suppress W=1 prototype warnings

Viresh Kumar (1):
      arm64: topology: Drop the useless update to per-cpu cycles

 arch/arm64/include/asm/exception.h | 4 ++++
 arch/arm64/include/asm/kvm_asm.h   | 8 +++++++-
 arch/arm64/kernel/topology.c       | 6 +-----
 arch/arm64/mm/init.c               | 3 +++
 4 files changed, 15 insertions(+), 6 deletions(-)

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Second set of arm64 updates for 5.11
  2020-12-18 18:17 ` Catalin Marinas
@ 2020-12-18 19:10   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-18 19:10 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Linus Torvalds, Will Deacon, linux-arm-kernel, linux-kernel

The pull request you sent on Fri, 18 Dec 2020 18:17:17 +0000:

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

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

Thank you!

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Second set of arm64 updates for 5.11
@ 2020-12-18 19:10   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-18 19:10 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Will Deacon, Linus Torvalds, linux-kernel, linux-arm-kernel

The pull request you sent on Fri, 18 Dec 2020 18:17:17 +0000:

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

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

Thank you!

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-18 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 18:17 [GIT PULL] Second set of arm64 updates for 5.11 Catalin Marinas
2020-12-18 18:17 ` Catalin Marinas
2020-12-18 19:10 ` pr-tracker-bot
2020-12-18 19:10   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.