<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">
      <pre>on 2019/09/11 21:33, Cyril Hrubis wrote:</pre>
    </div>
    <blockquote type="cite" cite="mid:20190911133315.GA21378@rei.lan">
      <pre class="moz-quote-pre" wrap="">Hi!
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Have somebody noticed this patch? ping.:-)
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Sorry for the long delay.

I'm looking at the original reproducer at:

<a class="moz-txt-link-freetext" href="https://lists.openvz.org/pipermail/devel/2009-January/016345.html">https://lists.openvz.org/pipermail/devel/2009-January/016345.html</a>

And as far as I can tell the test_5() was never actually doing what it 
takes to reproduce the bug, as far as I can tell the test was bogus to
begin with. The main point of the reproducer is that the cgroup is
unmounted while there is task in the group, then remounted again. As we
cannot unmount the cgroup these days I would just go for removing the
test instead of applying band aid over the code.</pre>
    </blockquote>
    <pre>Hi Cyril</pre>
    <pre>why we can't unmount the cgroup these days?

>From kernel commit 839ec545("cgroup: fix root_count when mount fails due to busy subsystem"),
it should be reproduced as the following step
1)mount two subsystem(A and B) mntpoint
2)mount one subsystem(A) mntpoint, it will get EBUSY error
3)without kernel commit, kill this process and task is still in cgroup, kernel will call cgroup_kill_sb()
to decrement root_count, then kernel crashes.

Is it right?
</pre>
    <pre class="moz-quote-pre" wrap="">
Thanks
Yang Xu

</pre>
    <blockquote type="cite" cite="mid:20190911133315.GA21378@rei.lan">
    </blockquote>
  </body>
</html>