From: Len Brown <lenb@kernel.org>
To: "Denys Fedoryshchenko" <denys@visp.net.lb>
Cc: linux-kernel@vger.kernel.org, wim@iguana.be
Subject: Re: kernel panic on 2.6.24/iTCO_wdt not rebooting machine
Date: Fri, 1 Feb 2008 15:39:08 -0500 [thread overview]
Message-ID: <200802011539.08393.lenb@kernel.org> (raw)
In-Reply-To: <20080201191048.M59862@visp.net.lb>
On Friday 01 February 2008 14:15, Denys Fedoryshchenko wrote:
>
> On Fri, 1 Feb 2008 12:11:41 -0500, Len Brown wrote
> >
> > What do you see if you build with CONFIG_HIGH_RES_TIMERS=n
> >
> > Does it work better if you boot with "acpi=off"?
> > if yes, how about with just pnpacpi=off?
> >
> > thanks,
> > -Len
>
> It is not very easy to test. About bug - most probably it is related to third
> party ESFQ patch, i will drop it and then test more properly when i will be
> able to make watchdog work fine. But more important i notice - that iTCO_wdt
> is not working at all. I think hrtimers doesn't change anything on that.
> About testing, i cannot take even small risk now(and near 3-5 days) by
> changing kernel options, i set now maximum available set of watchdogs, cause
> there is noone to maintain server, area is unreachable because of snow and
> bad weather.
>
> Do you think reasonable to try acpi / pnpacpi with iTCO_wdt to make it work?
> Maybe just registers addresses or way how TCO watchdog activated changed on
> this chipset?
yes, i'm wondering if the changes in IO resource reservations
in the PNPACPI layer are interfering with the native driver.
unfortunately, if you boot with acpi=off or pnpacpi=off, you may
run into other, unrelated, issues (or not).
one way to isolate the problem is if you revert these two lines
from their 2.6.24 values to their 2.6.23 values by applying this patch:
---
diff --git a/include/linux/pnp.h b/include/linux/pnp.h
index 2a6d62c..16b46aa 100644
--- a/include/linux/pnp.h
+++ b/include/linux/pnp.h
@@ -13,8 +13,8 @@
#include <linux/errno.h>
#include <linux/mod_devicetable.h>
-#define PNP_MAX_PORT 40
-#define PNP_MAX_MEM 12
+#define PNP_MAX_PORT 8
+#define PNP_MAX_MEM 4
#define PNP_MAX_IRQ 2
#define PNP_MAX_DMA 2
#define PNP_NAME_LEN 50
next prev parent reply other threads:[~2008-02-01 20:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-01 15:12 kernel panic on 2.6.24/iTCO_wdt not rebooting machine Denys Fedoryshchenko
2008-02-01 17:11 ` Len Brown
2008-02-01 19:15 ` Denys Fedoryshchenko
2008-02-01 20:39 ` Len Brown [this message]
2008-02-02 0:44 ` Denys Fedoryshchenko
2008-02-02 4:18 ` Denys Fedoryshchenko
2008-02-02 18:38 ` Wim Van Sebroeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200802011539.08393.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=denys@visp.net.lb \
--cc=linux-kernel@vger.kernel.org \
--cc=wim@iguana.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox