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:   Tue, 8 Aug 2017 17:09:57 +0530
From:   Doug Wilson <doug.lkml@...il.com>
To:     Ulf Hansson <ulf.hansson@...aro.org>
Cc:     linux-omap <linux-omap@...r.kernel.org>,
        "linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Doug Wilson <doug.wilson@...il.com>
Subject: Re: [PATCH] omap/hsmmc: constify dev_pm_ops

>>
>> Signed-off-by: Doug Wilson <doug.wilson@...il.com>
>
> This doesn't apply on my next branch, please re-base it.

is this your next-branch :kernel/git/ulfh/mmc.git ?

- Doug

>>
>> -static struct dev_pm_ops omap_hsmmc_dev_pm_ops = {
>> +static const struct dev_pm_ops omap_hsmmc_dev_pm_ops = {
>>         SET_SYSTEM_SLEEP_PM_OPS(omap_hsmmc_suspend, omap_hsmmc_resume)
>>         .runtime_suspend = omap_hsmmc_runtime_suspend,
>>         .runtime_resume = omap_hsmmc_runtime_resume,
>> --
>> 2.7.4
>>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ