From: Pablo Neira Ayuso <pablo-Cap9r6Oaw4JrovVCs/uTlw@public.gmane.org>
To: David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
Cc: Daniel Borkmann
<dborkman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
netfilter-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH nf-next v5 0/3] xtables socket classid matching
Date: Tue, 31 Dec 2013 15:04:59 +0100 [thread overview]
Message-ID: <20131231140459.GA4238@localhost> (raw)
In-Reply-To: <1388338032-14713-1-git-send-email-dborkman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Hi,
@David: This patchset that Daniel sent me contains changes for
/net/core/ stuff, let me know how you want me to handle this or if you
please to apply this directly yourself.
Thanks!
On Sun, Dec 29, 2013 at 06:27:09PM +0100, Daniel Borkmann wrote:
> The main patch is patch 3, please refer to the detailled description
> there. Patch 1 has been requested by cgroups people to have as a
> cleanup. While at it, I've also added a minor, trivial cleanup in
> patch 2 for consistency reasons.
>
> Changelog:
>
> * v4->v5:
> - Fixed typo in patch 1, sorry for that, rest unchanged.
> * v3->v4:
> - Patch 3 is unchanged from previous version (only minor Kconfig update)
> - Added patch 1 upon request, and while at it also patch 2
> * v2->v3:
> - After discussions w/ Tejun, let's not add any cgroups code here,
> thus we _only_ add code in netfilter area, nowhere else, that's
> even more simple and cleaner than proposed.
> * v1->v2:
> - Updated commit message, rebased
> - Applied Gao Feng's feedback
>
> Previous discussions, design considerations etc can be found in:
>
> - v1: http://patchwork.ozlabs.org/patch/280687/
> - v1/alt: http://patchwork.ozlabs.org/patch/282477/
> - v2: http://patchwork.ozlabs.org/patch/284582/
> - v3: http://patchwork.ozlabs.org/patch/304825/
>
> Pablo, please find the unchanged user space part in [1].
>
> Thanks !
>
> [1] http://patchwork.ozlabs.org/patch/304826/
>
> Daniel Borkmann (3):
> net: net_cls: move cgroupfs classid handling into core
> net: netprio: rename config to be more consistent with cgroup configs
> netfilter: xtables: lightweight process control group matching
>
> Documentation/cgroups/net_cls.txt | 5 ++
> include/linux/cgroup_subsys.h | 4 +-
> include/linux/netdevice.h | 2 +-
> include/net/cls_cgroup.h | 40 ++++-------
> include/net/netprio_cgroup.h | 18 ++---
> include/net/sock.h | 2 +-
> include/uapi/linux/netfilter/Kbuild | 1 +
> include/uapi/linux/netfilter/xt_cgroup.h | 11 +++
> net/Kconfig | 11 ++-
> net/core/Makefile | 3 +-
> net/core/dev.c | 2 +-
> net/core/netclassid_cgroup.c | 120 +++++++++++++++++++++++++++++++
> net/core/sock.c | 14 +---
> net/netfilter/Kconfig | 10 +++
> net/netfilter/Makefile | 1 +
> net/netfilter/xt_cgroup.c | 71 ++++++++++++++++++
> net/sched/Kconfig | 1 +
> net/sched/cls_cgroup.c | 111 +---------------------------
> 18 files changed, 256 insertions(+), 171 deletions(-)
> create mode 100644 include/uapi/linux/netfilter/xt_cgroup.h
> create mode 100644 net/core/netclassid_cgroup.c
> create mode 100644 net/netfilter/xt_cgroup.c
>
> --
> 1.8.3.1
>
next prev parent reply other threads:[~2013-12-31 14:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-29 17:27 [PATCH nf-next v5 0/3] xtables socket classid matching Daniel Borkmann
2013-12-29 17:27 ` [PATCH nf-next v5 2/3] net: netprio: rename config to be more consistent with cgroup configs Daniel Borkmann
2013-12-29 17:27 ` [PATCH nf-next v5 3/3] netfilter: xtables: lightweight process control group matching Daniel Borkmann
[not found] ` <1388338032-14713-1-git-send-email-dborkman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-12-29 17:27 ` [PATCH nf-next v5 1/3] net: net_cls: move cgroupfs classid handling into core Daniel Borkmann
2013-12-31 6:32 ` [PATCH nf-next v5 0/3] xtables socket classid matching Li Zefan
[not found] ` <52C264F6.7050602-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2014-01-03 22:56 ` Pablo Neira Ayuso
2014-01-04 9:42 ` Daniel Borkmann
[not found] ` <52C7D76A.3020106-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-04 14:46 ` Pablo Neira Ayuso
2014-01-04 14:48 ` Daniel Borkmann
2013-12-31 14:04 ` Pablo Neira Ayuso [this message]
2013-12-31 14:56 ` Daniel Borkmann
2013-12-31 18:17 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131231140459.GA4238@localhost \
--to=pablo-cap9r6oaw4jrovvcs/utlw@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
--cc=dborkman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=netfilter-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).