Re: 2.6.25-rc2-mm1 (x86 MCE build error)

2008-02-18 Thread Adrian Bunk
On Sun, Feb 17, 2008 at 09:17:55PM -0800, Randy Dunlap wrote:
> On Sat, 16 Feb 2008 00:25:22 -0800 Andrew Morton wrote:
> 
> > 
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/
> 
> It's possible to config a specific CPU and also enable Intel MCE checks
> and AMD MCE checks, ending with this:
> 
> arch/x86/kernel/built-in.o: In function `smp_thermal_interrupt_init':
> mce_amd_64.c:(.text+0xd7ea): undefined reference to `num_k8_northbridges'
> mce_amd_64.c:(.text+0xd800): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd863): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd888): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd8b1): undefined reference to `num_k8_northbridges'
> mce_amd_64.c:(.text+0xd8d8): undefined reference to `num_k8_northbridges'
> mce_amd_64.c:(.text+0xd8f3): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd917): undefined reference to `num_k8_northbridges'
> make[1]: *** [.tmp_vmlinux1] Error 1
> 
> .config file is attached.

That's x86-amd-thermal-interrupt-support.patch failing with 
CONFIG_K8_NB=n.

> ~Randy

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.25-rc2-mm1 (x86 MCE build error)

2008-02-18 Thread Adrian Bunk
On Sun, Feb 17, 2008 at 09:17:55PM -0800, Randy Dunlap wrote:
 On Sat, 16 Feb 2008 00:25:22 -0800 Andrew Morton wrote:
 
  
  ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/
 
 It's possible to config a specific CPU and also enable Intel MCE checks
 and AMD MCE checks, ending with this:
 
 arch/x86/kernel/built-in.o: In function `smp_thermal_interrupt_init':
 mce_amd_64.c:(.text+0xd7ea): undefined reference to `num_k8_northbridges'
 mce_amd_64.c:(.text+0xd800): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd863): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd888): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd8b1): undefined reference to `num_k8_northbridges'
 mce_amd_64.c:(.text+0xd8d8): undefined reference to `num_k8_northbridges'
 mce_amd_64.c:(.text+0xd8f3): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd917): undefined reference to `num_k8_northbridges'
 make[1]: *** [.tmp_vmlinux1] Error 1
 
 .config file is attached.

That's x86-amd-thermal-interrupt-support.patch failing with 
CONFIG_K8_NB=n.

 ~Randy

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.25-rc2-mm1 (x86 MCE build error)

2008-02-17 Thread Yinghai Lu
On Feb 17, 2008 9:17 PM, Randy Dunlap <[EMAIL PROTECTED]> wrote:
> On Sat, 16 Feb 2008 00:25:22 -0800 Andrew Morton wrote:
>
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/
>
> It's possible to config a specific CPU and also enable Intel MCE checks
> and AMD MCE checks, ending with this:
>
> arch/x86/kernel/built-in.o: In function `smp_thermal_interrupt_init':
> mce_amd_64.c:(.text+0xd7ea): undefined reference to `num_k8_northbridges'
> mce_amd_64.c:(.text+0xd800): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd863): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd888): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd8b1): undefined reference to `num_k8_northbridges'
> mce_amd_64.c:(.text+0xd8d8): undefined reference to `num_k8_northbridges'
> mce_amd_64.c:(.text+0xd8f3): undefined reference to `k8_northbridges'
> mce_amd_64.c:(.text+0xd917): undefined reference to `num_k8_northbridges'
> make[1]: *** [.tmp_vmlinux1] Error 1
>
> .config file is attached.

same config no problem with mainline.

YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.25-rc2-mm1 (x86 MCE build error)

2008-02-17 Thread Randy Dunlap
On Sat, 16 Feb 2008 00:25:22 -0800 Andrew Morton wrote:

> 
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/

It's possible to config a specific CPU and also enable Intel MCE checks
and AMD MCE checks, ending with this:

arch/x86/kernel/built-in.o: In function `smp_thermal_interrupt_init':
mce_amd_64.c:(.text+0xd7ea): undefined reference to `num_k8_northbridges'
mce_amd_64.c:(.text+0xd800): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd863): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd888): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd8b1): undefined reference to `num_k8_northbridges'
mce_amd_64.c:(.text+0xd8d8): undefined reference to `num_k8_northbridges'
mce_amd_64.c:(.text+0xd8f3): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd917): undefined reference to `num_k8_northbridges'
make[1]: *** [.tmp_vmlinux1] Error 1

.config file is attached.

---
~Randy


config-rand3
Description: Binary data


Re: 2.6.25-rc2-mm1 (x86 MCE build error)

2008-02-17 Thread Randy Dunlap
On Sat, 16 Feb 2008 00:25:22 -0800 Andrew Morton wrote:

 
 ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/

It's possible to config a specific CPU and also enable Intel MCE checks
and AMD MCE checks, ending with this:

arch/x86/kernel/built-in.o: In function `smp_thermal_interrupt_init':
mce_amd_64.c:(.text+0xd7ea): undefined reference to `num_k8_northbridges'
mce_amd_64.c:(.text+0xd800): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd863): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd888): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd8b1): undefined reference to `num_k8_northbridges'
mce_amd_64.c:(.text+0xd8d8): undefined reference to `num_k8_northbridges'
mce_amd_64.c:(.text+0xd8f3): undefined reference to `k8_northbridges'
mce_amd_64.c:(.text+0xd917): undefined reference to `num_k8_northbridges'
make[1]: *** [.tmp_vmlinux1] Error 1

.config file is attached.

---
~Randy


config-rand3
Description: Binary data


Re: 2.6.25-rc2-mm1 (x86 MCE build error)

2008-02-17 Thread Yinghai Lu
On Feb 17, 2008 9:17 PM, Randy Dunlap [EMAIL PROTECTED] wrote:
 On Sat, 16 Feb 2008 00:25:22 -0800 Andrew Morton wrote:

 
  ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/

 It's possible to config a specific CPU and also enable Intel MCE checks
 and AMD MCE checks, ending with this:

 arch/x86/kernel/built-in.o: In function `smp_thermal_interrupt_init':
 mce_amd_64.c:(.text+0xd7ea): undefined reference to `num_k8_northbridges'
 mce_amd_64.c:(.text+0xd800): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd863): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd888): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd8b1): undefined reference to `num_k8_northbridges'
 mce_amd_64.c:(.text+0xd8d8): undefined reference to `num_k8_northbridges'
 mce_amd_64.c:(.text+0xd8f3): undefined reference to `k8_northbridges'
 mce_amd_64.c:(.text+0xd917): undefined reference to `num_k8_northbridges'
 make[1]: *** [.tmp_vmlinux1] Error 1

 .config file is attached.

same config no problem with mainline.

YH
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/