From: David S. Miller Date: Wed, 29 Jan 2020 16:45:20 +0000 (+0100) Subject: Merge branch 'mptcp-fix-sockopt-crash-and-lockdep-splats' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d55c6ab4b368633f39f8fe059f3b877f978cfb4c;p=linux.git Merge branch 'mptcp-fix-sockopt-crash-and-lockdep-splats' Florian Westphal says: ==================== mptcp: fix sockopt crash and lockdep splats Christoph Paasch reported a few bugs and lockdep splats triggered by syzkaller. One patch fixes a crash in set/getsockopt. Two patches fix lockdep splats related to the order in which RTNL and socket lock are taken. Last patch fixes out-of-bounds access when TCP syncookies are used. Change since last iteration on mptcp-list: - add needed refcount in patch 2 - call tcp_get/setsockopt directly in patch 2 Other patches unchanged except minor amends to commit messages. ==================== Signed-off-by: David S. Miller --- d55c6ab4b368633f39f8fe059f3b877f978cfb4c