mbox series

[GIT,PULL] sh updates for v6.14

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

Pull-request

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

Message

John Paul Adrian Glaubitz Feb. 2, 2025, 9:53 a.m. UTC
Hi Linus,

this is my pull request for v6.14 which contains three fixes and improvements
for sh. The first patch by David Wang replaces seq_printf() with the more
efficient seq_put_decimal_ull_width() to increase performance when stress
reading /proc/interrupts.

The second patch by Masahiro Yamada migrates sh to the generic rule for built-in
DTB to help avoid race conditions during parallel builds which can occur because
Kbuild decends into arch/*/boot/dts twice.

And, finally, a patch by Geert Uytterhoeven replaces select with imply in the
boards Kconfig for enabling hardware with complex dependencies. This addresses
warnings which were reported by the kernel test robot.

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -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.14-tag1

for you to fetch changes up to 909f3c55d887a9f9d4cd2762813cbfcaf640ec57:

  sh: boards: Use imply to enable hardware with complex dependencies (2025-02-01 10:44:06 +0100)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.14

- sh: boards: Use imply to enable hardware with complex dependencies
- sh: Migrate to the generic rule for built-in DTB
- sh: irq: Use seq_put_decimal_ull_width() for decimal values

----------------------------------------------------------------
David Wang (1):
      sh: irq: Use seq_put_decimal_ull_width() for decimal values

Geert Uytterhoeven (1):
      sh: boards: Use imply to enable hardware with complex dependencies

Masahiro Yamada (1):
      sh: Migrate to the generic rule for built-in DTB

 arch/sh/Kbuild            | 1 -
 arch/sh/Kconfig           | 7 ++++---
 arch/sh/boards/Kconfig    | 4 ++--
 arch/sh/boot/dts/Makefile | 2 +-
 arch/sh/kernel/irq.c      | 4 ++--
 arch/sh/kernel/setup.c    | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 2, 2025, 8:56 p.m. UTC | #1
The pull request you sent on Sun, 02 Feb 2025 10:53:06 +0100:

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

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

Thank you!