Fix fops write buf printk bug, improve fops file name further

This commit is contained in:
Ciro Santilli
2017-05-26 09:09:24 +01:00
parent d38baa2358
commit d424380fe6
3 changed files with 12 additions and 12 deletions

View File

@@ -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