[GIT PULL] OpenRISC fix for 7.2

From: Stafford Horne

Date: Sat Aug 15 2026 - 02:29:43 EST


Hello Linus,

Please consider for pull,

The following changes since commit db2ddb87143519e20a95aa36c60b36107b736a58:

Linux 7.2-rc7 (2026-08-09 14:54:50 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 32ef1b30ad736519f7a207bcc2986f3d4129d972:

openrisc: signal: do not restore privileged SR bits on sigreturn (2026-08-15 07:14:55 +0100)

----------------------------------------------------------------
OpenRISC fix for 7.2

A bug fix found by researchers.

* Ensure to mask all privileged bits when restoring the supervisor
register from sigreturn.

----------------------------------------------------------------
Ali Ahmet Memis (1):
openrisc: signal: do not restore privileged SR bits on sigreturn

arch/openrisc/include/asm/processor.h | 2 ++
arch/openrisc/kernel/signal.c | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)