commit | 3812ce895047afdb78dc750a236515416e0ccded | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Tue May 25 14:23:11 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 25 15:56:20 2021 -0700 |
tree | 3f6d1cb8c25ff785268e8da25aee696080f7bdf1 | |
parent | 20b5759f21cf53a0e03031bd3fe539e332b13568 [diff] |
mptcp: drop unconditional pr_warn on bad opt This is a left-over of early day. A malicious peer can flood the kernel logs with useless messages, just drop it. Fixes: f296234c98a8 ("mptcp: Add handling of incoming MP_JOIN requests") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>