Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2009 13:38:08 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_sig.c
Message-ID:  <200906241338.n5ODcQ1G003977@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-06-24 13:38:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_sig.c 
  Log:
  SVN rev 194834 on 2009-06-24 13:38:08Z by jhb
  
  Defer the wakeup of the swapper process to the callers of tdsigwakeup()
  to avoid a deadlock since the thread lock isn't released until after
  tdsigwakeup() has returned.  This is a direct commit instead of an MFC as
  this issue was fixed in HEAD by a much larger set of changes that are not
  suitable for MFC.
  
  Revision   Changes    Path
  1.349.2.8  +11 -8     src/sys/kern/kern_sig.c



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