Disable patches.fixes/aux-at_vector_size.patch
authorAndreas Jaeger <aj@suse.de>
Tue, 18 Sep 2007 05:19:28 +0000 (05:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 18 Sep 2007 05:19:28 +0000 (05:19 +0000)
suse-commit: 5fa0f960c462173c152baf702ca814b97b4a4b9c

kernel/futex_compat.c

index 92af955..f792136 100644 (file)
@@ -64,7 +64,7 @@ void compat_exit_robust_list(struct task_struct *curr)
        if (upending)
                handle_futex_death((void __user *)pending + futex_offset, curr, pip);
 
-       while (entry != (struct robust_list *) &head->list) {
+       while (compat_ptr(uentry) != &head->list) {
                /*
                 * A pending lock might already be on the list, so
                 * dont process it twice: