Re: [PATCH v16 0/8] RISC-V Pointer Masking implementation

2021-10-24 Thread Alistair Francis
On Sat, Oct 23, 2021 at 4:23 AM Alexey Baturo wrote: > > v15: > Renamed pm into pointer_masking in machine state. > > v14: > Addressed Richard's comments from previous series. > > v13: > Rebased QEMU and addressed Richard's comment. > > v12: > Updated function for adjusting address with pointer ma

[PATCH v16 0/8] RISC-V Pointer Masking implementation

2021-10-22 Thread Alexey Baturo
v15: Renamed pm into pointer_masking in machine state. v14: Addressed Richard's comments from previous series. v13: Rebased QEMU and addressed Richard's comment. v12: Updated function for adjusting address with pointer masking to allocate and use temp register. v11: Addressed a few style issue