Gentoo Archives: gentoo-user

From: Florian Philipp <lists@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 3.7.1 SATA errors
Date: Wed, 26 Dec 2012 11:58:58
Message-Id: 50DAE5F7.6090201@binarywings.net
In Reply to: Re: [gentoo-user] 3.7.1 SATA errors by felix@crowfix.com
1 Am 26.12.2012 02:11, schrieb felix@×××××××.com:
2 > On Tue, Dec 25, 2012 at 01:11:04PM +0100, Florian Philipp wrote:
3 >
4 >> The best way to find out what's wrong is to bisect the kernel, i.e.
5 >> finding the exact commit that caused the issue to appear.
6 >>
7 >> http://wiki.gentoo.org/wiki/Kernel_git-bisect
8 >
9 > Got the repository cloned:
10 >
11 > # git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-stable
12 >
13 > Tried to start the bisect, but ran into a problem:
14 >
15 > # git bisect start
16 > # git bisect bad v3.7.0
17 > fatal: Needed a single revision
18 > Bad rev input: v3.7.0
19 >
20 > Tried v3.7.0.0 for fun, same error.
21 >
22 > Tried good first, guessing it can't do much harm that a git bisect reset can't fix.
23 >
24 > # git bisect good v3.6.10
25 > a63a7cf3fc2ac1aff657f58ea446c34f3252209a was both good and bad
26 > # git bisect bad v3.7.0
27 > fatal: Needed a single revision
28 > Bad rev input: v3.7.0
29 >
30 > Have I grabbed a repository which doesn't include 3.7.0?
31 >
32 > Google research continues.
33 >
34
35 `git tag` should give you a list of version numbers. The tag you are
36 searching for is "v3.7".
37
38 Regards,
39 Florian Philipp

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] 3.7.1 SATA errors felix@×××××××.com