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

2025-02-22 Thread Thomas Gleixner
On Sat, Feb 22 2025 at 16:17, Xi Ruoyao wrote: > On Tue, 2025-02-04 at 13:05 +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: Na

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

2025-02-22 Thread Xi Ruoyao
On Tue, 2025-02-04 at 13:05 +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-by: Thom

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

2025-02-04 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 |