mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
Fix fops write buf printk bug, improve fops file name further
This commit is contained in:
@@ -3,7 +3,7 @@ insmod /fops.ko
|
||||
cd /sys/kernel/debug/lkmc_fops
|
||||
i=0
|
||||
while true; do
|
||||
printf "$i" >fops
|
||||
printf "$i" >f
|
||||
i=$(($i+1))
|
||||
done &
|
||||
/kgdb.sh
|
||||
|
||||
Reference in New Issue
Block a user