Am 26.12.2012 02:11, schrieb fe...@crowfix.com:
> 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.
> 

`git tag` should give you a list of version numbers. The tag you are
searching for is "v3.7".

Regards,
Florian Philipp

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to