Re: kmalloc panic

2015-06-08 Thread Johannes Berg
On Sat, 2015-06-06 at 19:10 -0400, Toan Pham wrote: > I am experiencing a similar issue on another system (at91sam9n12) that > uses Redpine Signal Wireless Driver 1.1.0. I do not know the root > cause yet, but it may be related to the Redpine Signals driver. Will > update this mailing list if th

Re: kmalloc panic

2015-06-06 Thread Toan Pham
I am experiencing a similar issue on another system (at91sam9n12) that uses Redpine Signal Wireless Driver 1.1.0. I do not know the root cause yet, but it may be related to the Redpine Signals driver. Will update this mailing list if the problem is with the redpine driver. thanks On Thu, May 28

Re: kmalloc panic

2015-05-28 Thread Johannes Berg
On Wed, 2015-05-27 at 22:15 -0700, Cong Wang wrote: > > rsi_client: module license 'Proprietary' taints kernel. > > Disabling lock debugging due to kernel taint > > RSI_Init called and registering the client driver If this is what I think it is - the redpine signals wifi driver, then I have no in

Re: kmalloc panic

2015-05-28 Thread Richard Weinberger
On Thu, May 28, 2015 at 9:21 AM, pavani wrote: > Hi Cong , > > Thanks for the response. > > Where we need to fix the bug ?I mean in the driver or kernel source code or > hardware level. The more interesting question is, is this a recent and pristine kernel from kernel.org? -- Thanks, //richard

Re: kmalloc panic

2015-05-28 Thread pavani
: (Cc'ing netdev and wireless... Looks like a bug in wireless ext.) On Wed, May 27, 2015 at 6:46 AM, pavani wrote: Hi, I connected to AP with the help of wpa_supplicant in linux.After connecting to AP I am facing an issue like "kmalloc panic".can you help me how to solve this issu

Re: kmalloc panic

2015-05-27 Thread Cong Wang
(Cc'ing netdev and wireless... Looks like a bug in wireless ext.) On Wed, May 27, 2015 at 6:46 AM, pavani wrote: > Hi, > > I connected to AP with the help of wpa_supplicant in linux.After connecting > to AP I am facing an issue like "kmalloc panic".can you help me >