Gentoo Archives: gentoo-user

From: felix@×××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 3.7.1 SATA errors
Date: Wed, 26 Dec 2012 01:13:23
Message-Id: 20121226011139.GD5106@crowfix.com
In Reply to: Re: [gentoo-user] 3.7.1 SATA errors by Florian Philipp
1 On Tue, Dec 25, 2012 at 01:11:04PM +0100, Florian Philipp wrote:
2
3 > The best way to find out what's wrong is to bisect the kernel, i.e.
4 > finding the exact commit that caused the issue to appear.
5 >
6 > http://wiki.gentoo.org/wiki/Kernel_git-bisect
7
8 Got the repository cloned:
9
10 # git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-stable
11
12 Tried to start the bisect, but ran into a problem:
13
14 # git bisect start
15 # git bisect bad v3.7.0
16 fatal: Needed a single revision
17 Bad rev input: v3.7.0
18
19 Tried v3.7.0.0 for fun, same error.
20
21 Tried good first, guessing it can't do much harm that a git bisect reset can't fix.
22
23 # git bisect good v3.6.10
24 a63a7cf3fc2ac1aff657f58ea446c34f3252209a was both good and bad
25 # git bisect bad v3.7.0
26 fatal: Needed a single revision
27 Bad rev input: v3.7.0
28
29 Have I grabbed a repository which doesn't include 3.7.0?
30
31 Google research continues.
32
33 --
34 ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
35 Felix Finch: scarecrow repairman & rocket surgeon / felix@×××××××.com
36 GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
37 I've found a solution to Fermat's Last Theorem but I see I've run out of room o

Replies

Subject Author
Re: [gentoo-user] 3.7.1 SATA errors Florian Philipp <lists@×××××××××××.net>