Re: preempt with selinux NULL pointer dereference

2005-08-05 Thread Marc Ballarin
On Fri, 05 Aug 2005 17:46:13 +0100 Antoine Martin <[EMAIL PROTECTED]> wrote: > > > [ 4788.218995] Pid: 19002, comm: ssh Tainted: G M 2.6.13-rc5 > > > > Which of your modules is non-GPL and can you please remove them and see if > > there's still a problem? > Hmm. I occasionally use out-of-tree

Re: preempt with selinux NULL pointer dereference

2005-08-05 Thread linux-os \(Dick Johnson\)
On Fri, 5 Aug 2005, Dave Jones wrote: > On Fri, Aug 05, 2005 at 01:19:40PM -0400, linux-os (Dick Johnson) wrote: > > > > > tsdev 8832 0 > >___ This doesen't seem to be a "standard" module. Maybe > > it doesn't have a GPL compatible "license string". > > Bzt. > > (li

Re: preempt with selinux NULL pointer dereference

2005-08-05 Thread Dave Jones
On Fri, Aug 05, 2005 at 01:19:40PM -0400, linux-os (Dick Johnson) wrote: > > > tsdev 8832 0 >___ This doesen't seem to be a "standard" module. Maybe > it doesn't have a GPL compatible "license string". Bzt. (linux-2.6.12)$ grep GPL drivers/input/tsdev.c MODULE_

Re: preempt with selinux NULL pointer dereference

2005-08-05 Thread linux-os \(Dick Johnson\)
On Fri, 5 Aug 2005, Antoine Martin wrote: >>> [ 4788.218951] Unable to handle kernel NULL pointer dereference at >>> 0028 RIP: >>> [ 4788.218959] {inode_has_perm+81} >>> [ 4788.218971] PGD 2485f067 PUD 0 >>> [ 4788.218975] Oops: [1] PREEMPT >>> [ 4788.218977] CPU 0 >>> [ 4788.21

Re: preempt with selinux NULL pointer dereference

2005-08-05 Thread James Morris
On Fri, 5 Aug 2005, Antoine Martin wrote: # cat /proc/sys/kernel/tainted 16 Even figuring out the definition of the 'tainted' masks took a bit of googling. Try something like: cat /proc/modules | cut -f1 -d ' '| xargs modinfo -- James Morris <[EMAIL PROTECTED]> - To unsubscribe from this

Re: preempt with selinux NULL pointer dereference

2005-08-05 Thread Antoine Martin
> > [ 4788.218951] Unable to handle kernel NULL pointer dereference at > > 0028 RIP: > > [ 4788.218959] {inode_has_perm+81} > > [ 4788.218971] PGD 2485f067 PUD 0 > > [ 4788.218975] Oops: [1] PREEMPT > > [ 4788.218977] CPU 0 > > [ 4788.218979] Modules linked in: parport_pc lp parpo

Re: preempt with selinux NULL pointer dereference

2005-08-05 Thread James Morris
On Fri, 5 Aug 2005, antoine wrote: After using it for a good few hours, I launched a shell script in a terminal and got the traces below. I hope this helps (if not, please let me know how to make it helpful or I'll just stop testing -rc kernels and save myself some time) [ 4788.218951] Unabl