https://bugzilla.kernel.org/show_bug.cgi?id=81991
Aaron Lu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected] Assignee|acpi_power-video@kernel-bug |[email protected] |s.osdl.org | --- Comment #1 from Aaron Lu <[email protected]> --- If building the kernel is possible - that can be verified by building the first kernel with the said commit as the HEAD and the second kernel with the said commit removed. Something like this: $ git clone http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git $ git checkout -b tmp be907c8468c9f47882036109ba550cd2748b86a0 build kernel and test (this is the 1st kernel) $ git reset --hard HEAD~1 build kernel and test (this is the 2nd kernel) If that fails, do a git bisect between v3.15.6 and v3.15.8 to find the offending commit. -- 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
