Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1297399
| Path | csiph.com!goblin3!goblin.stu.neva.ru!news.mb-net.net!open-news-network.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ulf Hansson <ulf.hansson@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] PM / Domains: Release mutex when powering on master domain |
| Date | Wed, 23 Dec 2015 13:00:01 +0100 |
| Message-ID | <qIQff-G2-1@gated-at.bofh.it> (permalink) |
| References | <qIv18-4qW-13@gated-at.bofh.it> |
| X-Original-To | Daniel Kurtz <djkurtz@chromium.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/qXnN3lzWpMGlzJLG40sTDAgQXGeXX+xYIa+X6HINQQ=; b=Jrddlubk56uT+hF4NiotqA4U2aXA6/E+rAzUPg1Wt/ypvj4jyqsx5x2CUE10IWT6VE 2xl+YViCV1GccyHW6wnN/KqmH0LBP69W01XM8CuaY4uZpRpWvFU9C8xHMvmxNm/TDhUV DvDjQuo/bs9kWRG7tgn6mqwKP86vjqqdjNVAg= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=/qXnN3lzWpMGlzJLG40sTDAgQXGeXX+xYIa+X6HINQQ=; b=asEEx5KSITqal8/U15YZeLNZ24u3TlFkqdEHv+iUH/5PL+8wwzshvm4e1GHP08JXHC Y/GeI9BBTkNVcRbgyuwuC6Fv4zUhfA9RUTleaXUTYH5hWD5+Mtq3Ap92/0Yao5ZJsLy2 vJrhUhaFXiT7X9vqXBLJhADo9XMqaq65moeMkneUn9zX+7ABjs4Az8jijxvyEreW10UL y/8kqeYXq1kRHbdXVA3stXNo8m41qPMgcoIvYtvVEEAnOQTuq4SFyBPET+6M3yvXVFbL f5A2tnNOWh66t4TlHHCK4UWhXJ9ZOgufDa8fdGxbdWQ9JFe9s96AehAAUwLM3JbLoHPJ G6GQ== |
| X-Gm-Message-State | ALoCoQmgLokrqpi7FWQU7eN9xqGRUV7KIfQCaJLVV8vexpltDXaiGsUkYpzlR+lpXdgiVGhmwmlAafQElZ3PYTnjlMYtHW+NQHDxi8uQ8eOVP5m2ZLYNfQ4= |
| MIME-Version | 1.0 |
| X-Received | by 10.13.202.194 with SMTP id m185mr25459484ywd.280.1450871396024; Wed, 23 Dec 2015 03:49:56 -0800 (PST) |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 99 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | jcliang@chromium.org, Nicolas Boichat <drinkcat@chromium.org>, ville.syrjala@linux.intel.com, "# 4.0+" <stable@vger.kernel.org>, "Rafael J. Wysocki" <rjw@rjwysocki.net>, Kevin Hilman <khilman@kernel.org>, Pavel Machek <pavel@ucw.cz>, Len Brown <len.brown@intel.com>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, "open list:GENERIC PM DOMAINS" <linux-pm@vger.kernel.org>, open list <linux-kernel@vger.kernel.org> |
| X-Original-Date | Wed, 23 Dec 2015 12:49:55 +0100 |
| X-Original-Message-ID | <CAPDyKFqNY2Z2wm6543V6R3NtVNs14Fy_JkGa7aTUP79E1smJCg@mail.gmail.com> |
| X-Original-References | <1450789981-29877-1-git-send-email-djkurtz@chromium.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1297399 |
Show key headers only | View raw
On 22 December 2015 at 14:13, Daniel Kurtz <djkurtz@chromium.org> wrote:
> Commit ba2bbfbf6307 (PM / Domains: Remove intermediate states from the
> power off sequence) removed the mutex_unlock()/_lock() around powering on
> a genpd's master domain in __genpd_poweron().
>
> Since all genpd's share a mutex lockdep class, this causes a "possible
> recursive locking detected" lockdep warning on boot when trying to power
> on a genpd slave domain:
>
> [ 1.893137] =============================================
> [ 1.893139] [ INFO: possible recursive locking detected ]
> [ 1.893143] 3.18.0 #531 Not tainted
> [ 1.893145] ---------------------------------------------
> [ 1.893148] kworker/u8:4/113 is trying to acquire lock:
> [ 1.893167] (&genpd->lock){+.+...}, at: [<ffffffc000573818>] genpd_poweron+0x30/0x70
> [ 1.893169]
> [ 1.893169] but task is already holding lock:
> [ 1.893179] (&genpd->lock){+.+...}, at: [<ffffffc000573818>] genpd_poweron+0x30/0x70
> [ 1.893182]
> [ 1.893182] other info that might help us debug this:
> [ 1.893184] Possible unsafe locking scenario:
> [ 1.893184]
> [ 1.893185] CPU0
> [ 1.893187] ----
> [ 1.893191] lock(&genpd->lock);
> [ 1.893195] lock(&genpd->lock);
> [ 1.893196]
> [ 1.893196] *** DEADLOCK ***
> [ 1.893196]
> [ 1.893198] May be due to missing lock nesting notation
> [ 1.893198]
> [ 1.893201] 4 locks held by kworker/u8:4/113:
> [ 1.893217] #0: ("%s""deferwq"){++++.+}, at: [<ffffffc00023b4e0>] process_one_work+0x1f8/0x50c
> [ 1.893229] #1: (deferred_probe_work){+.+.+.}, at: [<ffffffc00023b4e0>] process_one_work+0x1f8/0x50c
> [ 1.893241] #2: (&dev->mutex){......}, at: [<ffffffc000560920>] __device_attach+0x40/0x12c
> [ 1.893251] #3: (&genpd->lock){+.+...}, at: [<ffffffc000573818>] genpd_poweron+0x30/0x70
> [ 1.893253]
> [ 1.893253] stack backtrace:
> [ 1.893259] CPU: 2 PID: 113 Comm: kworker/u8:4 Not tainted 3.18.0 #531
> [ 1.893269] Workqueue: deferwq deferred_probe_work_func
> [ 1.893271] Call trace:
> [ 1.893295] [<ffffffc000269dcc>] __lock_acquire+0x68c/0x19a8
> [ 1.893299] [<ffffffc00026b954>] lock_acquire+0x128/0x164
> [ 1.893304] [<ffffffc00084e090>] mutex_lock_nested+0x90/0x3b4
> [ 1.893308] [<ffffffc000573814>] genpd_poweron+0x2c/0x70
> [ 1.893312] [<ffffffc0005738ac>] __genpd_poweron.part.14+0x54/0xcc
> [ 1.893316] [<ffffffc000573834>] genpd_poweron+0x4c/0x70
> [ 1.893321] [<ffffffc00057447c>] genpd_dev_pm_attach+0x160/0x19c
> [ 1.893326] [<ffffffc00056931c>] dev_pm_domain_attach+0x1c/0x2c
> ...
>
> Fix this by releasing the slaves mutex before acquiring the master's,
> which restores the old behavior.
>
> Cc: stable@vger.kernel.org
> Fixes: 5d837eef7b99 ("PM / Domains: Remove intermediate states from the power off sequence")
> Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
> ---
> drivers/base/power/domain.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c
> index 65f50ec..56fa335 100644
> --- a/drivers/base/power/domain.c
> +++ b/drivers/base/power/domain.c
> @@ -196,7 +196,12 @@ static int __genpd_poweron(struct generic_pm_domain *genpd)
> list_for_each_entry(link, &genpd->slave_links, slave_node) {
> genpd_sd_counter_inc(link->master);
>
> + mutex_unlock(&genpd->lock);
> +
> ret = genpd_poweron(link->master);
> +
> + mutex_lock(&genpd->lock);
> +
> if (ret) {
> genpd_sd_counter_dec(link->master);
> goto err;
> --
> 2.6.0.rc2.230.g3dd15c0
>
As we no longer have protection to deal with intermediate power
states, releasing the lock would mean that __genpd_poweron() can be
called for the same genpd as we just were operating on.
Since the genpd->status hasn't become GPD_STATE_ACTIVE yet, that means
a new power up cycle may start. For example causing the atomic
subdomain count to increase once more. Not good. :-)
So, this approach doesn't work.
Kind regards
Uffe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] PM / Domains: Release mutex when powering on master domain Daniel Kurtz <djkurtz@chromium.org> - 2015-12-22 14:20 +0100 Re: [PATCH] PM / Domains: Release mutex when powering on master domain Kevin Hilman <khilman@deeprootsystems.com> - 2015-12-22 15:30 +0100 Re: [PATCH] PM / Domains: Release mutex when powering on master domain Ulf Hansson <ulf.hansson@linaro.org> - 2015-12-23 13:00 +0100
csiph-web