On Tue, Dec 25, 2012 at 01:11:04PM +0100, Florian Philipp wrote:

> The best way to find out what's wrong is to bisect the kernel, i.e.
> finding the exact commit that caused the issue to appear.
> 
> http://wiki.gentoo.org/wiki/Kernel_git-bisect

Got the repository cloned:

    # git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git 
linux-stable

Tried to start the bisect, but ran into a problem:

    # git bisect start
    # git bisect bad v3.7.0
    fatal: Needed a single revision
    Bad rev input: v3.7.0

Tried v3.7.0.0 for fun, same error.

Tried good first, guessing it can't do much harm that a git bisect reset can't 
fix.

    # git bisect good v3.6.10
    a63a7cf3fc2ac1aff657f58ea446c34f3252209a was both good and bad
    # git bisect bad v3.7.0
    fatal: Needed a single revision
    Bad rev input: v3.7.0

Have I grabbed a repository which doesn't include 3.7.0?

Google research continues.

-- 
            ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
     Felix Finch: scarecrow repairman & rocket surgeon / fe...@crowfix.com
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o

Reply via email to