mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: Update the ABI symbol list
Adding the following symbols: - iov_iter_kvec - seq_read_iter 1 function symbol(s) added 'ssize_t seq_read_iter(struct kiocb*, struct iov_iter*)' Bug: 332885803 Change-Id: I4068f8a28395deee9a7bcd1cccf786cdd169f0c1 Signed-off-by: Varad Gautam <varadgautam@google.com>
This commit is contained in:
committed by
Matthias Männich
parent
084d22016c
commit
264477e0d8
@@ -350351,6 +350351,15 @@ elf_symbol {
|
||||
type_id: 0x12e4741f
|
||||
full_name: "seq_read"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x8ad22c43
|
||||
name: "seq_read_iter"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x3bf0fbdb
|
||||
type_id: 0x16637235
|
||||
full_name: "seq_read_iter"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x91763ae6
|
||||
name: "seq_release"
|
||||
@@ -368839,6 +368848,7 @@ interface {
|
||||
symbol_id: 0x25bebf3b
|
||||
symbol_id: 0x59b4ca07
|
||||
symbol_id: 0xba8007cd
|
||||
symbol_id: 0x8ad22c43
|
||||
symbol_id: 0x91763ae6
|
||||
symbol_id: 0x2cc9ecc6
|
||||
symbol_id: 0x56c495a4
|
||||
|
||||
@@ -1106,6 +1106,7 @@
|
||||
io_schedule_timeout
|
||||
iounmap
|
||||
iov_iter_bvec
|
||||
iov_iter_kvec
|
||||
ip_send_check
|
||||
iput
|
||||
__irq_alloc_descs
|
||||
@@ -1837,6 +1838,7 @@
|
||||
seq_putc
|
||||
seq_puts
|
||||
seq_read
|
||||
seq_read_iter
|
||||
seq_release
|
||||
seq_release_private
|
||||
seq_write
|
||||
|
||||
Reference in New Issue
Block a user