From owner-cvs-all Fri May 4 16:16:28 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id D26EC37B627; Fri, 4 May 2001 16:16:14 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f44NFYG14278; Fri, 4 May 2001 16:15:35 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200105042229.f44MTL018949@Mail-In.Net> Date: Fri, 04 May 2001 16:11:22 -0700 (PDT) From: John Baldwin To: Maxim Sobolev Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_kern.c uthread_si Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, deischen@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 04-May-01 Maxim Sobolev wrote: > On Fri, 4 May 2001 13:37:08 -0700 (PDT), Daniel Eischen wrote: >> deischen 2001/05/04 13:37:08 PDT >> >> Modified files: >> lib/libc_r/uthread uthread_kern.c uthread_sig.c >> Log: >> Move the check for a pending signals to after the thread has been >> placed in any scheduling queue(s). The process of dispatching >> signals to a thread can change its state which will attempt to add >> or remove the thread from any scheduling queue to which it belongs. >> This can break some assertions if the thread isn't in the queue(s) >> implied by its state. >> >> When adding dispatching a pending signal to a thread, be sure to >> remove the signal from the threads set of pending signals. >> >> PR: 27035 >> Tested by: brian >> MFC in: 1 week > ^^^^^^ - did you intend this fied for my brand new MFC > notification service? If so, I would like to point out that it currently > recognises only "MFC after: ...", however I could change it to "MFC in" > if you think that it is more appropriate. I would suggest allowing both 'after' and 'in' to be flexible. > -Maxim -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message