From: Linus Torvalds Date: Sun, 9 Feb 2020 20:09:43 +0000 (-0800) Subject: Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v5.10.7~3239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f41377609a722fec65f4b0df4e8dc5ea946fb866;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'smp-urgent-2020-02-09' of git://git./linux/kernel/git/tip/tip Pull SMP fixes from Thomas Gleixner: "Two fixes for the SMP related functionality: - Make the UP version of smp_call_function_single() match SMP semantics when called for a not available CPU. Instead of emitting a warning and assuming that the function call target is CPU0, return a proper error code like the SMP version does. - Remove a superfluous check in smp_call_function_many_cond()" * tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: smp/up: Make smp_call_function_single() match SMP semantics smp: Remove superfluous cond_func check in smp_call_function_many_cond() --- f41377609a722fec65f4b0df4e8dc5ea946fb866