On Wed, 14 Oct 2015, Linus Torvalds wrote: > On Tue, Oct 13, 2015 at 2:49 PM, Tejun Heo <tj@xxxxxxxxxx> wrote: > > > > Single patch to fix delayed work being queued on the wrong CPU. This > > has been broken forever (v2.6.31+) but obviously doesn't trigger in > > most configurations. > > So why is this a bugfix? If cpu == WORK_CPU_UNBOUND, then things > _shouldn't_ care which cpu it gets run on. UNBOUND means not fixed to a processor. The system should have freedom to schedule unbound work requests anywhere it wants. This is something we also want for the NOHZ work in order to move things like these workqueue items to processors that are not supposed to be low latency. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>