On Thu, Nov 3, 2022 at 8:21 AM Yonghong Song <yhs@xxxxxx> wrote: > > With proper bpf_rcu_read_lock() support, sleepable support for cgrp local > storage can be enabled as typical use case task->cgroups->dfl_cgrp > can be protected with bpf_rcu_read_lock(). > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- > kernel/bpf/verifier.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > nit: subject line: "Sleeptable -> Sleepable" Acked-by: KP Singh <kpsingh@xxxxxxxxxx>