On Wed, 2008-07-16 at 23:08 -0700, Roland Dreier wrote:
Well, you *better* be able to deal with it. :)
This code is also doing a *ton* of copy_to/from_user(). If userspace
had one of its input buffers swapped out (or one of its output buffers
not faulted in yet) and we're out of memory enough to be failing
kmallocs() then we're sure as heck also going to failing the user
copies.
I think it's a non-issue.
-- Dave
--