Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Ptrace single step in the kernel from process context?

After sending a lot, my send() call causes my program to stall completely. How is this possible?

c++ linux tcp linux-kernel send

linux kernel code ">>" operator

how to compute the required column width for the ls multi-columns display?

Testing cache invalidation and flush

Linux flush_cache_range() behavior

Converting network byte order IP to host byte order with ip4 format in kernel module

C structure or a function?

Use vim/cscope to find symbol definition in the linux kernel

Kernel: Dealing with deadlocks in unix

unix linux-kernel deadlock

Protecting shared memory segment between kernel and user space

c linux-kernel

Playing with syscall table from LKM

c linux module linux-kernel

Resuming the thread after schedule()

linux-kernel

does read() clear kernel ring buffer /proc/kmsg?

How to debug using printf an assembly code of linux kernel

c assembly linux-kernel arm

When does write() to a file return EWOULDBLOCK?