From: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [RFC][PATCH take2 0/13] Support vector domain on ia64
Date: Thu, 05 Jul 2007 11:55:22 +0000 [thread overview]
Message-ID: <468CDC2A.2020509@jp.fujitsu.com> (raw)
In-Reply-To: <46779036.5050602@jp.fujitsu.com>
Hi Tony,
Luck, Tony wrote:
>> Here is a series of patches for ia64 vector domain. By these patches, we can
>> use more than 256 irqs. The patchset is based on existing x86-64 vector domain
>> code. This is for 2.6.22-rc5 and I tested them on my ia64 box.
>
> There are a few whitespace issues (<space><tab>) amongst these patches (I think
> in parts 6 & 13). Here's the summary of the broken bits:
>
> < + unsigned int gsi_base; /* GSI base */
> < + unsigned short num_rte; /* # of RTEs on this IOSAPIC */
> ---
>> + unsigned int gsi_base; /* GSI base */
>> + unsigned short num_rte; /* # of RTEs on this IOSAPIC */
>
> < + if (irq < 0)
> ---
>> + if (irq < 0)
>
> < +#define IRQ_RSVD (2)
> ---
>> +#define IRQ_RSVD (2)
>
> < + return vector;
> ---
>> + return vector;
>
> I also got two build errors which broke several configurations:
>
> tiger-up (this is arch/ia64/configs/tiger_defconfig with CONFIG_SMP deleted)
>
> arch/ia64/kernel/irq_ia64.c: In function `parse_vector_domain':
> arch/ia64/kernel/irq_ia64.c:270: error: `no_int_routing' undeclared (first use in this function)
> arch/ia64/kernel/irq_ia64.c:270: error: (Each undeclared identifier is reported only once
> arch/ia64/kernel/irq_ia64.c:270: error: for each function it appears in.)
> make[1]: *** [arch/ia64/kernel/irq_ia64.o] Error 1
>
> generic-up (arch/ia64/defconfig with CONFIG_SMP deleted)
>
> same error as tiger-up
>
> generic-smp (arch/ia64-defconfig)
>
> CC arch/ia64/kernel/asm-offsets.s
> In file included from include/linux/hardirq.h:7,
> from include/linux/interrupt.h:11,
> from include/asm-ia64/mca.h:16,
> from arch/ia64/kernel/asm-offsets.c:15:
> include/asm/hardirq.h:30:3: #error HARDIRQ_BITS is too low!
> make[1]: *** [arch/ia64/kernel/asm-offsets.s] Error 1
>
>
> sn2-smp (arch/ia64/configs/sn2_defconfig)
>
> same error as generic-smp
>
> generic-sparse (arch/ia64/configs/gensparse_defconfig)
>
> same error as generic-smp
>
> allnoconfig (make allnoconfig)
>
> same error as tiger-up
>
>
>
> Booting the arch/ia64/configs/tiger_defconfig kernel on my 4-socket Montecito tiger platform, I
> get an almost immediate oops. I don't have the full stack backtrace, but the highlights were:
>
> die
> ia64_do_page_fault
> ia64_leave_kernel
> ia64_handle_irq
> ia64_leave_kernel
> unlock_ipi_calllock
> start_secondary
>
> I tried both with and without the new "vector=percpu" boot option (which needs to be
> documented in Documentation/kernel-parameters.txt), but it dies with the same
> stack trace both ways.
>
I tried it on my 4-socket Montecito machine, but didn't happen.
Could you send me your .config file and entire stack trace ?
Thanks,
Yasuaki Ishimatsu
> -Tony
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2007-07-05 11:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-19 8:13 [RFC][PATCH take2 0/13] Support vector domain on ia64 Yasuaki Ishimatsu
2007-06-29 21:04 ` Luck, Tony
2007-06-29 22:30 ` Luck, Tony
2007-06-29 23:20 ` Luck, Tony
2007-07-02 10:26 ` Yasuaki Ishimatsu
2007-07-04 3:14 ` Yasuaki Ishimatsu
2007-07-05 11:55 ` Yasuaki Ishimatsu [this message]
2007-07-10 18:12 ` Luck, Tony
2007-07-10 23:36 ` Luck, Tony
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=468CDC2A.2020509@jp.fujitsu.com \
--to=isimatu.yasuaki@jp.fujitsu.com \
--cc=linux-ia64@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.