Re: [ACPI] Re: [PATCH/RFC] exposing ACPI objects in sysfs

From: Pavel Machek
Date: Tue Sep 21 2004 - 15:02:03 EST


Hi!

> > > All pointers are actually interpreted as offsets into the buffer for
> > > this interface. They are not actually pointers. I believe the 32bit
> > > emulation problem is limited to an ILP32 application generating data
> > > structures appropriate for an LP64 kernel. While difficult, it can be
> > > done.
> >
> > If this involves patching the application - no it cannot be done.
> > The 64bit kernel is supposed to run vanilla 32bit user land.
> >
> > Please find some other solution for this. An ioctl doesn't sound that bad.
>
> Please read the rest of my response to Pavel, I don't think we're on
> the same page as to the extent of this problem. There is no application
> yet, we're in the process of architecting the interface to it right now.
> Is it impossible to expect an ILP32 application to generate LP64 data
> structures? Perhaps the LP64 kernel interface could be made smart
> enough to digest ILP32 data structures as Arjan suggests.

You can be pretty sure someone, somewhere will bypass that library,
hardcode types into application, and break it on 64-bit platform.

If I were you, I'd just replace read and write with ioctl, and leave
the rest of design as it was. If we find that someone who bypasses
your userspace library, at least we have a way to deal with it. (And
"cat a file and kill machine" issue is gone, too).

Pavel
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/