Re: Power driver patches to avoid lockdep complaints
From: Rafael J. Wysocki <hidden>
Date: 2016-08-22 17:29:20
On Saturday, August 20, 2016 07:28:37 AM Tony Lindgren wrote:
* Rafael J. Wysocki [off-list ref] [160819 18:35]:quoted
On Thursday, August 18, 2016 03:51:52 PM Tony Lindgren wrote:quoted
Hi, * Paul E. McKenney [off-list ref] [160615 14:16]:quoted
Hello! Ingo was not comfortable taking these through -tip, which is understandable, given that they don't depend on each other or on anything else not already in mainline, and that they don't have anything to do with -tip. So what would you guys like to do with these? They may be pulled from 13e698e68f75 (power: Use _rcuidle for suspend/resume tracepoints) in my -rcu tree: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.gitRafael, looks like commit 13e698e68f75 is still missing from the mainline tree. Care to merge it to your fixes so I don't have to keep looking at that splat on daily basis?I could pull it if I knew where to pull it from. The above gives me "Already up-to-date."Here are the ones still missing: $ git log --pretty=oneline v4.7-rc2..13e698e68f75 13e698e68f75708c45241a2dad23cd6b65181056 power: Use _rcuidle for suspend/resume tracepoints 320e2a2d081b6c519f80fca9377b8fb90db7bb9c power: Add _rcuidle suffix to allow rpm_resume() to be called from idle b72aadb1d082d3935cbffd60e979238252045971 power: Add _rcuidle suffix to allow rpm_idle() use from idle So maybe just git merge 13e698e68f75 if you have the linux-rcu.git fetched and the above look OK to you?
If I do $ git fetch git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git and then $ git show 13e698e68f75 then it tells me fatal: ambiguous argument '13e698e68f75': unknown revision or path not in the working tree. Do I need to fetch it in any special way or something? Thanks, Rafael