Bug 7936
Summary: | Some "patch" between 2.6.20-rc7 and 2.6.20-final-vanilla has broken my SWSUSP resume | ||
---|---|---|---|
Product: | Power Management | Reporter: | Cijoml Cijomlovic Cijomlov (cijoml) |
Component: | Other | Assignee: | power-management_other |
Status: | CLOSED CODE_FIX | ||
Severity: | blocking | CC: | bunk, rjwysocki, tommi.kyntola |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.20 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | kernel config |
Description
Cijoml Cijomlovic Cijomlov
2007-02-05 01:38:29 UTC
Created attachment 10284 [details]
kernel config
config 2.6.20 - same used for 2.6.20-rc7
Hm, there are not a lot of patches between -rc7 and 2.6.20. Can you perhaps try to find the offending one among them? Yup I would like find it this way, but compile 25x kernel is too much, maybe we can make it smaller before research. Not 25, more like 6 with git bisecting: # install git and cogito on your computer # clone Linus' tree: cg-clone \ git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git # start bisecting: cd linux-2.6 cp /path/to/.config . git bisect start git bisect bad v2.6.20 git bisect good v2.6.20-rc7 # start round make # install kernel, check whether it's good or bad, then: git bisect [bad|good] # start next round After at about 6 kernels, you'll have found the guilty commit ("... is first bad commit"). More information on git bisecting: man git-bisect Fixed in 2.6.21 - swsusp/resume works again |