diff options
| author | David S. Miller <davem@davemloft.net> | 2021-05-25 15:56:20 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-05-25 15:56:20 -0700 |
| commit | 6dfa87b492c039c3c17e70ca0a400d9ee36f34a6 (patch) | |
| tree | c4f3cb3f50448f86525666eda4f15dcf0b1d374a /net/mptcp/subflow.c | |
| parent | bab09fe2f65200a67209a360988bc24f3de4b95d (diff) | |
| parent | d58300c3185b78ab910092488126b97f0abe3ae2 (diff) | |
Merge branch 'mptcp-fixes'
Mat Martineau says:
====================
MPTCP fixes
Here are a few fixes for the -net tree.
Patch 1 fixes an attempt to access a tcp-specific field that does not
exist in mptcp sockets.
Patches 2 and 3 remove warning/error log output that could be flooded.
Patch 4 performs more validation on address advertisement echo packets
to improve RFC 8684 compliance.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/subflow.c')
| -rw-r--r-- | net/mptcp/subflow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index a5ede357cfbc..bde6be77ea73 100644 --- a/net/mptcp/subflow.c +++ b/net/mptcp/subflow.c @@ -867,7 +867,6 @@ static enum mapping_status get_mapping_status(struct sock *ssk, data_len = mpext->data_len; if (data_len == 0) { - pr_err("Infinite mapping not handled"); MPTCP_INC_STATS(sock_net(ssk), MPTCP_MIB_INFINITEMAPRX); return MAPPING_INVALID; } |
