Weird. Try tha.
@@ -172,6 +174,7 @@ epoch_init_numa(epoch_t epoch)
for (int i = 0; i < domcount[domain]; i++, eps++) {
epoch->e_pcpu[cpu_offset + i] = eps;
er = &eps->eps_record;
+ STAILQ_INIT(&eps->eps_cblist);
On Fri, May 11, 2018 at 12:36:40AM -0700, Matthew Macy wrote:
> - How many cores? How many sockets?
> - Any special config options other than DIAGNOSTIC?
>
CPU: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz (1995.24-MHz K8-class CPU)
Origin="GenuineIntel" Id=0x206d7 Family=0x6 Model=0x2d Steppin
On Fri, May 11, 2018 at 12:29:30AM -0700, Matthew Macy wrote:
> Yes. Can you give me the line number for epoch_call_task+0x7b
>
(kgdb) l *epoch_call_task+0x7b
0x80bb68db is in epoch_call_task (/usr/src/sys/kern/subr_epoch.c:560).
555 td = curthread;
556 thread_lock
- How many cores? How many sockets?
- Any special config options other than DIAGNOSTIC?
On Fri, May 11, 2018 at 12:29 AM, Matthew Macy wrote:
> Yes. Can you give me the line number for epoch_call_task+0x7b
>
>
> On Fri, May 11, 2018 at 12:18 AM, Peter Holm wrote:
>> On Fri, May 11, 2018 at 04:54
Yes. Can you give me the line number for epoch_call_task+0x7b
On Fri, May 11, 2018 at 12:18 AM, Peter Holm wrote:
> On Fri, May 11, 2018 at 04:54:13AM +, Matt Macy wrote:
>> Author: mmacy
>> Date: Fri May 11 04:54:12 2018
>> New Revision: 333480
>> URL: https://svnweb.freebsd.org/changeset/b
On Fri, May 11, 2018 at 04:54:13AM +, Matt Macy wrote:
> Author: mmacy
> Date: Fri May 11 04:54:12 2018
> New Revision: 333480
> URL: https://svnweb.freebsd.org/changeset/base/333480
>
> Log:
> epoch(9): fix priority handling, make callback lists pcpu, and other fixes
>
> - Lend priorit