aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDongliang Mu <dzm91@hust.edu.cn>2024-03-14 19:26:01 +0800
committerAleksandr Nogikh <nogikh@google.com>2024-03-14 12:20:43 +0000
commit752708b4915a303cfef6c77c7f80f7f778da133a (patch)
treeebbf0d391f2b337f115a63e8f52b50d06a3db28e /docs
parent29614c46d4c4a2dc81c7aea469c5447ccc703240 (diff)
docs/linux: remove asterisks in the markdown title
The asterisks are useless in the markdown title starting with #. Fix this by removing them. Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/linux/external_fuzzing_usbip.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/linux/external_fuzzing_usbip.md b/docs/linux/external_fuzzing_usbip.md
index 496b23bb7..a79e16918 100644
--- a/docs/linux/external_fuzzing_usbip.md
+++ b/docs/linux/external_fuzzing_usbip.md
@@ -1,4 +1,4 @@
-# **USB/IP Fuzzing for Linux Kernel**
+# USB/IP Fuzzing for Linux Kernel
Syzkaller supports fuzzing the Linux kernel USB/IP subsystem externally. We can set up a virtual network and send USB/IP packets to the client kernel as they are being received from an external server.
USB/IP fuzzing needs USB/IP configurations to be enabled. You can find the list in the configurations part.
@@ -8,7 +8,7 @@ Currently syzkaller only includes support for fuzzing the client side of USB/IP,
1. USB/IP pseudo-syscalls.
2. Syzkaller descriptions.
-### **Configurations**
+### Configurations
Following configurations should be enabled for USB/IP.
@@ -22,7 +22,7 @@ CONFIG_USBIP_VUDC=y
CONFIG_USBIP_DEBUG=y
```
-### **Pseudo-syscalls**
+### Pseudo-syscalls
Currently syzkaller defines one USB/IP pseudo-syscall and one USB/IP specific write syscall (see [this](/executor/common_linux.h) for the pseudo-syscall and [this](/sys/linux/usbip.txt) for its syzkaller descriptions):