From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: build regressions 2012-10-23
Date: Mon, 26 Nov 2012 13:17:10 +0000 [thread overview]
Message-ID: <20121126131710.GA2603@localhost> (raw)
In-Reply-To: <20121023170322.GA31879@localhost>
On Mon, Nov 26, 2012 at 11:57:25AM +0100, Bernd Petrovitsch wrote:
> Hi!
>
> On Mit, 2012-10-24 at 01:03 +0800, Fengguang Wu wrote:
> [...]
> > This is the first daily summary from the 0day build test system.
> > Ideas on better format/contents are warmly welcome!
> >
> > [errors]
> > drivers/usb/host/ohci-sm501.c:241:2: error: implicit declaration of function 'ohci_finish_controller_resume' [-Werror=implicit-function-declaration]
> > arch/x86/xen/smp.c:329:7: error: 'struct vcpu_guest_context' has no member named 'u'
> [...]
>
> Perhaps I miss something but how does one reproduce that?
>
> Which "version" - in terms of "git-URL" - did you use?
> Which kernel-.config:
> - allymodconfig, allyesconfig or something else)?
> - The $ARCH can probably inferred with the filenames ....
> Which parameters on which tool/program?
>
> Do you have a page on the web which explains all of this (or at least
> the more static parts).
No, I'm yet to setup such a web page.. However for your first
questions, here is the related internal report:
Subject: [xen:devel/pvh.5 2/8] arch/x86/xen/smp.c:329:7: error: 'struct
vcpu_guest_context' has no member named 'u'
Reply-To:
User-Agent: Heirloom mailx 12.5 6/20/10
:::::: GOOD BISECT! error line is exactly introduced by the commit
:::::: bisect time: 0m
rsync kbuild@bee:/tmp/x86_64-allyesconfig-bisect-2012-10-23-04-46.log /tmp/log/x86_64-allyesconfig-bisect-2012-10-23-04-46.log
less /tmp/log/x86_64-allyesconfig-bisect-2012-10-23-04-46.log
/c/kernel-tests/reproduce-build 4d80210f4 dfc557a5c x86_64-allyesconfig arch/x86/xen/smp.c
grep -r . /cc/kernel-tests/kernels/x86_64-allyesconfig/44f3e2b/build-error/
grep -r . /cc/kernel-tests/kernels/x86_64-allyesconfig/4d80210/build-error/
/c/kernel-tests/list-head xen:devel:pvh.5:dfc557a x86_64-allyesconfig
TO: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Hi Konrad,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.5
head: dfc557a5c9a519b45b79ad059821db15bad229fa
commit: 4d80210f4948a962c9ecca2773da69c0b2affb62 [2/8] xen/smp: Move the common CPU init code a bit to prep for PVH patch.
config: x86_64-allyesconfig # make ARCH=x86_64 allyesconfig
:::::: branch date: 24 minutes ago
:::::: commit date: 24 minutes ago
Note: the xen/devel/pvh.5 HEAD dfc557a builds fine.
It only hurts bisectibility.
All error/warnings:
arch/x86/xen/smp.c: In function 'cpu_initialize_context':
arch/x86/xen/smp.c:329:7: error: 'struct vcpu_guest_context' has no member named 'u'
arch/x86/xen/smp.c:330:7: error: 'struct vcpu_guest_context' has no member named 'u'
git remote update xen
git checkout 4d80210f4948a962c9ecca2773da69c0b2affb62
vim +329 arch/x86/xen/smp.c
4d80210f arch/x86/xen/smp.c Konrad Rzeszutek Wilk 2012-10-22 323 BUG_ON((unsigned long)gdt & ~PAGE_MASK);
f87e4cac arch/i386/xen/smp.c Jeremy Fitzhardinge 2007-07-17 324
4d80210f arch/x86/xen/smp.c Konrad Rzeszutek Wilk 2012-10-22 325 gdt_mfn = arbitrary_virt_to_mfn(gdt);
4d80210f arch/x86/xen/smp.c Konrad Rzeszutek Wilk 2012-10-22 326 make_lowmem_page_readonly(gdt);
4d80210f arch/x86/xen/smp.c Konrad Rzeszutek Wilk 2012-10-22 327 make_lowmem_page_readonly(mfn_to_virt(gdt_mfn));
f87e4cac arch/i386/xen/smp.c Jeremy Fitzhardinge 2007-07-17 328
4d80210f arch/x86/xen/smp.c Konrad Rzeszutek Wilk 2012-10-22 @329 ctxt->u.pv.gdt_frames[0] = gdt_mfn;
4d80210f arch/x86/xen/smp.c Konrad Rzeszutek Wilk 2012-10-22 330 ctxt->u.pv.gdt_ents = GDT_ENTRIES;
f87e4cac arch/i386/xen/smp.c Jeremy Fitzhardinge 2007-07-17 331
4d80210f arch/x86/xen/smp.c Konrad Rzeszutek Wilk 2012-10-22 332 ctxt->kernel_ss = __KERNEL_DS;
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
prev parent reply other threads:[~2012-11-26 13:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-23 17:03 build regressions 2012-10-23 Fengguang Wu
2012-11-26 10:57 ` Bernd Petrovitsch
2012-11-26 13:17 ` Fengguang Wu [this message]
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=20121126131710.GA2603@localhost \
--to=fengguang.wu@intel.com \
--cc=kernel-janitors@vger.kernel.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.