Re: svn commit: r361967 - head/sys/kern

2020-06-26 Thread Mateusz Guzik
Does not reproduce for me, dtrace says: # dtrace -n 'fbt::pgadjustjobc:entry { printf("pgrp %p count %d entering %d\n", args[0], args[0]->pg_jobc, arg1); }' ", args[0], args[0]->pg_jobc, arg1); }'dtrace: description 'fbt::pgadjustjobc:entry ' matched 1 probe CPU ID

Re: svn commit: r361967 - head/sys/kern

2020-06-17 Thread John Baldwin
On 6/17/20 9:39 AM, Kyle Evans wrote: > On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote: >> >> pho@ reported triggering one of the asserts: >> https://people.freebsd.org/~pho/stress/log/mjguzik028.txt >> >> I did not have the time to properly investigate this yet and this does >> not

Re: svn commit: r361967 - head/sys/kern

2020-06-17 Thread Kyle Evans
On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote: > > pho@ reported triggering one of the asserts: > https://people.freebsd.org/~pho/stress/log/mjguzik028.txt > > I did not have the time to properly investigate this yet and this does > not reproduce for me. > Ah, this is good to know that

Re: svn commit: r361967 - head/sys/kern

2020-06-17 Thread Mateusz Guzik
pho@ reported triggering one of the asserts: https://people.freebsd.org/~pho/stress/log/mjguzik028.txt I did not have the time to properly investigate this yet and this does not reproduce for me. That said, I may either revert the assert (or degrade to a warning) or add some commentary if I

Re: svn commit: r361967 - head/sys/kern

2020-06-17 Thread Kyle Evans
On Tue, Jun 9, 2020 at 10:17 AM Mateusz Guzik wrote: > > Author: mjg > Date: Tue Jun 9 15:17:23 2020 > New Revision: 361967 > URL: https://svnweb.freebsd.org/changeset/base/361967 > > Log: > Assert on pg_jobc state. > > Stolen from NetBSD. > > Modified: > head/sys/kern/kern_proc.c > >

svn commit: r361967 - head/sys/kern

2020-06-09 Thread Mateusz Guzik
Author: mjg Date: Tue Jun 9 15:17:23 2020 New Revision: 361967 URL: https://svnweb.freebsd.org/changeset/base/361967 Log: Assert on pg_jobc state. Stolen from NetBSD. Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/kern_proc.c