Re: [PATCH v10 0/5] riscv: Allow user to set the satp mode

2023-03-03 Thread Alexandre Ghiti
Hi Daniel, On Thu, Mar 2, 2023 at 10:03 PM Daniel Henrique Barboza wrote: > > > > On 3/2/23 14:42, Daniel Henrique Barboza wrote: > > Hi Palmer, > > > > I think this series can be picked. All patches are fully acked. There is a > > nit > > in patch 3 that I believe you can choose to fix in-tree

Re: [PATCH v10 0/5] riscv: Allow user to set the satp mode

2023-03-02 Thread Daniel Henrique Barboza
On 3/2/23 14:42, Daniel Henrique Barboza wrote: Hi Palmer, I think this series can be picked. All patches are fully acked. There is a nit in patch 3 that I believe you can choose to fix in-tree if you want to. Update: patch 1 is not applicable anymore due to changes in current master. All

Re: [PATCH v10 0/5] riscv: Allow user to set the satp mode

2023-03-02 Thread Daniel Henrique Barboza
Hi Palmer, I think this series can be picked. All patches are fully acked. There is a nit in patch 3 that I believe you can choose to fix in-tree if you want to. Thanks, Daniel On 2/3/23 02:58, Alexandre Ghiti wrote: This introduces new properties to allow the user to set the satp mode,

[PATCH v10 0/5] riscv: Allow user to set the satp mode

2023-02-02 Thread Alexandre Ghiti
This introduces new properties to allow the user to set the satp mode, see patch 3 for full syntax. In addition, it prevents cpus to boot in a satp mode they do not support (see patch 4). base-commit: commit 75cc28648574 ("configure: remove backwards-compatibility code" v10: - Fix user mode