Fwd: Kernel Panic - not syncing: Attempted to kill init! exitcode=0x0000000b

2016-08-16 Thread shobhit bhadani
-- Forwarded message -- From: shobhit bhadani Date: Tue, Aug 16, 2016 at 4:46 PM Subject: Re: Kernel Panic - not syncing: Attempted to kill init! exitcode=0x000b To: Pranay Srivastava Hi, >Hi >On Tuesday, August 16, 2016, shobhit bhadani wrote: >> Hi, >> >>I am new to ker

Re: Send packets from userspace program to kernel interface

2016-08-16 Thread Alan Liddell
On Tuesday 16 August 2016 10:42:13 A.M. IST Bhaskar Upadhyayula wrote: > Hi Alan, > > I am not sure how this will achieve what I want. Can you please > explain a bit more? > > Thanks. Well, if you're truly sampling and not just capturing every packet, then in theory there's a nonzero probabili

Re: Please, add me to EditorsGroup

2016-08-16 Thread Alexander Alemayhu
On Tue, Aug 16, 2016 at 03:51:59PM +0530, Chinmay V S wrote: [snip] > > Would it be better to keep the current oftc.net hyperlink as is, > and add a hyperlink to "irc network" that points to > https://webchat.oftc.net/ ? > [snip] Added the web version to the list of clients. It does make it bett

Re: Send packets from userspace program to kernel interface

2016-08-16 Thread Bhaskar Upadhyayula
Hi Nayan, This isn't possible as the switch will be at customer site and ports are high premium real estate. A software solution is required. Thx. On Tue, Aug 16, 2016 at 2:39 AM, Gadre Nayan wrote: > If you have multiple ports on your system, you may connect a cable > directly between two port

Re: Send packets from userspace program to kernel interface

2016-08-16 Thread Bhaskar Upadhyayula
Hi Alan, I am not sure how this will achieve what I want. Can you please explain a bit more? Thanks. On Tue, Aug 16, 2016 at 2:11 AM, Alan Liddell wrote: > Would sending the packet back out through the loopback address accomplish > what you're looking to do? > > > On Aug 16, 2016 7:51 AM, "Bhas

Re: Please, add me to EditorsGroup

2016-08-16 Thread Ruben Safir
do they know you that you want editing privledges? On Tue, Aug 16, 2016 at 01:11:59PM +0300, Aleksander Alekseev wrote: > Hello. > > I would like to contribute to kernelnewbies.org. In particular today I > discovered that link to oftc.net on IRC page is broken and I would like > to fix this. >

Re: Please, add me to EditorsGroup

2016-08-16 Thread Anuz Pratap Singh Tomar
On Tue, Aug 16, 2016 at 11:11 AM, Aleksander Alekseev wrote: > Hello. > > I would like to contribute to kernelnewbies.org. In particular today I > discovered that link to oftc.net on IRC page is broken and I would like > to fix this. > > My account: AleksanderAlekseev > > You gotta ask Rik. > --

Re: Please, add me to EditorsGroup

2016-08-16 Thread Aleksander Alekseev
> >> Kernel newbies are using irc network at OFTC.net > . > > Would it be better to keep the current oftc.net hyperlink as is, [...] For the record - a hour ago /oftc/ link was 404. Now it redirects to the main page :) -- Best regards, Aleksander Alekseev _

Re: Kernel Panic - not syncing: Attempted to kill init! exitcode=0x0000000b

2016-08-16 Thread Pranay Srivastava
Hi On Tuesday, August 16, 2016, shobhit bhadani wrote: > Hi, > > I am new to kernel. > What does this issue mean "not syncing: Attempted to kill init! "? > > Is this a user space issue? > > 17:10:09.0464-04:00 - Kernel panic - not syncing: Attempted to kill init! exitcode=0x000b // Is this

devm_gpiod_get usage to get the gpio num

2016-08-16 Thread Raul Piper
Hi, devm_gpiod_get method takes 3 params after kernel 3.16 . struct gpio_desc *gpiod; gpiod = devm_gpiod_get(dev, "data-pin",GPIOD_OUT_HIGH) where data-pin defintion in the device tree is : data-pin = <&gpio2 51 GPIO_ACTIVE_HIGH>; But this on inserting ht module givees "failed to parse DT (-2

Re: Please, add me to EditorsGroup

2016-08-16 Thread Chinmay V S
On Tue, Aug 16, 2016 at 3:41 PM, Aleksander Alekseev wrote: > Hello. > > I would like to contribute to kernelnewbies.org. In particular today I > discovered that link to oftc.net on IRC page is broken and I would like > to fix this. > > My account: AleksanderAlekseev > > -- > Best regards, > Alek

Please, add me to EditorsGroup

2016-08-16 Thread Aleksander Alekseev
Hello. I would like to contribute to kernelnewbies.org. In particular today I discovered that link to oftc.net on IRC page is broken and I would like to fix this. My account: AleksanderAlekseev -- Best regards, Aleksander Alekseev ___ Kernelnewbies m

Kernel Panic - not syncing: Attempted to kill init! exitcode=0x0000000b

2016-08-16 Thread shobhit bhadani
Hi, I am new to kernel. What does this issue mean " *not syncing: Attempted to kill init! "?* Is this a user space issue? *17:10:09.0464-04:00 - Kernel panic - not syncing: Attempted to kill init! exitcode=0x000b // Is this a User-space Issue ?* 17:10:09.0464-04:00 - 17:10:09.0464-04:00

Re: Send packets from userspace program to kernel interface

2016-08-16 Thread Gadre Nayan
If you have multiple ports on your system, you may connect a cable directly between two ports and send packets from one port and receive on another. On Tue, Aug 16, 2016 at 2:41 PM, Alan Liddell wrote: > Would sending the packet back out through the loopback address accomplish > what you're looki

Re: Send packets from userspace program to kernel interface

2016-08-16 Thread François
On Mon, Aug 15, 2016 at 11:30:56PM -0700, Bhaskar Upadhyayula wrote: > Hello All, Hi! > A colleague suggested looking at Tuntap interfaces. I did a quick > research and it did not appear that can be done. > > Any suggestions or pointers for further reading will be very > helpful. I also think t

Re: Send packets from userspace program to kernel interface

2016-08-16 Thread Alan Liddell
Would sending the packet back out through the loopback address accomplish what you're looking to do? On Aug 16, 2016 7:51 AM, "Bhaskar Upadhyayula" wrote: > Hello All, > > Summary: > === > If a userspace program has a well crafted packet (ethernet or IPv4 or > other protocol packet), is there a