On 2/16/07, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote:
On Fri, Feb 16, 2007 at 04:32:53PM +0100, Franck Bui-Huu wrote: > These functions are aliases to __copy_{to,from}_user resp but they > are not allowed to sleep. Therefore might_sleep() must not be used > by their implementions. The _inatomic functions are know to buggy but this doesn't quite fix the whole issues with them.
ok so the patch's should have been: "Fix console warnings triggered by __copy_{to,from}_user_inatomic()"
On error __copy_from_user_inatomic should not clear the non-copied part of the destination buffer. See 01408c4939479ec46c15aa7ef6e2406be50eeeca and 7c12d81134b130ccd4c286b434ca48c4cda71a2f for the rationale.
I'll try to take a look at it. Thanks -- Franck