Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2008 05:36:09 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/lge if_lge.c
Message-ID:  <200803050536.m255aALw004725@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-03-05 05:36:09 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/lge          if_lge.c 
  Log:
  Plug memory leak in jumbo buffer allocation failure path.
  Patch in the PR was modified to check active jumbo buffers in use
  and other possible jumbo buffer leak.
  
  Jumbo buffer usage in lge(4) still wouldn't be reliable due to lack
  of driver lock in local jumbo buffer allocator. Either introduce
  a new lock to protect jumbo buffer or switch to UMA backed page
  allocator for jumbo frame is required.
  
  PR:     kern/78072
  
  Revision  Changes    Path
  1.53      +12 -4     src/sys/dev/lge/if_lge.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803050536.m255aALw004725>