you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 2 years ago (2 children)

Does RISC-V have security benefits since it is open source? Is it easier to detect hardware backdoors if it is used instead of x86 or ARM?

  • source
  • hideshow 4 child comments
  • [–] 7 points 2 years ago

    RISC-V instruction set (ISA) is open source. But the actual implementation (microarchitecture) has no such obligations. And among the implementations that can run Linux, none (that I know) are open source designs.

    With regards to hardware backdoors - no, closed source RISC-V implementations are not easier than x86 or ARM to audit for security.

  • source
  • parent