Hi Mike, Thank you for your review comments. > > + mutex_unlock(&kho_out.lock); > > + return ret; > > +} > > +EXPORT_SYMBOL_GPL(kho_abort); > > I don't think a module should be able to drive KHO. Please drop > EXPORT_SYMBOL_GPL here and for kho_finalize(). Agreed, removed these exports. Pasha