[GIT PULL] sh updates for v6.4

From: John Paul Adrian Glaubitz
Date: Wed Apr 26 2023 - 05:31:19 EST


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

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913