https://bugzilla.kernel.org/show_bug.cgi?id=153401
--- Comment #9 from Perry_Yuan <[email protected]> --- Hi Luca . you just need to clone the upstream code ,then do git bisect to find out the bad commit from commits history . for example . git biset start git bisect bad v4.7-rc7 git bisect good v4.6.4 then git will help you to check the middle commit between bad and good tag . build it and test it . if is is good , then mark it good with below command . git bisect good or you will use " git bisect bad " Then git will help you to choose another middle commit from good and bad commit . Loop the build and test operation . Finally you wiill get the regression commit . Good luck . -- 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
