From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Prarit Bhargava <prarit@redhat.com>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
clalance@redhat.com, mingo@redhat.com, davej@redhat.com,
Thilo.Cestonaro.external@fujitsu-siemens.com
Subject: Re: [PATCH]: Fix bogus softlockup warning with sysrq-t
Date: Mon, 26 Mar 2007 22:43:29 -0700 [thread overview]
Message-ID: <4608AF01.4060804@goop.org> (raw)
In-Reply-To: <20070315132247.11291.28827.sendpatchset@prarit.boston.redhat.com>
Prarit Bhargava wrote:
> There are some situations when soft lockup warnings are expected in the
> kernel. For example, when doing an alt-sysrq-t on a large number of processes,
> the dump to console can take a long time and the tasklist_lock is held over
> that period. This results in a bogus soft lockup warning.
>
Wouldn't it be better to just temporarily disable softlockups for the
duration?
> This patch reworks touch_softlockup_watchdog to touch ALL cpu's
> touch_timestamp. It also introduces touch_cpu_softlockup_watchdog to touch
> a single cpu's touch_timestamp.
Doesn't this mean that if one CPU gets locked up, it will be undetected
so long as some other CPU is making progress?
I have another pair of softlockup patches in which I try to address:
* ignoring time stolen by hypervisors
* threads going to sleep tickless for long periods of time
I could easy add a "global disable" function, which would allow long
sysrq messages, and it would help Thilo with his long flash update freezes.
J
next prev parent reply other threads:[~2007-03-27 5:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-15 13:22 [PATCH]: Fix bogus softlockup warning with sysrq-t Prarit Bhargava
2007-03-23 23:46 ` Rick Lindsley
2007-03-27 5:43 ` Jeremy Fitzhardinge [this message]
2007-03-27 6:47 ` Cestonaro, Thilo (external)
2007-03-27 11:41 ` Prarit Bhargava
2007-03-27 16:46 ` Jeremy Fitzhardinge
2007-03-27 16:56 ` Prarit Bhargava
2007-03-27 17:35 ` Prarit Bhargava
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=4608AF01.4060804@goop.org \
--to=jeremy@goop.org \
--cc=Thilo.Cestonaro.external@fujitsu-siemens.com \
--cc=akpm@linux-foundation.org \
--cc=clalance@redhat.com \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=prarit@redhat.com \
/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