Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] RISC-V: add support for restartable sequence
@ 2022-03-02  2:30 Vincent Chen
  2022-03-02  2:30 ` [PATCH v3 1/2] RISC-V: Add " Vincent Chen
  2022-03-02  2:30 ` [PATCH v3 2/2] rseq/selftests: Add support for RISC-V Vincent Chen
  0 siblings, 2 replies; 12+ messages in thread
From: Vincent Chen @ 2022-03-02  2:30 UTC (permalink / raw)
  To: palmer, mathieu.desnoyers; +Cc: linux-riscv, paul.walmsley, Vincent Chen

Add RSEQ, restartable sequence, support and related selftest to RISCV.
  
The relevant RSEQ tests in kselftest require the binutils patch "RISC-V:
Fix linker problems with TLS copy relocs" to avoid placing
PREINIT_ARRAY and TLS variable of librseq.so at the same address.
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=3e7bd7f24146f162565edf878840449f36a8d974
A segmental fault will happen if binutils misses this patch.

Changes since v2:
1. Move rseq_signal_deliver() after syscall restart handling.
2. Add rseq_offset_deref_addv() to support memory barrier tests.

Vincent Chen (2):
  RISC-V: Add support for restartable sequence
  rseq/selftests: Add support for RISC-V

 arch/riscv/Kconfig                        |   1 +
 arch/riscv/kernel/entry.S                 |   4 +
 arch/riscv/kernel/signal.c                |   2 +
 tools/testing/selftests/rseq/param_test.c |  23 +
 tools/testing/selftests/rseq/rseq-riscv.h | 676 ++++++++++++++++++++++
 tools/testing/selftests/rseq/rseq.h       |   2 +
 6 files changed, 708 insertions(+)
 create mode 100644 tools/testing/selftests/rseq/rseq-riscv.h

-- 
2.17.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-03-08  7:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-02  2:30 [PATCH v3 0/2] RISC-V: add support for restartable sequence Vincent Chen
2022-03-02  2:30 ` [PATCH v3 1/2] RISC-V: Add " Vincent Chen
2022-03-02 16:29   ` Mathieu Desnoyers
2022-03-03  3:32     ` Vincent Chen
2022-03-02  2:30 ` [PATCH v3 2/2] rseq/selftests: Add support for RISC-V Vincent Chen
2022-03-02 16:38   ` Mathieu Desnoyers
2022-03-03  7:16     ` Vincent Chen
2022-03-03 21:50       ` Mathieu Desnoyers
2022-03-04  6:50         ` Vincent Chen
2022-03-07  2:45           ` Vincent Chen
2022-03-07 13:40             ` Mathieu Desnoyers
2022-03-08  7:30   ` Eric Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox