Re: [PATCH v2 1/2] timer: make deferrable cpu unbound timers really not bound to a cpu

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

[PATCH v2 1/2] timer: make deferrable cpu unbound timers really not bound to a cpu

2020-04-28 Thread Prasad Sodagudi
From: Joonwoo Park When a deferrable work (INIT_DEFERRABLE_WORK, etc.) is queued via queue_delayed_work() it's probably intended to run the work item on any CPU that isn't idle. However, we queue the work to run at a later time by starting a deferrable timer that binds to whatever CPU the work is