mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ANDROID: GKI: Add bpf_redirect_info to virtual_device symbol list.
In commitae43d74d45("xdp: Reset bpf_redirect_info before running a xdp's BPF prog."), the bpf_redirect_info symbol is added to the virtio_net module, but that symbol is not currently exported by the GKI symbol lists. Fix this up by adding it to the symbol tables. Fixes:ae43d74d45("xdp: Reset bpf_redirect_info before running a xdp's BPF prog.") Change-Id: Ia5751e5c09127d875d8e5e44c71fa1c13f251054 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -1273,6 +1273,7 @@
|
||||
bpf_prog_add
|
||||
bpf_prog_put
|
||||
bpf_prog_sub
|
||||
bpf_redirect_info
|
||||
bpf_stats_enabled_key
|
||||
bpf_warn_invalid_xdp_action
|
||||
__cpuhp_remove_state
|
||||
|
||||
Reference in New Issue
Block a user