]> git.neil.brown.name Git - history.git/commit
[PATCH] ia32 copy_from_user() fix
authorAndrew Morton <akpm@digeo.com>
Fri, 20 Jun 2003 15:12:27 +0000 (08:12 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 20 Jun 2003 15:12:27 +0000 (08:12 -0700)
commit53f35f47571e6e6bc1179588bd98d6de0ad0e67b
tree0eac3f48f0f4a485ad91883dc3671eb4076f2bfa
parent3119cfff3080cb2fd97bdd8ae29c11bf4c1a8eba
[PATCH] ia32 copy_from_user() fix

The memset which is performed if access_ok() fails got lost in the
copy_*_user() rework.  Put it back.

Bloats the kernel by 8k :(

Also contains a few related #includes and whitespace fixlets from
Joshua Kwan <joshk@triplehelix.org>
include/asm-h8300/uaccess.h
include/asm-i386/uaccess.h
include/asm-m68knommu/uaccess.h