2012-06-01 13:01:23

by Meelis Roos

[permalink] [raw]
Subject: f71805f arch dependencies?

Loading f71805f on sparc64 causes hard reboot beacuse on invalid
hardware access. Should this driver be restricted to PC, or some wider
subset of platforms where this LPC SUper-IO chip is present?

--
Meelis Roos ([email protected])


2012-06-01 13:09:23

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: f71805f arch dependencies?

On Fri, Jun 1, 2012 at 3:01 PM, Meelis Roos <[email protected]> wrote:
> Loading f71805f on sparc64 causes hard reboot beacuse on invalid
> hardware access. Should this driver be restricted to PC, or some wider
> subset of platforms where this LPC SUper-IO chip is present?

Which tree is f71805f in? Not in Linus'.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

2012-06-01 13:12:49

by Meelis Roos

[permalink] [raw]
Subject: Re: f71805f arch dependencies?

> > Loading f71805f on sparc64 causes hard reboot beacuse on invalid
> > hardware access. Should this driver be restricted to PC, or some wider
> > subset of platforms where this LPC SUper-IO chip is present?
>
> Which tree is f71805f in? Not in Linus'.

Running upstream 3.4.0-09547-gfb21aff and it is there as
SENSORS_F71805F.

In fact, there are more LPC hwmon drivers that people can use to "shoot
themselves in the leg" - SMSC LPC*, SMSC SCH*, SMSC DME1737 (partly I2C,
partly ISA IO), and Fintek F71882FG and compatibles. Maybe more.

--
Meelis Roos ([email protected])

2012-06-01 13:23:07

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: f71805f arch dependencies?

On Fri, Jun 1, 2012 at 3:12 PM, Meelis Roos <[email protected]> wrote:
>> > Loading f71805f on sparc64 causes hard reboot beacuse on invalid
>> > hardware access. Should this driver be restricted to PC, or some wider
>> > subset of platforms where this LPC SUper-IO chip is present?
>>
>> Which tree is f71805f in? Not in Linus'.
>
> Running upstream 3.4.0-09547-gfb21aff and it is there as
> SENSORS_F71805F.
>
> In fact, there are more LPC hwmon drivers that people can use to "shoot
> themselves in the leg" - SMSC LPC*, SMSC SCH*, SMSC DME1737 (partly I2C,
> partly ISA IO), and Fintek F71882FG and compatibles. Maybe more.

Sorry, I thought it was a git SHA1 commit ID.
Didn't know hardware manufacturers christen their chips to the abbreviated
commit ID in their VHDL repository ;-)

Indeed, it seems commit 746cdfbf01c0a30d59f6e1b6942d432658d7c7cd
("hwmon: Avoid building drivers for powerpc that read/write ISA addresses")
was a bit too limited...

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

2012-06-01 19:43:32

by Dean Nelson

[permalink] [raw]
Subject: Re: f71805f arch dependencies?

On 06/01/2012 08:23 AM, Geert Uytterhoeven wrote:
> On Fri, Jun 1, 2012 at 3:12 PM, Meelis Roos<[email protected]> wrote:
>>>> Loading f71805f on sparc64 causes hard reboot beacuse on invalid
>>>> hardware access. Should this driver be restricted to PC, or some wider
>>>> subset of platforms where this LPC SUper-IO chip is present?
>>>
>>> Which tree is f71805f in? Not in Linus'.
>>
>> Running upstream 3.4.0-09547-gfb21aff and it is there as
>> SENSORS_F71805F.
>>
>> In fact, there are more LPC hwmon drivers that people can use to "shoot
>> themselves in the leg" - SMSC LPC*, SMSC SCH*, SMSC DME1737 (partly I2C,
>> partly ISA IO), and Fintek F71882FG and compatibles. Maybe more.
>
> Sorry, I thought it was a git SHA1 commit ID.
> Didn't know hardware manufacturers christen their chips to the abbreviated
> commit ID in their VHDL repository ;-)
>
> Indeed, it seems commit 746cdfbf01c0a30d59f6e1b6942d432658d7c7cd
> ("hwmon: Avoid building drivers for powerpc that read/write ISA addresses")
> was a bit too limited...

I lack the hardware expertise to take the SENSORS_ Kconfig changes any
further than I did. As it was, I got much direction from Jean in what I
did do.

So feel free to take it further as you (or whomever) sees fit.

Thanks,
Dean


>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2012-06-01 20:03:28

by Jean Delvare

[permalink] [raw]
Subject: Re: f71805f arch dependencies?

Hi there,

On Fri, 1 Jun 2012 15:23:04 +0200, Geert Uytterhoeven wrote:
> On Fri, Jun 1, 2012 at 3:12 PM, Meelis Roos <[email protected]> wrote:
> >> > Loading f71805f on sparc64 causes hard reboot beacuse on invalid
> >> > hardware access. Should this driver be restricted to PC, or some wider
> >> > subset of platforms where this LPC SUper-IO chip is present?
> >>
> >> Which tree is f71805f in? Not in Linus'.
> >
> > Running upstream 3.4.0-09547-gfb21aff and it is there as
> > SENSORS_F71805F.
> >
> > In fact, there are more LPC hwmon drivers that people can use to "shoot
> > themselves in the leg" - SMSC LPC*, SMSC SCH*, SMSC DME1737 (partly I2C,
> > partly ISA IO), and Fintek F71882FG and compatibles. Maybe more.
>
> Sorry, I thought it was a git SHA1 commit ID.
> Didn't know hardware manufacturers christen their chips to the abbreviated
> commit ID in their VHDL repository ;-)
>
> Indeed, it seems commit 746cdfbf01c0a30d59f6e1b6942d432658d7c7cd
> ("hwmon: Avoid building drivers for powerpc that read/write ISA addresses")
> was a bit too limited...

I am fine extending that commit to other architectures. Now the
question is, do we just add SPARC64 to the exception list, or do we
restrict these drivers to X86? I know they are mostly used on X86, but
I have no proof they aren't used on other architectures. That's why
Dean and myself decided to play it safe at first and only exclude PPC.

Apparently other drivers (e.g. watchdog drivers) for similar chips are
limited to X86 so we might as well do the same here. And see if anybody
complains...

Meelis, do you feel like sending a patch, or do you prefer if I take
care of it?

--
Jean Delvare

2012-06-02 06:27:55

by Meelis Roos

[permalink] [raw]
Subject: Re: f71805f arch dependencies?

> > >> > Loading f71805f on sparc64 causes hard reboot beacuse on invalid
> > >> > hardware access. Should this driver be restricted to PC, or some wider
> > >> > subset of platforms where this LPC SUper-IO chip is present?
> > >>
> > >> Which tree is f71805f in? Not in Linus'.
> > >
> > > Running upstream 3.4.0-09547-gfb21aff and it is there as
> > > SENSORS_F71805F.
> > >
> > > In fact, there are more LPC hwmon drivers that people can use to "shoot
> > > themselves in the leg" - SMSC LPC*, SMSC SCH*, SMSC DME1737 (partly I2C,
> > > partly ISA IO), and Fintek F71882FG and compatibles. Maybe more.
> >
> > Sorry, I thought it was a git SHA1 commit ID.
> > Didn't know hardware manufacturers christen their chips to the abbreviated
> > commit ID in their VHDL repository ;-)
> >
> > Indeed, it seems commit 746cdfbf01c0a30d59f6e1b6942d432658d7c7cd
> > ("hwmon: Avoid building drivers for powerpc that read/write ISA addresses")
> > was a bit too limited...
>
> I am fine extending that commit to other architectures. Now the
> question is, do we just add SPARC64 to the exception list, or do we
> restrict these drivers to X86? I know they are mostly used on X86, but
> I have no proof they aren't used on other architectures. That's why
> Dean and myself decided to play it safe at first and only exclude PPC.
>
> Apparently other drivers (e.g. watchdog drivers) for similar chips are
> limited to X86 so we might as well do the same here. And see if anybody
> complains...
>
> Meelis, do you feel like sending a patch, or do you prefer if I take
> care of it?

I can send a patch in a couple of days, but I do not know either wihich
way is better.

What other architectures can use the ISA-IO style LPC - probably quite
several if hardware has been made (but it probably hasn't)?

--
Meelis Roos ([email protected]) http://www.cs.ut.ee/~mroos/

2012-06-02 06:54:36

by Jean Delvare

[permalink] [raw]
Subject: Re: f71805f arch dependencies?

On Sat, 2 Jun 2012 09:27:51 +0300 (EEST), Meelis Roos wrote:
> > > Indeed, it seems commit 746cdfbf01c0a30d59f6e1b6942d432658d7c7cd
> > > ("hwmon: Avoid building drivers for powerpc that read/write ISA addresses")
> > > was a bit too limited...
> >
> > I am fine extending that commit to other architectures. Now the
> > question is, do we just add SPARC64 to the exception list, or do we
> > restrict these drivers to X86? I know they are mostly used on X86, but
> > I have no proof they aren't used on other architectures. That's why
> > Dean and myself decided to play it safe at first and only exclude PPC.
> >
> > Apparently other drivers (e.g. watchdog drivers) for similar chips are
> > limited to X86 so we might as well do the same here. And see if anybody
> > complains...
> >
> > Meelis, do you feel like sending a patch, or do you prefer if I take
> > care of it?
>
> I can send a patch in a couple of days, but I do not know either wihich
> way is better.
>
> What other architectures can use the ISA-IO style LPC - probably quite
> several if hardware has been made (but it probably hasn't)?

I just don't know, this is the problem.

--
Jean Delvare