Commit ea0714d
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Rename:
bpf_task_work_schedule_resume()->bpf_task_work_schedule_resume_impl()
bpf_task_work_schedule_signal()->bpf_task_work_schedule_signal_impl()
This aligns task work scheduling kfuncs with the established naming
scheme for kfuncs with the bpf_prog_aux argument provided by the
verifier implicitly. This convention will be taken advantage of with the
upcoming KF_IMPLICIT_ARGS feature to preserve backwards compatibility to
BPF programs.
Acked-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Mykyta Yatsenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Ihor Solodrai <[email protected]>1 parent 156c75f commit ea0714d
File tree
5 files changed
+29
-25
lines changed- kernel/bpf
- tools/testing/selftests/bpf/progs
5 files changed
+29
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4169 | 4169 | | |
4170 | 4170 | | |
4171 | 4171 | | |
4172 | | - | |
| 4172 | + | |
| 4173 | + | |
4173 | 4174 | | |
4174 | 4175 | | |
4175 | 4176 | | |
| |||
4178 | 4179 | | |
4179 | 4180 | | |
4180 | 4181 | | |
4181 | | - | |
4182 | | - | |
4183 | | - | |
| 4182 | + | |
| 4183 | + | |
| 4184 | + | |
| 4185 | + | |
4184 | 4186 | | |
4185 | 4187 | | |
4186 | 4188 | | |
4187 | 4189 | | |
4188 | 4190 | | |
4189 | | - | |
| 4191 | + | |
| 4192 | + | |
4190 | 4193 | | |
4191 | 4194 | | |
4192 | 4195 | | |
| |||
4195 | 4198 | | |
4196 | 4199 | | |
4197 | 4200 | | |
4198 | | - | |
4199 | | - | |
4200 | | - | |
| 4201 | + | |
| 4202 | + | |
| 4203 | + | |
| 4204 | + | |
4201 | 4205 | | |
4202 | 4206 | | |
4203 | 4207 | | |
| |||
4377 | 4381 | | |
4378 | 4382 | | |
4379 | 4383 | | |
4380 | | - | |
4381 | | - | |
| 4384 | + | |
| 4385 | + | |
4382 | 4386 | | |
4383 | 4387 | | |
4384 | 4388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12259 | 12259 | | |
12260 | 12260 | | |
12261 | 12261 | | |
12262 | | - | |
12263 | | - | |
| 12262 | + | |
| 12263 | + | |
12264 | 12264 | | |
12265 | 12265 | | |
12266 | 12266 | | |
| |||
12331 | 12331 | | |
12332 | 12332 | | |
12333 | 12333 | | |
12334 | | - | |
12335 | | - | |
| 12334 | + | |
| 12335 | + | |
12336 | 12336 | | |
12337 | 12337 | | |
12338 | 12338 | | |
12339 | | - | |
12340 | | - | |
| 12339 | + | |
| 12340 | + | |
12341 | 12341 | | |
12342 | 12342 | | |
12343 | 12343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments