Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-14 Thread Dominik Brodowski
On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: > Paulo Marques wrote: > >[...] > >A simple and robust way is to do the sampling on a list of symbols > >sorted by symbol name. This way, even if the symbol positions that are > >given to scripts/kallsyms change, the symbols sampled

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-14 Thread Dominik Brodowski
On Sun, Mar 13, 2005 at 09:54:41AM +0100, Sam Ravnborg wrote: > On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: > > Paulo Marques wrote: > > >[...] > > >A simple and robust way is to do the sampling on a list of symbols > > >sorted by symbol name. This way, even if the symbol

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-14 Thread Paulo Marques
Sam Ravnborg wrote: On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: Paulo Marques wrote: [...] A simple and robust way is to do the sampling on a list of symbols sorted by symbol name. This way, even if the symbol positions that are given to scripts/kallsyms change, the symbols

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-14 Thread Paulo Marques
Sam Ravnborg wrote: On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: Paulo Marques wrote: [...] A simple and robust way is to do the sampling on a list of symbols sorted by symbol name. This way, even if the symbol positions that are given to scripts/kallsyms change, the symbols

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-14 Thread Dominik Brodowski
On Sun, Mar 13, 2005 at 09:54:41AM +0100, Sam Ravnborg wrote: On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: Paulo Marques wrote: [...] A simple and robust way is to do the sampling on a list of symbols sorted by symbol name. This way, even if the symbol positions that

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-14 Thread Dominik Brodowski
On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: Paulo Marques wrote: [...] A simple and robust way is to do the sampling on a list of symbols sorted by symbol name. This way, even if the symbol positions that are given to scripts/kallsyms change, the symbols sampled will be

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-13 Thread Sam Ravnborg
On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: > Paulo Marques wrote: > >[...] > >A simple and robust way is to do the sampling on a list of symbols > >sorted by symbol name. This way, even if the symbol positions that are > >given to scripts/kallsyms change, the symbols sampled

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-13 Thread Sam Ravnborg
On Thu, Mar 10, 2005 at 12:12:22PM +, Paulo Marques wrote: Paulo Marques wrote: [...] A simple and robust way is to do the sampling on a list of symbols sorted by symbol name. This way, even if the symbol positions that are given to scripts/kallsyms change, the symbols sampled will be

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-10 Thread Paulo Marques
Paulo Marques wrote: [...] A simple and robust way is to do the sampling on a list of symbols sorted by symbol name. This way, even if the symbol positions that are given to scripts/kallsyms change, the symbols sampled will be the same. I'll do the patch to do this and send it ASAP. Ok, here it

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-10 Thread Paulo Marques
Paulo Marques wrote: [...] A simple and robust way is to do the sampling on a list of symbols sorted by symbol name. This way, even if the symbol positions that are given to scripts/kallsyms change, the symbols sampled will be the same. I'll do the patch to do this and send it ASAP. Ok, here it

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-09 Thread Paulo Marques
Paulo Marques wrote: [...] Can you send me privately a tar.bz2 containing your .config, .tmp_kallsyms1.S and .tmp_kallsyms2.S so I can try to figure out what's going on? Ok, after some investigation into the files I was able to find out the problem. scripts/kallsyms.c uses a subset of the

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-09 Thread Paulo Marques
Dominik Brodowski wrote: On Tue, Mar 08, 2005 at 12:35:54PM -0800, Andrew Morton wrote: Dominik Brodowski <[EMAIL PROTECTED]> wrote: compiling -mm2 on my x86 box results in: SYSMAP .tmp_System.map Inconsistent kallsyms data Try setting CONFIG_KALLSYMS_EXTRA_PASS make: *** [vmlinux] Fehler 1

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-09 Thread Paulo Marques
Dominik Brodowski wrote: On Tue, Mar 08, 2005 at 12:35:54PM -0800, Andrew Morton wrote: Dominik Brodowski [EMAIL PROTECTED] wrote: compiling -mm2 on my x86 box results in: SYSMAP .tmp_System.map Inconsistent kallsyms data Try setting CONFIG_KALLSYMS_EXTRA_PASS make: *** [vmlinux] Fehler 1

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-09 Thread Paulo Marques
Paulo Marques wrote: [...] Can you send me privately a tar.bz2 containing your .config, .tmp_kallsyms1.S and .tmp_kallsyms2.S so I can try to figure out what's going on? Ok, after some investigation into the files I was able to find out the problem. scripts/kallsyms.c uses a subset of the

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-08 Thread Dominik Brodowski
On Tue, Mar 08, 2005 at 12:35:54PM -0800, Andrew Morton wrote: > Dominik Brodowski <[EMAIL PROTECTED]> wrote: > > > > compiling -mm2 on my x86 box results in: > > > > SYSMAP .tmp_System.map > > Inconsistent kallsyms data > > Try setting CONFIG_KALLSYMS_EXTRA_PASS > > make: *** [vmlinux] Fehler 1

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-08 Thread Andrew Morton
Dominik Brodowski <[EMAIL PROTECTED]> wrote: > > compiling -mm2 on my x86 box results in: > > SYSMAP .tmp_System.map > Inconsistent kallsyms data > Try setting CONFIG_KALLSYMS_EXTRA_PASS > make: *** [vmlinux] Fehler 1 > > gcc-Version 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, >

inconsistent kallsyms data [2.6.11-mm2]

2005-03-08 Thread Dominik Brodowski
compiling -mm2 on my x86 box results in: SYSMAP .tmp_System.map Inconsistent kallsyms data Try setting CONFIG_KALLSYMS_EXTRA_PASS make: *** [vmlinux] Fehler 1 gcc-Version 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0, pie-8.7.7) Dominik - To unsubscribe from this

inconsistent kallsyms data [2.6.11-mm2]

2005-03-08 Thread Dominik Brodowski
compiling -mm2 on my x86 box results in: SYSMAP .tmp_System.map Inconsistent kallsyms data Try setting CONFIG_KALLSYMS_EXTRA_PASS make: *** [vmlinux] Fehler 1 gcc-Version 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0, pie-8.7.7) Dominik - To unsubscribe from this

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-08 Thread Andrew Morton
Dominik Brodowski [EMAIL PROTECTED] wrote: compiling -mm2 on my x86 box results in: SYSMAP .tmp_System.map Inconsistent kallsyms data Try setting CONFIG_KALLSYMS_EXTRA_PASS make: *** [vmlinux] Fehler 1 gcc-Version 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0,

Re: inconsistent kallsyms data [2.6.11-mm2]

2005-03-08 Thread Dominik Brodowski
On Tue, Mar 08, 2005 at 12:35:54PM -0800, Andrew Morton wrote: Dominik Brodowski [EMAIL PROTECTED] wrote: compiling -mm2 on my x86 box results in: SYSMAP .tmp_System.map Inconsistent kallsyms data Try setting CONFIG_KALLSYMS_EXTRA_PASS make: *** [vmlinux] Fehler 1 gcc-Version