]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftests/bpf: Add test for using css_task iter in sleepable progs
authorChuyi Zhou <zhouchuyi@bytedance.com>
Tue, 31 Oct 2023 05:04:38 +0000 (13:04 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 2 Nov 2023 05:49:20 +0000 (22:49 -0700)
commitd8234d47c4aa494d789b85562fa90e837b4575f9
treeb34584327520a6b746403e0b2583fd875f29d177
parentf49843afde6771ef6ed5d021eacafacfc98a58bf
selftests/bpf: Add test for using css_task iter in sleepable progs

This Patch add a test to prove css_task iter can be used in normal
sleepable progs.

Signed-off-by: Chuyi Zhou <zhouchuyi@bytedance.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20231031050438.93297-4-zhouchuyi@bytedance.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/iters.c
tools/testing/selftests/bpf/progs/iters_css_task.c