Merge branch 'mptcp-miscellaneous-cleanup'
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 May 2021 20:59:18 +0000 (13:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 May 2021 20:59:19 +0000 (13:59 -0700)
commitf6bb63cd05491283709cd90fcba98a49f0da691c
tree672df1ae6ac0ebe6073bfdf6b2005b2a8e440cd0
parentaf9207adb6d9986be6ed64e76705cf513087e724
parent744ee14054c8ca5ad0fe3ab9172709c17d8a240a
Merge branch 'mptcp-miscellaneous-cleanup'

Mat Martineau says:

====================
mptcp: Miscellaneous cleanup

Here are some cleanup patches we've collected in the MPTCP tree.

Patches 1-4 do some general tidying.

Patch 5 adds an explicit check at netlink command parsing time to
require a port number when the 'signal' flag is set, to catch the error
earlier.

Patches 6 & 7 fix up the MPTCP 'enabled' sysctl, enforcing it as a
boolean value, and ensuring that the !CONFIG_SYSCTL build still works
after the boolean change.
====================

Link: https://lore.kernel.org/r/20210527235430.183465-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>