Re: getting module symbols into ksyms

2000-10-22 Thread Jerry Kelley
Thanks for the info. I'll give it a try. Jerry - Original Message - From: "Keith Owens" <[EMAIL PROTECTED]> To: "Jerry Kelley" <[EMAIL PROTECTED]> Cc: "linux kernel" <[EMAIL PROTECTED]> Sent: Sunday, October 22, 2000 5:24 PM Subje

Re: getting module symbols into ksyms

2000-10-22 Thread Keith Owens
On Sun, 22 Oct 2000 10:26:04 -0500, "Jerry Kelley" <[EMAIL PROTECTED]> wrote: >kernel = 2.2.14-5.0 for i686 UP >insmod reports version 2.3.10-pre1 >ksymoops is 0.7c Upgrade both modutils and ksymoops, both are well out of date. Also kernel 2.2.14 does not have the code to handle symbols if you

Re: getting module symbols into ksyms

2000-10-22 Thread Jerry Kelley
- Original Message - From: "Keith Owens" <[EMAIL PROTECTED]> To: "Jerry Kelley" <[EMAIL PROTECTED]> Cc: "linux kernel" <[EMAIL PROTECTED]> Sent: Saturday, October 21, 2000 9:11 PM Subject: Re: getting module symbols into ksyms > On Sat, 21 Oct 2000

Re: getting module symbols into ksyms

2000-10-22 Thread Jerry Kelley
so complicated. I'll get the details. - Original Message - From: "Keith Owens" <[EMAIL PROTECTED]> To: "Jerry Kelley" <[EMAIL PROTECTED]> Cc: "linux kernel" <[EMAIL PROTECTED]> Sent: Saturday, October 21, 2000 9:11 PM Subject: Re:

Re: getting module symbols into ksyms

2000-10-21 Thread Keith Owens
On Sat, 21 Oct 2000 10:41:08 -0500, "Jerry Kelley" <[EMAIL PROTECTED]> wrote: >I'm trying to debug the oops that my module is generating. When I use = >ksymoops on the oops text I get a warning saying that the module is in = >lsmod but is not found in ksyms. I have two questions: Please send in

getting module symbols into ksyms

2000-10-21 Thread Jerry Kelley
I'm trying to debug the oops that my module is generating. When I use ksymoops on the oops text I get a warning saying that the module is in lsmod but is not found in ksyms. I have two questions:   1. How do I get my symbols into ksyms?   2. Are only exported symbols in ksyms? Translation: Wi