Skip to content

Use short int consistently for unlocks. Check that the waits and unlocks don't overflow.

Matthieu Schaller requested to merge short_int_unlocks into master

Two small changes:

  • task->nr_unlock_tasks is a short int so we should be consistent with the types in scheduler_set_unlocks().
  • When debugging, check that we don't overflow the number of wait or unlocks.

Merge request reports