This is a patch series for v4.4-rt and v4.9-rt to resolve problem that WARNING in unpin_current_cpu() happens repeatedly while kernel is booting. Please see commit message of the second patch (2/2) for more details about the problem and how it's resolved. The first patch (1/2) is a preparation for the fix (2/2), considering compatibility issue in future updates. As the both v4.4-rt and v4.9-rt have been EOL already, it's not expected that this series is applied to the branches anymore. On the other hand, the Civil Infrastructure Platform Project (CIP) has been maintaining its 4.4 SLTS RT kernel[1][2] based on v4.4-rt, and needs to fix the problem above by this series. It is much appreciated if RT experts could take a look at the series and give feedbacks about its way to resolve the problem, which is based on the same approach as changes happend around v4.14-rt. [1] https://wiki.linuxfoundation.org/civilinfrastructureplatform/start#kernel_maintainership [2] https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.4.y-cip-rt Kazuhiro Hayashi (2): init: Introduce system_scheduling flag for allocate_slab() mm: slub: allocate_slab() enables IRQ right after scheduler starts include/linux/kernel.h | 1 + init/main.c | 12 ++++++++++++ mm/slub.c | 3 ++- 3 files changed, 15 insertions(+), 1 deletion(-) -- 2.30.2