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:   Tue, 26 Jul 2022 19:10:40 +0000
From:   Asmaa Mnebhi <asmaa@...dia.com>
To:     Asmaa Mnebhi <asmaa@...dia.com>,
        "sebastian.reichel@...labora.com" <sebastian.reichel@...labora.com>,
        "sre@...nel.org" <sre@...nel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "sfr@...b.auug.org.au" <sfr@...b.auug.org.au>,
        "linux-next@...r.kernel.org" <linux-next@...r.kernel.org>
Subject: RE: [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c

Hi Sebastian, Hi Stephen,

Could you please review this? I didn't see this being pushed.

Thanks.
Asmaa

-----Original Message-----
From: Asmaa Mnebhi <asmaa@...dia.com> 
Sent: Tuesday, June 21, 2022 8:50 AM
To: sebastian.reichel@...labora.com; sre@...nel.org; linux-kernel@...r.kernel.org; sfr@...b.auug.org.au; linux-next@...r.kernel.org
Cc: Asmaa Mnebhi <asmaa@...dia.com>
Subject: [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c

The build failure is at line 67: implicit declaration of function 'devm_work_autocancel'.
So declare library for devm_work_autocancel.

Signed-off-by: Asmaa Mnebhi <asmaa@...dia.com>
---
 drivers/power/reset/pwr-mlxbf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/power/reset/pwr-mlxbf.c b/drivers/power/reset/pwr-mlxbf.c index c1f9987834a2..1c4904c0e1f5 100644
--- a/drivers/power/reset/pwr-mlxbf.c
+++ b/drivers/power/reset/pwr-mlxbf.c
@@ -6,6 +6,7 @@
 
 #include <linux/acpi.h>
 #include <linux/device.h>
+#include <linux/devm-helpers.h>
 #include <linux/interrupt.h>
 #include <linux/kernel.h>
 #include <linux/mod_devicetable.h>
--
2.30.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ