All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mat Martineau <mathew.j.martineau at linux.intel.com>
To: mptcp at lists.01.org
Subject: [MPTCP] Re: [PATCH v2 mptcp-next 0/5] mptcp: netlink event support
Date: Tue, 26 Jan 2021 09:01:33 -0800	[thread overview]
Message-ID: <5cedb15c-d3f0-be9d-b821-de9c79411f9@linux.intel.com> (raw)
In-Reply-To: 20210120154337.27997-1-fw@strlen.de

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]


On Wed, 20 Jan 2021, Florian Westphal wrote:

> This is round 2 of the netlink event series.
> No changes here except in patch 4 (minor checkpatch format nit)
> and patch 5.
>
> Changes since v1:
> - add missing export of ssk->sk_err.
>  This is now done for subflow related events (Mathieu)
> - fix a few indendations (Mathieu)
> - Update uapi comments (Mathieu)
> - fix checkpatch complaints
> - fix REM/LOC_ID, its NLA_U8 (Mat, Mathieu)
>
> Florian Westphal (5):
>  mptcp: split __mptcp_close_ssk helper
>  mptcp: pass subflow socket to a few helpers
>  mptcp: avoid lock_fast usage in accept path
>  genetlink: add CAP_NET_ADMIN test for multicast bind
>  mptcp: add netlink event support
>
> include/net/genetlink.h    |   1 +
> include/uapi/linux/mptcp.h |  73 ++++++++++
> net/mptcp/options.c        |   2 +-
> net/mptcp/pm.c             |  24 +++-
> net/mptcp/pm_netlink.c     | 265 ++++++++++++++++++++++++++++++++++++-
> net/mptcp/protocol.c       |  30 +++--
> net/mptcp/protocol.h       |  14 +-
> net/mptcp/subflow.c        |   2 +-
> net/netlink/genetlink.c    |  32 +++++
> 9 files changed, 418 insertions(+), 25 deletions(-)
>
> -- 
> 2.26.2

Just clarifying tags after my reply to the patch 5 thread, Matthieu please 
tag patches 1, 2, 3, and 5 with:

Reviewed-by: Mat Martineau <mathew.j.martineau(a)linux.intel.com>


(patch 4 tag is different, in a separate email)

--
Mat Martineau
Intel

             reply	other threads:[~2021-01-26 17:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26 17:01 Mat Martineau [this message]
2021-01-26 20:28 [MPTCP] Re: [PATCH v2 mptcp-next 0/5] mptcp: netlink event support Matthieu Baerts
2021-01-27  8:23 Matthieu Baerts

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=5cedb15c-d3f0-be9d-b821-de9c79411f9@linux.intel.com \
    --to=unknown@example.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.