aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorStefan Agner2017-03-24 11:33:46 -0700
committerGreg Kroah-Hartman2017-03-31 16:56:10 +0200
commitabf1e0a98083fd0a1069ce68ad8c92bfb97a57db (patch)
tree5ee282585208c57515e049d221f7c975394c9720 /drivers/rtc
parent4d9d7d896d77e70e6868cfe681e7fcd58dc9526d (diff)
tty: serial: fsl_lpuart: lock port on console write
The console write code is not entirely race free (e.g. the operations to disabling the UART interrupts are not atomic) hence locking is required. This has been become apparent with the PREEMPT RT patchset applied: With the fully preemptible kernel configuration the system often ended up in a freeze already at startup. Disable interrupts and lock using read_lock_irqsave. Try to lock in the sysrq/oops case, but don't bother if locking fails. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/rtc')
0 files changed, 0 insertions, 0 deletions