Hi Oleg! Did you have a chance to look at the last version? Do you see any issues which should prevent it from being merged? Thank you! Roman On Fri, Apr 05, 2019 at 10:46:59AM -0700, Roman Gushchin wrote: > This patchset implements freezer for cgroup v2. > > It provides similar functionality as v1 freezer, but the interface > conforms to the cgroup v2 interface design principles, and it > provides a better user experience: tasks can be killed, ptrace works, > there is no separate controller, which has to be enabled, etc. > > Patches (1), (2) and (3) are some preparational work, patch (4) contains > the implementation, patch (5) is a small cgroup kselftest fix, > patch (6) covers freezer adds 6 new kselftests to cover the freezer > functionality. Patchse (7) and (8) adding tracing points to simplify > the debugging process. Patch (9) adds corresponding docs. > > v10->v9: > - removed redundant fatal_signal_pending() check > - reworked vfork support > - minor cleanups > - rebase to cgroup/for-5.2