Search code examples
How to compile the Linux kernel with -O0 for more detailed debug?...


gccmakefilelinux-kernelgdbdwarf

Read More
Fine grained logging of CPU activities for a specific time interval in Linux...


linuxlogginglinux-kernelcpu-usage

Read More
How to code a Linux kernel module?...


linuxlinux-kernellinux-device-driver

Read More
How can I find reasons why an udev rule is not applied?...


linuxlinux-kernelusbttyudev

Read More
What is the "current" in Linux kernel source?...


linuxlinux-kernelkernel

Read More
uevent sent from kernel to user space (udev)...


linuxlinux-kerneludev

Read More
How can I read/write from a flash memory connected through SPI on an embedded Linux system (ARM)?...


linuxlinux-kernelembedded-linuxkernel-moduleflash-memory

Read More
How can I determine what MTD flash device is installed (e.g., get the ID or serial number)?...


linuxlinux-kernellinux-device-driverembedded-linux

Read More
Concatenating two memory buffers without memcpy...


cmemory-managementlinux-kernelconcatenation

Read More
Questions regarding preemption and blocking in Linux kernel...


clinux-kernelpreemptionpreempt-rt

Read More
Accurate calculation of CPU usage given in percentage in Linux?...


linuxlinux-kernelcpucalculatorcpu-usage

Read More
BBB DT based approach...


linux-kernellinux-device-driveru-boot

Read More
How does Linux terminate processes?...


linuxprocesslinux-kernelpthreadssigkill

Read More
Use of "__kprobes" and how it works?...


clinux-kernelkprobe

Read More
Are system calls directly sent to the kernel?...


clinuxlinux-kernelposixlibc

Read More
Call different bpf helpers depending on kernel version?...


linuxlinux-kernelebpfkprobe

Read More
How does SIGSTOP actually work in Linux kernel?...


linuxlinux-kernelsignalslinux-device-driver

Read More
Does `ext4` use `i_generation` inside `name_to_handle_at`?...


linux-kernelfilesystemsfilehandleinodeext4

Read More
Aliasing kernel pages into multiple kernel virtual addresses...


memory-managementlinux-kernelkernel-modulepage-tables

Read More
Why is file system code not working with Midnight Commander?...


linux-kernelfilesystemssystem-calls

Read More
Yocto recompile kernel in devshell...


linux-kernelyocto

Read More
Using populate_sdk to include kernel headers...


linux-kernelyocto

Read More
Difference btw interrupt and interrupt request...


linux-kernellinux-device-driverinterrupt-handling

Read More
Why doesn't readlink return a null-terminated value?...


linuxlinux-kernelposixsystem-callsreadlink

Read More
How to function trace a custom Linux kernel module with trace-cmd?...


linuxlinux-kernelkernel-moduleftrace

Read More
BPF verifier rejects the use of path pointer as argument to the bpf_d_path helper function...


linux-kernelebpfbpflinux-security-module

Read More
inconsistent verifier behavior for fentry and kprobe ctx...


linux-kernelebpfbpfkprobe

Read More
How can I dereference a pointer in an eBPF program...


linux-kernelebpfbpf

Read More
Difference in eBPF XDP mode and Socket Filter Mode when parsing a packet header information...


linux-kernelebpfbpfxdp-bpf

Read More
Why is atomicity needed for the variable counter in this Linux kernel module which only runs code fr...


clinuxlinux-kernelatomickernel-module

Read More
BackNext