All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] Dovetail: Real-time Exception Handling
@ 2025-04-08 12:34 Nikolaus Funk
  2025-04-08 12:34 ` [PATCH 1/5] arm: dovetail: Fix user mode UND exception handling Nikolaus Funk
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Nikolaus Funk @ 2025-04-08 12:34 UTC (permalink / raw)
  To: xenomai; +Cc: richard, Richard Weinberger

From: Richard Weinberger <richard@nod.at>

This is the Dovetail side of the real-time exception handling
(aka real-time signal) feature.

In its current form, it's a bit larger than expected because it also
includes the signal frame helper functions. It's debatable whether
these should be part of Dovetail or Xenomai.

The smaller, but much more important changes are for ARM32 and
ARM64. These allow fast return from exception handling so that
Xenomai can decide whether an exception should be propagated
to Linux or not.

Lorenz Kofler (1):
  x86: dovetail: Helper functions for signal frame setup and restore

Richard Weinberger (4):
  arm: dovetail: Fix user mode UND exception handling
  arm64: dovetail: Allow early return from traps
  arm64: dovetail: Helper functions for signal frame setup and restore
  arm: dovetail: Helper functions for signal frame setup and restore

 arch/arm/kernel/signal.c           | 50 ++++++++++++++++++
 arch/arm/kernel/traps.c            |  6 +++
 arch/arm64/include/asm/signal32.h  |  3 ++
 arch/arm64/kernel/signal.c         | 85 ++++++++++++++++++++++++++++++
 arch/arm64/kernel/signal32.c       |  2 +-
 arch/arm64/kernel/traps.c          | 18 ++++---
 arch/arm64/mm/fault.c              | 15 ++++--
 arch/x86/include/asm/sighandling.h |  3 ++
 arch/x86/kernel/signal.c           | 80 ++++++++++++++++++++++++++++
 arch/x86/kernel/signal_32.c        |  2 +-
 arch/x86/kernel/signal_64.c        |  2 +-
 include/linux/dovetail.h           |  4 ++
 12 files changed, 254 insertions(+), 16 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-04-09 14:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 12:34 [RFC PATCH 0/5] Dovetail: Real-time Exception Handling Nikolaus Funk
2025-04-08 12:34 ` [PATCH 1/5] arm: dovetail: Fix user mode UND exception handling Nikolaus Funk
2025-04-08 12:34 ` [PATCH 2/5] x86: dovetail: Helper functions for signal frame setup and restore Nikolaus Funk
2025-04-08 12:34 ` [PATCH 3/5] arm64: dovetail: Allow early return from traps Nikolaus Funk
2025-04-08 12:58   ` Florian Bezdeka
2025-04-08 13:24     ` Richard Weinberger
2025-04-08 17:06   ` Jan Kiszka
2025-04-09  9:47     ` Richard Weinberger
2025-04-09 14:25       ` Jan Kiszka
2025-04-08 12:34 ` [PATCH 4/5] arm64: dovetail: Helper functions for signal frame setup and restore Nikolaus Funk
2025-04-08 13:05   ` Florian Bezdeka
2025-04-08 13:16     ` Richard Weinberger
2025-04-08 12:34 ` [PATCH 5/5] arm: " Nikolaus Funk
2025-04-08 13:12   ` Florian Bezdeka
2025-04-08 13:18     ` Richard Weinberger
2025-04-08 16:58 ` [RFC PATCH 0/5] Dovetail: Real-time Exception Handling Jan Kiszka
2025-04-08 17:55   ` Richard Weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.