netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: qualcomm: rmnet: Fix leaks in failure scenarios
@ 2017-12-05 20:41 Subash Abhinov Kasiviswanathan
  2017-12-05 20:41 ` [PATCH net 1/2] net: qualcomm: rmnet: Fix leak on transmit failure Subash Abhinov Kasiviswanathan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Subash Abhinov Kasiviswanathan @ 2017-12-05 20:41 UTC (permalink / raw)
  To: davem, netdev; +Cc: 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 failure
  net: qualcomm: rmnet: Fix leak in device creation failure

 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c   | 1 +
 drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-05 23:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 20:41 [PATCH net 0/2] net: qualcomm: rmnet: Fix leaks in failure scenarios Subash Abhinov Kasiviswanathan
2017-12-05 20:41 ` [PATCH net 1/2] net: qualcomm: rmnet: Fix leak on transmit failure Subash Abhinov Kasiviswanathan
2017-12-05 20:41 ` [PATCH net 2/2] net: qualcomm: rmnet: Fix leak in device creation failure Subash Abhinov Kasiviswanathan
2017-12-05 23:04 ` [PATCH net 0/2] net: qualcomm: rmnet: Fix leaks in failure scenarios David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).