mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: GKI: Update honda symbol list for ebtables
18 function symbol(s) added 'void __audit_log_nfcfg(const char*, u8, unsigned int, enum audit_nfcfgop, gfp_t)' 'int nf_register_sockopt(struct nf_sockopt_ops*)' 'void nf_unregister_sockopt(struct nf_sockopt_ops*)' 'void* vmalloc_node(unsigned long, int)' 'int xt_check_match(struct xt_mtchk_param*, unsigned int, u16, bool)' 'int xt_check_target(struct xt_tgchk_param*, unsigned int, u16, bool)' 'int xt_compat_add_offset(u_int8_t, unsigned int, int)' 'int xt_compat_calc_jump(u_int8_t, unsigned int)' 'void xt_compat_flush_offsets(u_int8_t)' 'int xt_compat_init_offsets(u8, unsigned int)' 'void xt_compat_lock(u_int8_t)' 'int xt_compat_match_offset(const struct xt_match*)' 'int xt_compat_target_offset(const struct xt_target*)' 'void xt_compat_unlock(u_int8_t)' 'int xt_data_to_user(void*, const void*, int, int, int)' 'struct xt_match* xt_find_match(u8, const char*, u8)' 'struct xt_match* xt_request_find_match(uint8_t, const char*, uint8_t)' 'struct xt_target* xt_request_find_target(u8, const char*, u8)' 1 variable symbol(s) added 'u32 audit_enabled' Bug: 319451108 Change-Id: I5e8b449b63100da21939b7f74c8db1df0eae1947 Signed-off-by: Norihiko Hama <Norihiko.Hama@alpsalpine.com>
This commit is contained in:
committed by
Viktor Martensson
parent
39a0823340
commit
4dc7f98815
File diff suppressed because it is too large
Load Diff
@@ -50,3 +50,24 @@
|
|||||||
tcf_idrinfo_destroy
|
tcf_idrinfo_destroy
|
||||||
tcf_register_action
|
tcf_register_action
|
||||||
tcf_unregister_action
|
tcf_unregister_action
|
||||||
|
|
||||||
|
# required by ebtables.ko module
|
||||||
|
__audit_log_nfcfg
|
||||||
|
audit_enabled
|
||||||
|
nf_register_sockopt
|
||||||
|
nf_unregister_sockopt
|
||||||
|
vmalloc_node
|
||||||
|
xt_check_match
|
||||||
|
xt_check_target
|
||||||
|
xt_compat_add_offset
|
||||||
|
xt_compat_calc_jump
|
||||||
|
xt_compat_flush_offsets
|
||||||
|
xt_compat_init_offsets
|
||||||
|
xt_compat_lock
|
||||||
|
xt_compat_match_offset
|
||||||
|
xt_compat_target_offset
|
||||||
|
xt_compat_unlock
|
||||||
|
xt_data_to_user
|
||||||
|
xt_find_match
|
||||||
|
xt_request_find_match
|
||||||
|
xt_request_find_target
|
||||||
|
|||||||
Reference in New Issue
Block a user