From 480fc26b39738a2362be0d74e43dc0f1c6ecdfd7 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 13 Feb 2025 10:51:34 +0800 Subject: [PATCH] chore: update BPF_PROG_TEST_RUN.md --- docs/linux/syscall/BPF_PROG_TEST_RUN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux/syscall/BPF_PROG_TEST_RUN.md b/docs/linux/syscall/BPF_PROG_TEST_RUN.md index ccd987b0..9bd663b3 100644 --- a/docs/linux/syscall/BPF_PROG_TEST_RUN.md +++ b/docs/linux/syscall/BPF_PROG_TEST_RUN.md @@ -124,7 +124,7 @@ This field is not supported for the following program types: This field indicates the size of the `ctx_in` buffer. -This field is not supported for programs of type [`BPF_PROG_TYPE_SYSCALL`](../program-type/BPF_PROG_TYPE_SYSCALL.md). +This field is required if `ctx_in` is not empty. ### `ctx_size_out`