https://bugzilla.kernel.org/show_bug.cgi?id=141741 Christian König <deathsimple@xxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |deathsimple@xxxxxxxxxxx --- Comment #9 from Christian König <deathsimple@xxxxxxxxxxx> --- 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. -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel