Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel-module

how can I get maximum bandwidth of an interface in linux C?

Send packet with sockets from kernel module

How do I access any kernel symbol in a kernel module?

How to set the affinity of a process from a Linux kernel mode?

mapping memory reserved by mmap kernel boot param into user space

Why compile Android kernel module with -fno-pic?

Intercept ELF loader in linux kernel: fs/binfmt_elf.c file via loadable kernel module

How to append data on a packet from kernel space?

Why doesn't my hello world driver module print anything?

modules.usbmap and modules.pcimap missing on Ubuntu-based distro

How to use exported symbols optionally only if they are present in an insmoded Linux Kernel module?

Sending a struct from kernel to userland via netlink

Patching and compiling Ext4 as a kernel module

nfhook (netfilter) error: assignment from incompatible pointer type

kernel driver reading ok from user space, but writing back is always 0

Purpose of `#ifdef MODULE` around module_exit()?

kernel module parameters changes (using /sys/module)

Usage of __init & __exit attributes

How to export a struct between two kernel modules using EXPORT_SYMBOL or equivalent?

Linux Kernel Programming: "Unable to handle kernel NULL pointer dereference"

c linux kernel kernel-module