[GIT,PULL] OpenRISC fix for 6.5

Message ID ZK8NY+xAAHRTSEPc@antec
State New
Headers
Series [GIT,PULL] OpenRISC fix for 6.5 |

Pull-request

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

Message

Stafford Horne July 12, 2023, 8:30 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org July 13, 2023, 9:41 p.m. UTC | #1
The pull request you sent on Wed, 12 Jul 2023 21:30:27 +0100:

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

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

Thank you!