Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2009 10:52:36 +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:  <200909091052.n89Aqx1E025967@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-09-09 10:52:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  SVN rev 197031 on 2009-09-09 10:52:36Z by kib
  
  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.
  
  Reported by:    Bruce Cran <bruce cran org uk>
  Tested by:      pho
  MFC after:      3 days
  
  Revision  Changes    Path
  1.338     +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?200909091052.n89Aqx1E025967>