[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZK8NY+xAAHRTSEPc@antec>
Date: Wed, 12 Jul 2023 21:30:27 +0100
From: Stafford Horne <shorne@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux OpenRISC <linux-openrisc@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] OpenRISC fix for 6.5
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(-)
Powered by blists - more mailing lists