mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: Update the ABI symbol list
wlan vendor propose a feature to check the refcnt of netdev when
interface register/unregister. Add `netdev_refcnt_read` into symbol
list.
Adding the following symbols:
- netdev_refcnt_read
Bug: 340118509
Change-Id: I6a2ad4bbfa13d01011729b764dfe92f4945a829e
Signed-off-by: Hsiu-Chang Chen <hsiuchangchen@google.com>
(cherry picked from commit 51cc4ca498)
This commit is contained in:
committed by
Todd Kjos
parent
a7daeb4de8
commit
5747d79ab0
@@ -382181,6 +382181,15 @@ elf_symbol {
|
||||
type_id: 0x1fdf0b41
|
||||
full_name: "netdev_printk"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x36e00d6e
|
||||
name: "netdev_refcnt_read"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x075dba6b
|
||||
type_id: 0x9166923b
|
||||
full_name: "netdev_refcnt_read"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x6c3e8f78
|
||||
name: "netdev_reset_tc"
|
||||
@@ -415635,6 +415644,7 @@ interface {
|
||||
symbol_id: 0xd5ed1a09
|
||||
symbol_id: 0xd78c295f
|
||||
symbol_id: 0xe42df14f
|
||||
symbol_id: 0x36e00d6e
|
||||
symbol_id: 0x6c3e8f78
|
||||
symbol_id: 0x22c60050
|
||||
symbol_id: 0x7a3d8713
|
||||
|
||||
@@ -1432,6 +1432,7 @@
|
||||
__netdev_alloc_skb
|
||||
netdev_err
|
||||
netdev_info
|
||||
netdev_refcnt_read
|
||||
netdev_set_default_ethtool_ops
|
||||
netdev_state_change
|
||||
netdev_update_features
|
||||
|
||||
Reference in New Issue
Block a user