From: Paolo Abeni <pab...@redhat.com> Date: Tue, 15 Nov 2016 16:37:53 +0100
> The commit 850cbaddb52d ("udp: use it's own memory accounting schema") > assumes that the socket proto has memory accounting enabled, > but this is not the case for UDPLITE. > Fix it enabling memory accounting for UDPLITE and performing > fwd allocated memory reclaiming on socket shutdown. > UDP and UDPLITE share now the same memory accounting limits. > Also drop the backlog receive operation, since is no more needed. > > Fixes: 850cbaddb52d ("udp: use it's own memory accounting schema") > Reported-by: Andrei Vagin <ava...@gmail.com> > Suggested-by: Eric Dumazet <eric.duma...@gmail.com> > Signed-off-by: Paolo Abeni <pab...@redhat.com> Applied, thank you.