[PATCH v4 0/2] tty: n_gsm: avoid call of sleeping functions from atomic context

Fedor Pchelkin posted 2 patches 3 years, 7 months ago
[PATCH v4 0/2] tty: n_gsm: avoid call of sleeping functions from atomic context
Posted by Fedor Pchelkin 3 years, 7 months ago
Syzkaller reports calling of sleeping functions from atomic context. This
is fixed by the following patch series. 1/2 is a needed prerequisite patch
for the fixes made in 2/2 to be integrated.