linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] arch/sh updates for 5.16
@ 2021-11-14 18:53 Rich Felker
  2021-11-14 19:44 ` Linus Torvalds
  2021-11-14 19:56 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Rich Felker @ 2021-11-14 18:53 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux-sh list, linux-kernel, Yoshinori Sato, John Paul Adrian Glaubitz

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

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

* Re: [PULL] arch/sh updates for 5.16
  2021-11-14 18:53 [PULL] arch/sh updates for 5.16 Rich Felker
@ 2021-11-14 19:44 ` Linus Torvalds
  2021-11-14 19:56 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2021-11-14 19:44 UTC (permalink / raw)
  To: Rich Felker
  Cc: Linux-sh list, Linux Kernel Mailing List, Yoshinori Sato,
	John Paul Adrian Glaubitz

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

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

* Re: [PULL] arch/sh updates for 5.16
  2021-11-14 18:53 [PULL] arch/sh updates for 5.16 Rich Felker
  2021-11-14 19:44 ` Linus Torvalds
@ 2021-11-14 19:56 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2021-11-14 19:56 UTC (permalink / raw)
  To: Rich Felker
  Cc: Linus Torvalds, Linux-sh list, linux-kernel, Yoshinori Sato,
	John Paul Adrian Glaubitz

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!

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

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

end of thread, other threads:[~2021-11-14 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-14 18:53 [PULL] arch/sh updates for 5.16 Rich Felker
2021-11-14 19:44 ` Linus Torvalds
2021-11-14 19:56 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).