[RTEMS Project] #2838: Termios task driven mode should use mutex for device operations
RTEMS trac
trac at rtems.org
Wed Dec 14 12:27:32 UTC 2016
#2838: Termios task driven mode should use mutex for device operations
-----------------------------+-----------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: defect | Status: new
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.11
Severity: normal | Keywords:
-----------------------------+-----------------------------
Termios has a task driven mode (TERMIOS_TASK_DRIVEN). This mode aims to
avoid long sections with disabled interrupts. This is only partly
implemented since the device level state is still protected by disabled
interrupts. Use a mutex to protect the device level state in task driven
mode to fix this issue.
--
Ticket URL: <http://devel.rtems.org/ticket/2838>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list