From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbdKEO1S (ORCPT ); Sun, 5 Nov 2017 09:27:18 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:46832 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750724AbdKEO1R (ORCPT ); Sun, 5 Nov 2017 09:27:17 -0500 Date: Sun, 05 Nov 2017 23:27:12 +0900 (KST) Message-Id: <20171105.232712.1508912441717638503.davem@davemloft.net> To: guro@fb.com Cc: netdev@vger.kernel.org, tj@kernel.org, ast@kernel.org, daniel@iogearbox.net, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH v3 net-next 0/5] eBPF-based device cgroup controller From: David Miller In-Reply-To: <20171105131534.25040-1-guro@fb.com> References: <20171104.224008.1289480268047106418.davem@davemloft.net> <20171105131534.25040-1-guro@fb.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 05 Nov 2017 06:27:16 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Roman Gushchin Date: Sun, 5 Nov 2017 08:15:29 -0500 > This patchset introduces an eBPF-based device controller for cgroup v2. > > Patches (1) and (2) are a preparational work required to share some code > with the existing device controller implementation. > Patch (3) is the main patch, which introduces a new bpf prog type > and all necessary infrastructure. > Patch (4) moves cgroup_helpers.c/h to use them by patch (4). > Patch (5) implements an example of eBPF program which controls access > to device files and corresponding userspace test. Series applied, thank you.