Re: Netlink socket returns NULL in vmx.c kernel file

2019-10-22 Thread Valdis Klētnieks
On Wed, 23 Oct 2019 11:43:22 +0900, Irfan Ullah said: > Can you please what's the problem? To be brutally honest, your code is too unreadable to figure out what the problem is. First off, fix your code formatting to match Linux kernel indenting. Second, there's a lot of code in your .h file

Netlink socket returns NULL in vmx.c kernel file

2019-10-22 Thread 울라 이르판
Dear All, I am posting again the same problem that is "Netlink socket creation returns NULL" when I try to create it in handle_ept_violation() in the vmx.c file. Actually, I am trying to use netlink to send information (i.e., guest physical address) from kernel space to user space. The netlink

Re: Kernel Panic

2019-10-22 Thread Greg KH
On Tue, Oct 22, 2019 at 09:38:59AM +, Christophe DUMONT wrote: > Hello, > > > > We downgraded to older kernel. We still facing the same Kernel Panic with > different Kernel. Please contact your vendor for support, they are the only ones that can support you as it's a very odd and old

RE: Kernel Panic

2019-10-22 Thread Christophe DUMONT
Hello, We downgraded to older kernel. We still facing the same Kernel Panic with different Kernel. Christophe Dumont Ligne directe : 0476842574 De : Valdis Kletnieks De la part de Valdis Kletnieks Envoyé : mercredi 16 octobre 2019 16:17 À : Christophe DUMONT Cc :

Re: Getting netlink socket creation returns NULL in the kernel

2019-10-22 Thread 울라 이르판
Still, I am stuck in the same problem, I have also used share memory, and while(!nl_sk) but nothing work:(. Can you please tell me what's the mistake I am doing? On Thu, Oct 17, 2019 at 3:23 PM Irfan Ullah (울라 이르판) wrote: > My actual goal is to develop kernel space and user space programs to >