mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
netlink: move docs to README
This commit is contained in:
7
rootfs_overlay/netlink.sh
Executable file
7
rootfs_overlay/netlink.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
insmod /netlink.ko
|
||||
[ "$(/netlink.out)" = 0 ]
|
||||
[ "$(/netlink.out)" = 1 ]
|
||||
[ "$(/netlink.out)" = 2 ]
|
||||
rmmod netlink
|
||||
@@ -10,6 +10,7 @@ for test in \
|
||||
/ioctl.sh \
|
||||
/kstrto.sh \
|
||||
/mmap.sh \
|
||||
/netlink.sh \
|
||||
/params.sh \
|
||||
/procfs.sh \
|
||||
/seq_file.sh \
|
||||
|
||||
Reference in New Issue
Block a user