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:   Thu, 3 Mar 2022 14:35:51 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Andrew Morton <akpm@...ux-foundation.org>, broonie@...nel.org,
        mhocko@...e.cz, sfr@...b.auug.org.au, linux-next@...r.kernel.org,
        linux-fsdevel@...r.kernel.org, linux-mm@...ck.org,
        linux-kernel@...r.kernel.org, mm-commits@...r.kernel.org,
        Baruch Siach <baruch@...s.co.il>, linux-i2c@...r.kernel.org,
        Wolfram Sang <wsa@...nel.org>
Cc:     Jarkko Nikula <jarkko.nikula@...ux.intel.com>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Mika Westerberg <mika.westerberg@...ux.intel.com>,
        Jan Dabros <jsd@...ihalf.com>
Subject: Re: mmotm 2022-03-02-16-53 uploaded
 (drivers/i2c/busses/i2c-designware-platdrv.c)



On 3/2/22 16:53, Andrew Morton wrote:
> The mm-of-the-moment snapshot 2022-03-02-16-53 has been uploaded to
> 
>    https://www.ozlabs.org/~akpm/mmotm/
> 
> mmotm-readme.txt says
> 
> README for mm-of-the-moment:
> 
> https://www.ozlabs.org/~akpm/mmotm/
> 
> This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
> more than once a week.
> 
> You will need quilt to apply these patches to the latest Linus release (5.x
> or 5.x-rcY).  The series file is in broken-out.tar.gz and is duplicated in
> https://ozlabs.org/~akpm/mmotm/series

on x86_64:
CONFIG_PM=y
# CONFIG_SUSPEND is not set
# HIBERNATION is not set (not possible since CONFIG_BLOCK is not set so SWAP is not available)


../drivers/i2c/busses/i2c-designware-platdrv.c:465:12: error: ‘dw_i2c_plat_resume’ defined but not used [-Werror=unused-function]
 static int dw_i2c_plat_resume(struct device *dev)
            ^~~~~~~~~~~~~~~~~~
../drivers/i2c/busses/i2c-designware-platdrv.c:444:12: error: ‘dw_i2c_plat_suspend’ defined but not used [-Werror=unused-function]
 static int dw_i2c_plat_suspend(struct device *dev)
            ^~~~~~~~~~~~~~~~~~~

Full randconfig file is attached.

-- 
~Randy
Download attachment "config-r2445.gz" of type "application/gzip" (26983 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ