https://bugzilla.kernel.org/show_bug.cgi?id=100221

--- Comment #30 from Aaron Lu <[email protected]> ---
(In reply to Kumar from comment #29)
> Hi Aaron/Rafael
> 
> Following is the output of git bisect :
> 
> [root@localhost linux-stable]# git bisect bad v3.19
> 
> [root@localhost linux-stable]# git bisect good v3.18
> Bisecting: 6825 revisions left to test after this (roughly 13 steps)
> [54850e73e86e3bc092680d1bdb84eb322f982ab1] zram: change parameter from
> vaild_io_request()
> 
> [root@localhost linux-stable]#

You will now need to build the kernel and test if this commit is good or bad,
and then mark it with:
$ git bisect good(bad)
Then git will re-checkout a commit for you to build and test again and again
till you find the first bad 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

Reply via email to