mbox series

[GIT,PULL] sparc updates for v6.13

Message ID a124b567-d9a1-48f5-beec-de1bacac2140@gaisler.com
State New
Headers show
Series [GIT,PULL] sparc updates for v6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc.git tags/sparc-for-6.13-tag1

Message

Andreas Larsson Nov. 28, 2024, 12:33 p.m. UTC
Hi Linus,

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc.git tags/sparc-for-6.13-tag1

for you to fetch changes up to b6370b338e71cf24c61e33880b8f1a0dd5ad0a44:

  sparc/vdso: Add helper function for 64-bit right shift on 32-bit target (2024-11-18 09:59:20 +0100)

----------------------------------------------------------------
This includes the following changes related to sparc64 for v6.13:

- Make sparc64 compilable with clang

- Replace one-element array with flexible array member

----------------------------------------------------------------
Koakuma (3):
      sparc/build: Put usage of -fcall-used* flags behind cc-option
      sparc/build: Add SPARC target flags for compiling with clang
      sparc/vdso: Add helper function for 64-bit right shift on 32-bit target

Thorsten Blum (1):
      sparc: Replace one-element array with flexible array member

 Documentation/kbuild/llvm.rst    |  3 +++
 arch/sparc/Makefile              |  4 ++--
 arch/sparc/include/asm/hvtramp.h |  2 +-
 arch/sparc/kernel/smp_64.c       |  4 +---
 arch/sparc/vdso/Makefile         |  2 +-
 arch/sparc/vdso/vclock_gettime.c | 28 ++++++++++++++++++++++++----
 scripts/Makefile.clang           |  1 +
 7 files changed, 33 insertions(+), 11 deletions(-)

Thanks,
Andreas

Comments

pr-tracker-bot@kernel.org Nov. 29, 2024, 6:54 p.m. UTC | #1
The pull request you sent on Thu, 28 Nov 2024 13:33:03 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc.git tags/sparc-for-6.13-tag1

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

Thank you!