diff options
author | Michal Koutný <mkoutny@suse.com> | 2024-03-15 17:02:10 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-03-19 15:33:25 +0100 |
commit | 9474c62ab65f30f0e56802a52bddf69a9e62b127 (patch) | |
tree | 8bdc45c3a48d2987768f350671da0598cf49188b /tools/perf/scripts/python/mem-phys-addr.py | |
parent | c9b3b81716c5b92132a6c1d4ac3c48a7b44082ab (diff) |
net/sched: Add module alias for sch_fq_pie
The commit 2c15a5aee2f3 ("net/sched: Load modules via their alias")
starts loading modules via aliases and not canonical names. The new
aliases were added in commit 241a94abcf46 ("net/sched: Add module
aliases for cls_,sch_,act_ modules") via a Coccinele script.
sch_fq_pie.c is missing module.h header and thus Coccinele did not patch
it. Add the include and module alias manually, so that autoloading works
for sch_fq_pie too.
(Note: commit message in commit 241a94abcf46 ("net/sched: Add module
aliases for cls_,sch_,act_ modules") was mangled due to '#'
misinterpretation. The predicate haskernel is:
| @ haskernel @
| @@
|
| #include <linux/module.h>
|
.)
Fixes: 241a94abcf46 ("net/sched: Add module aliases for cls_,sch_,act_ modules")
Signed-off-by: Michal Koutný <mkoutny@suse.com>
Link: https://lore.kernel.org/r/20240315160210.8379-1-mkoutny@suse.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions