Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]

2023-11-20 Thread Alistair Francis
On Wed, Nov 8, 2023 at 2:40 AM Michael Tokarev wrote: > > 30.10.2023 13:21, Heinrich Schuchardt wrote: > > The CSR register mseccfg is used by multiple extensions: Smepm and Zkr. > > > > Consider this when checking the existence of the register. > > > > Fixes: 77442380ecbe ("target/riscv: rvk: add

Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]

2023-11-07 Thread Michael Tokarev
30.10.2023 13:21, Heinrich Schuchardt wrote: The CSR register mseccfg is used by multiple extensions: Smepm and Zkr. Consider this when checking the existence of the register. Fixes: 77442380ecbe ("target/riscv: rvk: add CSR support for Zkr") Is this change worth to pick for -stable (together

Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]

2023-11-01 Thread Alistair Francis
On Mon, Oct 30, 2023 at 8:22 PM Heinrich Schuchardt wrote: > > The CSR register mseccfg is used by multiple extensions: Smepm and Zkr. > > Consider this when checking the existence of the register. > > Fixes: 77442380ecbe ("target/riscv: rvk: add CSR support for Zkr") > Signed-off-by: Heinrich Sch

Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]

2023-11-01 Thread Alistair Francis
On Mon, Oct 30, 2023 at 8:22 PM Heinrich Schuchardt wrote: > > The CSR register mseccfg is used by multiple extensions: Smepm and Zkr. > > Consider this when checking the existence of the register. > > Fixes: 77442380ecbe ("target/riscv: rvk: add CSR support for Zkr") > Signed-off-by: Heinrich Sch

[PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]

2023-10-30 Thread Heinrich Schuchardt
The CSR register mseccfg is used by multiple extensions: Smepm and Zkr. Consider this when checking the existence of the register. Fixes: 77442380ecbe ("target/riscv: rvk: add CSR support for Zkr") Signed-off-by: Heinrich Schuchardt --- v2: rebase on alistair23/riscv-to-apply-next --- t