From: j.neuschaefer@gmx.net (Jonathan Neuschäfer)
To: kernelnewbies@lists.kernelnewbies.org
Subject: ohci_hcd leak ed
Date: Fri, 19 Aug 2011 23:53:08 +0200 [thread overview]
Message-ID: <20110819215308.GD2082@debian.debian> (raw)
In-Reply-To: <20110819231618.64a65465.aspamkiller@yandex.ru>
On Fri, Aug 19, 2011 at 11:16:18PM +0300, DiP wrote:
> On Fri, 19 Aug 2011 21:42:09 +0200
> Jonathan Neusch?fer <j.neuschaefer@gmx.net> wrote:
>
> > On Fri, Aug 19, 2011 at 12:53:46AM +0300, DiP wrote:
> > > I found where it is.
> > >
> > > It seems to appear on my desktop box when I connect cams to the same bus.
> > > Two connectors next to each other.
> > >
> > > But on the notebook it does matter. Any bus, any port.
> > >
> > > Problem still alive with a kernel
> > > 3.0.2-pf-di #1 SMP PREEMPT Fri Aug 19
> > > 00:21:22 EEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU E8200 @ 2.66GHz
> > > GenuineIntel GNU/Linux
> >
> > Sounds like a problem worth reporting on the relevant mailing lists. If
> > you have the time and patience, bisecting the (possible) bug may be useful
> > (see http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html).
> >
>
> Sorry, can not get what to deal with that bisect. I wonder if you could explain
> me what to do, or point me to the more explanatory articles/wiki etc?
Git bisect is actually quite easy to use. First you have to find a "good"
version (i.e. git commit). A version is good if the bug isn't there.
Then you start the bisection:
$ git bisect start bad-version good-version
Git bisect will check out a version for you to test. Now test this
version and tell git bisect whether you experience the bug or not.
$ git bisect good # if the bug is there
$ git bisect bad # if it's not there
Repeat this precess until git bisect good/bad prints a message of the form:
02f8c6aee8df3cdc935e9bdd4f2d020306035dbe is the first bad commit.
commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu Jul 21 19:17:23 2011 -0700
Linux 3.0
:100644 100644 60d91f7... 6a5bdad... M Makefile
Hope this helps,
Jonathan Neusch?fer
next prev parent reply other threads:[~2011-08-19 21:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-18 21:53 ohci_hcd leak ed DiP
2011-08-19 19:42 ` Jonathan Neuschäfer
2011-08-19 20:16 ` DiP
2011-08-19 21:53 ` Jonathan Neuschäfer [this message]
2011-08-19 20:25 ` DiP
-- strict thread matches above, loose matches on Subject: below --
2011-08-18 21:46 DiP
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110819215308.GD2082@debian.debian \
--to=j.neuschaefer@gmx.net \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.