Files
android_kernel_xiaomi_sm8450/drivers/tty
Matwey V. Kornilov b18a183eaa tty: serial: Use GFP_ATOMIC instead of GFP_KERNEL in serial8250_em485_init()
serial8250_em485_init() is supposed to be protected with
p->port.lock spinlock.
This may lead to issues when kmalloc sleeps, so it is better to use
GFP_ATOMIC in this spinlocked context.

Fixes: e490c9144c ("tty: Add software emulated RS485 support for 8250")
Reported-by: Ильяс Гасанов <torso.nafi@gmail.com>
Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-07 16:11:14 -08:00
..
2016-02-09 17:19:10 -08:00
2016-01-28 14:13:44 -08:00
2016-01-28 14:13:44 -08:00
2016-01-28 14:13:44 -08:00
2016-01-28 14:13:44 -08:00
2016-02-14 14:36:04 -08:00
2016-01-28 14:19:12 -08:00
2016-01-28 14:13:44 -08:00
2016-01-28 14:13:44 -08:00
2016-03-07 16:11:14 -08:00
2016-01-28 14:13:44 -08:00
2016-02-14 14:36:04 -08:00
2016-01-28 14:19:12 -08:00