[PULL 0/4] xtensa updates for v7.1

From: Max Filippov

Date: Thu Apr 23 2026 - 17:18:36 EST


Hi Linus,

please pull the following updates for the Xtensa architecture.

The following changes since commit 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b:

Linux 6.19 (2026-02-08 13:03:27 -0800)

are available in the Git repository at:

https://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20260422

for you to fetch changes up to aa5903b47d4bc0e7d1fb76941731cbda32ef9cbc:

xtensa: uapi: Reuse asm-generic ucontext.h (2026-03-14 06:56:20 -0700)

----------------------------------------------------------------
Xtensa updates for v7.1

- use register_sys_off_handler(SYS_OFF_MODE_RESTART) instead of the
deprecated register_restart_handler()
- drop custom ucontext.h and reuse asm-generic ucontext.h

----------------------------------------------------------------
Andrew Davis (3):
xtensa: ISS: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
xtensa: xt2000: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
xtensa: xtfpga: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)

Thomas Weißschuh (1):
xtensa: uapi: Reuse asm-generic ucontext.h

arch/xtensa/include/asm/ucontext.h | 22 ----------------------
arch/xtensa/include/uapi/asm/Kbuild | 1 +
arch/xtensa/platforms/iss/setup.c | 11 ++++-------
arch/xtensa/platforms/xt2000/setup.c | 11 ++++-------
arch/xtensa/platforms/xtfpga/setup.c | 11 ++++-------
5 files changed, 13 insertions(+), 43 deletions(-)
delete mode 100644 arch/xtensa/include/asm/ucontext.h

--
Thanks.
-- Max