From: Mike Travis <travis@sgi.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
Yinghai Lu <yinghai@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>, Tony Luck <tony.luck@intel.com>,
IA64 <linux-ia64@vger.kernel.org>,
Ralf Baechle <ralf@linux-mips.org>,
linux-mips@linux-mips.org, David Howells <dhowells@redhat.com>,
Koichi Yasutake <yasutake.koichi@jp.panasonic.com>,
linux-am33-list@redhat.com,
"David S. Miller" <davem@davemloft.net>,
SPARC <sparclinux@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73
Date: Thu, 15 Jan 2009 16:44:08 +0000 [thread overview]
Message-ID: <496F67D8.4060507@sgi.com> (raw)
In-Reply-To: <20090115101428.GG5833@elte.hu>
Ingo Molnar wrote:
> * Mike Travis <travis@sgi.com> wrote:
>
>> Ingo Molnar wrote:
>>> also, with latest tip/master the ia64 cross-build still fails:
>>>
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c: In function `ia64_handle_irq':
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:498: error: structure has no member named `irqs'
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:500: error: structure has no member named `irqs'
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c: In function `ia64_process_pending_intr':
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:556: error: structure has no member named `irqs'
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:558: error: structure has no member named `irqs'
>>> make[2]: *** [arch/ia64/kernel/irq_ia64.o] Error 1
>>> make[2]: *** Waiting for unfinished jobs....
>>>
>>> and so does the MIPS build:
>>>
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-int.c: In function 'indy_buserror_irq':
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-int.c:158: error: 'struct kernel_stat' has no member named 'irqs'
>>> make[2]: *** [arch/mips/sgi-ip22/ip22-int.o] Error 1
>>> make[2]: *** Waiting for unfinished jobs....
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-time.c: In function 'indy_8254timer_irq':
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-time.c:125: error: 'struct kernel_stat' has no member named 'irqs'
>>> make[2]: *** [arch/mips/sgi-ip22/ip22-time.o] Error 1
>>> make[1]: *** [arch/mips/sgi-ip22] Error 2
>>> make[1]: *** Waiting for unfinished jobs....
>>>
>>> Ingo
>> Hi Ingo,
>>
>> This appears to be a fallout of the sparse irqs changes. Here is a
>> suggested patch.
>>
>> Btw, my ia64 build fails under tip/cpus4096 because this commit is not
>> present:
>>
>> commit e65e49d0f3714f4a6a42f6f6a19926ba33fcda75
>> Author: Mike Travis <travis@sgi.com>
>> Date: Mon Jan 12 15:27:13 2009 -0800
>>
>> irq: update all arches for new irq_desc
>
> it is present:
>
> [mingo@hera tip]$ git log cpus4096 | grep e65e49d
> commit e65e49d0f3714f4a6a42f6f6a19926ba33fcda75
>
> Ingo
Hmm, the exact same command on my work tree produces nothing. If I generate
a whole new tip/cpus4096 tree, it's then there. Once again a victim of
git remote updating - not! There must be something that I'm doing wrong:
Non-working tree:
21> git-describe
v2.6.29-rc1-19-g92296c6
22> git-status
# On branch cpus4096
# Your branch is behind 'tip/cpus4096' by 233 commits, and can be fast-forwarded.
23> git-remote update
Updating linus
Updating tip
24> git-status
# On branch cpus4096
# Your branch is behind 'tip/cpus4096' by 233 commits, and can be fast-forwarded.
25> git-describe
v2.6.29-rc1-19-g92296c6
New (working) tree:
2> git-describe
v2.6.29-rc1-252-g5cd7376
???
Thanks,
Mike
WARNING: multiple messages have this Message-ID (diff)
From: Mike Travis <travis@sgi.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
Yinghai Lu <yinghai@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>, Tony Luck <tony.luck@intel.com>,
IA64 <linux-ia64@vger.kernel.org>,
Ralf Baechle <ralf@linux-mips.org>,
linux-mips@linux-mips.org, David Howells <dhowells@redhat.com>,
Koichi Yasutake <yasutake.koichi@jp.panasonic.com>,
linux-am33-list@redhat.com,
"David S. Miller" <davem@davemloft.net>,
SPARC <sparclinux@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 [PATCH supplied]
Date: Thu, 15 Jan 2009 08:44:08 -0800 [thread overview]
Message-ID: <496F67D8.4060507@sgi.com> (raw)
In-Reply-To: <20090115101428.GG5833@elte.hu>
Ingo Molnar wrote:
> * Mike Travis <travis@sgi.com> wrote:
>
>> Ingo Molnar wrote:
>>> also, with latest tip/master the ia64 cross-build still fails:
>>>
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c: In function `ia64_handle_irq':
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:498: error: structure has no member named `irqs'
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:500: error: structure has no member named `irqs'
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c: In function `ia64_process_pending_intr':
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:556: error: structure has no member named `irqs'
>>> /home/mingo/tip/arch/ia64/kernel/irq_ia64.c:558: error: structure has no member named `irqs'
>>> make[2]: *** [arch/ia64/kernel/irq_ia64.o] Error 1
>>> make[2]: *** Waiting for unfinished jobs....
>>>
>>> and so does the MIPS build:
>>>
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-int.c: In function 'indy_buserror_irq':
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-int.c:158: error: 'struct kernel_stat' has no member named 'irqs'
>>> make[2]: *** [arch/mips/sgi-ip22/ip22-int.o] Error 1
>>> make[2]: *** Waiting for unfinished jobs....
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-time.c: In function 'indy_8254timer_irq':
>>> /home/mingo/tip/arch/mips/sgi-ip22/ip22-time.c:125: error: 'struct kernel_stat' has no member named 'irqs'
>>> make[2]: *** [arch/mips/sgi-ip22/ip22-time.o] Error 1
>>> make[1]: *** [arch/mips/sgi-ip22] Error 2
>>> make[1]: *** Waiting for unfinished jobs....
>>>
>>> Ingo
>> Hi Ingo,
>>
>> This appears to be a fallout of the sparse irqs changes. Here is a
>> suggested patch.
>>
>> Btw, my ia64 build fails under tip/cpus4096 because this commit is not
>> present:
>>
>> commit e65e49d0f3714f4a6a42f6f6a19926ba33fcda75
>> Author: Mike Travis <travis@sgi.com>
>> Date: Mon Jan 12 15:27:13 2009 -0800
>>
>> irq: update all arches for new irq_desc
>
> it is present:
>
> [mingo@hera tip]$ git log cpus4096 | grep e65e49d
> commit e65e49d0f3714f4a6a42f6f6a19926ba33fcda75
>
> Ingo
Hmm, the exact same command on my work tree produces nothing. If I generate
a whole new tip/cpus4096 tree, it's then there. Once again a victim of
git remote updating - not! There must be something that I'm doing wrong:
Non-working tree:
21> git-describe
v2.6.29-rc1-19-g92296c6
22> git-status
# On branch cpus4096
# Your branch is behind 'tip/cpus4096' by 233 commits, and can be fast-forwarded.
23> git-remote update
Updating linus
Updating tip
24> git-status
# On branch cpus4096
# Your branch is behind 'tip/cpus4096' by 233 commits, and can be fast-forwarded.
25> git-describe
v2.6.29-rc1-19-g92296c6
New (working) tree:
2> git-describe
v2.6.29-rc1-252-g5cd7376
???
Thanks,
Mike
next prev parent reply other threads:[~2009-01-15 16:44 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <496BF6D5.9030403@sgi.com>
[not found] ` <20090113130048.GB31147@elte.hu>
[not found] ` <496CAF5A.3010304@sgi.com>
[not found] ` <496D0F46.2010907@sgi.com>
[not found] ` <496D2172.6030608@sgi.com>
[not found] ` <20090114165431.GA18826@elte.hu>
[not found] ` <20090114165524.GA21742@elte.hu>
[not found] ` <20090114175126.GA21078@elte.hu>
2009-01-14 23:43 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 Mike Travis
2009-01-14 23:43 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 [PATCH supplied] Mike Travis
2009-01-15 10:14 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 Ingo Molnar
2009-01-15 10:14 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 [PATCH supplied] Ingo Molnar
2009-01-15 16:44 ` Mike Travis [this message]
2009-01-15 16:44 ` Mike Travis
2009-01-15 17:35 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 Ingo Molnar
2009-01-15 17:35 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 [PATCH supplied] Ingo Molnar
2009-01-15 17:59 ` Andreas Schwab
2009-01-15 17:59 ` Andreas Schwab
2009-01-15 20:34 ` Mike Travis
2009-01-16 9:44 ` Andreas Schwab
2009-01-15 10:16 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 Ingo Molnar
2009-01-15 10:16 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 [PATCH supplied] Ingo Molnar
2009-01-15 12:21 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 Ingo Molnar
2009-01-15 12:21 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 [PATCH supplied] Ingo Molnar
2009-01-15 17:30 ` Mike Travis
2009-01-15 17:37 ` Ingo Molnar
2009-01-15 16:46 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 Mike Travis
2009-01-15 16:46 ` crash: IP: [<ffffffff80478092>] __bitmap_intersects+0x48/0x73 [PATCH supplied] Mike Travis
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=496F67D8.4060507@sgi.com \
--to=travis@sgi.com \
--cc=davem@davemloft.net \
--cc=dhowells@redhat.com \
--cc=hpa@zytor.com \
--cc=linux-am33-list@redhat.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=mingo@elte.hu \
--cc=ralf@linux-mips.org \
--cc=rusty@rustcorp.com.au \
--cc=sparclinux@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
--cc=yasutake.koichi@jp.panasonic.com \
--cc=yinghai@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.