On Mon, Dec 16, 2024 at 03:10:06PM +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 <namcao@xxxxxxxxxxxxx> > Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx> > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx> > --- > arch/s390/Kconfig | 1 + > arch/s390/include/asm/vdso.h | 4 +- > arch/s390/include/asm/vdso/getrandom.h | 12 ---- > arch/s390/include/asm/vdso/gettimeofday.h | 15 +---- > arch/s390/include/asm/vdso/vsyscall.h | 20 ------- > arch/s390/kernel/time.c | 6 +- > arch/s390/kernel/vdso.c | 97 ++----------------------------- > arch/s390/kernel/vdso32/vdso32.lds.S | 7 +-- > arch/s390/kernel/vdso64/vdso64.lds.S | 8 +-- > 9 files changed, 17 insertions(+), 153 deletions(-) Looks good to me and works. Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>