Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2009 18:05:57 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <200909121806.n8CI6B1x062015@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-09-12 18:05:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             kern_exec.c 
  Log:
  SVN rev 197124 on 2009-09-12 18:05:57Z by kib
  
  MFC r197031:
  Unlock the image vnode around the call of pmc PMC_FN_PROCESS_EXEC hook.
  The hook calls vn_fullpath(9), that should not be executed with a vnode
  lock held.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.337.2.2  +2 -0      src/sys/kern/kern_exec.c



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