Bryan> Wow. I have no idea where that extra "goto bail" came
Bryan> from. It's not supposed to be there.
Even without it you still leak the work structure, because there's no
schedule_work().
Now that I look at it, in uverbs_mem.c, the mm will be leaked if the
kmalloc fails...
- R.