[GIT PULL] OpenRISC fix for 6.5
From: Stafford Horne
Date: Wed Jul 12 2023 - 16:30:39 EST
Hello Linus,
Please consider for pull,
The following changes since commit 45a3e24f65e90a047bef86f927ebdc4c710edaa1:
Linux 6.4-rc7 (2023-06-18 14:06:27 -0700)
are available in the Git repository at:
https://github.com/openrisc/linux.git tags/for-linus
for you to fetch changes up to dceaafd668812115037fc13a1893d068b7b880f5:
openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABI (2023-07-10 22:03:26 +0100)
----------------------------------------------------------------
OpenRISC fix for 6.5
One fix:
- During the 6.4 cycle my fpu support work broke ABI compatibility in
the sigcontext struct. This was noticed by musl libc developers after
the release. This fix restores the ABI.
----------------------------------------------------------------
Stafford Horne (1):
openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABI
arch/openrisc/include/uapi/asm/sigcontext.h | 6 ++++--
arch/openrisc/kernel/signal.c | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)