> > + > > + if (!status && pdu->meta_buffer) { > > + if (copy_to_user(pdu->meta_buffer, pdu->meta, pdu- > > >meta_len)) > > This copy is incorrectly called for writes. Indeed. Will fix this up in v2, thanks. -- Kanchan