On Tue, Sep 04, 2018 at 12:07:55PM +0200, Pablo Neira Ayuso wrote: > cgroup v2 path field is PATH_MAX which is too large, this is placing too > much pressure on memory allocation for people with many rules doing > cgroup v1 classid matching, side effects of this are bug reports like: > > https://bugzilla.kernel.org/show_bug.cgi?id=200639 > > This patch registers a new revision that shrinks the cgroup path to 512 > bytes, which is the same approach we follow in similar extensions that > have a path field. > > Cc: Tejun Heo <tj@xxxxxxxxxx> > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Acked-by: Tejun Heo <tj@xxxxxxxxxx> Thanks. -- tejun