Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

scx: Flip order of scx_rq_{de}activate() #220

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Commits on Jun 6, 2024

  1. scx: Flip order of scx_rq_{de}activate()

    Tejun pointed out that if we set or unset the hotplug online flag before we
    invoke the relevant hotplug callbacks, schedulers could get confused because
    they could begin receiving callbacks on a CPU before (or after) they're
    notified that a CPU is online (or offline).
    
    Let's reverse the order to fix that.
    
    Signed-off-by: David Vernet <[email protected]>
    Byte-Lab committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    56d4acf View commit details
    Browse the repository at this point in the history