[GIT PULL] OpenRISC fixes for 6.13-rc3

From: Stafford Horne
Date: Thu Dec 12 2024 - 12:03:17 EST


Hello Linus,

Please consider for pull,

The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

https://github.com/openrisc/linux.git tags/for-linus

for you to fetch changes up to c8f8d4344d50d72181207ee73175bba567c25f58:

openrisc: Fix misalignments in head.S (2024-12-10 12:04:19 +0000)

----------------------------------------------------------------
OpenRISC fixes for 6.13-rc3

A few fixes. One is just a formatting change but I figure I will include
it here to avoid unnessesary pull requests in the future. If you prefer
not to merge it now I can leave it out.

- Fix from Masahiro Yamada to fix 6.13 OpenRISC boot issues after
vmlinux.lds.h symbol ordering was changed.
- Code formatting fixups from Geert.

----------------------------------------------------------------
Geert Uytterhoeven (1):
openrisc: Fix misalignments in head.S

Masahiro Yamada (1):
openrisc: place exception table at the head of vmlinux

arch/openrisc/kernel/entry.S | 2 ++
arch/openrisc/kernel/head.S | 32 +++++++++++++++++---------------
arch/openrisc/kernel/vmlinux.lds.S | 3 +--
scripts/head-object-list.txt | 1 -
4 files changed, 20 insertions(+), 18 deletions(-)