From: Kevin Winchester <kjwinchester@gmail.com>
To: Ingo Molnar <mingo@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Bisecting tip/auto-x86-next?
Date: Thu, 19 Jun 2008 21:40:59 -0300 [thread overview]
Message-ID: <485AFC9B.7090502@gmail.com> (raw)
Hi,
I am trying to track down a problem I reported here:
http://lkml.org/lkml/2008/6/11/431
None or you were cc'd on the original report because I had no idea of
the source of the issue. However, I have now narrowed down the problem
to the auto-x86-next tree. Thus I did something like:
$ git bisect start
$ git bisect good linus/master
$ git bisect bad tip/auto-x86-next
which resulted in only about 170 or so revisions to test (sounds better
than the 3000 or so that -next wanted me to bisect through). However,
when I tried to compile the bisect-chosen commit, I get:
------------------
In file included from include/asm/thread_info.h:5,
from include/linux/thread_info.h:47,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:49,
from include/linux/seqlock.h:29,
from include/linux/time.h:8,
from include/linux/stat.h:60,
from include/linux/module.h:10,
from crypto/sha1_generic.c:20:
include/asm/thread_info_64.h: In function ‘set_restore_sigmask’:
include/asm/thread_info_64.h:189: warning: passing argument 2 of
‘set_bit’ from incompatible pointer type
-----------------
Can I ignore these warnings and keep building the kernel anyway? Or is
there a way to work around this problem? Am I allowed to cherry pick a
particular commit to apply on top of the bisect-chosen commit, or will
that ruin the process? Can I manually choose a bisection point right
after this warning was fixed? Is it likely that the fix for this
warning will get rearranged in the tree before Linus pulls it so that
other don't run into this same bisection problem?
Is that enough questions?
Thanks,
--
Kevin Winchester
next reply other threads:[~2008-06-20 0:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-20 0:40 Kevin Winchester [this message]
2008-06-20 7:15 ` Bisecting tip/auto-x86-next? Sitsofe Wheeler
2008-06-20 10:04 ` Ingo Molnar
2008-06-20 22:23 ` Kevin Winchester
2008-06-20 10:07 ` Ingo Molnar
2008-06-20 10:17 ` Ingo Molnar
2008-06-20 10:49 ` Pavel Machek
2008-06-20 11:40 ` Kevin Winchester
2008-06-20 10:51 ` Rafael J. Wysocki
2008-06-20 11:37 ` Kevin Winchester
2008-06-20 15:36 ` Ingo Molnar
2008-06-21 0:00 ` Kevin Winchester
2008-06-21 0:14 ` Yinghai Lu
2008-06-21 10:00 ` Kevin Winchester
2008-06-21 10:18 ` Yinghai Lu
2008-06-21 10:23 ` Kevin Winchester
2008-06-21 10:30 ` Yinghai Lu
2008-06-21 10:39 ` Kevin Winchester
2008-06-21 10:50 ` Yinghai Lu
2008-06-21 11:49 ` Kevin Winchester
2008-06-23 11:12 ` Ingo Molnar
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=485AFC9B.7090502@gmail.com \
--to=kjwinchester@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/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