[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201127125953.49f270d4@kicinski-fedora-pc1c0hjn.DHCP.thefacebook.com>
Date: Fri, 27 Nov 2020 12:59:53 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Zhang Qilong <zhangqilong3@...wei.com>
Cc: <fugang.duan@....com>, <davem@...emloft.net>, <rjw@...ysocki.net>,
<geert@...ux-m68k.org>, <netdev@...r.kernel.org>,
<linux-pm@...r.kernel.org>
Subject: Re: [PATCH] PM: runtime: replace pm_runtime_resume_and_get with
pm_runtime_resume_and_get_sync
On Fri, 27 Nov 2020 21:52:56 +0800 Zhang Qilong wrote:
> In the pm_runtime_resume_and_get, pm_runtime_resume() is
> synchronous. Caller had to look into the implementation
> to verify that a change for pm_runtime_resume_and_get[0].
> So we use pm_rauntime_resume_and_get_sync to replace it
> to avoid making the same mistake while fixing
> pm_runtime_get_sync.
>
> [0]https://lore.kernel.org/netdev/20201110092933.3342784-1-zhangqilong3@huawei.com/T/#t
> Fixes: dd8088d5a8969dc2 ("PM runtime: Add pm_runtime_resume_and_get to deal with usage counter")
> Signed-off-by: Zhang Qilong <zhangqilong3@...wei.com>
Fixes tag: Fixes: dd8088d5a8969dc2 ("PM runtime: Add pm_runtime_resume_and_get to deal with usage counter")
Has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'
Powered by blists - more mailing lists