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

scx: Fix error condition check in __scx_bpf_consume_task() #228

Merged
merged 1 commit into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. scx: Fix error condition check in __scx_bpf_consume_task()

    __scx_bpf_consume_task() should test whether the task is still on the DSQ
    that's being iterated before erroring out if it's on a local DSQ. Otherwise,
    another racing consumer can move the task to a local DSQ triggering a
    spurious error. Relocate the error condition.
    htejun committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e2c8568 View commit details
    Browse the repository at this point in the history