Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 16 Nov 2021 08:20:57 -0500
From: James Bottomley <James.Bottomley@...senPartnership.com>
To: Petr Mladek <pmladek@...e.com>, Alexander Popov <alex.popov@...ux.com>
Cc: Gabriele Paoloni <gpaoloni@...hat.com>, Lukas Bulwahn
 <lukas.bulwahn@...il.com>, Robert Krutsch <krutsch@...il.com>, Linus
 Torvalds <torvalds@...ux-foundation.org>, Jonathan Corbet <corbet@....net>,
 Paul McKenney <paulmck@...nel.org>, Andrew Morton
 <akpm@...ux-foundation.org>, Thomas Gleixner <tglx@...utronix.de>, Peter
 Zijlstra <peterz@...radead.org>, Joerg Roedel <jroedel@...e.de>, Maciej
 Rozycki <macro@...am.me.uk>, Muchun Song <songmuchun@...edance.com>, Viresh
 Kumar <viresh.kumar@...aro.org>, Robin Murphy <robin.murphy@....com>, Randy
 Dunlap <rdunlap@...radead.org>, Lu Baolu <baolu.lu@...ux.intel.com>, Kees
 Cook <keescook@...omium.org>, Luis Chamberlain <mcgrof@...nel.org>, Wei Liu
 <wl@....org>, John Ogness <john.ogness@...utronix.de>,  Andy Shevchenko
 <andriy.shevchenko@...ux.intel.com>, Alexey Kardashevskiy <aik@...abs.ru>,
 Christophe Leroy <christophe.leroy@...roup.eu>, Jann Horn
 <jannh@...gle.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Mark
 Rutland <mark.rutland@....com>, Andy Lutomirski <luto@...nel.org>, Dave
 Hansen <dave.hansen@...ux.intel.com>, Steven Rostedt <rostedt@...dmis.org>,
 Will Deacon <will@...nel.org>, Ard Biesheuvel <ardb@...nel.org>, Laura
 Abbott <labbott@...nel.org>, David S Miller <davem@...emloft.net>, Borislav
 Petkov <bp@...en8.de>, Arnd Bergmann <arnd@...db.de>, Andrew Scull
 <ascull@...gle.com>, Marc Zyngier <maz@...nel.org>,  Jessica Yu
 <jeyu@...nel.org>, Iurii Zaikin <yzaikin@...gle.com>, Rasmus Villemoes
 <linux@...musvillemoes.dk>, Wang Qing <wangqing@...o.com>, Mel Gorman
 <mgorman@...e.de>, Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
 Andrew Klychkov <andrew.a.klychkov@...il.com>, Mathieu Chouquet-Stringer
 <me@...hieu.digital>, Daniel Borkmann <daniel@...earbox.net>, Stephen Kitt
 <steve@....org>, Stephen Boyd <sboyd@...nel.org>,  Thomas Bogendoerfer
 <tsbogend@...ha.franken.de>, Mike Rapoport <rppt@...nel.org>, Bjorn
 Andersson <bjorn.andersson@...aro.org>, Kernel Hardening
 <kernel-hardening@...ts.openwall.com>, linux-hardening@...r.kernel.org, 
 "open list:DOCUMENTATION" <linux-doc@...r.kernel.org>, linux-arch
 <linux-arch@...r.kernel.org>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, linux-fsdevel
 <linux-fsdevel@...r.kernel.org>, notify@...nel.org,  main@...ts.elisa.tech,
 safety-architecture@...ts.elisa.tech,  devel@...ts.elisa.tech, Shuah Khan
 <shuah@...nel.org>
Subject: Re: [ELISA Safety Architecture WG] [PATCH v2 0/2] Introduce the
 pkill_on_warn parameter

On Tue, 2021-11-16 at 09:41 +0100, Petr Mladek wrote:
[...]
> If I wanted to implement a super-reliable panic() I would
> use some external device that would cause power-reset when
> the watched device is not responding.

They're called watchdog timers.  We have a whole subsystem full of
them:

drivers/watchdog

We used them in old cluster HA systems to guarantee successful recovery
of shared state from contaminated cluster members, but I think they'd
serve the reliable panic need equally well.  Most server class systems
today have them built in (on the BMC if they don't have a separate
mechanism), they're just not usually activated.

James


Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.