#4411 closed defect (fixed)

rtems_task_restart() should set the real priority to the initial priority

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 6.1
Component: rtems Version: 6
Severity: normal Keywords: qualification
Cc: Blocked By:
Blocking:

Description (last modified by Sebastian Huber)

The rtems_task_restart() directive should set the real priority to the initial priority. If another task is restarted this is only under certain conditions. The RTEMS 4.5.0 behaviour was to unconditionally set the real priority to the initial priority during a task restart.

Change History (3)

comment:1 Changed on 05/14/21 at 12:46:18 by Sebastian Huber

Description: modified (diff)

comment:2 Changed on 05/14/21 at 15:05:27 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In b9083c55/rtems:

rtems: Always set the real priority during restart

Unconditionally set the real priority of the task to its initial
priority during a task restart.

Close #4411.

comment:3 Changed on 06/23/21 at 07:07:55 by Sebastian Huber

Keywords: qualification added
Note: See TracTickets for help on using tickets.