cvs commit: src/sys/dev/lge if_lge.c

Pyun YongHyeon yongari at FreeBSD.org
Mon Mar 17 18:53:47 PDT 2008


yongari     2008-03-18 01:53:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/lge          if_lge.c 
  Log:
  MFC if_lge.c rev 1.53 to RELENG_7:
    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.50.2.2  +12 -4     src/sys/dev/lge/if_lge.c


More information about the cvs-src mailing list