SSL certificate with Wrong Hostname

2017-05-16 Thread Narasimha M
Hi All, I am new to check the vulnerabilities. Could some one please tell me about this vulnerability and how to check whether that vulnerability exists. Thanks in advance. -- Narasimha ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org h

Re: DWM 157 D1 Dongle support

2017-04-25 Thread Narasimha M
want to know what is this messageContent? can we gerenerate this based on some data ? Regards, Narasimha On Tue, Apr 25, 2017 at 4:06 PM, Bjørn Mork wrote: > Narasimha M writes: > >> Hi All, >> >> I am trying to support DMW 157 D1 dongle. I have the pid (7600) and >>

DWM 157 D1 Dongle support

2017-04-25 Thread Narasimha M
Hi All, I am trying to support DMW 157 D1 dongle. I have the pid (7600) and vids (2001) for this dongle. Could someone share the messagecontent for usb_modeswitch to convert into modem. Thanks in advance. -- Narasimha ___ Kernelnewbies mailing lis

Re: Kernel panic debugging

2016-08-04 Thread Narasimha M
Hi, We are using that for some internal project. On Thu, Aug 4, 2016 at 2:00 PM, Shubhrajyoti Datta wrote: > > > On Thu, Aug 4, 2016 at 1:52 PM, Narasimha M wrote: >> >> Hi All, >> >> I am using linux-3.10.20 kernel and facing the below reported panic >

Kernel panic debugging

2016-08-04 Thread Narasimha M
Hi All, I am using linux-3.10.20 kernel and facing the below reported panic some times. As this is coming from general linux stack. Could you please guide how to debug these kind of panics. Call Trace: [] get_pageblock_flags_group+0xa8/0xd0 [] suitable_migration_target+0x1c/0x68 [] compaction_al

Kernel panic debugging

2016-08-04 Thread Narasimha M
Hi All, I am using linux-3.10.20 kernel and facing the below reported panic some times. As this is coming from general linux stack. Could you please guide how to debug these kind of panics. Call Trace: [] get_pageblock_flags_group+0xa8/0xd0 [] suitable_migration_target+0x1c/0x68 [] compaction_al

Re: IPV6 Multipath support

2016-06-21 Thread Narasimha M
Hi, Could some one please update as this is very urgent for me. I am not able to proceed further. Thanks On Mon, Jun 20, 2016 at 5:33 PM, Narasimha M wrote: > Hi All, > > I am using linux kernel 3.10.20, and tried to add multipath routes > using the below commands. > > ip -6

IPV6 Multipath support

2016-06-20 Thread Narasimha M
Hi All, I am using linux kernel 3.10.20, and tried to add multipath routes using the below commands. ip -6 route add default nexthop via ::1 dev eth1 weight 1 nexthop via ::2 dev eth0 weight 1. But when i run the traffic to the host reachable to both the interfaces, traffic is always goi

GobiNet USB driver support for Big endian

2016-05-26 Thread Narasimha M
Hi All, We have GobiNet usb driver open source, which is working fine with little endian architecture. Facing issues with Big-Endian architecture. Please help if some one supported for Big_endian. -- Narasimha ___ Kernelnewbies mailing list Kernelnewbi

Re: USB device debugging

2016-05-25 Thread Narasimha M
On Wed, May 25, 2016 at 3:41 PM, Bjørn Mork wrote: > Narasimha M writes: > >> Thanks for explanation. Here data is getting corrupted before it comes >> to the usbnet itself, so after it reaches to usbnet and go through >> network stack, it is failing in tcp checks

Re: USB device debugging

2016-05-25 Thread Narasimha M
controller code. On Wed, May 25, 2016 at 09:11:59PM +0530, Narasimha M wrote: > I am attaching the raw data in two cases (working - 2.mon.out) and not > working (1.mon.out) files. > > working one is with the device having linux 3.10.20 and not working > one is with linux 2.6.32. Here

Re: USB device debugging

2016-05-25 Thread Narasimha M
am able to run the traffic. Which means the data is getting corrupted after 480 bytes length or so. Is there any possible chance for this case? On Wed, May 25, 2016 at 6:26 PM, Bjørn Mork wrote: > Narasimha M writes: > >> Thanks for clear explanation. Could you please let me kno

Re: USB device debugging

2016-05-25 Thread Narasimha M
supported host (linux-2.6.32). Could you please help in providing some pointers here On Wed, May 25, 2016 at 5:31 PM, Bjørn Mork wrote: > Narasimha M writes: > >> Thanks for the info. Sorry to ask you again, where does the usb driver >> (GobiNet in my case) comes into picture in rece

Re: USB device debugging

2016-05-25 Thread Narasimha M
if rx_submit is the first function to generate the data, then where does Gobinet driver comes into place. Could you please explain. I don't know how some usb driver works. This is the first time i am working on it. On Wed, May 25, 2016 at 4:36 PM, Bjørn Mork wrote: > Narasimha M writes: &

Re: USB device debugging

2016-05-25 Thread Narasimha M
I am able to see the corrupted data in rx_complete itself. What are the possibilities for the data corruption in rx_complete. Any fixes to resolve this. And from where the data in rx_submit generates On Wed, May 25, 2016 at 3:41 PM, Bjørn Mork wrote: > Narasimha M writes: > >>

Re: USB device debugging

2016-05-25 Thread Narasimha M
to find the exact function in driver which sends receive packet to usbnet, not able to proceed further. Please suggest some pointers to proceed further. On Tue, May 24, 2016 at 10:30 PM, Bjørn Mork wrote: > Greg KH writes: >> On Tue, May 24, 2016 at 01:48:16PM +0530, Narasimh

Re: USB device debugging

2016-05-24 Thread Narasimha M
help in finding out this. I am using Gobinet driver as usb driver. On Tue, May 24, 2016 at 1:29 PM, Carlo Caione wrote: > On Tue, May 24, 2016 at 9:39 AM, Narasimha M wrote: >> Hi All, >> Could you please help in checking receive packet flow from USB driver. > > https

USB device debugging

2016-05-24 Thread Narasimha M
Hi All, Could you please help in checking receive packet flow from USB driver. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies