From: Marek Lindner <mareklindner@neomailbox.ch>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Subject: Re: [B.A.T.M.A.N.] [PATCH v7 1/4] batman-adv: add generic netlink family for batman-adv
Date: Tue, 10 May 2016 23:28:45 +0800 [thread overview]
Message-ID: <1875667.fHtehojA4H@voltaire> (raw)
In-Reply-To: <1462812071-16467-1-git-send-email-sven@open-mesh.com>
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
On Monday, May 09, 2016 18:41:08 Sven Eckelmann wrote:
> From: Matthias Schiffer <mschiffer@universe-factory.net>
>
> debugfs is currently severely broken virtually everywhere in the kernel
> where files are dynamically added and removed (see
> http://lkml.iu.edu/hypermail/linux/kernel/1506.1/02196.html for some
> details). In addition to that, debugfs is not namespace-aware.
>
> Instead of adding new debugfs entries, the whole infrastructure should be
> moved to netlink. This will fix the long standing problem of large buffers
> for debug tables and hard to parse text files.
>
> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> [sven.eckelmann@open-mesh.com: Strip down patch to only add genl family,
> add missing kerneldoc]
> Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
> ---
> MAINTAINERS | 1 +
> Makefile | 1 +
> compat-include/net/genetlink.h | 34 ++++++++++++++++++++++++
> include/uapi/linux/batman_adv.h | 53 ++++++++++++++++++++++++++++++++++++++
> net/batman-adv/Makefile | 1 +
> net/batman-adv/main.c | 3 +++
> net/batman-adv/netlink.c | 57
> +++++++++++++++++++++++++++++++++++++++++ net/batman-adv/netlink.h |
> 24 +++++++++++++++++
> 8 files changed, 174 insertions(+)
> create mode 100644 compat-include/net/genetlink.h
> create mode 100644 include/uapi/linux/batman_adv.h
> create mode 100644 net/batman-adv/netlink.c
> create mode 100644 net/batman-adv/netlink.h
Applied in revision 2b20eb5.
Thanks,
Marek
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2016-05-10 15:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-09 16:39 [B.A.T.M.A.N.] [PATCH v7 0/8] batman-adv: throughput meter Sven Eckelmann
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 1/4] batman-adv: add generic netlink family for batman-adv Sven Eckelmann
2016-05-10 15:28 ` Marek Lindner [this message]
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 2/4] batman-adv: add netlink command to query generic mesh information files Sven Eckelmann
2016-05-10 15:54 ` Marek Lindner
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 3/4] batman-adv: return netdev status in the TX path Sven Eckelmann
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 4/4] batman-adv: throughput meter implementation Sven Eckelmann
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 1/4] batctl: Split list of objects in Makefile into separate lines Sven Eckelmann
2016-05-11 8:14 ` Marek Lindner
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 2/4] batctl: Add basic infrastructure to integrate netlink Sven Eckelmann
2016-05-11 8:16 ` Marek Lindner
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 3/4] batctl: Add attributes/command for BATADV_CMD_GET_MESH_INFO Sven Eckelmann
2016-05-09 16:41 ` [B.A.T.M.A.N.] [PATCH v7 4/4] batctl: introduce throughput meter support Sven Eckelmann
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=1875667.fHtehojA4H@voltaire \
--to=mareklindner@neomailbox.ch \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=sven.eckelmann@open-mesh.com \
/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