Re: [PATCH net] net: mptcp: cap forward allocation to 1M

2020-12-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 21 Dec 2020 22:07:25 +0100 you wrote: > the following syzkaller reproducer: > > r0 = socket$inet_mptcp(0x2, 0x1, 0x106) > bind$inet(r0, &(0x7f80)={0x2, 0x4e24, @multicast2}, 0x10) > connect$inet(r0, &(0x7f000

[PATCH net] net: mptcp: cap forward allocation to 1M

2020-12-21 Thread Davide Caratti
the following syzkaller reproducer: r0 = socket$inet_mptcp(0x2, 0x1, 0x106) bind$inet(r0, &(0x7f80)={0x2, 0x4e24, @multicast2}, 0x10) connect$inet(r0, &(0x7f000480)={0x2, 0x4e24, @local}, 0x10) sendto$inet(r0, &(0x7f000100)="f6", 0xffe7, 0xc000, 0x0, 0x0) systematically tr