Re: [PATCH v2 2/2] sched: Add a check for cpu unbound deferrable timers

2020-04-28 Thread kbuild test robot
Hi Prasad, Thank you for the patch! Yet something to improve: [auto build test ERROR on tip/timers/core] [also build test ERROR on tip/auto-latest tip/timers/nohz v5.7-rc3 next-20200428] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we al

Re: [PATCH v2 2/2] sched: Add a check for cpu unbound deferrable timers

2020-04-28 Thread kbuild test robot
Hi Prasad, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on tip/timers/core] [also build test WARNING on tip/auto-latest tip/timers/nohz v5.7-rc3 next-20200428] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BT

[PATCH v2 2/2] sched: Add a check for cpu unbound deferrable timers

2020-04-28 Thread Prasad Sodagudi
Add a check for cpu unbound deferrable timer expiry and raise softirq for handling the expired timers so that the CPU can process the cpu unbound deferrable times as early as possible when a cpu tries to enter/exit idle loop. Signed-off-by: Prasad Sodagudi --- include/linux/timer.h| 3 +++