File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ vary depending on the CPU speed). The target delay is capped at 10 minutes to
1515prevent stalling indefinitely (but see the warning below!).
1616
1717The fentry program will output the actual measured delay through a ring buffer
18- every time it runs. The userspace program will print these each (see example
18+ every time it runs. The userspace program will print these (see example
1919below), making it possible to keep track of the induced delay.
2020
2121** Limitations and caution on safety
@@ -24,13 +24,13 @@ Since the delay is created by spinning in a tight loop, the actual delay can
2424vary, especially on machines with varying CPU speeds (such as laptops or other
2525systems that throttle the CPU on idle).
2626
27- Also, *there is no safety valve *. This program will run in a tight loop every
27+ Also, *THERE IS NO SAFETY VALVE *. This program will run in a tight loop every
2828time it is executed inside the kernel! Depending on which function it is
29- attached to this may *completely stall the system *, leaving to way to interrupt
29+ attached to this may *COMPLETELY STALL THE SYSTEM *, leaving to way to interrupt
3030it other than a hard power cycle of the machine. Use at your own risk!
3131
3232** Example usage
33- To delay the teardown of veth devices by 10 second :
33+ To delay the teardown of veth devices by 10 seconds :
3434
3535#+begin_src sh
3636$ sudo ./delay-kfunc veth_dellink 10000000
You can’t perform that action at this time.
0 commit comments