On Friday 06 November 2009, Eric W. Biederman wrote: > current architecture name for it's 32bit compat syscall with > compat_sys_sysctl, and deleting the architectures private > 32bit compat syscall. The only requirement is that CONFIG_COMPAT > be set when you need compat_sys_sysctl. > > These patches should just work, but an eyeball from someone who is > familiar with the architecture specific details would be appreciated. > I have only tested the 32bit compat code on x86_64. I have done similar conversions for other syscalls and am familiar with s390 and powerpc specific details. Your compat code looks good for all of the pitfalls I'm aware of and possibly fixes bugs in the existing arch specific implementations. Very nice series! Acked-by: Arnd Bergmann <arnd@xxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html