Actually, I was wrong with my assumption that compat_alloc_user_space is rennamed to arch_compat_alloc_user_space. compat_alloc_user_space get's some extra checking and calls the "new" arch_compat_alloc_user_space (which is the old compat_alloc_user_space)
http://www.kernel.org/diff/diffview....-git2.bz2;z=62
http://git.kernel.org/?p=linux/kerne...82d27a79a81ea6
The new compat_alloc_user_space is declared in linux/compat.h which should be included by kcl_ioctl.c.



Reply With Quote
.
