netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Subject: Re: [RFC 0/7] genetlink: reduce ops size and complexity
Date: Thu, 14 Nov 2013 15:36:09 +0100	[thread overview]
Message-ID: <1384439769.13941.26.camel@jlt4.sipsolutions.net> (raw)
In-Reply-To: <1384420486-8713-1-git-send-email-johannes@sipsolutions.net>

On Thu, 2013-11-14 at 10:14 +0100, Johannes Berg wrote:
> This series of patches updates a few genetlink users and then
> makes the ops a static const array, reducing kernel size and
> code complexity.

FWIW, for the full series (including patches 8 and 9) we get

 drivers/net/team/team.c               |    2 
 drivers/net/wireless/mac80211_hwsim.c |    2 
 include/net/genetlink.h               |   17 +---
 kernel/taskstats.c                    |   39 +++------
 net/core/drop_monitor.c               |    2 
 net/hsr/hsr_netlink.c                 |   46 ++++-------
 net/ieee802154/ieee802154.h           |   19 ++++
 net/ieee802154/netlink.c              |   28 +++++--
 net/ieee802154/nl-mac.c               |   61 ++-------------
 net/ieee802154/nl-phy.c               |   37 +--------
 net/ipv4/tcp_metrics.c                |    2 
 net/irda/irnetlink.c                  |    2 
 net/l2tp/l2tp_netlink.c               |    2 
 net/netfilter/ipvs/ip_vs_ctl.c        |    2 
 net/netlabel/netlabel_cipso_v4.c      |    2 
 net/netlabel/netlabel_mgmt.c          |    2 
 net/netlabel/netlabel_unlabeled.c     |    2 
 net/netlink/genetlink.c               |  133
+++++++++-------------------------
 net/nfc/netlink.c                     |    2 
 net/openvswitch/datapath.c            |   10 +-
 net/wimax/op-msg.c                    |   25 ------
 net/wimax/op-reset.c                  |   17 ----
 net/wimax/op-rfkill.c                 |   21 -----
 net/wimax/op-state-get.c              |   17 ----
 net/wimax/stack.c                     |   79 ++++++++++----------
 net/wimax/wimax-internal.h            |    7 +
 net/wireless/nl80211.c                |    2 
 27 files changed, 190 insertions(+), 390 deletions(-)

johannes

  parent reply	other threads:[~2013-11-14 14:36 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14  9:14 [RFC 0/7] genetlink: reduce ops size and complexity Johannes Berg
2013-11-14  9:14 ` [RFC 1/7] taskstats: use genl_register_family_with_ops() Johannes Berg
2013-11-14  9:14 ` [RFC 2/7] hsr: " Johannes Berg
2013-11-14  9:14 ` [RFC 3/7] ieee802154: " Johannes Berg
2013-11-14  9:14 ` [RFC 4/7] wimax: " Johannes Berg
2013-11-14  9:14 ` [RFC 5/7] genetlink: remove genl_register_ops/genl_unregister_ops Johannes Berg
2013-11-14  9:14 ` [RFC 6/7] genetlink: register family ops as array Johannes Berg
2013-11-14  9:14 ` [RFC 7/7] genetlink: allow making ops const Johannes Berg
2013-11-14 13:41 ` [RFC 8/7] genetlink: make all genl_ops users const Johannes Berg
2013-11-14 14:01 ` [RFC 9/7] genetlink: make genl_ops flags a u8 and move to end Johannes Berg
2013-11-14 14:36 ` Johannes Berg [this message]
2013-11-14 16:02 ` [RFC 0/7] genetlink: reduce ops size and complexity Johannes Berg
2013-11-14 16:14 ` [PATCH 0/9] genetlink: reduce ops size and complexity (v2) Johannes Berg
2013-11-14 16:14   ` [PATCH 1/9] taskstats: use genl_register_family_with_ops() Johannes Berg
2013-11-14 16:14   ` [PATCH 2/9] hsr: " Johannes Berg
2013-11-14 16:14   ` [PATCH 3/9] ieee802154: " Johannes Berg
2013-11-14 16:14   ` [PATCH 4/9] wimax: " Johannes Berg
2013-11-14 16:14   ` [PATCH 5/9] genetlink: remove genl_register_ops/genl_unregister_ops Johannes Berg
2013-11-14 16:14   ` [PATCH 6/9] genetlink: register family ops as array Johannes Berg
2013-11-14 16:14   ` [PATCH 7/9] genetlink: allow making ops const Johannes Berg
2013-11-14 16:14   ` [PATCH 8/9] genetlink: make all genl_ops users const Johannes Berg
2013-11-14 16:14   ` [PATCH 9/9] genetlink: make genl_ops flags a u8 and move to end Johannes Berg
2013-11-14 22:12   ` [PATCH 0/9] genetlink: reduce ops size and complexity (v2) David Miller
2013-11-15 13:18     ` Johannes Berg
2013-11-15 13:23       ` Johannes Berg
2013-11-15 14:45         ` Jamal Hadi Salim
2013-11-16  1:54         ` David Miller
2013-11-16  1:53       ` David Miller
2013-11-17  9:12         ` Johannes Berg

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=1384439769.13941.26.camel@jlt4.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=netdev@vger.kernel.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).