ANDROID: GKI: update allowed list for incrementalfs.ko
Leaf changes summary: 17 artifacts changed (18 filtered out) Changed leaf types summary: 0 (18 filtered out) leaf types changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 16 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 1 Added variable 16 Added functions: [A] 'function void __audit_inode_child(inode*, const dentry*, const unsigned char)' [A] 'function int __fsnotify_parent(const path*, dentry*, __u32)' [A] 'function int __fsverity_verify_signature(const inode*, const u8*, u32, const u8*, unsigned int)' [A] 'function void d_delete(dentry*)' [A] 'function vm_fault_t filemap_fault(vm_fault*)' [A] 'function void filemap_map_pages(vm_fault*, unsigned long int, unsigned long int)' [A] 'function vm_fault_t filemap_page_mkwrite(vm_fault*)' [A] 'function int fsnotify(inode*, unsigned int, void*, int, const unsigned char*, unsigned int)' [A] 'function void generic_fillattr(inode*, kstat*)' [A] 'function void inode_set_flags(inode*, unsigned int, unsigned int)' [A] 'function int kobject_add(kobject*, kobject*, const char*, ...)' [A] 'function void kobject_init(kobject*, kobj_type*)' [A] 'function char* match_strdup(const __anonymous_struct__*)' [A] 'function void* memchr_inv(void*, int, size_t)' [A] 'function void touch_atime(const path*)' [A] 'function long int vfs_truncate(const path*, loff_t)' 1 Added variable: [A] 'const sysfs_ops kobj_sysfs_ops' Bug: 186190934 Test: With rest of series and ABI update incrementalfs.ko loads Signed-off-by: Paul Lawrence <paullawrence@google.com> Change-Id: I7b191093ce9f8f226663ec55ed3f98eaa53f83aa
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -699,7 +699,6 @@
|
||||
printk
|
||||
print_stack_trace
|
||||
proc_dointvec
|
||||
proc_mkdir_data
|
||||
proto_register
|
||||
proto_unregister
|
||||
pskb_expand_head
|
||||
@@ -1197,7 +1196,7 @@
|
||||
# required by cnss_prealloc.ko
|
||||
save_stack_trace
|
||||
|
||||
# required by coresight-clk-amba-dummy.ko
|
||||
# required by coresight-clk-amba-placeholder.ko
|
||||
amba_driver_register
|
||||
amba_driver_unregister
|
||||
|
||||
@@ -1335,6 +1334,7 @@
|
||||
# required by ftm5.ko
|
||||
ktime_get_coarse_real_ts64
|
||||
proc_create
|
||||
proc_mkdir_data
|
||||
seq_write
|
||||
|
||||
# required by google-bms.ko
|
||||
@@ -1378,10 +1378,12 @@
|
||||
i2c_put_dma_safe_msg_buf
|
||||
|
||||
# required by incrementalfs.ko
|
||||
__audit_inode_child
|
||||
__break_lease
|
||||
clear_inode
|
||||
__close_fd
|
||||
d_add
|
||||
d_delete
|
||||
d_drop
|
||||
deactivate_locked_super
|
||||
dentry_open
|
||||
@@ -1391,13 +1393,19 @@
|
||||
down_read_killable
|
||||
down_write_killable
|
||||
dput
|
||||
filemap_fault
|
||||
filemap_map_pages
|
||||
filemap_page_mkwrite
|
||||
flush_dcache_page
|
||||
fs_kobj
|
||||
fsnotify
|
||||
__fsnotify_parent
|
||||
fsstack_copy_attr_all
|
||||
__fsverity_verify_signature
|
||||
generic_file_llseek
|
||||
generic_file_mmap
|
||||
generic_file_read_iter
|
||||
generic_file_splice_read
|
||||
generic_fillattr
|
||||
generic_read_dir
|
||||
generic_shutdown_super
|
||||
get_zeroed_page
|
||||
@@ -1405,18 +1413,24 @@
|
||||
ihold
|
||||
inode_init_once
|
||||
inode_init_owner
|
||||
inode_set_flags
|
||||
iput
|
||||
iterate_dir
|
||||
kernel_read
|
||||
kernel_write
|
||||
kern_path
|
||||
kobject_add
|
||||
kobject_init
|
||||
kobj_sysfs_ops
|
||||
__ll_sc___cmpxchg_case_rel_8
|
||||
lockref_get
|
||||
lock_rename
|
||||
lookup_one_len
|
||||
LZ4_decompress_safe
|
||||
match_int
|
||||
match_strdup
|
||||
match_token
|
||||
memchr_inv
|
||||
noop_llseek
|
||||
notify_change
|
||||
override_creds
|
||||
@@ -1428,11 +1442,11 @@
|
||||
revert_creds
|
||||
set_anon_super
|
||||
sget
|
||||
simple_getattr
|
||||
simple_setattr
|
||||
simple_statfs
|
||||
strndup_user
|
||||
sync_filesystem
|
||||
touch_atime
|
||||
truncate_inode_pages
|
||||
unlock_new_inode
|
||||
unlock_page
|
||||
@@ -1450,6 +1464,7 @@
|
||||
vfs_rename
|
||||
vfs_rmdir
|
||||
vfs_setxattr
|
||||
vfs_truncate
|
||||
vfs_unlink
|
||||
ZSTD_decompressStream
|
||||
ZSTD_DStreamWorkspaceBound
|
||||
@@ -2739,6 +2754,8 @@
|
||||
|
||||
# preserved by --additions-only
|
||||
crc32_le
|
||||
generic_file_mmap
|
||||
simple_getattr
|
||||
simple_strtoull
|
||||
soc_find_component
|
||||
vm_map_ram
|
||||
|
||||
Reference in New Issue
Block a user