BPF List
 help / color / mirror / Atom feed
* [PATCH bpf-next v4 0/3] Relax allowlist for open-coded css_task iter
@ 2023-10-31  5:04 Chuyi Zhou
  2023-10-31  5:04 ` [PATCH bpf-next v4 1/3] bpf: Relax allowlist for " Chuyi Zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chuyi Zhou @ 2023-10-31  5:04 UTC (permalink / raw)
  To: bpf; +Cc: ast, daniel, andrii, martin.lau, Chuyi Zhou

Hi,
The patchset aims to relax the allowlist for open-coded css_task iter
suggested by Alexei[1].

Please see individual patches for more details. And comments are always
welcome.

Patch summary:
 * Patch #1: Relax the allowlist and let css_task iter can be used in
   bpf iters and any sleepable progs.
 * Patch #2: Add a test in cgroup_iters.c which demonstrates how
   css_task iters can be combined with cgroup iter.
 * Patch #3: Add a test to prove css_task iter can be used in normal
 * sleepable progs.
link[1]:https://lore.kernel.org/lkml/CAADnVQKafk_junRyE=-FVAik4hjTRDtThymYGEL8hGTuYoOGpA@mail.gmail.com/

---

Changes in v2:
 * Fix the incorrect logic in check_css_task_iter_allowlist. Use
   expected_attach_type to check whether we are using bpf_iters.
 * Link to v1:https://lore.kernel.org/bpf/20231022154527.229117-1-zhouchuyi@bytedance.com/T/#m946f9cde86b44a13265d9a44c5738a711eb578fd
Changes in v3:
 * Add a testcase to prove css_task can be used in fentry.s
 * Link to v2:https://lore.kernel.org/bpf/20231024024240.42790-1-zhouchuyi@bytedance.com/T/#m14a97041ff56c2df21bc0149449abd275b73f6a3
Changes in v4:
 * Add Yonghong's ack for patch #1 and patch #2.
 * Solve Yonghong's comments for patch #2
 * Move prog 'iter_css_task_for_each_sleep' from iters_task_failure.c to
   iters_css_task.c. Use RUN_TESTS to prove we can load this prog.
 * Link to v3:https://lore.kernel.org/bpf/20231025075914.30979-1-zhouchuyi@bytedance.com/T/#m3200d8ad29af4ffab97588e297361d0a45d7585d

---

Chuyi Zhou (3):
  bpf: Relax allowlist for css_task iter
  selftests/bpf: Add tests for css_task iter combining with cgroup iter
  selftests/bpf: Add test for using css_task iter in sleepable progs

 kernel/bpf/verifier.c                         | 16 +++--
 .../selftests/bpf/prog_tests/cgroup_iter.c    | 33 ++++++++++
 .../testing/selftests/bpf/prog_tests/iters.c  |  1 +
 .../selftests/bpf/progs/iters_css_task.c      | 63 +++++++++++++++++++
 .../selftests/bpf/progs/iters_task_failure.c  |  4 +-
 5 files changed, 111 insertions(+), 6 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-02  6:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31  5:04 [PATCH bpf-next v4 0/3] Relax allowlist for open-coded css_task iter Chuyi Zhou
2023-10-31  5:04 ` [PATCH bpf-next v4 1/3] bpf: Relax allowlist for " Chuyi Zhou
2023-10-31  5:04 ` [PATCH bpf-next v4 2/3] selftests/bpf: Add tests for css_task iter combining with cgroup iter Chuyi Zhou
2023-10-31  5:04 ` [PATCH bpf-next v4 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs Chuyi Zhou
2023-11-02  2:52   ` Yonghong Song
2023-11-02  6:10 ` [PATCH bpf-next v4 0/3] Relax allowlist for open-coded css_task iter patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox