Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: do not warn on bad input from the network
warn_bad_map() produces a kernel WARN on bad input coming from the network. Use pr_debug() to avoid spamming the system log. Additionally, when the right bound check fails, warn_bad_map() reports the wrong ssn value, let's fix it. Fixes: 648ef4b ("mptcp: Implement MPTCP receive path") Closes: #107 Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
- Loading branch information