Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel-module

Access data from proc file within kernel module

Linux kernel module compiling

c linux kernel kernel-module

Is it possible to communicate between two linux kernel module via netlink?

Kernel Module: hrtimer_start "Unknown Symbol in Module"

Implementing Linux System Call using LKM

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