linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Serious regression in 3.5's iTCO_wdt, does anyone care?
@ 2012-08-23 14:15 Thomas Bächler
  2012-08-23 14:35 ` Feng Tang
  2012-08-23 17:18 ` Samuel Ortiz
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Bächler @ 2012-08-23 14:15 UTC (permalink / raw)
  To: Samuel Ortiz, Peter Tyser, Wim Van Sebroeck, Aaron Sierra, Guenter Roeck
  Cc: Linux Kernel Mailing List, linux-watchdog, Tobias Powalowski

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

This regards the following commit in the Linus tree:

commit 887c8ec7219fc8eba78bb8f44a74c660934e9b98
Author: Aaron Sierra <asierra@xes-inc.com>
Date:   Fri Apr 20 14:14:11 2012 -0500

    watchdog: Convert iTCO_wdt driver to mfd model

Ever since the Linux 3.5 update, the iTCO_wdt driver has been completely
non-functional on every machine I encountered due to the above
conversion. A bug report for this problem has been open at
https://bugzilla.kernel.org/show_bug.cgi?id=44991 for over a month.

Yet, neither the author of the commit, nor the people who signed off on
it have reacted to the bug report.

At this point, I believe that none of you are actually aware of the
problem and I write you to change that unfortunate situation.

Regards
Thomas Bächler


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Serious regression in 3.5's iTCO_wdt, does anyone care?
  2012-08-23 14:15 Serious regression in 3.5's iTCO_wdt, does anyone care? Thomas Bächler
@ 2012-08-23 14:35 ` Feng Tang
  2012-08-23 14:46   ` Thomas Bächler
  2012-08-23 17:18 ` Samuel Ortiz
  1 sibling, 1 reply; 4+ messages in thread
From: Feng Tang @ 2012-08-23 14:35 UTC (permalink / raw)
  To: Thomas Bächler
  Cc: Samuel Ortiz, Peter Tyser, Wim Van Sebroeck, Aaron Sierra,
	Guenter Roeck, Linux Kernel Mailing List, linux-watchdog,
	Tobias Powalowski

2012/8/23 Thomas Bächler <thomas@archlinux.org>:
> This regards the following commit in the Linus tree:
>
> commit 887c8ec7219fc8eba78bb8f44a74c660934e9b98
> Author: Aaron Sierra <asierra@xes-inc.com>
> Date:   Fri Apr 20 14:14:11 2012 -0500
>
>     watchdog: Convert iTCO_wdt driver to mfd model
>
> Ever since the Linux 3.5 update, the iTCO_wdt driver has been completely
> non-functional on every machine I encountered due to the above
> conversion. A bug report for this problem has been open at
> https://bugzilla.kernel.org/show_bug.cgi?id=44991 for over a month.
>
> Yet, neither the author of the commit, nor the people who signed off on
> it have reacted to the bug report.
>
> At this point, I believe that none of you are actually aware of the
> problem and I write you to change that unfortunate situation.

There is already a patch posted for this bug, pls check
https://lkml.org/lkml/2012/8/14/309
and the discussion

Thanks,
Feng

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Serious regression in 3.5's iTCO_wdt, does anyone care?
  2012-08-23 14:35 ` Feng Tang
@ 2012-08-23 14:46   ` Thomas Bächler
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Bächler @ 2012-08-23 14:46 UTC (permalink / raw)
  To: Feng Tang
  Cc: Samuel Ortiz, Peter Tyser, Wim Van Sebroeck, Aaron Sierra,
	Guenter Roeck, Linux Kernel Mailing List, linux-watchdog,
	Tobias Powalowski

[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]

Am 23.08.2012 16:35, schrieb Feng Tang:
> 2012/8/23 Thomas Bächler <thomas@archlinux.org>:
>> This regards the following commit in the Linus tree:
>>
>> commit 887c8ec7219fc8eba78bb8f44a74c660934e9b98
>> Author: Aaron Sierra <asierra@xes-inc.com>
>> Date:   Fri Apr 20 14:14:11 2012 -0500
>>
>>     watchdog: Convert iTCO_wdt driver to mfd model
>>
>> Ever since the Linux 3.5 update, the iTCO_wdt driver has been completely
>> non-functional on every machine I encountered due to the above
>> conversion. A bug report for this problem has been open at
>> https://bugzilla.kernel.org/show_bug.cgi?id=44991 for over a month.
>>
>> Yet, neither the author of the commit, nor the people who signed off on
>> it have reacted to the bug report.
>>
>> At this point, I believe that none of you are actually aware of the
>> problem and I write you to change that unfortunate situation.
> 
> There is already a patch posted for this bug, pls check
> https://lkml.org/lkml/2012/8/14/309
> and the discussion

And there I thought I had searched the LKML for lpc_ich and iTCO_wdt.
Apparently my last search was more than a week ago.

Would have been nice if you posted the link to the discussion into the
bug report, this would have saved me (and others) some trouble.

Thanks anyway, the discussion has all the information I needed. Sorry
for the noise.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Serious regression in 3.5's iTCO_wdt, does anyone care?
  2012-08-23 14:15 Serious regression in 3.5's iTCO_wdt, does anyone care? Thomas Bächler
  2012-08-23 14:35 ` Feng Tang
@ 2012-08-23 17:18 ` Samuel Ortiz
  1 sibling, 0 replies; 4+ messages in thread
From: Samuel Ortiz @ 2012-08-23 17:18 UTC (permalink / raw)
  To: Thomas Bächler
  Cc: Peter Tyser, Wim Van Sebroeck, Aaron Sierra, Guenter Roeck,
	Linux Kernel Mailing List, linux-watchdog, Tobias Powalowski

Hi Thomas,

On Thu, Aug 23, 2012 at 04:15:46PM +0200, Thomas Bächler wrote:
> This regards the following commit in the Linus tree:
> 
> commit 887c8ec7219fc8eba78bb8f44a74c660934e9b98
> Author: Aaron Sierra <asierra@xes-inc.com>
> Date:   Fri Apr 20 14:14:11 2012 -0500
> 
>     watchdog: Convert iTCO_wdt driver to mfd model
> 
> Ever since the Linux 3.5 update, the iTCO_wdt driver has been completely
> non-functional on every machine I encountered due to the above
> conversion. A bug report for this problem has been open at
> https://bugzilla.kernel.org/show_bug.cgi?id=44991 for over a month.
Cc'ing the relevant maintainers usually helps...


> Yet, neither the author of the commit, nor the people who signed off on
> it have reacted to the bug report.
> 
> At this point, I believe that none of you are actually aware of the
> problem and I write you to change that unfortunate situation.
I applied Feng's patch to my for-linus branch and I'll send a pull request
soon. It should be part of the 3.6 kernel.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-23 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-23 14:15 Serious regression in 3.5's iTCO_wdt, does anyone care? Thomas Bächler
2012-08-23 14:35 ` Feng Tang
2012-08-23 14:46   ` Thomas Bächler
2012-08-23 17:18 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).