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:	Sun, 5 Apr 2009 00:03:31 +0200
From:	Frans Pop <elendil@...net.nl>
To:	"Rafael J. Wysocki" <rjw@...k.pl>
Cc:	lenb@...nel.org, linux-pm@...ts.linux-foundation.org,
	linux-kernel@...r.kernel.org, mingo@...e.hu
Subject: Re: [RFC][PATCH] PM: Warn if interrupts are enabled during suspend-resume of sysdevs

> @@ -377,6 +381,9 @@ int sysdev_suspend(pm_message_t state)
>         if (ret)
>                 return ret;
>  
> +       WARN_ONCE(!irqs_disabled(),
> +               "Interrupts enabled while suspending system devices");
> +

Missing \n ?

> @@ -452,6 +465,9 @@ int sysdev_resume(void)
>  {
>         struct sysdev_class *cls;
>  
> +       WARN_ONCE(!irqs_disabled(),
> +               "Interrupts enabled while resuming system devices");
> +

Again.

Cheers,
FJP

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ