https://bugzilla.kernel.org/show_bug.cgi?id=153401
--- Comment #8 from Luca Viggiani <[email protected]> --- Is this correct? # git clone https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ # git remote add upstream http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git # git fetch upstream # git checkout upstream Then looking here (https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/refs/tags) I found that closest tags to good and bad are v4.6 and v4.7 respectively, so: # git branch v4.6 origin/v4.6 # git checkout v4.6 # git bisect good v4.6 # git bisect bad v4.7 -- 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
