ANDROID: GKI: update .xml file to handle previous issues
The .xml file has been updated incorrectly somehow, as developers use LTO=thin and treehugger uses LTO=full. This can cause problems sometimes when dealing with some types. So update the .xml file again, with LTO=full to get rid of the current difference to allow future real api changes to show up properly. The root cause is being worked on, but for now, this update is required to allow LTS updates to move forward. No real ABI changes are happening here at all, this is ONLY a .xml file update to make the tools happy. Functions changes summary: 0 Removed, 6 Changed (4103 filtered out), 0 Added functions Variables changes summary: 0 Removed, 0 Changed (355 filtered out), 0 Added variables 6 functions with some indirect sub-type change: [C] 'function int migrate_pages(list_head*, page* (page*, unsigned long int)*, void (page*, unsigned long int)*, unsigned long int, migrate_mode, int)' at migrate.c:1391:1 has some indirect sub-type changes: parameter 2 of type 'page* (page*, unsigned long int)*' has sub-type changes: in pointed to type 'function type page* (page*, unsigned long int)' at migrate.h:10:1: entity changed from 'function type page* (page*, unsigned long int)' to 'typedef new_page_t' at migrate.h:10:1 type size hasn't changed parameter 3 of type 'void (page*, unsigned long int)*' has sub-type changes: in pointed to type 'function type void (page*, unsigned long int)' at migrate.h:11:1: entity changed from 'function type void (page*, unsigned long int)' to 'typedef free_page_t' at migrate.h:11:1 type size hasn't changed [C] 'function __kernel_old_timeval ns_to_kernel_old_timeval(long long int)' at time.c:452:1 has some indirect sub-type changes: parameter 1 of type 'long long int' changed: entity changed from 'long long int' to 'const s64' type size hasn't changed [C] 'function timespec64 ns_to_timespec64(long long int)' at time.c:506:1 has some indirect sub-type changes: parameter 1 of type 'long long int' changed: entity changed from 'long long int' to 'const s64' type size hasn't changed [C] 'function void percpu_ref_kill_and_confirm(percpu_ref*, void (percpu_ref*)*)' at percpu-refcount.c:375:1 has some indirect sub-type changes: parameter 2 of type 'void (percpu_ref*)*' changed: in pointed to type 'function type void (percpu_ref*)' at percpu-refcount.h:60:1: entity changed from 'function type void (percpu_ref*)' to 'typedef percpu_ref_func_t' at percpu-refcount.h:60:1 type size hasn't changed [C] 'function int request_threaded_irq(unsigned int, enum irqreturn (int, void*)*, enum irqreturn (int, void*)*, unsigned long int, const char*, void*)' at manage.c:2007:1 has some indirect sub-type changes: parameter 2 of type 'enum irqreturn (int, void*)*' changed: entity changed from 'enum irqreturn (int, void*)*' to compatible type 'typedef irq_handler_t' at interrupt.h:92:1 parameter 3 of type 'enum irqreturn (int, void*)*' changed: entity changed from 'enum irqreturn (int, void*)*' to compatible type 'typedef irq_handler_t' at interrupt.h:92:1 [C] 'function void unmap_mapping_range(address_space*, long long int, long long int, int)' at memory.c:3548:1 has some indirect sub-type changes: parameter 2 of type 'long long int' changed: entity changed from 'long long int' to 'const loff_t' type size hasn't changed parameter 3 of type 'long long int' changed: entity changed from 'long long int' to 'const loff_t' type size hasn't changed Bug: 210255585 Cc: Giuliano Procida <gprocida@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I73c2435d37d6b32257d35ccc559e36956108917a
This commit is contained in:
parent
1b6d7b3a21
commit
f04036b092