(no commit message)
[linux-2.6.git] / linux-2.6-596-debug.patch
diff --git a/linux-2.6-596-debug.patch b/linux-2.6-596-debug.patch
new file mode 100644 (file)
index 0000000..d4d4081
--- /dev/null
@@ -0,0 +1,12 @@
+--- linux-2.6.22-596/kernel/vserver/space.c.orig       2008-03-11 16:13:48.000000000 -0400
++++ linux-2.6.22-596/kernel/vserver/space.c    2008-03-11 16:26:08.000000000 -0400
+@@ -195,7 +195,9 @@
+       }
+       fs_new = xchg(&current->fs, fs_new);
++      printk(KERN_ALERT "Xchg-ing %x with %x\n", &current->nsproxy, proxy_new);
+       proxy_new = xchg(&current->nsproxy, proxy_new);
++      printk(KERN_ALERT "current->nsproxy: %x\n", &current->nsproxy);
+       ret = 0;
+       if (proxy_new)