bpf: netdev: init the offload table earlier
authorJakub Kicinski <kuba@kernel.org>
Fri, 5 May 2023 21:58:36 +0000 (14:58 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 15 May 2023 14:07:41 +0000 (07:07 -0700)
commite1505c1cc8d527fcc5bcaf9c1ad82eed817e3e10
treef7d683ea59ca23023e99d5c9ad3e432008c76141
parent5f5486b620cd43b16a1787ef92b9bc21bd72ef2e
bpf: netdev: init the offload table earlier

Some netdevices may get unregistered before late_initcall(),
we have to move the hashtable init earlier.

Fixes: f1fc43d03946 ("bpf: Move offload initialization into late_initcall")
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217399
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/r/20230505215836.491485-1-kuba@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/offload.c