commit 10abfc9ed5991e500687a5df339d0ce6b4947c59
parent ad8684dbcd70bda344d872a472c99cffc278acac
Author: Santtu Lakkala <inz@inz.fi>
Date: Thu, 26 Feb 2009 10:16:08 +0000
VDSO32 disabler kernel module
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/posts/vdso32-disabler-kernel-module.md b/posts/vdso32-disabler-kernel-module.md
@@ -0,0 +1,5 @@
+# VDSO32 disabler kernel module
+
+ Scratchbox needs vdso disabled, which can be done run-time with 32-bit kernels. With 64-bit kernels, however, this is not possible... until now. A colleague of mine wrote a (hacky) kernel module to do exactly that, it seeks the vdso-flag and writes 0 to it. I helped him with dkms/deb packaging, and now it's available for [download](http://www.ipi.fi/~pablo/).
+
+ Note that this does not help with any other annoyances with sbox on 64-bit system, but at least it is something.
+\ No newline at end of file