All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] zicfilp and zicfiss support in opensbi
@ 2024-08-22 17:48 Deepak Gupta
  2024-08-22 17:48 ` [PATCH v3 1/4] include: adding support for Zicfilp / Zicfiss encodings Deepak Gupta
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Deepak Gupta @ 2024-08-22 17:48 UTC (permalink / raw)
  To: opensbi

v3 for zicfilp and zicfiss support in opensbi

---
v3:
 - added fwft implementation for shadow stack and landing pad interface
v2:
 - added mpelp for 32bit (mstatush) and its handling in trad redirection
 - removed default SSE enabling. it'll break shadow stack enabled kernel
 - put sw check delegation at correct place

Deepak Gupta (4):
  include: adding support for Zicfilp / Zicfiss encodings
  lib: sbi: Zicfilp/Zicfiss detection and elp cfi state reflect back in
    status
  lib: sbi: sw check exception delegation
  lib: sbi: fwft: implement landing pad and shadow stack fwft interface

 include/sbi/riscv_encoding.h |  7 ++++
 include/sbi/sbi_hart.h       |  3 ++
 lib/sbi/sbi_fwft.c           | 74 ++++++++++++++++++++++++++++++++++++
 lib/sbi/sbi_hart.c           | 21 +++++++++-
 lib/sbi/sbi_trap.c           | 20 ++++++++++
 5 files changed, 124 insertions(+), 1 deletion(-)

-- 
2.44.0



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

end of thread, other threads:[~2024-08-22 18:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 17:48 [PATCH v3 0/4] zicfilp and zicfiss support in opensbi Deepak Gupta
2024-08-22 17:48 ` [PATCH v3 1/4] include: adding support for Zicfilp / Zicfiss encodings Deepak Gupta
2024-08-22 17:48 ` [PATCH v3 2/4] lib: sbi: Zicfilp/Zicfiss detection and elp cfi state reflect back in status Deepak Gupta
2024-08-22 18:14   ` Deepak Gupta
2024-08-22 17:48 ` [PATCH v3 3/4] lib: sbi: sw check exception delegation Deepak Gupta
2024-08-22 17:48 ` [PATCH v3 4/4] lib: sbi: fwft: implement landing pad and shadow stack fwft interface Deepak Gupta

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.