]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 7 Jan 2022 11:29:45 +0000 (11:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Jan 2022 11:29:45 +0000 (11:29 +0000)
commitd9a7c4b6390bcddfb6fdadc2f29b0a2a56a2158f
treef1b43abcd3191f0c8ef1238b6e546bac231370a2
parent37393c07203a14f0d6c17a2a69014b17f131972a
parent7154c40f81806d179f14f9d0c38c39c35d6a7654
Merge branch 'mptcp-fixes'

Mat Martineau says:

====================
mptcp: Fixes for buffer reclaim and option writing

Here are three fixes dealing with a syzkaller crash MPTCP triggers in
the memory manager in 5.16-rc8, and some option writing problems.

Patches 1 and 2 fix some corner cases in MPTCP option writing.

Patch 3 addresses a crash that syzkaller found a way to trigger in the mm
subsystem by passing an invalid value to __sk_mem_reduce_allocated().
====================

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