Re: [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs

From: David Howells
Date: Fri Sep 22 2023 - 07:40:00 EST


Simon Horman <horms@xxxxxxxxxx> wrote:

> Sparse complains a bit about the line above, perhaps the '(__force void *)'
> should be retained from the old code?

I've added a patch to add the missing __user to the x86 copy_mc_to_user().
The powerpc one already has it.

David