Re: cvs commit: src/sys/kern subr_witness.c

2007-06-04 Thread Kris Kennaway
On Mon, Jun 04, 2007 at 05:01:18PM -0700, Jeff Roberson wrote: > er, this was supposed to go in with another commit. sorry for the two > 10s. Should have used an atomic op. Kris > > On Mon, 4 Jun 2007, Jeff Roberson wrote: > > >jeff2007-06-04 23:55:46 UTC > > > > FreeBSD src reposito

Re: cvs commit: src/sys/kern subr_witness.c

2007-06-04 Thread Jeff Roberson
Ok folks, make sure you don't sup a snapshot from the middle of my commits and you should have a solid working tree. Thanks, Jeff On Mon, 4 Jun 2007, Jeff Roberson wrote: er, this was supposed to go in with another commit. sorry for the two 10s. On Mon, 4 Jun 2007, Jeff Roberson wrote: je

Re: cvs commit: src/sys/kern subr_witness.c

2007-06-04 Thread Jeff Roberson
er, this was supposed to go in with another commit. sorry for the two 10s. On Mon, 4 Jun 2007, Jeff Roberson wrote: jeff2007-06-04 23:55:46 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Commit 10/14 of sched_lock decomposition. - Add ne

Re: cvs commit: src/sys/kern subr_witness.c

2007-04-01 Thread Wojciech A. Koszek
On Sun, Apr 01, 2007 at 03:48:10PM +, Wojciech A. Koszek wrote: > wkoszek 2007-04-01 15:48:10 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > ng_node and ng_worklist locks both migrated from being spinning locks to > adaptiv

Re: cvs commit: src/sys/kern subr_witness.c

2007-02-06 Thread John Baldwin
On Tuesday 06 February 2007 00:51, Mike Pritchard wrote: > mpp 2007-02-06 05:51:55 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > The change to the vm_page_queue_freelist lock from a spin lock to a > sleep lock missed the w

Re: cvs commit: src/sys/kern subr_witness.c

2007-02-06 Thread Alan Cox
Mike Pritchard wrote: mpp 2007-02-06 05:51:55 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: The change to the vm_page_queue_freelist lock from a spin lock to a sleep lock missed the witness code, and the system will panic immediately on

Re: cvs commit: src/sys/kern subr_witness.c

2007-02-02 Thread John-Mark Gurney
Konstantin Belousov wrote this message on Fri, Feb 02, 2007 at 09:02 +: > kib 2007-02-02 09:02:19 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > Record kqueue -> struct mount mtx -> vnode interlock lock order to > catch

Re: cvs commit: src/sys/kern subr_witness.c

2006-08-26 Thread Suleiman Souhlal
Gleb Smirnoff wrote: On Sat, Aug 26, 2006 at 11:21:25AM +, Suleiman Souhlal wrote: S> ssouhlal2006-08-26 11:21:25 UTC S> S> FreeBSD src repository S> S> Modified files: S> sys/kern subr_witness.c S> Log: S> The "taskqueue_fast" spinlocks were renamed to "fast_t

Re: cvs commit: src/sys/kern subr_witness.c

2006-08-26 Thread Gleb Smirnoff
On Sat, Aug 26, 2006 at 11:21:25AM +, Suleiman Souhlal wrote: S> ssouhlal2006-08-26 11:21:25 UTC S> S> FreeBSD src repository S> S> Modified files: S> sys/kern subr_witness.c S> Log: S> The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in S> subr_t

Re: cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.h

2006-01-25 Thread John Baldwin
On Wednesday 25 January 2006 02:39, Nate Lawson wrote: > John Baldwin wrote: > > jhb 2006-01-24 22:23:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_witness.c > > sys/sys ktr.h > > Log: > > - Add a new KTR_SUBSYS in p

Re: cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.h

2006-01-24 Thread Nate Lawson
John Baldwin wrote: jhb 2006-01-24 22:23:45 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c sys/sys ktr.h Log: - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystem placeholder similar to KTR_DEV. Explai

Re: cvs commit: src/sys/kern subr_witness.c

2005-12-29 Thread Andrew R. Reiter
Nice! On Thu, 29 Dec 2005, John Baldwin wrote: :jhb 2005-12-29 20:54:25 UTC : : FreeBSD src repository : : Modified files: :sys/kern subr_witness.c : Log: : Teach WITNESS_SAVE() and WITNESS_RESTORE() to work with spin locks instead : of only sleep locks. : : Revi

Re: cvs commit: src/sys/kern subr_witness.c src/sys/sys _lock.h lock.h

2005-12-05 Thread Andre Oppermann
John Baldwin wrote: > > On Monday 05 December 2005 03:45 pm, John Baldwin wrote: > > jhb 2005-12-05 20:45:24 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_witness.c > > sys/sys _lock.h lock.h > > Log: > > Tweak witness

Re: cvs commit: src/sys/kern subr_witness.c src/sys/sys _lock.h lock.h

2005-12-05 Thread John Baldwin
On Monday 05 December 2005 03:45 pm, John Baldwin wrote: > jhb 2005-12-05 20:45:24 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > sys/sys _lock.h lock.h > Log: > Tweak witness handling of lock object to shave 2 pointer