On Mon, Dec 05, 2022 at 07:47:59PM +0100, Markus Stockhausen wrote: > > as I got neither positive nor negative feedback after your last > question I just want to ask if there is any work for me to do on this > series? Sorry about that. There is still an issue with your import function. You dereference the imported state directly. That is not allowed because there is no guarantee that the imported state is aligned for a direct CPU load. So you'll either need to copy it somewhere first or use an unaligned load to access hexp->state. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt