Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1408956

[PATCH 0/2] Drivers: hv: fix memory leak while establishing GPADL

From Vitaly Kuznetsov <vkuznets@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Drivers: hv: fix memory leak while establishing GPADL
Date 2016-05-30 12:00 +0200
Message-ID <rEs9j-2s5-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


kmemleak helped me to identify a memory leak on GPADL establishment. Do
some minor refactoring and fix the issue.

Vitaly Kuznetsov (2):
  Drivers: hv: get rid of redundant messagecount in
    create_gpadl_header()
  Drivers: hv: don't leak memory in vmbus_establish_gpadl()

 drivers/hv/channel.c | 44 +++++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

-- 
2.5.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Drivers: hv: fix memory leak while establishing GPADL Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-05-30 12:00 +0200
  [PATCH 2/2] Drivers: hv: don't leak memory in vmbus_establish_gpadl() Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-05-30 12:00 +0200

csiph-web