Force round-robin CPU selection for unbound work items

configname: CONFIG_DEBUG_WQ_FORCE_RR_CPU

Linux Kernel Configuration
└─>Kernel hacking
└─>Force round-robin CPU selection for unbound work items
In linux kernel since version 4.1 (release Date: 2015-06-21)  
Workqueue used to implicitly guarantee that work items queued
without explicit CPU specified are put on the local CPU. This
guarantee is no longer true and while local CPU is still
preferred work items may be put on foreign CPUs. Kernel
parameter "workqueue.debug_force_rr_cpu" is added to force
round-robin CPU selection to flush out usages which depend on the
now broken guarantee. This config option enables the debug
feature by default. When enabled, memory and cache locality will
be impacted.