Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Kernel: how to iterate the children of the current process?

c linux-kernel

inotify FD - why is the limit per user id and not per process?

linux linux-kernel inotify

Errors in compiling Linux kernel module: "CONFIG_X86_X32 enabled but no binutils support" and unwanted "n" characters

Where do Zombie processes go after their parent dies?

lsof FD column equal to DEL, what does it mean?

Shared_dirty vs Private_dirty in shared memory

Disagrees about version of symbol symbol_name after insmod

c linux linux-kernel

What is the relation between Linux kernel and GNU C library?

c linux linux-kernel glibc

iptable rule to drop packet with a specific substring in payload

linux linux-kernel iptables

What's the difference between /usr/include/linux and the include folder in linux kernel source?

linux include linux-kernel

How to write from scratch an LCD driver for an android tablet?

How much information is actually stored in a file descriptor?

What is the most efficient way to monitor the number of context switches in linux kernel?

For loop macro which unrolled on the pre-processor phase?

How do I use a Linux System call from a Linux Kernel Module

Linux over commit heuristic

No rule to make target `arch/x86/entry/syscalls/syscall_32.tbl', needed by `arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h'

architecture linux-kernel

Is it possible to map a process into memory without mapping the kernel?

How to keep asm output from Linux kernel module build

Using a likely/unlikely as argument of return in linux kernel