Problem with kallsyms utility - root cause of "Inconsistent kallsyms data" error

2014-01-20 Thread Hrvoje Habjanić
Hi. While building custom kernel for ARM, using openwrt, i did hit "Inconsistent kallsyms data", and i can repeat it every time. After short investigation, i did track problem down to kallsyms utility, which generates source for compressed binary dump of kernel symbols table. To make it short,

Re: "Inconsistent kallsyms data" error

2012-08-10 Thread Michal Marek
On Fri, Aug 10, 2012 at 02:02:33AM +0200, Jan Engelhardt wrote: > > On Saturday 2012-07-07 23:40, Michal Marek wrote: > >index cd9c6c6..4629038 100644 > >--- a/scripts/link-vmlinux.sh > >+++ b/scripts/link-vmlinux.sh > >@@ -210,8 +210,8 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then > > mksysmap ${ka

Re: "Inconsistent kallsyms data" error

2012-08-09 Thread Jan Engelhardt
On Saturday 2012-07-07 23:40, Michal Marek wrote: >index cd9c6c6..4629038 100644 >--- a/scripts/link-vmlinux.sh >+++ b/scripts/link-vmlinux.sh >@@ -210,8 +210,8 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then > mksysmap ${kallsyms_vmlinux} .tmp_System.map > > if ! cmp -s System.map .tmp_Syste

Re: "Inconsistent kallsyms data" error

2012-07-15 Thread Domenico Andreoli
On Sat, Jul 07, 2012 at 12:48:23AM -0400, Paul Gortmaker wrote: > On Fri, Jul 6, 2012 at 7:17 AM, Paulo Marques wrote: > > [...] > > > > > There was a recent thread from David Brown on the arm linux mailing list > > ("ARM: two possible fixes for the KALLSYMS build problem"). He tracked > > down

Re: "Inconsistent kallsyms data" error

2012-07-07 Thread Michal Marek
On Thu, Jul 05, 2012 at 02:18:18PM -0700, Linus Torvalds wrote: > So for some unknown reason I'm hitting this on just one particular > machine, and it's *very* annoying. > > It's annoying for three reasons: > > - it's breaking the build (duh) > > - the error is printed out to stderr, so you do

Re: "Inconsistent kallsyms data" error

2012-07-06 Thread Paul Gortmaker
On Fri, Jul 6, 2012 at 7:17 AM, Paulo Marques wrote: [...] > > There was a recent thread from David Brown on the arm linux mailing list > ("ARM: two possible fixes for the KALLSYMS build problem"). He tracked > down the problem to having empty per_cpu sections on a non-smp build. Actually rmk d

Re: Inconsistent kallsyms data error near the end of make in the linux kernel-2.6.13

2005-09-02 Thread Sabuj Pattanayek
Thanks, that worked for this system. On 9/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Sabuj Pattanayek <[EMAIL PROTECTED]>: > > > Hi all, > > Hi, Sabuj > > > I'm posting a bug as directed by REPORTING-BUGS in the kernel sources.

Re: Inconsistent kallsyms data error near the end of make in the linux kernel-2.6.13

2005-09-01 Thread
Quoting Sabuj Pattanayek <[EMAIL PROTECTED]>: > Hi all, Hi, Sabuj > I'm posting a bug as directed by REPORTING-BUGS in the kernel sources. > > PROBLEM: Inconsistent kallsyms data error near the end of make in the linux > kernel-2.6.13 . This is probably a known p

Inconsistent kallsyms data error near the end of make in the linux kernel-2.6.13

2005-09-01 Thread Sabuj Pattanayek
Hi all, I'm posting a bug as directed by REPORTING-BUGS in the kernel sources. PROBLEM: Inconsistent kallsyms data error near the end of make in the linux kernel-2.6.13 . 1) Decompress full linux-2.6.13.tar.bz2 sources to /usr/src/linux 2) cp /boot/config-2.6.12.5 to /usr/src/linux/.con