Re: [PATCH net 0/2] net: qualcomm: rmnet: Fix leaks in failure scenarios

2017-12-05 Thread David Miller
From: Subash Abhinov Kasiviswanathan Date: Tue, 5 Dec 2017 13:41:16 -0700 > 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 fre

[PATCH net 0/2] net: qualcomm: rmnet: Fix leaks in failure scenarios

2017-12-05 Thread Subash Abhinov Kasiviswanathan
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 Subash Abhinov Kasiviswanathan (2): net: qualcomm: rmnet: Fix leak on transmit