lkml.org 
[lkml]   [2012]   [Aug]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2] futex: mark get_robust_list as deprecated
    On 08/03/2012 03:02 PM, Cyrill Gorcunov wrote:
    > On Fri, Aug 03, 2012 at 12:17:43PM +0200, richard -rw- weinberger wrote:
    >> On Thu, Aug 2, 2012 at 1:11 PM, Eric W. Biederman <ebiederm@xmission.com> wrote:
    >>> richard -rw- weinberger <richard.weinberger@gmail.com> writes:
    >>>
    >>>> On Fri, Mar 23, 2012 at 8:08 PM, Kees Cook <keescook@chromium.org> wrote:
    >>>>> Notify get_robust_list users that the syscall is going away.
    >>>>>
    >>>>> Suggested-by: Thomas Gleixner <tglx@linutronix.de>
    >>>>> Signed-off-by: Kees Cook <keescook@chromium.org>
    >>>>> ---
    >>>>
    >>>> I'm using this system call in an application and noticed that's marked
    >>>> as deprecated now.
    >>>> My application collects all kind of information from crashing programs.
    >>>> It's installed in /proc/sys/kernel/core_pattern.
    >>>>
    >>>> If program X is crashing it executes get_robust_list(X) to get the
    >>>> address of the robust list
    >>>> and reads the list from /proc/X/mem.
    >>>>
    >>>> Is there another way to get the robust list from another program (by it's pid)?
    >>>
    >>> The folks doing checkpoint/restart claim to not need this, so there
    >>> might be a way either that or they just haven't hit this problem yet.
    >>>
    >>> What you are doing sounds like a reasonable use of get_robust_list to me.
    >>>
    >>
    >> CRIU folks, how do you deal with futex robust lists?
    >
    > Well, I believe we were over-optimistic in claiming that we don't need this
    > syscall (to be fair I think we simply yet not faced the problem Eric points).
    > So we need some way to fetch this address and set it back. If get_robust_list
    > get deprecated maybe we could print it out in /proc/pid/stat or something?

    I agree with Cyrill, sorry for the confusion last time. We do need some way
    to get the list location. The exact API is not critical, we can work with
    either of the mentioned above.

    > Cyrill
    > .
    >


    \
     
     \ /
      Last update: 2012-08-03 15:21    [W:3.213 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site