ANDROID: GKI: update .xml file with new symbol needed for zsmalloc

Commit 3ec459c881 ("zsmalloc: fix races between asynchronous zspage
free and page migration") in 5.15.45 changed the zsmalloc code to not
need the __lock_page symbol and rely on the wait_on_page_bit symbol.  So
add the new symbol to the list in order to fix the build.

Functions changes summary: 0 Removed, 0 Changed (4476 filtered out), 1 Added functions
Variables changes summary: 0 Removed, 0 Changed (340 filtered out), 0 Added variables

1 Added function:

  [A] 'function void wait_on_page_bit(page*, int)'

Fixes: 3ec459c881 ("zsmalloc: fix races between asynchronous zspage free and page migration")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ifce0569f798f53cff828a046d777d54096e58361
This commit is contained in:
Greg Kroah-Hartman
2022-08-02 15:43:13 +02:00
parent 6ebdc9fb8c
commit 8c2819ed5c
2 changed files with 391 additions and 385 deletions

View File

@@ -123,7 +123,6 @@
kstrdup
__list_add_valid
__list_del_entry_valid
__lock_page
memstart_addr
page_mapping
prepare_to_wait_event
@@ -141,4 +140,5 @@
system_wq
unlock_page
unregister_shrinker
wait_on_page_bit
__wake_up

File diff suppressed because it is too large Load Diff