On Mon, Aug 12, 2019 at 06:12:44PM -0700, Sean Christopherson wrote: > As suggested by Andy, remove the work queue in favor of handling the > entire EADD flow in the context of the ioctl(). After the worker is > gone, pass the source page/address directly to EADD instead of first > copying the data into kernel memory. > > v2: > - Rebase to master, commit 36e0186296a7. > - Incorporate patch to require EADD be aligned, and add a selftest > update to obey the new alignment requirement. Looks great! I'll squash these and some selftest changes and send the next version of the patch set. Thank you. /Jarkko