https://bugzilla.kernel.org/show_bug.cgi?id=217399 Jakub Kicinski (kubakici@xxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kubakici@xxxxx --- Comment #5 from Jakub Kicinski (kubakici@xxxxx) --- Hi Bernard, are you able to compile your own kernel to see if this simple edit would fix the problem for you? diff --git a/kernel/bpf/offload.c b/kernel/bpf/offload.c index d9c9f45e3529..8a26cd8814c1 100644 --- a/kernel/bpf/offload.c +++ b/kernel/bpf/offload.c @@ -859,4 +859,4 @@ static int __init bpf_offload_init(void) return rhashtable_init(&offdevs, &offdevs_params); } -late_initcall(bpf_offload_init); +core_initcall(bpf_offload_init); -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.