]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Rename CFI stubs to names that are recognized by BPF
authorTejun Heo <tj@kernel.org>
Thu, 24 Oct 2024 16:58:09 +0000 (06:58 -1000)
committerTejun Heo <tj@kernel.org>
Thu, 24 Oct 2024 16:58:09 +0000 (06:58 -1000)
commitcf583264d025d5c895bd9a364ae33622adececd7
treeb4a0b947c22aab9c23aec48452aabbf3949e3a33
parentdfa4ed29b18c5f26cd311b0da7f049dbb2a2b33b
sched_ext: Rename CFI stubs to names that are recognized by BPF

CFI stubs can be used to tag arguments with __nullable (and possibly other
tags in the future) but for that to work the CFI stubs must have names that
are recognized by BPF. Rename them.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: David Vernet <void@manifault.com>
Acked-by: Martin KaFai Lau <martin.lau@kernel.org>
Acked-by: Alexei Starovoitov <ast@kernel.org>
kernel/sched/ext.c