From: Paolo Abeni <pabeni@redhat.com>
To: Mat Martineau <mathew.j.martineau@linux.intel.com>
Cc: mptcp@lists.linux.dev
Subject: Re: [PATCH mptcp-next v2] mptcp: fix checksum byte order
Date: Wed, 11 May 2022 12:22:20 +0200 [thread overview]
Message-ID: <2bf857cc4abe21426ce2418645667663ca7cefcb.camel@redhat.com> (raw)
In-Reply-To: <331ef61b-19b7-ea0-6832-ebf3c97aa9c@linux.intel.com>
On Tue, 2022-05-10 at 16:10 -0700, Mat Martineau wrote:
> On Tue, 10 May 2022, Paolo Abeni wrote:
>
> > The MPTCP code typecasts the checksum value to u16 and
> > then convert it to big endian while storing the value into
> > the MPTCP option.
> >
> > As a result, the wire encoding for little endian host is
> > wrong, and that causes interoperabilty interoperability
> > issues with other implementation or host with different endianess.
> >
> > Address the issue writing in the packet the unmodified __sum16 value.
> >
> > MPTCP checksum is disabled by default, interoperating with systems
> > with bad mptcp-level csum encodying should cause fallback to TCP.
> >
> > Fixes: c5b39e26d003 ("mptcp: send out checksum for DSS")
> > Fixes: 390b95a5fb84 ("mptcp: receive checksum for DSS")
> > Signed-off-by: Paolo Abeni <pabeni@redhat.com>
> > ---
> > v1 -> v2:
> > - move the typecast inside put_len_csum (Mat)
> > - updated the commit message (Mat)
> > - fix a few sparse issues
>
> Hi Paolo, thanks for the v2:
>
> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
>
> (for export-net)
>
> Still ok with you to apply this to export-net? There are a couple of minor
> conflicts when rebasing to export-net, and it also creates a merge
> conflict with net-next. But I think it's worth it to be able to say "every
> 5.18 and later kernel has the checksum fix".
Agreed.
> Have you tried backporting this commit to 5.17-stable or 5.15-stable?
No, that is likely worthy, but I really have my hands full :( I think I
can have a look not earlier than next week.
/P
next prev parent reply other threads:[~2022-05-11 10:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-10 16:25 [PATCH mptcp-next v2] mptcp: fix checksum byte order Paolo Abeni
2022-05-10 18:36 ` mptcp: fix checksum byte order: Tests Results MPTCP CI
2022-05-10 23:10 ` [PATCH mptcp-next v2] mptcp: fix checksum byte order Mat Martineau
2022-05-11 10:22 ` Paolo Abeni [this message]
2022-05-11 15:22 ` Mat Martineau
2022-05-14 17:26 ` Matthieu Baerts
2022-05-16 23:07 ` Mat Martineau
2022-05-19 14:13 ` 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=2bf857cc4abe21426ce2418645667663ca7cefcb.camel@redhat.com \
--to=pabeni@redhat.com \
--cc=mathew.j.martineau@linux.intel.com \
--cc=mptcp@lists.linux.dev \
/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