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

From: Fedor Pchelkin
Date: Mon Aug 29 2022 - 09:21:50 EST


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.