On Mon, Jun 27, 2016 at 07:58:43AM +0300, Tero Kristo wrote: > > Ok, I think I need to allocate the storage space locally then within > the driver. Would it be ok to call kmalloc / free in the export / > import implementation of the driver? The size of the unhashed buffer > in omap-sham is unfortunately rather large. The allocation should usually be done from the request_alloc function, i.e., you set the reqsize and the user does the allocation for you. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html