mbox series

[PULL] arch/sh updates for 5.16

Message ID 20211114185302.GA13363@brightrain.aerifal.cx (mailing list archive)
State New, archived
Headers show
Series [PULL] arch/sh updates for 5.16 | expand

Pull-request

git://git.libc.org/linux-sh tags/sh-for-5.16

Message

dalias@libc.org Nov. 14, 2021, 6:53 p.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.libc.org/linux-sh tags/sh-for-5.16

for you to fetch changes up to 8518e694203d0bfd202ea4a80356785b6992322e:

  sh: pgtable-3level: Fix cast to pointer from integer of different size (2021-10-27 16:56:34 -0400)

----------------------------------------------------------------
arch/sh updates for 5.16

----------------------------------------------------------------
Al Viro (1):
      sh: fix trivial misannotations

Geert Uytterhoeven (1):
      sh: pgtable-3level: Fix cast to pointer from integer of different size

Kefeng Wang (1):
      sh: Cleanup about SPARSE_IRQ

Lu Wei (1):
      maple: fix wrong return value of maple_bus_init().

Masahiro Yamada (2):
      sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
      sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/

Nick Desaulniers (1):
      sh: check return code of request_irq

Randy Dunlap (4):
      sh: fix kconfig unmet dependency warning for FRAME_POINTER
      sh: math-emu: drop unused functions
      sh: define __BIG_ENDIAN for math-emu
      sh: fix READ/WRITE redefinition warnings

Tang Bin (1):
      sh: boards: Fix the cacography in irq.c

Yejune Deng (1):
      sh: kdump: add some attribute to function

 arch/sh/Kconfig                      |   1 -
 arch/sh/Kconfig.debug                |   1 +
 arch/sh/boards/mach-landisk/irq.c    |   4 +-
 arch/sh/boot/Makefile                |   4 +-
 arch/sh/boot/compressed/.gitignore   |   5 --
 arch/sh/boot/compressed/Makefile     |  32 ++++----
 arch/sh/boot/compressed/ashiftrt.S   |   2 +
 arch/sh/boot/compressed/ashldi3.c    |   2 +
 arch/sh/boot/compressed/ashlsi3.S    |   2 +
 arch/sh/boot/compressed/ashrsi3.S    |   2 +
 arch/sh/boot/compressed/lshrsi3.S    |   2 +
 arch/sh/include/asm/checksum_32.h    |   5 +-
 arch/sh/include/asm/irq.h            |  11 ---
 arch/sh/include/asm/pgtable-3level.h |   2 +-
 arch/sh/include/asm/sfp-machine.h    |   8 ++
 arch/sh/include/asm/uaccess.h        |   4 +-
 arch/sh/kernel/cpu/sh4a/smp-shx3.c   |   5 +-
 arch/sh/kernel/crash_dump.c          |   4 +-
 arch/sh/kernel/traps_32.c            |   8 +-
 arch/sh/math-emu/math.c              | 147 ++++++-----------------------------
 arch/sh/mm/nommu.c                   |   4 +-
 drivers/sh/maple/maple.c             |   5 +-
 22 files changed, 79 insertions(+), 181 deletions(-)
 create mode 100644 arch/sh/boot/compressed/ashiftrt.S
 create mode 100644 arch/sh/boot/compressed/ashldi3.c
 create mode 100644 arch/sh/boot/compressed/ashlsi3.S
 create mode 100644 arch/sh/boot/compressed/ashrsi3.S
 create mode 100644 arch/sh/boot/compressed/lshrsi3.S

Comments

Linus Torvalds Nov. 14, 2021, 7:44 p.m. UTC | #1
On Sun, Nov 14, 2021 at 10:53 AM Rich Felker <dalias@libc.org> wrote:
>
> arch/sh updates for 5.16

I realize the answer this time is basically just "random fixes", but
even in that case I'd actually prefer to hear it spelled out what the
pull request actually contains.

I've pulled it, but please do give some indication of what has been
going on in sh land next time, ok?

                   Linus
pr-tracker-bot@kernel.org Nov. 14, 2021, 7:56 p.m. UTC | #2
The pull request you sent on Sun, 14 Nov 2021 13:53:04 -0500:

> git://git.libc.org/linux-sh tags/sh-for-5.16

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

Thank you!