Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Linux Device tree, node with multiple interrupt parents

Does thread creation trigger page faults in Linux? How does it relate to soft-dirty PTEs?

How can I read performance counters from the kernel?

linux-kernel perf intel-pmu

How is one structure mapped to another by something like "return (struct a *) b"

c struct linux-kernel kernel

Why Coredump files is not generating here?

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