Merge tag 'v4.9.184' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroidn2-4.9.y

This is the 4.9.184 stable release

Change-Id: Id00263a07067c3a93a07ecaf9d5e6de7918fecef
This commit is contained in:
Mauro (mdrjr) Ribeiro
2019-07-09 21:31:34 -03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
VERSION = 4
PATCHLEVEL = 9
SUBLEVEL = 183
SUBLEVEL = 184
EXTRAVERSION =
NAME = Roaring Lionus

View File

@@ -1185,7 +1185,7 @@ int tcp_fragment(struct sock *sk, struct sk_buff *skb, u32 len,
if (nsize < 0)
nsize = 0;
if (unlikely((sk->sk_wmem_queued >> 1) > sk->sk_sndbuf)) {
if (unlikely((sk->sk_wmem_queued >> 1) > sk->sk_sndbuf + 0x20000)) {
NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPWQUEUETOOBIG);
return -ENOMEM;
}