lkml.org 
[lkml]   [2007]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Linux 2.6.22.14
From
Date
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-11-25 15:31    [W:1.122 / U:0.472 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site