All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni at redhat.com>
To: mptcp at lists.01.org
Subject: [MPTCP] [PATCH 0/4] mptcp: token refactor follow-up
Date: Thu, 04 Jun 2020 19:40:02 +0200	[thread overview]
Message-ID: <cover.1591291903.git.pabeni@redhat.com> (raw)

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

First patch clean-up a bit the token container refactor
2nd adapt the tests cases, 3rd one fixes a long standing
bug which become apparent with token refactor and the 
last one helps debugging with kasan

patch 3 will target -net tree hopefully soon (adapted
to the current -net token apis). will need a little
rebasing of export branch after that.

@Christph: this series should replace any pending export branch fixes shared on
pastebin/mails/whatever (excluding the -net patch submitted little time ago)

Paolo Abeni (4):
  Squash-to: "mptcp: refactor token container."
  Squash-to: "mptcp: introduce token KUNIT self-tests"
  mptcp: don't leak msk in token container
  [DO-NOT-MERGE] mptcp: use kmalloc on kasan build

 net/ipv4/af_inet.c     |  3 +++
 net/mptcp/protocol.c   | 21 ++++++++++++-----
 net/mptcp/protocol.h   |  9 ++++++--
 net/mptcp/subflow.c    |  8 ++++---
 net/mptcp/token.c      | 51 ++++++++++++++++++++++--------------------
 net/mptcp/token_test.c | 11 ++++-----
 6 files changed, 64 insertions(+), 39 deletions(-)

-- 
2.21.3

                 reply	other threads:[~2020-06-04 17:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=cover.1591291903.git.pabeni@redhat.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.