https://bugzilla.kernel.org/show_bug.cgi?id=141741
Christian König deathsimple@vodafone.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |deathsimple@vodafone.de
--- Comment #9 from Christian König deathsimple@vodafone.de --- What Michel means is using "git bisect" to find which patch introduced the problem.
E.g. you do "git bisect start v4.6.4 v4.5.5" on the kernel source and git will jump into the middle between those two versions.
Then you compile the kernel and test it. If it works you do "git bisect good" in the kernel source directory, if it doesn't work you do "git bisect bad".
Git will send narrow down which patch was the bad one who introduced the problem.