https://bugzilla.kernel.org/show_bug.cgi?id=208267 --- Comment #4 from Greg Kroah-Hartman (greg@xxxxxxxxx) --- On Sun, Jun 21, 2020 at 05:03:25PM +0000, bugzilla-daemon@xxxxxxxxxxxxxxxxxxx wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=208267 > > --- Comment #3 from DocMAX (forum@xxxxxxxxxxxx) --- > yes 5.6 works. as i said, starts with 5.7. > i haven't much experience with git bisect. need some guidance. the man page for git bisect should have lots of guidance, see man git bisect for the details. To start, do: git bisect start git bisect good v5.6 git bisect bad v5.7 and then follow the prompts from there, building and booting the resulting kernel and saying 'good' or 'bad' depending on what happened. If you have specific questions about this, please let us know. -- You are receiving this mail because: You are watching the assignee of the bug.