Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Difference of ALIGN() and round_up() macro in the Linux kernel

How is interrupt context "restored" when a interrupt handler is interrupted by another interrupt?

How can an ebpf program change kernel execution flow or call kernel functions?

linux-kernel ebpf bpf bcc-bpf

Calling kernel_fpu_begin twice before kernel_fpu_end

Check for user = root within linux kernel?

How to load and unload linux drivers that are built into kernel

how to move packet from NF_INET_PRE_ROUTING to NF_INET_POST_ROUTING?

Kernel oops Oops: 80000005 on arm embedded system

Best way to discard data from a pipe or socket in linux?

c linux linux-kernel

How is filename lookup done in ext4?

c linux linux-kernel stat ext4

Who is the original sender of SIGHUP when the ssh connection is closed?

linux ssh linux-kernel tty pty

How to make eBPF program sleepable

Problems building driver on Linux kernel 5.8.x

Calling 'kallsyms_lookup_name' found in a module causes a segementation fault

How to generate network impairments only on udp packets in linux

linux-kernel udp

Where the system call function “sys_getpid” is located in the linux kernel?

Fastest way of reading a file in Linux?

regarding CFLAGS setting in Linux kernel?

poll, select and "would block"