Re: [PATCH 0/5] scripts: AnalyzeSuspend v4.2
From: Todd Brandt <todd.e.brandt@linux.intel.com>
Date: 2016-07-14 21:33:20
On Thu, 2016-07-14 at 23:22 +0200, Rafael J. Wysocki wrote:
On Thu, Jul 14, 2016 at 11:09 PM, Todd Brandt [off-list ref] wrote:quoted
AnalyzeSuspend v4.2 kprobe support for function tracing config file support in lieu of command line options advanced callgraph support for function debug dev mode for monitoring common sources of delay, e.g. msleep, udelay many bug fixes and formatting upgrades Todd Brandt (5): AnalyzeSuspend v4.2 part1 AnalyzeSuspend v4.2 part2 AnalyzeSuspend v4.2 part3 AnalyzeSuspend v4.2 part4 AnalyzeSuspend v4.2 part5 scripts/analyze_suspend.py | 3641 ++++++++++++++++++++++++++++++-------------- 1 file changed, 2474 insertions(+), 1167 deletions(-) --Can you please tell me what specifically goes into each of the patches?
It's just a 5 way splitdiff on the original patch, it seems it was too large to be accepted on the mailing list as a single patch, so I broke it into 5 ~1000 line pieces. The patch is just meant to upgrade the kernel analyze_suspend version from 3.0 to 4.2. Someone suggested that I do a pull request, but I don't want the analyze_suspend git log included in the kernel git log, so I'm just describing the changes by version number in the kernel git log. When you include the patch just set it to be a single commit message.
Thanks, Rafael