]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'rmnet-Fix-leaks-in-failure-scenarios'
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 23:03:55 +0000 (18:03 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 23:03:55 +0000 (18:03 -0500)
commita5266440d5c7872895e964a36822104f6038d142
tree29a1de2d109d93edd9a65a0a9c084a266a17b534
parentc9d3fe9da094a9a7a3d3cd365b334b822e05f5e8
parent6296928fa3b9f656d7760fbf346c0cf834788a78
Merge branch 'rmnet-Fix-leaks-in-failure-scenarios'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Fix leaks in failure scenarios

Patch 1 fixes a leak in transmit path where a skb cannot be
transmitted due to insufficient headroom to stamp the map header.
Patch 2 fixes a leak in rmnet_newlink() failure because the
rmnet endpoint was never freed
====================

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