@@ -9,6 +9,7 @@
00000b48 t $a
00000b58 t $a
00000b6c t $a
+0000000e n $d
000004ac t $d
000002ec r $d
00000364 r $d
Your new patch passes a quick sanity test run for me.
One additional note is that I needed the following change to get this
patch to compile:
@@ -4,7 +4,7 @@ obj-vdso := vgettimeofday.o datapage.o
targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds
obj-vdso := $(addprefix $(obj)/, $(obj-vdso))
-ccflags-y := -shared -fPIC -fno-common -fno-builtin
+ccflags-y := -shared -fPIC -fno-common -fno-builtin -fno-stack-protector
ccflags-y += -nostdlib -Wl,-soname=linux-vdso.so.1 \
$(call cc-ldoption, -Wl$(comma)--hash-style=sysv)