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:   Mon, 17 Dec 2018 08:03:55 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Andrei Stefanescu <andrei.stefanescu@...rochip.com>
Subject: Re: linux-next: Tree for Dec 17 (regulator/mcp16502.c)

On 12/17/18 3:09 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20181214:
> 

on i386:
# CONFIG_SUSPEND is not set
CONFIG_PM=y

  CC      drivers/regulator/mcp16502.o
In file included from ../include/linux/device.h:23:0,
                 from ../include/linux/gpio/driver.h:5,
                 from ../include/asm-generic/gpio.h:13,
                 from ../include/linux/gpio.h:62,
                 from ../drivers/regulator/mcp16502.c:11:
../drivers/regulator/mcp16502.c:527:32: error: 'mcp16502_suspend_noirq' undeclared here (not in a function)
  SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(mcp16502_suspend_noirq,
                                ^
../include/linux/pm.h:342:19: note: in definition of macro 'SET_NOIRQ_SYSTEM_SLEEP_PM_OPS'
  .suspend_noirq = suspend_fn, \
                   ^
../drivers/regulator/mcp16502.c:528:10: error: 'mcp16502_resume_noirq' undeclared here (not in a function)
          mcp16502_resume_noirq)
          ^
../include/linux/pm.h:343:18: note: in definition of macro 'SET_NOIRQ_SYSTEM_SLEEP_PM_OPS'
  .resume_noirq = resume_fn, \
                  ^



-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ