Re: svn commit: r285125 - in head/sys: kern sys

2015-07-28 Thread Jean-Sébastien Pédron
On 23.07.2015 23:36, Adrian Chadd wrote: > I've had no warnings/panics after applying this patch. Can we get it > into -head plz? I'm using this patch for three days and never got the panic again. -- Jean-Sébastien Pédron signature.asc Description: OpenPGP digital signature

Re: svn commit: r285125 - in head/sys: kern sys

2015-07-23 Thread Adrian Chadd
Hi, I've had no warnings/panics after applying this patch. Can we get it into -head plz? -a ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.

Re: svn commit: r285125 - in head/sys: kern sys

2015-07-21 Thread Adrian Chadd
Hi, Test it out and then give me a patch. I'll go sacrifice this laptop to the testing gods. Thanks! -a On 21 July 2015 at 21:33, Mateusz Guzik wrote: > On Tue, Jul 21, 2015 at 11:50:12AM -0700, John Baldwin wrote: >> On Tuesday, July 21, 2015 10:39:22 AM Mateusz Guzik wrote: >> > Cc'ing jhb

Re: svn commit: r285125 - in head/sys: kern sys

2015-07-21 Thread Mateusz Guzik
On Tue, Jul 21, 2015 at 11:50:12AM -0700, John Baldwin wrote: > On Tuesday, July 21, 2015 10:39:22 AM Mateusz Guzik wrote: > > Cc'ing jhb@ who made relevant changes to rmlocks > > > > On Mon, Jul 20, 2015 at 11:21:30PM -0700, Adrian Chadd wrote: > > > this happend whilst doing 'sysctl -vmstat 1' i

Re: svn commit: r285125 - in head/sys: kern sys

2015-07-21 Thread John Baldwin
On Tuesday, July 21, 2015 10:39:22 AM Mateusz Guzik wrote: > Cc'ing jhb@ who made relevant changes to rmlocks > > On Mon, Jul 20, 2015 at 11:21:30PM -0700, Adrian Chadd wrote: > > this happend whilst doing 'sysctl -vmstat 1' in one window, 'top' in > > another window, and 'kldunload uhci' as root:

Re: svn commit: r285125 - in head/sys: kern sys

2015-07-21 Thread Adrian Chadd
Heh, well, the sysctl tree changes for me multiple times an hour. How about we revert this for now and then play around with the better longer term solution outside of -HEAD? I'm worried that this'll trip up other developers who load/unload drivers. Note suspend will also delete sysctl nodes as d

Re: svn commit: r285125 - in head/sys: kern sys

2015-07-21 Thread Mateusz Guzik
Cc'ing jhb@ who made relevant changes to rmlocks On Mon, Jul 20, 2015 at 11:21:30PM -0700, Adrian Chadd wrote: > this happend whilst doing 'sysctl -vmstat 1' in one window, 'top' in > another window, and 'kldunload uhci' as root: > > Unread portion of the kernel message buffer: > uhci5: detached

Re: svn commit: r285125 - in head/sys: kern sys

2015-07-20 Thread Adrian Chadd
Bad mjg! this happend whilst doing 'sysctl -vmstat 1' in one window, 'top' in another window, and 'kldunload uhci' as root: Unread portion of the kernel message buffer: uhci5: detached panic: sleepq_add: td 0xc75d06a0 to sleep on wchan 0xc0b3e8e4 with sleeping prohibited cpuid = 1 KDB: stack back

svn commit: r285125 - in head/sys: kern sys

2015-07-03 Thread Mateusz Guzik
Author: mjg Date: Sat Jul 4 06:54:15 2015 New Revision: 285125 URL: https://svnweb.freebsd.org/changeset/base/285125 Log: sysctl: switch sysctllock to a sleepable rmlock The lock is almost never taken for writing. Modified: head/sys/kern/kern_linker.c head/sys/kern/kern_sysctl.c hea