lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Nov 2013 15:36:09 +0100
From:	Johannes Berg <johannes@...solutions.net>
To:	netdev@...r.kernel.org
Subject: Re: [RFC 0/7] genetlink: reduce ops size and complexity

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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ