mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: GKI: update .xml file with new symbol needed for zsmalloc
Commitfae05b2314("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 virtual device list in order to fix the build of that target platform. Functions changes summary: 0 Removed, 0 Changed (2826 filtered out), 1 Added functions Variables changes summary: 0 Removed, 0 Changed (183 filtered out), 0 Added variables 1 Added function: [A] 'function void wait_on_page_bit(page*, int)' Fixes:fae05b2314("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:
File diff suppressed because it is too large
Load Diff
@@ -1283,5 +1283,6 @@
|
||||
_raw_write_unlock
|
||||
register_shrinker
|
||||
__SetPageMovable
|
||||
wait_on_page_bit
|
||||
unregister_shrinker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user