On Sat, Nov 12, 2005 at 10:52:13AM +0100, Christoph Hellwig wrote:
> ppp ioctls handlers in parisc are wrong:
>
> - they would need to do a copat_ptr on ifr->ifr_ifru.ifru_data
> - SIOCGPPP* ioctls are defines as SIOCDEVPRIVATE + n, so they'd
>kick in for all private ioctls which is definte
ppp ioctls handlers in parisc are wrong:
- they would need to do a copat_ptr on ifr->ifr_ifru.ifru_data
- SIOCGPPP* ioctls are defines as SIOCDEVPRIVATE + n, so they'd
kick in for all private ioctls which is defintely wrong.
to implement proper ppp compat_ioctl handlig we'd need a compat_io