mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
mmap: move doc to README
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
set -e
|
||||
insmod /mmap.ko
|
||||
/mmap.out /proc/lkmc_mmap
|
||||
/mmap.out /proc/lkmc_mmap 2>&1 1>/dev/null
|
||||
rmmod /mmap.ko
|
||||
|
||||
@@ -6,6 +6,7 @@ for test in \
|
||||
/debugfs.sh \
|
||||
/fops.sh \
|
||||
/ioctl.sh \
|
||||
/mmap.sh \
|
||||
/procfs.sh \
|
||||
/seq_file.sh \
|
||||
/seq_file_single_open.sh \
|
||||
|
||||
Reference in New Issue
Block a user