mbox series

[GIT,PULL] sh updates for v6.15

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

Pull-request

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

Message

John Paul Adrian Glaubitz April 6, 2025, 8:22 a.m. UTC
Hi Linus,

this is my pull request for v6.15 which contains one important fix and
one small configuration update. The first patch by Artur Rojek fixes an
issue with the J2 firmware loader not being able to find the location of
the device tree blob due to insufficient alignment of the .bss section
which rendered J2 boards unbootable.

The second patch by Johan Korsnes updates the defconfigs on sh to drop
the CONFIG_NET_CLS_TCINDEX configuration option which became obsolete
after 8c710f75256b ("net/sched: Retire tcindex classifier").

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -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.15-tag1

for you to fetch changes up to 5f2efd67a17e5f4e2fccdb86014efaf8725f57a7:

  sh: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX (2025-04-05 19:46:38 +0200)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.15

- sh: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX
- sh: Align .bss section padding to 8-byte boundary

----------------------------------------------------------------
Artur Rojek (1):
      sh: Align .bss section padding to 8-byte boundary

Johan Korsnes (1):
      sh: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX

 arch/sh/configs/se7712_defconfig       |  1 -
 arch/sh/configs/se7721_defconfig       |  1 -
 arch/sh/configs/sh7710voipgw_defconfig |  1 -
 arch/sh/configs/titan_defconfig        |  1 -
 arch/sh/kernel/vmlinux.lds.S           | 15 ++++++++++++++-
 5 files changed, 14 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org April 6, 2025, 4:02 p.m. UTC | #1
The pull request you sent on Sun, 06 Apr 2025 10:22:42 +0200:

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

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

Thank you!