[PATCH 1/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
Includes correction from Arnaldo's suggestions. 32 bit modular socket ioctl emulation for 64 bit kernel The following patch provides 32 bit userland ioctl support for modular (x.25 type) socket ioctls in a 64 bit kernel. Since the the register_ioctl32_conversion() is now obsolete, this patch pr

[PATCH 1/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
Sorry Dave, My mail client line wrapped the patch. I will resend the lot Please ignore the previous set. The following patch provides 32 bit userland ioctl support for modular (x.25 type) socket ioctls in a 64 bit kernel. Since the the register_ioctl32_conversion() is now obsolete, this patch

[PATCH 1/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
Hi The following patch provides 32 bit userland ioctl support for modular (x.25 type) socket ioctls in a 64 bit kernel. Since the the register_ioctl32_conversion() is now obsolete, this patch provides a mechanism to allow 32 bit user space ioctls to reach the kernel. Signed-off-by:Shaun Pereira