Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2002 07:43:27 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_sig.c
Message-ID:  <200207031443.g63EhRVq095506@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2002/07/03 07:43:27 PDT

  Modified files:        (Branch: RELENG_4)
    sys/kern             kern_sig.c 
  Log:
  Protect the knote() call with splhigh.  This routine can apparently
  be called both in process and interrupt context, but the kevent code
  assumes the caller handles the locking in the event generation case.
  In -current, this is protected by asserting we hold the proc lock.
  
  Testing by: Don Bowman <don@sandvine.com>
  
  Revision   Changes    Path
  1.72.2.16  +2 -0      src/sys/kern/kern_sig.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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