From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbdLLPzH (ORCPT ); Tue, 12 Dec 2017 10:55:07 -0500 Received: from mail-qt0-f182.google.com ([209.85.216.182]:47072 "EHLO mail-qt0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751542AbdLLPzF (ORCPT ); Tue, 12 Dec 2017 10:55:05 -0500 X-Google-Smtp-Source: ACJfBou/PFBjnwAgqr4d0NMTTRBU2UXuMzjxxDFUisK+ihj14O3vW5+pwC1OSBmaiKUlJnMY8GBFUg== Date: Tue, 12 Dec 2017 07:54:56 -0800 From: Tejun Heo To: Ma Shimiao Cc: lizefan@huawei.com, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cgroup: avoid cpoied names in cgroup longer than max Message-ID: <20171212155456.GA3919388@devbig577.frc2.facebook.com> References: <20171212014349.5036-1-mashimiao.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171212014349.5036-1-mashimiao.fnst@cn.fujitsu.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 12, 2017 at 09:43:49AM +0800, Ma Shimiao wrote: > cgroup root name and file name have max length limit, we should > avoid copying longer name than that to the name. > > Signed-off-by: Ma Shimiao Applied to cgroup/for-4.15-fixes. Thanks. -- tejun