https://bugzilla.kernel.org/show_bug.cgi?id=100221
--- Comment #56 from Kumar <[email protected]> --- Hi Below are my observations : I had compiled and tested till =============================== [root@localhost linux]# git bisect bad 86817ffb492b509b87b20be4a4f1afc74f04dccf Bisecting: 22 revisions left to test after this (roughly 5 steps) [eaaceb6cbf7ef6f480b3f80468beb21eafe82ac0] mmc: msm_sdcc: Use platform_set|get_drvdata [root@localhost linux]# =============================== The above merge also was bad. So I had followed as below : [root@localhost linux]# git bisect start Checking out files: 100% (658/658), done. Previous HEAD position was eaaceb6... mmc: msm_sdcc: Use platform_set|get_drvdata Switched to branch 'master' Your branch is behind 'origin/master' by 77823 commits, and can be fast-forwarded. (use "git pull" to update your local branch) [root@localhost linux]# git bisect good v3.18 [root@localhost linux]# git bisect bad eaaceb6cbf7ef6f480b3f80468beb21eafe82ac0 Bisecting: a merge base must be tested [206c5f60a3d902bc4b56dab2de3e88de5eb06108] Linux 3.18-rc4 [root@localhost linux]# git bisect bad 206c5f60a3d902bc4b56dab2de3e88de5eb06108 The merge base 206c5f60a3d902bc4b56dab2de3e88de5eb06108 is bad. This means the bug has been fixed between 206c5f60a3d902bc4b56dab2de3e88de5eb06108 and [b2776bf7149bddd1f4161f14f79520f17fc1d71d]. [root@localhost linux]# =========================== Regards Kumar Abhishek -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
