ltsdw

Results 18 comments of ltsdw

strange, kernel/sched/fair.c, in fact has a declaration of nohz_newidle_balance at line 11050. actually I don't know what possible wrong here. Why when called at line 11324 it's not seeing it?

> needed to set PREEMPT=n too, elese RCU settings weren't applicable and compile error ocured. I will test it a bit later. Oh, now I see it. > I would...

> > > needed to set PREEMPT=n too, elese RCU settings weren't applicable and compile error ocured. I will test it a bit later. > > > > > >...

@hamadmarri @raykzhao Ok, I tested with `CONFIG_HZ_PERIODIC=y` and at least for me the hangs still. Now I'll try with: ``` PREEMPT_RCU=n RCU_BOOST=n CONFIG_RCU_FAST_NO_HZ=n TASKS_RCU=n TASKS_RCU_GENERIC=n ``` Just a question, should...

@hamadmarri @JohnyPeaN Just tested with: ``` PREEMPT_RCU=n RCU_BOOST=n CONFIG_RCU_FAST_NO_HZ=n TASKS_RCU=n TASKS_RCU_GENERIC=n ``` and also didn't work, the hangs still happening for me.

While setting the envar on the dkms.conf file would work, I have other kernels which weren't compiled using clang. Like, the dkms script can detect where you compiled your kernel...

This one works for me, although some of the envars may not be needed. ```patch --- a/dkms 2024-05-18 11:52:29.624897615 -0300 +++ b/dkms 2024-05-18 11:52:17.387875553 -0300 @@ -589,17 +589,17 @@ #...