Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 25 Jan 2023 13:07:38 +0000 (13:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jan 2023 13:07:38 +0000 (13:07 +0000)
commitac8d986cbf0b0ffdbf2c707fe59cf4a71d933a18
tree0c957d35d98a69293a151f68eae03ed6380bc104
parenta9e9b78d53b91e6e52a2580aafece542655685b7
parentb98e1a04e27fddfdc808bf46fe78eca30db89ab3
Merge branch 'mptcp-fixes'

Jeremy Kerr says:

====================
net: mctp: struct sock lifetime fixes

This series is a set of fixes for the sock lifetime handling in the
AF_MCTP code, fixing a uaf reported by Noam Rathaus
<noamr@ssd-disclosure.com>.

The Fixes: tags indicate the original patches affected, but some
tweaking to backport to those commits may be needed; I have a separate
branch with backports to 5.15 if that helps with stable trees.

Of course, any comments/queries most welcome.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>