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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 23 Aug 2014 21:25:02 +0400
From:	Alexander Shiyan <shc_work@...l.ru>
To:	Guenter Roeck <linux@...ck-us.net>
Cc:	Evgeny Boger <boger@...tactless.ru>,
	linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Add support for always enabled watchdog timers

Sat, 23 Aug 2014 10:16:08 -0700 от Guenter Roeck <linux@...ck-us.net>:
> On 08/16/2014 05:45 PM, Evgeny Boger wrote:
> > From: Evgeny Boger <boger@...tactless.ru>
> >
> > Add option to use with watchdog timers which are always enabled
> > in hardware, i.e. there is no way to enable/disable it via GPIO pin.
> > The driver will start pinging WDT immediately upon loading
> > and will continue to do so even after stopping the watchdog.
> >
> The headline needs a reference to the affected driver.
> 
> Also, please copy the dt mailing list and maintainers.
> 
> > Signed-off-by: Evgeny Boger <boger@...tactless.ru>
> > ---
> >   .../devicetree/bindings/watchdog/gpio-wdt.txt      | 14 ++++++-
> >   drivers/watchdog/gpio_wdt.c                        | 45 +++++++++++++++++-----
> >   2 files changed, 48 insertions(+), 11 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt b/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt
> > index 37afec1..1f8ca46 100644
> > --- a/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt
> > +++ b/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt
> > @@ -12,8 +12,11 @@ Required Properties:
> >       the opposite level disables the WDT. Active level is determined
> >       by the GPIO flags.
> >   - hw_margin_ms: Maximum time to reset watchdog circuit (milliseconds).
> > +- always-enabled: Use with wathdog timer which is always enabled
 
Similar to NOWAYOUT?

---

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ