lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 21 Apr 2010 22:46:01 +0200
From:	Frederic Weisbecker <fweisbec@...il.com>
To:	Don Zickus <dzickus@...hat.com>
Cc:	mingo@...e.hu, peterz@...radead.org, gorcunov@...il.com,
	aris@...hat.com, linux-kernel@...r.kernel.org,
	randy.dunlap@...cle.com
Subject: Re: [PATCH 2/6] [watchdog] convert touch_softlockup_watchdog to
	touch_watchdog

On Tue, Apr 20, 2010 at 11:23:59AM -0400, Don Zickus wrote:
> Just a scripted conversion to remove touch_softlockup_watchdog.
> 
> Also converts the once case of touch_all_softlockup_watchdogs to
> touch_all_watchdogs.
> 
> This is done as part of the removal of the old softlockup code and
> transition to the new softlockup code.
> 
> Signed-off-by: Don Zickus <dzickus@...hat.com>


In fact I worry a bit about this unification of watchdog touching.
When we touch the softlockup watchdog, do we also want to touch
the nmi watchdog?

Most of the time, I think we don't want to. We usually touch the
softlockup detector because we know we are abnormally delaying
the softlockup kthread from being scheduled, and if we are in such
situation, it means we are doing something in a sensitive context:
typically the kind of context favorable to create hardlockups...

But the opposite is right: if we touch the nmi watchdog: it means we
are abnormally delaying irqs, which means we also are abnormally
delaying the softlockup kthread from being scheduled, so if we
touch the nmi watchdog, we also want to touch the softlockup
detector.

Hence I guess we want to keep the current state:

- touch_nmi_watchdog() = touch softlockup and nmi watchdogs
- touch_softlockup_watchdog() = only touch softlockup watchdog

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ