mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: ABI: modify exports for find_vma
A previous change [1] inlined find_vma function, resulting in its removal from the exported kernel symbols and replacement with __find_vma. This function is implemented in the header file and is still available to drivers, but exported function is changed to __find_vma. This causes ABI breakage with the following error: ERROR: Differences between ksymtab and symbol list detected! Symbols missing from ksymtab: - find_vma Replace find_vma with new __find_vma in the symbol lists. [1] https://lore.kernel.org/all/20220128131006.67712-13-michel@lespinasse.org/ Bug: 161210518 Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I23fdb68b7fd4d907354fc5902dca9ddec8060319
This commit is contained in:
committed by
Todd Kjos
parent
385b0dd1f9
commit
3a105c3caf
@@ -933,7 +933,7 @@
|
||||
dma_buf_unmap_attachment
|
||||
dma_get_sgtable_attrs
|
||||
down_read
|
||||
find_vma
|
||||
__find_vma
|
||||
kasan_flag_enabled
|
||||
__mmap_lock_do_trace_acquire_returned
|
||||
__mmap_lock_do_trace_released
|
||||
|
||||
@@ -568,7 +568,7 @@
|
||||
_find_first_bit
|
||||
find_get_pid
|
||||
_find_next_bit
|
||||
find_vma
|
||||
__find_vma
|
||||
finish_wait
|
||||
flush_dcache_page
|
||||
flush_delayed_work
|
||||
|
||||
@@ -686,7 +686,7 @@
|
||||
find_get_pid
|
||||
_find_next_bit
|
||||
find_task_by_vpid
|
||||
find_vma
|
||||
__find_vma
|
||||
finish_wait
|
||||
flush_work
|
||||
flush_workqueue
|
||||
|
||||
@@ -691,8 +691,8 @@
|
||||
extcon_set_state_sync
|
||||
fd_install
|
||||
fget
|
||||
find_vma
|
||||
find_vpid
|
||||
__find_vma
|
||||
finish_wait
|
||||
firmware_request_nowarn
|
||||
flush_dcache_page
|
||||
|
||||
Reference in New Issue
Block a user