Searched hist:a59ee765a6890e7f4281070008a2654337458311 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | torture.c | diff a59ee765a6890e7f4281070008a2654337458311 Thu Dec 05 12:49:11 CST 2019 Paul E. McKenney <paulmck@kernel.org> torture: Forgive -EBUSY from boottime CPU-hotplug operations
During boot, CPU hotplug is often disabled, for example by PCI probing. On large systems that take substantial time to boot, this can result in spurious RCU_HOTPLUG errors. This commit therefore forgives any boottime -EBUSY CPU-hotplug failures by adjusting counters to pretend that the corresponding attempt never happened. A non-splat record of the failed attempt is emitted to the console with the added string "(-EBUSY forgiven during boot)".
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
|