On Tue, Jun 17, 2008 at 11:42:03PM +0200, Andi Kleen wrote:
AFAICS, what happened is that b0rken copy_*FROM*_user() had been discussed
with references to copy_*TO*_user(). With proposed patch indeed not affecting
any legitimate calls of the latter. Does affect the former and that, from
my reading of the code in question, correctly.
IOW, s/copy_to_user/copy_from_user/ in Linus' postings upthread and they
make sense.
--