Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel-module

perf cannot find external module symbols

symbols kernel-module perf

UDP packet send with linux-kernel module without using sockets

Why is my kernel module throwing "broken pipe" errors when I try to write to a device?

How to rename a kernel module name without renaming the .ko passed to insmod?

Driver code in kernel module doesn't execute?

insmod failing to insert a really simple module

Using ELF section in LKM

Why there isn't a munmap callback in struct file_operation?

c linux kernel-module mmap

Load kernel module from mac os sierra host to a docker container

Simple kernel multithreading

open() returns with "No such device" error, but there is such a device (linux)

module debugging through KGDB

debugging kernel-module

How to get details of all modules / drivers that were initialized / probed during the Linux kernel boot?

Creating new system calls via KLD in FreeBSD

Communication between Linux kernel and user space program

difference between the physical address,device address and virtiual address

how to write cross-version/platform Linux kernel modules?

Make a system call to get list of processes

Linux Kernel - Where in the kernel are blocks of data physically written to specific disk partitions?

How to use find_module?