summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2020-11-08 19:49:59 +0100
committerJakub Kicinski <kuba@kernel.org>2020-11-09 17:34:34 -0800
commit989ef49bdf100cc772b3a8737089df36b1ab1e30 (patch)
tree0e903624bb04a09f56a996378eb3f0200d314921 /tools/testing
parent16eb0eb835c77c5e8824b8aa90b11b00ddc5c122 (diff)
mptcp: provide rmem[0] limit
The mptcp proto struct currently does not provide the required limit for forward memory scheduling. Under pressure sk_rmem_schedule() will unconditionally try to use such field and will oops. Address the issue inheriting the tcp limit, as we already do for the wmem one. Fixes: 9c3f94e1681b ("mptcp: add missing memory scheduling in the rx path") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Link: https://lore.kernel.org/r/37af798bd46f402fb7c79f57ebbdd00614f5d7fa.1604861097.git.pabeni@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions