From: arigead@gmail.com (John Whitmore)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Found a problem so what next?
Date: Mon, 18 Jan 2016 17:34:32 +0000 [thread overview]
Message-ID: <20160118173431.GA2427@bamboo.electronicsoup> (raw)
I built and installed v4.4 on my laptop but Suspend no longer worked so I set
about doing a git bisect to find the source of the problem. I've never had
cause to use bisect before so if nothing else I'll have learned something.
Anyhow got to an end point in git bisect of:
john at bamboo:> git bisect bad
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[b8b2c7d845d57f7a4b9f1f941f24728165e27626] base/platform: assert that dev_pm_domain callbacks are called unconditionally
I was actually chuffed I got that far and it took a while as I was doing a
"make mrproper" each time. I sort of assumed that I could just bisect and do a
make, which would work out what it had to recompile, but then thought maybe
that was a bit of an assumption. Be a shame to do all that work and find out
you had to clean up a bit between builds.
I'm sure that this problem has been found and a patch submitted by now as it
seems to have been from months ago. But assuming neither had occured and this
was a new discovery how do you check for a reported bug? Do you search mailing
list for that commit number, or a part of that commit number?
I read BUG-HUNTING in the documentation and it does mention:
"Before you submit a bug report read REPORTING-BUGS."
but can't see that document and it's not a section of BUG_HUNTING document.
So what would the next step be? I'm sure fixing it would be one posibility but
I've never looked at power management code so I'm not the person that should
be let lose in there ;-)
I had a look in journalctl but nothing in there suggests what the actual error
is. I'll have a look at the log files some more and see if I can't get some
sort of clue which would provide more info.
next reply other threads:[~2016-01-18 17:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-18 17:34 John Whitmore [this message]
2016-01-19 7:36 ` Found a problem so what next? Greg KH
2016-01-19 11:22 ` John Whitmore
2016-01-19 9:50 ` Bjørn Mork
2016-01-19 11:27 ` John Whitmore
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=20160118173431.GA2427@bamboo.electronicsoup \
--to=arigead@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).