Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2008 17:01:16 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <200810281701.m9SH1Pcv050107@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2008-10-28 17:01:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_exec.c 
  Log:
  SVN rev 184417 on 2008-10-28 17:01:16Z by csjp
  
  MFC SVN rev 181647
  
  - Reduce the scope of the vnode lock such that it does not
    cover the various copyouts associated with initializing
    the process's argv/env data in userspace.  It is possible
    that these copyout operations can fault under memory
    pressure, possibly resulting in dead locks.
  
  Approved by:    re@ (kib)
  
  Revision   Changes    Path
  1.308.2.6  +5 -1      src/sys/kern/kern_exec.c



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