Re: [PATCH v2 09/18] riscv: vdso: Switch to generic storage implementation

2025-01-14 Thread Conor Dooley
On Tue, Jan 14, 2025 at 09:40:11AM +0100, Thomas Weißschuh wrote: > On Mon, Jan 13, 2025 at 07:48:15PM +, Conor Dooley wrote: > > On Fri, Jan 10, 2025 at 04:23:48PM +0100, Thomas Weißschuh wrote: > > > The generic storage implementation provides the same features as the > > > custom one. Howeve

Re: [PATCH v2 09/18] riscv: vdso: Switch to generic storage implementation

2025-01-14 Thread Thomas Weißschuh
On Mon, Jan 13, 2025 at 07:48:15PM +, Conor Dooley wrote: > On Fri, Jan 10, 2025 at 04:23:48PM +0100, Thomas Weißschuh wrote: > > The generic storage implementation provides the same features as the > > custom one. However it can be shared between architectures, making > > maintenance easier. >

Re: [PATCH v2 09/18] riscv: vdso: Switch to generic storage implementation

2025-01-13 Thread Conor Dooley
On Fri, Jan 10, 2025 at 04:23:48PM +0100, Thomas Weißschuh wrote: > The generic storage implementation provides the same features as the > custom one. However it can be shared between architectures, making > maintenance easier. > > Co-developed-by: Nam Cao > Signed-off-by: Nam Cao > Signed-off-b

[PATCH v2 09/18] riscv: vdso: Switch to generic storage implementation

2025-01-10 Thread Thomas Weißschuh
The generic storage implementation provides the same features as the custom one. However it can be shared between architectures, making maintenance easier. Co-developed-by: Nam Cao Signed-off-by: Nam Cao Signed-off-by: Thomas Weißschuh --- arch/riscv/Kconfig |