Re: sys32_ioctl: kill code duplication

David Mosberger (davidm@napali.hpl.hp.com)
Tue, 18 Mar 2003 14:36:52 -0800


Pavel> Hi!
Pavel> This kills code duplication in sys32_ioctl. It should work on x86-64
Pavel> and sparc64; other architecture maintainers said that "anything that
Pavel> moves code out of arch/*/kernel/ioctl32.c is welcome" or similar.

Pavel> Linus, what is required to make it go in?

Pavel> Alan, would you be willing to let this be merged through you?

I think it's a good idea to get rid of the ioctl code duplication, but
since the code involved is often subtle, I think it should be tested
on all affected architectures first (or, at least, there should be
some argument as to why the new code is no worse than the old one).

In the particular case of ia64, I'd suggest to ask on
linux-ia64@linuxia64.org for a volunteer to test the patch.

--daivd
-
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/