From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752165AbcFWVMB (ORCPT ); Thu, 23 Jun 2016 17:12:01 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:35173 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751476AbcFWVL7 (ORCPT ); Thu, 23 Jun 2016 17:11:59 -0400 Date: Thu, 23 Jun 2016 17:11:46 -0400 From: Tejun Heo To: Martin KaFai Lau Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , kernel-team@fb.com Subject: Re: [PATCH net-next v2 1/4] cgroup: Add cgroup_get_from_fd Message-ID: <20160623211146.GJ3262@mtj.duckdns.org> References: <1466630252-3822277-1-git-send-email-kafai@fb.com> <1466630252-3822277-2-git-send-email-kafai@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466630252-3822277-2-git-send-email-kafai@fb.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 22, 2016 at 02:17:29PM -0700, Martin KaFai Lau wrote: > Add a helper function to get a cgroup2 from a fd. It will be > stored in a bpf array (BPF_MAP_TYPE_CGROUP_ARRAY) which will > be introduced in the later patch. > > Signed-off-by: Martin KaFai Lau > Cc: Alexei Starovoitov > Cc: Daniel Borkmann > Cc: Tejun Heo Acked-by: Tejun Heo Please feel free to route this patch with the rest of the series. If it's preferable to apply this to the cgroup branch, please let me know. Thanks! -- tejun