Re: Linux 2.6.22.14

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux