https://bugs.kde.org/show_bug.cgi?id=343099

Mark Wielaard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #16 from Mark Wielaard <[email protected]> ---
(In reply to Michal Prívozník from comment #15)
> (In reply to Mark Wielaard from comment #14)
> > I think this last patch is the best we can do. I think we should apply it
> > with one change. The last argument to fd_allowed should be False, since this
> > is an existing file descriptor in a PRE handler (it should only be True if
> > we are checking a new file descriptor in a POST handler).
> 
> Alright, do you want me to update the patch?

No, thanks, I updated it myself. Also asked on irc (#valgrind-dev on
irc.freenode.org) if there were any concerns to push this right before the
3.16.0 branch was created. No concerns, so...

commit 60a7ebedc0b53e2cdcea112635a285d8136b68a8 
Author: Michal Privoznik <[email protected]>
Date:   Fri Nov 15 10:37:53 2019 +0100

    Add support for setns syscall

    I've tested this on amd64 and arm but I'm enabling it on all
    arches since the syscall should work identically on all of them.

    This was requested by users for a long time (almost 5 years) and
    in fact, some programs (like libvirt) use namespaces and fork off
    to enter other namespaces. Lack of implementation means valgrind
    can't be used with these programs (or their configuration must be
    changed to not use namespaces, which defeats the purpose).

    Without knowing it, I've converged to same patch as mentioned in
    bugs below.

    https://bugs.kde.org/show_bug.cgi?id=343099
    https://bugs.kde.org/show_bug.cgi?id=368923
    https://bugs.kde.org/show_bug.cgi?id=369031

    Signed-off-by: Michal Privoznik <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to