mbox series

[GIT,PULL] sh updates for v6.4

Message ID 7ba5e47fd342b596937022a207ea630ab692a8a9.camel@physik.fu-berlin.de (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] sh updates for v6.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.4-tag1

Message

John Paul Adrian Glaubitz April 26, 2023, 9:30 a.m. UTC
Hi Linus!

This pull request is a bit larger than my previous one and mainly consists of
clean-up work in the arch/sh directory by Geert Uytterhoeven and Randy Dunlap.

Additionally, this PR fixes a bug in the Storage Queue code that was discovered
while I was reviewing a patch to switch the code to the bitmap API by Christophe
Jaillet.

Thus, the PR contains both a fix for the original bug in the Storage Queue code
that can be backported later as well as the Christophe's patch to swich the code
to the bitmap API.

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.4-tag1

for you to fetch changes up to e5c23bec0f121b4160dc8ca61e751e734652bd05:

  sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h> (2023-04-25 09:16:51 +0200)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.4

- sh: Use generic GCC library routines
- sh: sq: Use the bitmap API when applicable
- sh: sq: Fix incorrect element size for allocating bitmap buffer
- sh: pci: Remove unused variable in SH-7786 PCI Express code
- sh: mcount.S: fix build error when PRINTK is not enabled
- sh: remove sh5/sh64 last fragments
- sh: math-emu: fix macro redefined warning
- sh: init: use OF_EARLY_FLATTREE for early init
- sh: nmi_debug: fix return value of __setup handler
- sh: SH2007: drop the bad URL info

----------------------------------------------------------------
Christophe JAILLET (1):
      sh: sq: Use the bitmap API when applicable

Geert Uytterhoeven (2):
      sh: Use generic GCC library routines
      sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>

John Paul Adrian Glaubitz (2):
      sh: pci: Remove unused variable in SH-7786 PCI Express code
      sh: sq: Fix incorrect element size for allocating bitmap buffer

Randy Dunlap (6):
      sh: SH2007: drop the bad URL info
      sh: nmi_debug: fix return value of __setup handler
      sh: init: use OF_EARLY_FLATTREE for early init
      sh: math-emu: fix macro redefined warning
      sh: remove sh5/sh64 last fragments
      sh: mcount.S: fix build error when PRINTK is not enabled

 Documentation/kbuild/kbuild.rst                    |  1 -
 Documentation/scheduler/sched-arch.rst             |  2 --
 .../translations/zh_CN/scheduler/sched-arch.rst    |  2 --
 arch/sh/Kconfig                                    |  3 ++
 arch/sh/Kconfig.debug                              |  2 +-
 arch/sh/boards/Kconfig                             |  1 -
 arch/sh/boot/compressed/ashldi3.c                  |  4 +--
 arch/sh/drivers/pci/pcie-sh7786.c                  |  1 -
 arch/sh/include/asm/types.h                        |  2 +-
 arch/sh/kernel/cpu/sh4/sq.c                        |  7 ++---
 arch/sh/kernel/head_32.S                           |  6 ++--
 arch/sh/kernel/nmi_debug.c                         |  4 +--
 arch/sh/kernel/setup.c                             |  4 +--
 arch/sh/lib/Makefile                               |  4 +--
 arch/sh/lib/ashldi3.c                              | 30 --------------------
 arch/sh/lib/ashrdi3.c                              | 32 ----------------------
 arch/sh/lib/lshrdi3.c                              | 30 --------------------
 arch/sh/math-emu/sfp-util.h                        |  4 ---
 scripts/checkstack.pl                              |  7 -----
 tools/perf/arch/common.c                           |  2 --
 tools/scripts/Makefile.arch                        |  5 ----
 tools/testing/selftests/mm/Makefile                |  2 +-
 tools/testing/selftests/mm/run_vmtests.sh          |  2 +-
 23 files changed, 20 insertions(+), 137 deletions(-)
 delete mode 100644 arch/sh/lib/ashldi3.c
 delete mode 100644 arch/sh/lib/ashrdi3.c
 delete mode 100644 arch/sh/lib/lshrdi3.c

Comments

pr-tracker-bot@kernel.org April 28, 2023, 12:50 a.m. UTC | #1
The pull request you sent on Wed, 26 Apr 2023 11:30:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.4-tag1

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

Thank you!