Re: arch/x86/lib/inat.c Error and Kernel Panic

2012-10-01 Thread Franklin Wei
Copied the .config to the source dir, trying again. On 10/1/12, Franklin Wei wrote: > I'll take your advice. However, this is a MacBook so... > Thanks anyways! > > On 9/29/12, Borislav Petkov wrote: >> On Sat, Sep 29, 2012 at 09:36:36AM -0400, Franklin Wei wrote: >>> Well, I managed to compile

Re: arch/x86/lib/inat.c Error and Kernel Panic

2012-10-01 Thread Franklin Wei
I'll take your advice. However, this is a MacBook so... Thanks anyways! On 9/29/12, Borislav Petkov wrote: > On Sat, Sep 29, 2012 at 09:36:36AM -0400, Franklin Wei wrote: >> Well, I managed to compile the kernel (3.6rc7) using the code in the >> tar.gz. However, when I try to boot it, it gives a

Re: arch/x86/lib/inat.c Error and Kernel Panic

2012-10-01 Thread Franklin Wei
I'll take your advice. However, this is a MacBook so... Thanks anyways! On 9/29/12, Borislav Petkov b...@alien8.de wrote: On Sat, Sep 29, 2012 at 09:36:36AM -0400, Franklin Wei wrote: Well, I managed to compile the kernel (3.6rc7) using the code in the tar.gz. However, when I try to boot it,

Re: arch/x86/lib/inat.c Error and Kernel Panic

2012-10-01 Thread Franklin Wei
Copied the .config to the source dir, trying again. On 10/1/12, Franklin Wei frankhwei...@gmail.com wrote: I'll take your advice. However, this is a MacBook so... Thanks anyways! On 9/29/12, Borislav Petkov b...@alien8.de wrote: On Sat, Sep 29, 2012 at 09:36:36AM -0400, Franklin Wei wrote:

Re: arch/x86/lib/inat.c Error and Kernel Panic

2012-09-29 Thread Borislav Petkov
On Sat, Sep 29, 2012 at 09:36:36AM -0400, Franklin Wei wrote: > Well, I managed to compile the kernel (3.6rc7) using the code in the > tar.gz. However, when I try to boot it, it gives a kernel panic. I > suspect that it has to do with the initrd I created, judging from the > messages on the

Re: arch/x86/lib/inat.c Error and Kernel Panic

2012-09-29 Thread Borislav Petkov
On Sat, Sep 29, 2012 at 09:36:36AM -0400, Franklin Wei wrote: Well, I managed to compile the kernel (3.6rc7) using the code in the tar.gz. However, when I try to boot it, it gives a kernel panic. I suspect that it has to do with the initrd I created, judging from the messages on the screen.

Re: arch/x86/lib/inat.c Error

2012-09-25 Thread Franklin Wei
I found something: My inat-tables.c is blank! Going to get the source from Git and try again. Thanks for the help! On 9/25/12, Borislav Petkov wrote: > On Mon, Sep 24, 2012 at 06:16:50PM -0700, Randy Dunlap wrote: >> >> That's because all those _tables thingies are included from a >> >>

Re: arch/x86/lib/inat.c Error

2012-09-25 Thread Borislav Petkov
On Mon, Sep 24, 2012 at 06:16:50PM -0700, Randy Dunlap wrote: > >> That's because all those _tables thingies are included from a > >> "inat-tables.c" in the same directory but it somehow doesn't get > >> included?! > >> > >> Can we get your .config pls? Also, you're doing a "normal" kernel build >

Re: arch/x86/lib/inat.c Error

2012-09-25 Thread Borislav Petkov
On Mon, Sep 24, 2012 at 06:16:50PM -0700, Randy Dunlap wrote: That's because all those _tables thingies are included from a inat-tables.c in the same directory but it somehow doesn't get included?! Can we get your .config pls? Also, you're doing a normal kernel build on the command

Re: arch/x86/lib/inat.c Error

2012-09-25 Thread Franklin Wei
I found something: My inat-tables.c is blank! Going to get the source from Git and try again. Thanks for the help! On 9/25/12, Borislav Petkov b...@alien8.de wrote: On Mon, Sep 24, 2012 at 06:16:50PM -0700, Randy Dunlap wrote: That's because all those _tables thingies are included from a

Re: arch/x86/lib/inat.c Error

2012-09-24 Thread Randy Dunlap
On 09/24/2012 04:04 PM, Franklin Wei wrote: > Here it is > > On 9/24/12, Borislav Petkov wrote: >> On Sun, Sep 23, 2012 at 04:34:24PM -0400, Franklin Wei wrote: >>> Something wrong with lines 29-86 >>> Error message when compiling: >>> CC arch/x86/lib/inat.o >>> arch/x86/lib/inat.c: In

Re: arch/x86/lib/inat.c Error

2012-09-24 Thread Borislav Petkov
On Sun, Sep 23, 2012 at 04:34:24PM -0400, Franklin Wei wrote: > Something wrong with lines 29-86 > Error message when compiling: > CC arch/x86/lib/inat.o > arch/x86/lib/inat.c: In function ‘inat_get_opcode_attribute’: > arch/x86/lib/inat.c:29: error: ‘inat_primary_table’ undeclared (first >

Re: arch/x86/lib/inat.c Error

2012-09-24 Thread Borislav Petkov
On Sun, Sep 23, 2012 at 04:34:24PM -0400, Franklin Wei wrote: Something wrong with lines 29-86 Error message when compiling: CC arch/x86/lib/inat.o arch/x86/lib/inat.c: In function ‘inat_get_opcode_attribute’: arch/x86/lib/inat.c:29: error: ‘inat_primary_table’ undeclared (first use

Re: arch/x86/lib/inat.c Error

2012-09-24 Thread Randy Dunlap
On 09/24/2012 04:04 PM, Franklin Wei wrote: Here it is On 9/24/12, Borislav Petkov b...@alien8.de wrote: On Sun, Sep 23, 2012 at 04:34:24PM -0400, Franklin Wei wrote: Something wrong with lines 29-86 Error message when compiling: CC arch/x86/lib/inat.o arch/x86/lib/inat.c: In