Messages in this thread |  | | Date | Sat, 9 Feb 2013 11:41:42 +0100 | From | Borislav Petkov <> | Subject | Re: [PATCH] x86: Add support for 64bit get_user() on x86-32 |
| |
On Fri, Feb 08, 2013 at 11:08:52AM -0800, H. Peter Anvin wrote: > Yes, or anything else getting a pointer in memory from user space.
Here are some more from a 32-bit build here:
fs/exec.c: In function ‘get_user_arg_ptr’: fs/exec.c:414:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fs/splice.c: In function ‘vmsplice_to_user’: fs/splice.c:1556:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ipc/syscall.c: In function ‘sys_ipc’: ipc/syscall.c:39:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Thanks.
-- Regards/Gruss, Boris.
Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |