From: Linus Torvalds Date: Tue, 29 Jun 2021 19:23:02 +0000 (-0700) Subject: Merge tag 'smp-urgent-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v5.15~873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62180152e0944e815ebbfd0ffd822d2b0e2cd8e7;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'smp-urgent-2021-06-29' of git://git./linux/kernel/git/tip/tip Pull CPU hotplug fix from Thomas Gleixner: "A fix for the CPU hotplug and cpusets interaction: cpusets delegate the hotplug work to a workqueue to prevent a lock order inversion vs. the CPU hotplug lock. The work is not flushed before the hotplug operation returns which creates user visible inconsistent state. Prevent this by flushing the work after dropping CPU hotplug lock and before releasing the outer mutex which serializes the CPU hotplug related sysfs interface operations" * tag 'smp-urgent-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: cpu/hotplug: Cure the cpusets trainwreck --- 62180152e0944e815ebbfd0ffd822d2b0e2cd8e7