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] [day] [month] [year] [list]
Date:   Fri, 11 Oct 2019 00:02:48 +0200
From:   "Rafael J. Wysocki" <rjw@...ysocki.net>
To:     Ben Dooks <ben.dooks@...ethink.co.uk>
Cc:     linux-kernel@...r.kernel.org, linux-kernel@...ts.codethink.co.uk,
        linux-pm@...r.kernel.org, Len Brown <len.brown@...el.com>,
        Pavel Machek <pavel@....cz>
Subject: Re: [PATCH] PM: sleep: include <linux/pm_runtime.h> for pm_wq

On Tuesday, October 8, 2019 12:46:46 PM CEST Ben Dooks wrote:
> Include the <linux/runtime_pm.h> for the definition of
> pm_wq to avoid the following warning:
> 
> kernel/power/main.c:890:25: warning: symbol 'pm_wq' was not declared. Should it be static?
> 
> Signed-off-by: Ben Dooks <ben.dooks@...ethink.co.uk>
> ---
>  kernel/power/main.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/power/main.c b/kernel/power/main.c
> index e8710d179b35..e26de7af520b 100644
> --- a/kernel/power/main.c
> +++ b/kernel/power/main.c
> @@ -15,6 +15,7 @@
>  #include <linux/seq_file.h>
>  #include <linux/suspend.h>
>  #include <linux/syscalls.h>
> +#include <linux/pm_runtime.h>
>  
>  #include "power.h"
>  
> 

Applying as a fix for 5.4, thanks!




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ