login
Header Space

 
 

Re: 2.6.25-rc8: FTP transfer errors

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <devzero@...>
Cc: <linux-kernel@...>, <tilman@...>
Date: Sunday, April 13, 2008 - 4:22 pm

On Sat, Apr 12, 2008 at 10:41:44AM +0200, devzero@web.de wrote:

When I ask a user to bisect, the standard boilerplate I give to the 
user is:

<--  snip  -->

# install git

# clone Linus' tree:
git clone \ 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

# start bisecting:
cd linux-2.6
git bisect start
git bisect bad v2.6.21
git bisect good v2.6.20
cp /path/to/.config .

# start a round
make oldconfig
make
# install kernel, check whether it's good or bad, then:
git bisect [bad|good]
# start next round


After at about 10-15 reboots you'll have found the guilty commit
("...  is first bad commit").


More information on git bisecting:
  man git-bisect

<--  snip  -->

In my experience users are able to bisect with this boilerplate
(unless there are problems like e.g. other regressions hit 
during bisecting).


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: 2.6.25-rc8: FTP transfer errors, , (Sat Apr 12, 4:41 am)
Re: 2.6.25-rc8: FTP transfer errors, Adrian Bunk, (Sun Apr 13, 4:22 pm)
speck-geostationary