On Mon, 3 Jan 2022 04:58:41 +0000 Saurav Kashyap wrote: > > QEDF_TERM_BUFF_SIZE, > > &term_params_dma, GFP_KERNEL); > > + if (!term_params) > > + return; > > <SK> Adding message about failure before returning will help in debugging. Memory allocations produce a pretty detailed splat.