Re: Linux 2.6.22.14

From: Sven-Thorsten Dietrich
Date: Sun Nov 25 2007 - 09:28:56 EST


Hi Greg,

I think this hunk in the 2.6.22.14 stable patch may be a mis-patch --
compared to Linus's current git -- the new code should be inserted below
the while loop that follows.

Also see commit 9f96cb1e8bca179a92afa40dfc3c49990f1cfc71

Sven

On Wed, 2007-11-21 at 09:57 -0800, Greg Kroah-Hartman wrote:
> @@ -61,18 +70,23 @@ void compat_exit_robust_list(struct task_struct
> *curr)
> if (fetch_robust_entry(&upending, &pending,
> &head->list_op_pending, &pip))
> return;
> - if (pending)
> - handle_futex_death((void __user *)pending +
> futex_offset, curr, pip);
> + if (pending) {
> + void __user *uaddr = futex_uaddr(pending,
> + futex_offset);
> + handle_futex_death(uaddr, curr, pip);
> + }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/