mbox series

[GIT,PULL] sh updates for v6.12

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

Pull-request

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

Message

John Paul Adrian Glaubitz Sept. 27, 2024, 1:17 p.m. UTC
Hi Linus,

here is my round of sh updates for v6.12. This pull request is again rather small
but we have more patches in the queue that still need to be reviewed and tested,
I expect to send these out for v6.13.

The first change by Gaosheng Cui removes unused declarations which have been obsoleted
since commit 5a4053b23262 ("sh: Kill off dead boards.") and the second by his colleague
Hongbo Li replaces the use of the unsafe simple_strtoul() with the safer kstrtoul()
function in the sh interrupt controller driver code.

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c3e878ca7b6663d2ad77a6e17460fc47a2347f4a:

  sh: intc: Replace simple_strtoul() with kstrtoul() (2024-09-26 17:25:29 +0200)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.12

- sh: intc: Replace simple_strtoul() with kstrtoul()
- sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register

----------------------------------------------------------------
Gaosheng Cui (1):
      sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register

Hongbo Li (1):
      sh: intc: Replace simple_strtoul() with kstrtoul()

 arch/sh/include/asm/irq.h   | 6 ------
 drivers/sh/intc/userimask.c | 5 ++++-
 2 files changed, 4 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 27, 2024, 5:25 p.m. UTC | #1
The pull request you sent on Fri, 27 Sep 2024 15:17:48 +0200:

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

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

Thank you!