b8f04a0f4a
883278 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
John Stultz
|
0af0089d12 |
ANDROID: hikey960_gki.fragment: Remove unused CONFIG_SERIAL_8250_DW
YongQin reported issues building for hikey960 due to missing the dw8250_setup_port symbol from ksymtab. However, its not clear why this was set, so remove it from the config. Bug: 146450171 Signed-off-by: John Stultz <john.stultz@linaro.org> (qperret: fixed trivial cherry-pick conflict) Signed-off-by: Quentin Perret <qperret@google.com> Change-Id: I5f5a73c6536731855b4edc629f187126d8a0a54d |
||
Chun-Hung Wu
|
839bf5ca35 |
BACKPORT: FROMLIST: clk: Export clk_register_composite
clk_register_composite() will be used in mediatek's clock kernel module, so export it to GPL modules. Bug: 154743265 Link: https://lore.kernel.org/lkml/ 1595493126-21611-1-git-send-email-wendell.lin@mediatek.com/ Change-Id: I658a5073b9d6b33ff898f87133c5fbeb693ac6f9 Signed-off-by: Wendell Lin <wendell.lin@mediatek.com> Signed-off-by: Chun-Hung Wu <chun-hung.wu@mediatek.com> |
||
Daniel Mentz
|
c26816914d |
ANDROID: power: Export log_{suspend_abort,abnormal_wakeup}_reason
Export log_suspend_abort_reason and log_abnormal_wakeup_reason. This will allow device-specific vendor modules to log these specific wakeup reasons. Bug: 155142116 Signed-off-by: Daniel Mentz <danielmentz@google.com> Change-Id: I0b1e065b57d7e5ddd36c8dbc4f086661ae56041a (cherry picked from commit 7a626b43ed8dcab4f55ab3af95ce20721c574f4e) |
||
Liangcai Fan
|
5c65d24e9f |
ANDROID: ABI: add already existing __arm_smccc_smc to unisoc
Bug: 160255258 Change-Id: I067652696e71a474e6176361d91204749cc1ef83 Signed-off-by: Liangcai Fan <liangcai.fan@unisoc.com> |
||
Daniel Mentz
|
c7257f6249 |
ANDROID: ion: Remove unused local variable 'vaddr'
Remove definition of unused local variable 'vaddr' in ion_dma_buf_begin_cpu_access() to avoid the following compiler warning: drivers/staging/android/ion/ion_dma_buf.c:166:8: warning: unused variable 'vaddr' [-Wunused-variable] void *vaddr; ^ Bug: 158635261 Fixes: b8018578d1c3 ("ANDROID: ion: remove kmap from begin[end]_cpu_access") Signed-off-by: Daniel Mentz <danielmentz@google.com> Change-Id: I0b9061651c9349420018169eeda152e53b9b7f95 |
||
Hyesoo Yu
|
0eb5f60e7d |
ANDROID: ion: remove kmap from begin[end]_cpu_access
The begin[end]_cpu_access handles cache coherency. However the kmap is always called here and it just makes unnecessary overhead of kmap. We don't need to call kmap on begin[end]_cpu_access because ION no longer supports dma_buf_kmap callback on ion dma, so remove it. Bug: 158635261 Signed-off-by: Hyesoo YU <hyesoo.yu@samsung.com> Change-Id: I8a9a1715da2c0d7df59a3abe8790614b07f55fe6 |
||
hajun.sung
|
22550de68e |
ANDROID: GKI: Update abi_gki_aarch64_exynos
Leaf changes summary: 14 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 12 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 2 Added variables 12 Added functions: [A] 'function char* d_path(const path*, char*, int)' [A] 'function devfreq* devfreq_get_devfreq_by_phandle(device*, int)' [A] 'function int devm_devfreq_register_notifier(device*, devfreq*, notifier_block*, unsigned int)' [A] 'function int dma_common_get_sgtable(device*, sg_table*, void*, dma_addr_t, size_t, unsigned long int)' [A] 'function int dma_common_mmap(device*, vm_area_struct*, void*, dma_addr_t, size_t, unsigned long int)' [A] 'function void* dma_direct_alloc(device*, unsigned long int, long long unsigned int*, unsigned int, unsigned long int)' [A] 'function void dma_direct_free(device*, unsigned long int, void*, long long unsigned int, unsigned long int)' [A] 'function long long unsigned int dma_direct_get_required_mask(device*)' [A] 'function u64 jiffies64_to_msecs(const u64)' [A] 'function ktime_t ktime_get_raw()' [A] 'function int map_vm_area(vm_struct*, __anonymous_struct__15, page**)' [A] 'function int ufshcd_wb_ctrl(ufs_hba*, bool)' 2 Added variables: [A] 'tracepoint __tracepoint_android_vh_is_fpsimd_save' [A] 'kmem_cache* names_cachep' Bug: 165886526 Change-Id: I5d80ba96ae84e6e6813f5b2047e482b805acfbbf Signed-off-by: hajun.sung <hajun.sung@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> |
||
Chanho Park
|
086e8bbff6 |
ANDROID: tty: fix tty name overflow
The tty name can be up to 8 chars if id is greater than 10 such as ttyUSB11. In that case, the name will be overflowed. To prevent this, this patch removes snprintf and adds comparison the idx value of pdev_tty_port only if pdev_tty_port is specified. Bug: 157525691 Bug: 161501868 Fixes: 21d085e1cc2c ("ANDROID: serdev: restrict claim of platform devices") Change-Id: I2a766c9a83a09a1d386686638d8e9c529eeeb735 Signed-off-by: Chanho Park <chanho61.park@samsung.com> |
||
Greg Kroah-Hartman
|
71840f2372 |
Revert "tracing: Move pipe reference to trace array instead of current_tracer"
This reverts commit
|
||
Greg Kroah-Hartman
|
2669cd8a3e |
Revert "ANDROID: Revert: Merge 5.4.60 into android11-5.4"
This reverts commit
|
||
Sami Tolvanen
|
395ea775bf |
ANDROID: arm64: add __va_function
With CFI, the compiler replaces function references with pointers to the CFI jump table. This breaks passing these addresses to code running at EL2, where the jump tables are not valid. Add a __va_function macro similarly to the earlier __pa_function to take address of the actual function in inline assembly and use that in kvm_ksym_ref instead. Bug: 163385976 Change-Id: I097b99409995512c00786300e7d18fe42c720a1b (cherry picked from commit 2f4d6c9fd77c88ad0500aad4bf1f64aaf2654c49) Signed-off-by: Sami Tolvanen <samitolvanen@google.com> |
||
Todd Kjos
|
8152ef3a7a |
ANDROID: ABI: fix ABI breakage
TreeHugger missed an ABI breakage. Update the ABI definition. Bug: 165917436 Leaf changes summary: 3217 artifacts changed (34 filtered out) Changed leaf types summary: 26 leaf types changed Removed/Changed/Added functions summary: 0 Removed, 3146 Changed (34 filtered out), 0 Added function Removed/Changed/Added variables summary: 0 Removed, 45 Changed, 0 Added variable 3146 functions with some sub-type change: [C] 'function void* PDE_DATA(const inode*)' at proc_fs.h:52:1 has some sub-type changes: CRC value (modversions) changed from 0xe81d9abd to 0x80f140aa [C] 'function int ___pskb_trim(sk_buff*, unsigned int)' at skbuff.c:1927:1 has some sub-type changes: CRC value (modversions) changed from 0x759ae83f to 0x934590d0 [C] 'function gendisk* __alloc_disk_node(int, int)' at genhd.c:1464:1 has some sub-type changes: CRC value (modversions) changed from 0x2d5b52d7 to 0xca3474c3 [C] 'function page* __alloc_pages_nodemask(gfp_t, unsigned int, int, nodemask_t*)' at page_alloc.c:4800:1 has some sub-type changes: CRC value (modversions) changed from 0x1940af7f to 0xbe33e805 [C] 'function sk_buff* __alloc_skb(unsigned int, gfp_t, int, int)' at skbuff.c:182:1 has some sub-type changes: CRC value (modversions) changed from 0x71b268bb to 0x9d200480 [C] 'function void __blk_mq_end_request(request*, blk_status_t)' at blk-mq.c:540:1 has some sub-type changes: CRC value (modversions) changed from 0x5488eb64 to 0x176f9fb0 [C] 'function int __blkdev_issue_discard(block_device*, sector_t, sector_t, gfp_t, int, bio**)' at blk-lib.c:25:1 has some sub-type changes: CRC value (modversions) changed from 0x4a2410e9 to 0xe1e384f4 [C] 'function int __blkdev_issue_zeroout(block_device*, sector_t, sector_t, gfp_t, bio**, unsigned int)' at blk-lib.c:324:1 has some sub-type changes: CRC value (modversions) changed from 0xd6a4ea85 to 0x28364258 [C] 'function ssize_t __blockdev_direct_IO(kiocb*, inode*, block_device*, iov_iter*, get_block_t*, dio_iodone_t*, dio_submit_t*, int)' at direct-io.c:1407:1 has some sub-type changes: CRC value (modversions) changed from 0xf771a682 to 0x9e3c4ebe [C] 'function buffer_head* __bread_gfp(block_device*, sector_t, unsigned int, gfp_t)' at buffer.c:1365:1 has some sub-type changes: CRC value (modversions) changed from 0xa49233fc to 0xb9729bb3 [C] 'function void __breadahead(block_device*, sector_t, unsigned int)' at buffer.c:1331:1 has some sub-type changes: CRC value (modversions) changed from 0x32cb9264 to 0x540cf00e [C] 'function int __break_lease(inode*, unsigned int, unsigned int)' at locks.c:1603:1 has some sub-type changes: CRC value (modversions) changed from 0xdc861395 to 0xa3de0ec7 [C] 'function void __brelse(buffer_head*)' at buffer.c:1140:1 has some sub-type changes: CRC value (modversions) changed from 0xfddabbb2 to 0x57e7b5ac [C] 'function sk_buff* __cfg80211_alloc_event_skb(wiphy*, wireless_dev*, nl80211_commands, nl80211_attrs, unsigned int, int, int, gfp_t)' at nl80211.c:9903:1 has some sub-type changes: CRC value (modversions) changed from 0xf35cc793 to 0x539c025c [C] 'function sk_buff* __cfg80211_alloc_reply_skb(wiphy*, nl80211_commands, nl80211_attrs, int)' at nl80211.c:13402:1 has some sub-type changes: CRC value (modversions) changed from 0x6905fce6 to 0x8e800aa1 [C] 'function void __cfg80211_send_event_skb(sk_buff*, gfp_t)' at nl80211.c:9936:1 has some sub-type changes: CRC value (modversions) changed from 0x6205b957 to 0xffe4612b [C] 'function class* __class_create(module*, const char*, lock_class_key*)' at class.c:225:1 has some sub-type changes: CRC value (modversions) changed from 0x552a7b7f to 0x25553b5a [C] 'function int __class_register(class*, lock_class_key*)' at class.c:152:1 has some sub-type changes: CRC value (modversions) changed from 0x54b89789 to 0x3418ab5 [C] 'function int __clk_determine_rate(clk_hw*, clk_rate_request*)' at clk.c:1434:1 has some sub-type changes: CRC value (modversions) changed from 0x56e94a87 to 0x7816cfc1 [C] 'function clk_hw* __clk_get_hw(clk*)' at clk.c:278:1 has some sub-type changes: CRC value (modversions) changed from 0x1131c84f to 0x125ecdd1 [C] 'function int __clk_mux_determine_rate(clk_hw*, clk_rate_request*)' at clk.c:661:1 has some sub-type changes: CRC value (modversions) changed from 0x14537bc0 to 0xcc63b45d [C] 'function int __clk_mux_determine_rate_closest(clk_hw*, clk_rate_request*)' at clk.c:668:1 has some sub-type changes: CRC value (modversions) changed from 0xe3655184 to 0x98151e94 [C] 'function int __clocksource_register_scale(clocksource*, u32, u32)' at clocksource.c:925:1 has some sub-type changes: CRC value (modversions) changed from 0x22437886 to 0x1d68a4b9 [C] 'function int __close_fd(files_struct*, unsigned int)' at file.c:621:1 has some sub-type changes: CRC value (modversions) changed from 0xc26ef580 to 0x293069db [C] 'function int __compat_only_sysfs_link_entry_to_kobj(kobject*, kobject*, const char*)' at group.c:424:1 has some sub-type changes: CRC value (modversions) changed from 0xe48b2164 to 0x524f105 [C] 'function int __cpufreq_driver_target(cpufreq_policy*, unsigned int, unsigned int)' at cpufreq.c:2142:1 has some sub-type changes: CRC value (modversions) changed from 0x7fd1a502 to 0x838bc17 [C] 'function net_device* __dev_get_by_index(net*, int)' at dev.c:735:1 has some sub-type changes: CRC value (modversions) changed from 0xbdf79956 to 0xa98774b6 [C] 'function net_device* __dev_get_by_name(net*, const char*)' at dev.c:660:1 has some sub-type changes: CRC value (modversions) changed from 0x644ad358 to 0x1baf0d6d [C] 'function void __dev_kfree_skb_any(sk_buff*, skb_free_reason)' at dev.c:2739:1 has some sub-type changes: CRC value (modversions) changed from 0x94dd12e5 to 0xfe4d5153 [C] 'function void __dev_kfree_skb_irq(sk_buff*, skb_free_reason)' at dev.c:2717:1 has some sub-type changes: CRC value (modversions) changed from 0x8701476 to 0x54a54484 [C] 'function int __devm_iio_device_register(device*, iio_dev*, module*)' at industrialio-core.c:1742:1 has some sub-type changes: CRC value (modversions) changed from 0x8debde9d to 0xde5b22ae [C] 'function int __devm_irq_alloc_descs(device*, int, unsigned int, unsigned int, int, module*, const irq_affinity_desc*)' at devres.c:178:1 has some sub-type changes: CRC value (modversions) changed from 0xde681ae4 to 0x7752a05 [C] 'function phy_provider* __devm_of_phy_provider_register(device*, device_node*, module*, phy* (device*, of_phandle_args*)*)' at phy-core.c:1041:1 has some sub-type changes: CRC value (modversions) changed from 0x9f52ee8c to 0xc83cd8bb [C] 'function regmap* __devm_regmap_init(device*, const regmap_bus*, void*, const regmap_config*, lock_class_key*, const char*)' at regmap.c:1171:1 has some sub-type changes: CRC value (modversions) changed from 0xdbd8ce82 to 0xe6fb0141 [C] 'function regmap* __devm_regmap_init_i2c(i2c_client*, const regmap_config*, lock_class_key*, const char*)' at regmap-i2c.c:292:1 has some sub-type changes: CRC value (modversions) changed from 0x8618fc84 to 0xe6436636 [C] 'function regmap* __devm_regmap_init_mmio_clk(device*, const char*, void*, const regmap_config*, lock_class_key*, const char*)' at regmap-mmio.c:339:1 has some sub-type changes: CRC value (modversions) changed from 0x98b06985 to 0x3121adbe [C] 'function void __devm_release_region(device*, resource*, resource_size_t, resource_size_t)' at resource.c:1476:1 has some sub-type changes: CRC value (modversions) changed from 0x371866dd to 0x16f6318e [C] 'function resource* __devm_request_region(device*, resource*, resource_size_t, resource_size_t, const char*)' at resource.c:1451:1 has some sub-type changes: CRC value (modversions) changed from 0xb4a0b4cc to 0xf9a6cc36 [C] 'function reset_control* __devm_reset_control_get(device*, const char*, int, bool, bool, bool)' at core.c:778:1 has some sub-type changes: CRC value (modversions) changed from 0x1567be29 to 0x148434fa [C] 'function dma_chan* __dma_request_channel(const dma_cap_mask_t*, dma_filter_fn, void*, device_node*)' at dmaengine.c:636:1 has some sub-type changes: CRC value (modversions) changed from 0x206d4ca5 to 0x8353a159 [C] 'function void __drm_atomic_helper_connector_destroy_state(drm_connector_state*)' at drm_atomic_state_helper.c:457:1 has some sub-type changes: CRC value (modversions) changed from 0x366086ec to 0x7b24124e [C] 'function void __drm_atomic_helper_connector_duplicate_state(drm_connector*, drm_connector_state*)' at drm_atomic_state_helper.c:409:1 has some sub-type changes: CRC value (modversions) changed from 0xfab4dc82 to 0xade5066b [C] 'function void __drm_atomic_helper_connector_reset(drm_connector*, drm_connector_state*)' at drm_atomic_state_helper.c:351:1 has some sub-type changes: CRC value (modversions) changed from 0x329c3c1d to 0x41779cc6 [C] 'function void __drm_atomic_helper_crtc_destroy_state(drm_crtc_state*)' at drm_atomic_state_helper.c:170:1 has some sub-type changes: CRC value (modversions) changed from 0x4bc8c382 to 0x46704283 [C] 'function void __drm_atomic_helper_crtc_duplicate_state(drm_crtc*, drm_crtc_state*)' at drm_atomic_state_helper.c:110:1 has some sub-type changes: CRC value (modversions) changed from 0x36c71c19 to 0x3f2a25c [C] 'function void __drm_atomic_helper_crtc_reset(drm_crtc*, drm_crtc_state*)' at drm_atomic_state_helper.c:73:1 has some sub-type changes: CRC value (modversions) changed from 0xbaf7e24d to 0x59804380 [C] 'function void __drm_atomic_helper_plane_destroy_state(drm_plane_state*)' at drm_atomic_state_helper.c:307:1 has some sub-type changes: CRC value (modversions) changed from 0x686bcfb6 to 0x817cc77 [C] 'function void __drm_atomic_helper_plane_duplicate_state(drm_plane*, drm_plane_state*)' at drm_atomic_state_helper.c:262:1 has some sub-type changes: CRC value (modversions) changed from 0x8103ced0 to 0x5a4e4b9f [C] 'function void __drm_atomic_helper_private_obj_duplicate_state(drm_private_obj*, drm_private_state*)' at drm_atomic_state_helper.c:496:1 has some sub-type changes: CRC value (modversions) changed from 0x43424e55 to 0x4229d204 [C] 'function void __dynamic_dev_dbg(_ddebug*, const device*, const char*, ...)' at dynamic_debug.c:572:1 has some sub-type changes: CRC value (modversions) changed from 0x3b09f616 to 0xcdcb8d65 [C] 'function int __ethtool_get_link_ksettings(net_device*, ethtool_link_ksettings*)' at ethtool.c:544:1 has some sub-type changes: CRC value (modversions) changed from 0x4850b6f5 to 0x6d6be1af [C] 'function buffer_head* __find_get_block(block_device*, sector_t, unsigned int)' at buffer.c:1291:1 has some sub-type changes: CRC value (modversions) changed from 0x77227fce to 0x8901fc2b [C] 'function void __free_pages(page*, unsigned int)' at page_alloc.c:4896:1 has some sub-type changes: CRC value (modversions) changed from 0xfcbd8c34 to 0x40eef59 [C] 'function int __genphy_config_aneg(phy_device*, bool)' at phy_device.c:1692:1 has some sub-type changes: CRC value (modversions) changed from 0x599886c2 to 0x29f52201 [C] 'function char* __get_task_comm(char*, size_t, task_struct*)' at exec.c:1229:1 has some sub-type changes: CRC value (modversions) changed from 0x81393e3 to 0x486204fd [C] 'function buffer_head* __getblk_gfp(block_device*, sector_t, unsigned int, gfp_t)' at buffer.c:1316:1 has some sub-type changes: CRC value (modversions) changed from 0xab558081 to 0x4d2b3c28 [C] 'function int __hwspin_lock_timeout(hwspinlock*, unsigned int, int, unsigned long int*)' at hwspinlock_core.c:206:1 has some sub-type changes: CRC value (modversions) changed from 0xdb879b68 to 0x85542155 [C] 'function void __hwspin_unlock(hwspinlock*, int, unsigned long int*)' at hwspinlock_core.c:265:1 has some sub-type changes: CRC value (modversions) changed from 0x1c10dc7b to 0x1a00e407 [C] 'function int __iio_device_register(iio_dev*, module*)' at industrialio-core.c:1643:1 has some sub-type changes: CRC value (modversions) changed from 0x56ed67a9 to 0x77b3e971 [C] 'function int __iio_trigger_register(iio_trigger*, module*)' at industrialio-trigger.c:66:1 has some sub-type changes: CRC value (modversions) changed from 0x81cc4e98 to 0x3076ad02 [C] 'function void __init_rwsem(rw_semaphore*, const char*, lock_class_key*)' at rwsem.c:327:1 has some sub-type changes: CRC value (modversions) changed from 0x7b4da6ff to 0x9859fe0 [C] 'function void __insert_inode_hash(inode*, unsigned long int)' at inode.c:494:1 has some sub-type changes: CRC value (modversions) changed from 0x547253eb to 0x663a8441 [C] 'function int __ion_device_add_heap(ion_heap*, module*)' at ion.c:314:1 has some sub-type changes: CRC value (modversions) changed from 0x29da5248 to 0x34dd9d06 [C] 'function void __ip_select_ident(net*, iphdr*, int)' at route.c:506:1 has some sub-type changes: CRC value (modversions) changed from 0x8727376c to 0xcdef23f3 [C] 'function irq_domain* __irq_domain_add(fwnode_handle*, int, irq_hw_number_t, int, const irq_domain_ops*, void*)' at irqdomain.c:130:1 has some sub-type changes: CRC value (modversions) changed from 0x5b33289d to 0x3755dba8 [C] 'function void __irq_set_handler(unsigned int, irq_flow_handler_t, int, const char*)' at chip.c:1069:1 has some sub-type changes: CRC value (modversions) changed from 0xf05ecfc4 to 0x2e28e399 [C] 'function void __kthread_init_worker(kthread_worker*, const char*, lock_class_key*)' at kthread.c:619:1 has some sub-type changes: CRC value (modversions) changed from 0x75b3e3b2 to 0xf8ffa331 [C] 'function void __lock_buffer(buffer_head*)' at buffer.c:65:1 has some sub-type changes: CRC value (modversions) changed from 0xc9505ef to 0x4941dff8 [C] 'function void __lock_page(page*)' at filemap.c:1379:1 has some sub-type changes: CRC value (modversions) changed from 0x7de422c1 to 0x6e33594d [C] 'function void __mark_inode_dirty(inode*, int)' at fs-writeback.c:2245:1 has some sub-type changes: CRC value (modversions) changed from 0xe75a13a7 to 0x5917b860 [C] 'function int __mdiobus_read(mii_bus*, int, u32)' at mdio_bus.c:549:1 has some sub-type changes: CRC value (modversions) changed from 0x2234de48 to 0x27bc435f [C] 'function int __mdiobus_register(mii_bus*, module*)' at mdio_bus.c:369:1 has some sub-type changes: CRC value (modversions) changed from 0xd7e3023a to 0x5b0f3fbd [C] 'function int __mdiobus_write(mii_bus*, int, u32, u16)' at mdio_bus.c:574:1 has some sub-type changes: CRC value (modversions) changed from 0xc80390b to 0x75e4323d [C] 'function int __media_device_register(media_device*, module*)' at mc-device.c:730:1 has some sub-type changes: CRC value (modversions) changed from 0xcfca81bc to 0x50e799d7 [C] 'function int __mmc_claim_host(mmc_host*, mmc_ctx*, atomic_t*)' at core.c:796:1 has some sub-type changes: CRC value (modversions) changed from 0xf74a9e3f to 0x985cfa22 [C] 'function int __mmc_send_status(mmc_card*, u32*, unsigned int)' at mmc_ops.c:54:1 has some sub-type changes: CRC value (modversions) changed from 0x4b41a89c to 0x8924abb9 [C] 'function void __mmdrop(mm_struct*)' at fork.c:690:1 has some sub-type changes: CRC value (modversions) changed from 0xfc894994 to 0x453e7c3e [C] 'function void __module_get(module*)' at module.c:1113:1 has some sub-type changes: CRC value (modversions) changed from 0x581928f to 0x741c7b67 [C] 'function sk_buff* __napi_alloc_skb(napi_struct*, unsigned int, gfp_t)' at skbuff.c:497:1 has some sub-type changes: CRC value (modversions) changed from 0x83af58ee to 0x908db851 [C] 'function void __napi_schedule(napi_struct*)' at dev.c:5913:1 has some sub-type changes: CRC value (modversions) changed from 0xf0a4d4f9 to 0x68a5aed4 [C] 'function sk_buff* __netdev_alloc_skb(net_device*, unsigned int, gfp_t)' at skbuff.c:425:1 has some sub-type changes: CRC value (modversions) changed from 0xf4257b94 to 0x6106b5c5 [C] 'function int __netif_set_xps_queue(net_device*, const unsigned long int*, u16, bool)' at dev.c:2243:1 has some sub-type changes: CRC value (modversions) changed from 0x57759fe3 to 0x6f4ab99 [C] 'function int __netlink_dump_start(sock*, sk_buff*, const nlmsghdr*, netlink_dump_control*)' at af_netlink.c:2299:1 has some sub-type changes: CRC value (modversions) changed from 0xfc423f34 to 0x719f1df6 [C] 'function sock* __netlink_kernel_create(net*, int, module*, netlink_kernel_cfg*)' at af_netlink.c:2026:1 has some sub-type changes: CRC value (modversions) changed from 0xdd372531 to 0x1f991b9c [C] 'function nlmsghdr* __nlmsg_put(sk_buff*, u32, u32, int, int, int)' at af_netlink.c:2166:1 has some sub-type changes: CRC value (modversions) changed from 0xcd51b0f7 to 0xfbc22ed5 [C] 'function reset_control* __of_reset_control_get(device_node*, const char*, int, bool, bool, bool)' at core.c:600:1 has some sub-type changes: CRC value (modversions) changed from 0x94998dd5 to 0x4a6df0ca [C] 'function int __pci_register_driver(pci_driver*, module*, const char*)' at pci-driver.c:1435:1 has some sub-type changes: CRC value (modversions) changed from 0x56b31bd0 to 0x7ce37ec5 [C] 'function int __platform_driver_probe(platform_driver*, int (platform_device*)*, module*)' at platform.c:775:1 has some sub-type changes: CRC value (modversions) changed from 0xd7e70c7 to 0x6b5373d9 [C] 'function int __platform_driver_register(platform_driver*, module*)' at platform.c:732:1 has some sub-type changes: CRC value (modversions) changed from 0x133dc87c to 0xddd3471a [C] 'function int __platform_register_drivers(platform_driver* const*, unsigned int, module*)' at platform.c:897:1 has some sub-type changes: CRC value (modversions) changed from 0x42f62dcf to 0xde926347 [C] 'function void __pm_relax(wakeup_source*)' at wakeup.c:699:1 has some sub-type changes: CRC value (modversions) changed from 0xe53408c5 to 0xea793866 [C] 'function void __pm_runtime_disable(device*, bool)' at runtime.c:1330:1 has some sub-type changes: CRC value (modversions) changed from 0x667865c1 to 0x2f2d1cd8 [C] 'function int __pm_runtime_idle(device*, int)' at runtime.c:1003:1 has some sub-type changes: CRC value (modversions) changed from 0x807f3b to 0xf0488aab [C] 'function int __pm_runtime_resume(device*, int)' at runtime.c:1066:1 has some sub-type changes: CRC value (modversions) changed from 0x13c9c6ad to 0x5cfdcae2 [C] 'function int __pm_runtime_set_status(device*, unsigned int)' at runtime.c:1133:1 has some sub-type changes: CRC value (modversions) changed from 0x45afad6e to 0x458e2a51 [C] 'function int __pm_runtime_suspend(device*, int)' at runtime.c:1035:1 has some sub-type changes: CRC value (modversions) changed from 0x72cf3219 to 0xeaefd34e [C] 'function void __pm_runtime_use_autosuspend(device*, bool)' at runtime.c:1549:1 has some sub-type changes: CRC value (modversions) changed from 0xe020c8f8 to 0x16bbc1b5 [C] 'function void __pm_stay_awake(wakeup_source*)' at wakeup.c:582:1 has some sub-type changes: CRC value (modversions) changed from 0x4a87db3 to 0xcd7d4fb [C] 'function sk_buff* __pskb_copy_fclone(sk_buff*, int, gfp_t, bool)' at skbuff.c:1550:1 has some sub-type changes: CRC value (modversions) changed from 0x230ede83 to 0x527625d [C] 'function void* __pskb_pull_tail(sk_buff*, int)' at skbuff.c:2052:1 has some sub-type changes: CRC value (modversions) changed from 0x2369787f to 0x7d3ea1d5 [C] 'function void __put_cred(cred*)' at cred.c:132:1 has some sub-type changes: CRC value (modversions) changed from 0x3c9af704 to 0xa4ea2038 [C] 'function void __put_net(net*)' at net_namespace.c:638:1 has some sub-type changes: CRC value (modversions) changed from 0x6bae94cb to 0xc3660593 [C] 'function void __put_page(page*)' at swap.c💯1 has some sub-type changes: CRC value (modversions) changed from 0x48e1e6bd to 0x972c1ef8 [C] 'function void __put_task_struct(task_struct*)' at fork.c:739:1 has some sub-type changes: CRC value (modversions) changed from 0x7df2b6f7 to 0xd60c273e [C] 'function sock* __raw_v4_lookup(net*, sock*, unsigned short int, __be32, __be32, int, int)' at raw.c:120:1 has some sub-type changes: CRC value (modversions) changed from 0xb9694701 to 0xb4fecf52 [C] 'function sock* __raw_v6_lookup(net*, sock*, unsigned short int, const in6_addr*, const in6_addr*, int, int)' at raw.c:69:1 has some sub-type changes: CRC value (modversions) changed from 0xd22d6dec to 0x8d7ff1ad [C] 'function void __register_binfmt(linux_binfmt*, int)' at exec.c:81:1 has some sub-type changes: CRC value (modversions) changed from 0x841279ab to 0xa23bc086 [C] 'function int __register_chrdev(unsigned int, unsigned int, unsigned int, const char*, const file_operations*)' at char_dev.c:268:1 has some sub-type changes: CRC value (modversions) changed from 0x388f1983 to 0xa5235224 [C] 'function int __register_rpmsg_driver(rpmsg_driver*, module*)' at rpmsg_core.c:604:1 has some sub-type changes: CRC value (modversions) changed from 0xcc719da7 to 0xb374551d [C] 'function regmap* __regmap_init(device*, const regmap_bus*, void*, const regmap_config*, lock_class_key*, const char*)' at regmap.c:674:1 has some sub-type changes: CRC value (modversions) changed from 0x816994bc to 0xa88928e2 [C] 'function void __remove_inode_hash(inode*)' at inode.c:512:1 has some sub-type changes: CRC value (modversions) changed from 0xd13985dc to 0xb2b8ad0d [C] 'function int __rtc_register_device(module*, rtc_device*)' at class.c:344:1 has some sub-type changes: CRC value (modversions) changed from 0x59ddf80a to 0xb1bf1539 [C] 'function scsi_device* __scsi_add_device(Scsi_Host*, uint, uint, u64, void*)' at scsi_scan.c:1460:1 has some sub-type changes: CRC value (modversions) changed from 0x456f407b to 0xe26cd137 [C] 'function scsi_device* __scsi_device_lookup_by_target(scsi_target*, u64)' at scsi.c:655:1 has some sub-type changes: CRC value (modversions) changed from 0xda211d5b to 0x7aa70f19 [C] 'function int __scsi_execute(scsi_device*, const unsigned char*, int, void*, unsigned int, unsigned char*, scsi_sense_hdr*, int, int, u64, req_flags_t, int*)' at scsi_lib.c:248:1 has some sub-type changes: CRC value (modversions) changed from 0x234d6be7 to 0x1c447f9d [C] 'function void __scsi_print_sense(const scsi_device*, const char*, const unsigned char*, int)' at scsi_logging.c:370:1 has some sub-type changes: CRC value (modversions) changed from 0x7f959158 to 0xf29b2c32 [C] 'function int __sdhci_add_host(sdhci_host*)' at sdhci.c:4415:1 has some sub-type changes: CRC value (modversions) changed from 0x642cdb7b to 0x3861b8b0 [C] 'function void* __seq_open_private(file*, const seq_operations*, int)' at seq_file.c:624:1 has some sub-type changes: CRC value (modversions) changed from 0x4b2072ee to 0x90a9ade1 [C] 'function void __serio_register_port(serio*, module*)' at serio.c:695:1 has some sub-type changes: CRC value (modversions) changed from 0x2b462628 to 0xeee67e89 [C] 'function int __sg_alloc_table_from_pages(sg_table*, page**, unsigned int, unsigned int, unsigned long int, unsigned int, gfp_t)' at scatterlist.c:389:1 has some sub-type changes: CRC value (modversions) changed from 0x6a9b930c to 0x8d306e94 [C] 'function int __sk_receive_skb(sock*, sk_buff*, const int, unsigned int, bool)' at sock.c:498:1 has some sub-type changes: CRC value (modversions) changed from 0xce3719b5 to 0xe3ac1b53 [C] 'function bool __skb_flow_dissect(const net*, const sk_buff*, flow_dissector*, void*, void*, __be16, int, int, unsigned int)' at flow_dissector.c:893:1 has some sub-type changes: CRC value (modversions) changed from 0x3c25b872 to 0x82832e1c [C] 'function void __skb_get_hash(sk_buff*)' at flow_dissector.c:1576:1 has some sub-type changes: CRC value (modversions) changed from 0x2d70bbb4 to 0x4c37c00c [C] 'function sk_buff* __skb_gso_segment(sk_buff*, netdev_features_t, bool)' at dev.c:2997:1 has some sub-type changes: CRC value (modversions) changed from 0xb9327a21 to 0xccf75efb [C] 'function int __skb_pad(sk_buff*, int, bool)' at skbuff.c:1794:1 has some sub-type changes: CRC value (modversions) changed from 0x56676d34 to 0xd932f176 [C] 'function void __sock_recv_ts_and_drops(msghdr*, sock*, sk_buff*)' at socket.c:857:1 has some sub-type changes: CRC value (modversions) changed from 0x91f545b6 to 0x5d4cca83 [C] 'function spi_controller* __spi_alloc_controller(device*, unsigned int, bool)' at spi.c:2214:1 has some sub-type changes: CRC value (modversions) changed from 0x4c8b57e2 to 0x87a1c222 [C] 'function int __spi_register_driver(module*, spi_driver*)' at spi.c:441:1 has some sub-type changes: CRC value (modversions) changed from 0x84c4b2b0 to 0x810186b6 [C] 'function ssize_t __splice_from_pipe(pipe_inode_info*, splice_desc*, splice_actor*)' at splice.c:614:1 has some sub-type changes: CRC value (modversions) changed from 0x7a8b9afd to 0x4815134f [C] 'function int __spmi_driver_register(spmi_driver*, module*)' at spmi.c:566:1 has some sub-type changes: CRC value (modversions) changed from 0xb9fb031d to 0xe6b3404e [C] 'function int __sync_dirty_buffer(buffer_head*, int)' at buffer.c:3169:1 has some sub-type changes: CRC value (modversions) changed from 0x10fe4e71 to 0x2a887743 [C] 'function pid_t __task_pid_nr_ns(task_struct*, pid_type, pid_namespace*)' at pid.c:425:1 has some sub-type changes: CRC value (modversions) changed from 0xd0e0b3cb to 0x9c2e7eeb [C] 'function tty_driver* __tty_alloc_driver(unsigned int, module*, unsigned long int)' at tty_io.c:3205:1 has some sub-type changes: CRC value (modversions) changed from 0x9dcf7738 to 0x16162c4 [C] 'function int __uio_register_device(module*, device*, uio_info*)' at uio.c:916:1 has some sub-type changes: CRC value (modversions) changed from 0xe91121ad to 0x87d70195 [C] 'function usb_hcd* __usb_create_hcd(const hc_driver*, device*, device*, const char*, usb_hcd*)' at hcd.c:2412:1 has some sub-type changes: CRC value (modversions) changed from 0x306ae017 to 0x4035fe09 [C] 'function int __v4l2_ctrl_modify_range(v4l2_ctrl*, s64, s64, u64, s64)' at v4l2-ctrls.c:4271:1 has some sub-type changes: CRC value (modversions) changed from 0x6ab9c61e to 0xa1277285 [C] 'function int __v4l2_ctrl_s_ctrl(v4l2_ctrl*, s32)' at v4l2-ctrls.c:4060:1 has some sub-type changes: CRC value (modversions) changed from 0x296da136 to 0xce145c10 [C] 'function int __video_register_device(video_device*, vfl_devnode_type, int, int, module*)' at v4l2-dev.c:841:1 has some sub-type changes: CRC value (modversions) changed from 0xd83810aa to 0xb2546e25 [C] 'function void __wait_on_buffer(buffer_head*)' at buffer.c:118:1 has some sub-type changes: CRC value (modversions) changed from 0x3434fe43 to 0x3784b2c7 [C] 'function void __xfrm_state_destroy(xfrm_state*, bool)' at xfrm_state.c:641:1 has some sub-type changes: CRC value (modversions) changed from 0x5e29dda4 to 0x7b5ecf18 [C] 'function unsigned long int _copy_from_iter(void*, unsigned long int, iov_iter*)' at uio.h:127:1 has some sub-type changes: CRC value (modversions) changed from 0x1e7a4ed7 to 0xfea03315 [C] 'function bool _copy_from_iter_full(void*, unsigned long int, iov_iter*)' at uio.h:128:1 has some sub-type changes: CRC value (modversions) changed from 0xfac78816 to 0xcee3df06 [C] 'function unsigned long int _copy_to_iter(void*, unsigned long int, iov_iter*)' at uio.h:126:1 has some sub-type changes: CRC value (modversions) changed from 0x97ce8edc to 0xb996d971 [C] 'function void _dev_crit(const device*, const char*, ...)' at device.h:1756:1 has some sub-type changes: CRC value (modversions) changed from 0x44ba70f6 to 0x6708afa2 [C] 'function void _dev_emerg(const device*, const char*, ...)' at core.c:4071:1 has some sub-type changes: CRC value (modversions) changed from 0x9fbd6d44 to 0xa4046be5 [C] 'function void _dev_err(const device*, const char*, ...)' at device.h:1758:1 has some sub-type changes: CRC value (modversions) changed from 0xadfab3c1 to 0x4ebe65c2 [C] 'function void _dev_info(const device*, const char*, ...)' at device.h:1764:1 has some sub-type changes: CRC value (modversions) changed from 0x9c0880e6 to 0x9992721a [C] 'function void _dev_notice(const device*, const char*, ...)' at device.h:1762:1 has some sub-type changes: CRC value (modversions) changed from 0x8701c402 to 0xea19ac64 [C] 'function void _dev_warn(const device*, const char*, ...)' at device.h:1760:1 has some sub-type changes: CRC value (modversions) changed from 0x2248097b to 0x6177edbc [C] 'function int _snd_ctl_add_slave(snd_kcontrol*, snd_kcontrol*, unsigned int)' at vmaster.c:252:1 has some sub-type changes: CRC value (modversions) changed from 0x2252a686 to 0x7caac4be [C] 'function unsigned long int _snd_pcm_stream_lock_irqsave(snd_pcm_substream*)' at pcm_native.c:162:1 has some sub-type changes: CRC value (modversions) changed from 0x3b59700d to 0x78bcc4f [C] 'function void ack_all_badblocks(badblocks*)' at badblocks.c:433:1 has some sub-type changes: CRC value (modversions) changed from 0xad567679 to 0x468627b7 [C] 'function void adjust_managed_page_count(page*, long int)' at page_alloc.c:7565:1 has some sub-type changes: CRC value (modversions) changed from 0x5897b108 to 0xe11e4450 [C] 'function rtc_device* alarmtimer_get_rtcdev()' at alarmtimer.c:72:1 has some sub-type changes: CRC value (modversions) changed from 0x773b75c7 to 0xca8b561b [C] 'function net_device* alloc_etherdev_mqs(int, unsigned int, unsigned int)' at etherdevice.h:49:1 has some sub-type changes: CRC value (modversions) changed from 0x12363705 to 0x82f5bf7 [C] 'function io_pgtable_ops* alloc_io_pgtable_ops(io_pgtable_fmt, io_pgtable_cfg*, void*)' at io-pgtable.c:29:1 has some sub-type changes: CRC value (modversions) changed from 0xd8ad7137 to 0x600c030d [C] 'function net_device* alloc_netdev_mqs(int, const char*, unsigned char, void (net_device*)*, unsigned int, unsigned int)' at netdevice.h:4137:1 has some sub-type changes: CRC value (modversions) changed from 0x60b06f29 to 0x4aafe2d7 [C] 'function buffer_head* alloc_page_buffers(page*, unsigned long int, bool)' at buffer.c:815:1 has some sub-type changes: CRC value (modversions) changed from 0xfdd7004f to 0xb0140a4c [C] 'function sk_buff* alloc_skb_with_frags(unsigned long int, unsigned long int, int, int*, unsigned int)' at skbuff.h:1058:1 has some sub-type changes: CRC value (modversions) changed from 0x19b8ff82 to 0x1ae2c787 [C] 'function int amba_driver_register(amba_driver*)' at bus.h:107:1 has some sub-type changes: CRC value (modversions) changed from 0x362ff98c to 0x1b95446e [C] 'function void amba_driver_unregister(amba_driver*)' at bus.h:108:1 has some sub-type changes: CRC value (modversions) changed from 0x59e06481 to 0x79aea639 [C] 'function void amba_release_regions(amba_device*)' at bus.h:134:1 has some sub-type changes: CRC value (modversions) changed from 0x799dc12b to 0x820c94a5 [C] 'function int amba_request_regions(amba_device*, const char*)' at bus.h:133:1 has some sub-type changes: CRC value (modversions) changed from 0x6f28808 to 0x3c4f78f0 [C] 'function int anon_inode_getfd(const char*, const file_operations*, void*, int)' at anon_inodes.h:17:1 has some sub-type changes: CRC value (modversions) changed from 0x5043b82b to 0x6e1c6a57 [C] 'function file* anon_inode_getfile(const char*, const file_operations*, void*, int)' at anon_inodes.h:14:1 has some sub-type changes: CRC value (modversions) changed from 0xd55cc72 to 0xcefb915a [C] 'function bool arch_bpf_jit_check_func(const bpf_prog*)' at filter.h:568:1 has some sub-type changes: CRC value (modversions) changed from 0xf2137649 to 0x863d385c [C] 'function void arch_setup_dma_ops(device*, u64, u64, const iommu_ops*, bool)' at dma-mapping.c:40:1 has some sub-type changes: CRC value (modversions) changed from 0x25ab4877 to 0xaa645efd [C] 'function backlight_device* backlight_device_get_by_type(backlight_type)' at backlight.c:417:1 has some sub-type changes: CRC value (modversions) changed from 0x1d0a021d to 0x64bce3d1 [C] 'function backlight_device* backlight_device_register(const char*, device*, void*, const backlight_ops*, const backlight_properties*)' at backlight.c:351:1 has some sub-type changes: CRC value (modversions) changed from 0x10720d46 to 0x8ee7b364 [C] 'function int backlight_device_set_brightness(backlight_device*, unsigned long int)' at backlight.c:180:1 has some sub-type changes: CRC value (modversions) changed from 0xe2c78325 to 0x1093c186 [C] 'function void backlight_device_unregister(backlight_device*)' at backlight.c:441:1 has some sub-type changes: CRC value (modversions) changed from 0x601ea893 to 0x5b6478cb [C] 'function int badblocks_clear(badblocks*, long long unsigned int, int)' at badblocks.h:48:1 has some sub-type changes: CRC value (modversions) changed from 0x3c4586b6 to 0x9aa45d0d [C] 'function void badblocks_exit(badblocks*)' at badblocks.c:593:1 has some sub-type changes: CRC value (modversions) changed from 0x8d57917a to 0x6f4600b3 [C] 'function int badblocks_init(badblocks*, int)' at badblocks.c:575:1 has some sub-type changes: CRC value (modversions) changed from 0x9e7f663b to 0x6e4acd0b [C] 'function int badblocks_set(badblocks*, sector_t, int, int)' at badblocks.c:163:1 has some sub-type changes: CRC value (modversions) changed from 0x546832de to 0xa86f76d9 [C] 'function long int badblocks_show(badblocks*, char*, int)' at badblocks.h:50:1 has some sub-type changes: CRC value (modversions) changed from 0x3c07b4f8 to 0x4b0f08c6 [C] 'function long int badblocks_store(badblocks*, const char*, unsigned long int, int)' at badblocks.h:51:1 has some sub-type changes: CRC value (modversions) changed from 0x6aa7409d to 0x68076d0c [C] 'function int bd_link_disk_holder(block_device*, gendisk*)' at block_dev.c:1303:1 has some sub-type changes: CRC value (modversions) changed from 0x7dc62c87 to 0xa6139633 [C] 'function void bd_unlink_disk_holder(block_device*, gendisk*)' at block_dev.c:1368:1 has some sub-type changes: CRC value (modversions) changed from 0x99de91cf to 0xa1790eb4 [C] 'function int bdev_read_only(block_device*)' at fs.h:3162:1 has some sub-type changes: CRC value (modversions) changed from 0xee3cbcf7 to 0xba39b42e [C] 'function const char* bdevname(block_device*, char*)' at fs.h:2771:1 has some sub-type changes: CRC value (modversions) changed from 0x5508329 to 0xde705d85 [C] 'function int bio_add_page(bio*, page*, unsigned int, unsigned int)' at bio.h:441:1 has some sub-type changes: CRC value (modversions) changed from 0x1175ca3 to 0xfd6809ce [C] 'function bio* bio_alloc_bioset(unsigned int, unsigned int, bio_set*)' at bio.h:396:1 has some sub-type changes: CRC value (modversions) changed from 0x226302d7 to 0xedefadbc [C] 'function void bio_associate_blkg(bio*)' at bio.h:519:1 has some sub-type changes: CRC value (modversions) changed from 0xa57f3cb7 to 0x413b0c36 [C] 'function void bio_chain(bio*, bio*)' at bio.c:333:1 has some sub-type changes: CRC value (modversions) changed from 0x9ebbb9b7 to 0x9175e704 [C] 'function void bio_clone_blkg_association(bio*, bio*)' at bio.c:2179:1 has some sub-type changes: CRC value (modversions) changed from 0xda3b51de to 0x8d22b000 [C] 'function bool bio_crypt_should_process(request*)' at bio-crypt-ctx.c:82:1 has some sub-type changes: CRC value (modversions) changed from 0x5fa10f59 to 0x4e79b3b8 [C] 'function void bio_endio(bio*)' at bio.h:416:1 has some sub-type changes: CRC value (modversions) changed from 0x3af2e078 to 0x20d9d115 [C] 'function void bio_init(bio*, bio_vec*, unsigned short int)' at bio.h:435:1 has some sub-type changes: CRC value (modversions) changed from 0x8540a9b6 to 0x9497d422 [C] 'function void bio_put(bio*)' at bio.h:397:1 has some sub-type changes: CRC value (modversions) changed from 0x88ca7bf6 to 0x4ed01b2f [C] 'function void bioset_exit(bio_set*)' at bio.h:392:1 has some sub-type changes: CRC value (modversions) changed from 0x8aa56fdb to 0x4b9d4849 [C] 'function int bioset_init(bio_set*, unsigned int, unsigned int, int)' at bio.h:391:1 has some sub-type changes: CRC value (modversions) changed from 0x2abafc56 to 0xd6548eef [C] 'function request_queue* blk_alloc_queue(unsigned int)' at blkdev.h:1149:1 has some sub-type changes: CRC value (modversions) changed from 0x718d8d4 to 0x9573e4d9 [C] 'function void blk_cleanup_queue(request_queue*)' at blkdev.h:1071:1 has some sub-type changes: CRC value (modversions) changed from 0x42d8ab32 to 0x5c37e559 [C] 'function void blk_execute_rq(request_queue*, gendisk*, request*, int)' at blk-exec.c:77:1 has some sub-type changes: CRC value (modversions) changed from 0x75920af8 to 0xa60437aa [C] 'function void blk_execute_rq_nowait(request_queue*, gendisk*, request*, int, rq_end_io_fn*)' at blk-exec.c:48:1 has some sub-type changes: CRC value (modversions) changed from 0x154bea9f to 0xe5dd2b14 [C] 'function void blk_freeze_queue_start(request_queue*)' at blk-mq.h:334:1 has some sub-type changes: CRC value (modversions) changed from 0xb5fb0f93 to 0x1ba5104 [C] 'function bool blk_get_queue(request_queue*)' at blkdev.h:1148:1 has some sub-type changes: CRC value (modversions) changed from 0x30ffc7ab to 0x4edbad5 [C] 'function request* blk_get_request(request_queue*, unsigned int, blk_mq_req_flags_t)' at blk-core.c:581:1 has some sub-type changes: CRC value (modversions) changed from 0x479eafe2 to 0xa6d604b5 [C] 'function request* blk_mq_alloc_request(request_queue*, unsigned int, unsigned int)' at blk-mq.h:280:1 has some sub-type changes: CRC value (modversions) changed from 0x9cd4c99 to 0x1f09bf94 [C] 'function request* blk_mq_alloc_request_hctx(request_queue*, unsigned int, blk_mq_req_flags_t, unsigned int)' at blk-mq.c:446:1 has some sub-type changes: CRC value (modversions) changed from 0xd36805c3 to 0x8b9b9333 [C] 'function int blk_mq_alloc_tag_set(blk_mq_tag_set*)' at blk-mq.c:3053:1 has some sub-type changes: CRC value (modversions) changed from 0x7b81d6c6 to 0xc868cc53 [C] 'function bool blk_mq_complete_request(request*)' at blk-mq.c:657:1 has some sub-type changes: CRC value (modversions) changed from 0xe0c885de to 0x188680f6 [C] 'function void blk_mq_delay_kick_requeue_list(request_queue*, unsigned long int)' at blk-mq.c:809:1 has some sub-type changes: CRC value (modversions) changed from 0x69f5a1b4 to 0xce08dea0 [C] 'function void blk_mq_end_request(request*, unsigned char)' at blk-mq.h:308:1 has some sub-type changes: CRC value (modversions) changed from 0x262f52f0 to 0xde149314 [C] 'function void blk_mq_free_request(request*)' at blk-mq.h:264:1 has some sub-type changes: CRC value (modversions) changed from 0xc3a08666 to 0xd53807d0 [C] 'function void blk_mq_free_tag_set(blk_mq_tag_set*)' at blk-mq.c:3139:1 has some sub-type changes: CRC value (modversions) changed from 0x1580ee00 to 0x27bb56b0 [C] 'function void blk_mq_freeze_queue(request_queue*)' at blk-mq.c:192:1 has some sub-type changes: CRC value (modversions) changed from 0xd6af3307 to 0x6210ca5f [C] 'function void blk_mq_freeze_queue_wait(request_queue*)' at blk-mq.c:160:1 has some sub-type changes: CRC value (modversions) changed from 0x5c4065ce to 0xa1209352 [C] 'function int blk_mq_freeze_queue_wait_timeout(request_queue*, unsigned long int)' at blk-mq.c:166:1 has some sub-type changes: CRC value (modversions) changed from 0xcadfadc1 to 0x19741a22 [C] 'function request_queue* blk_mq_init_queue(blk_mq_tag_set*)' at blk-mq.c:2704:1 has some sub-type changes: CRC value (modversions) changed from 0xf961bd8 to 0xd2de2ca2 [C] 'function request_queue* blk_mq_init_sq_queue(blk_mq_tag_set*, const blk_mq_ops*, unsigned int, unsigned int)' at blk-mq.c:2728:1 has some sub-type changes: CRC value (modversions) changed from 0x1677bf7f to 0xa947b990 [C] 'function int blk_mq_pci_map_queues(blk_mq_queue_map*, pci_dev*, int)' at blk-mq-pci.c:26:1 has some sub-type changes: CRC value (modversions) changed from 0x4294d5d4 to 0x3437d5e1 [C] 'function void blk_mq_quiesce_queue(request_queue*)' at blk-mq.h:324:1 has some sub-type changes: CRC value (modversions) changed from 0x759b6bb9 to 0xa3347c10 [C] 'function int blk_mq_request_completed(request*)' at blk-mq.c:672:1 has some sub-type changes: CRC value (modversions) changed from 0x7639dd0f to 0xf610518a [C] 'function void blk_mq_requeue_request(request*, bool)' at blk-mq.c:729:1 has some sub-type changes: CRC value (modversions) changed from 0xb4de931e to 0x1e810292 [C] 'function unsigned int blk_mq_rq_cpu(request*)' at blk-mq.c:3556:1 has some sub-type changes: CRC value (modversions) changed from 0x3b2ee190 to 0xf68a8ca6 [C] 'function void blk_mq_run_hw_queues(request_queue*, bool)' at blk-mq.c:1518:1 has some sub-type changes: CRC value (modversions) changed from 0x3d253a43 to 0x4600af7c [C] 'function void blk_mq_start_request(request*)' at blk-mq.c:678:1 has some sub-type changes: CRC value (modversions) changed from 0xd4ee25d9 to 0x240d83a4 [C] 'function void blk_mq_start_stopped_hw_queues(request_queue*, bool)' at blk-mq.c:1616:1 has some sub-type changes: CRC value (modversions) changed from 0x5e633d93 to 0xacc0dec9 [C] 'function void blk_mq_stop_hw_queue(blk_mq_hw_ctx*)' at blk-mq.c:1561:1 has some sub-type changes: CRC value (modversions) changed from 0xb6e32cec to 0x7072b1ae [C] 'function request* blk_mq_tag_to_rq(blk_mq_tags*, unsigned int)' at blk-mq.c:817:1 has some sub-type changes: CRC value (modversions) changed from 0xaba7556a to 0xed670779 [C] 'function void blk_mq_tagset_busy_iter(blk_mq_tag_set*, busy_tag_iter_fn*, void*)' at blk-mq-tag.c:346:1 has some sub-type changes: CRC value (modversions) changed from 0xbba74c62 to 0x171b3fe1 [C] 'function void blk_mq_tagset_wait_completed_request(blk_mq_tag_set*)' at blk-mq-tag.c:375:1 has some sub-type changes: CRC value (modversions) changed from 0x424f3e56 to 0xc2d0e303 [C] 'function void blk_mq_unfreeze_queue(request_queue*)' at blk-mq.h:333:1 has some sub-type changes: CRC value (modversions) changed from 0xf0b93dfe to 0x7c616fa [C] 'function u32 blk_mq_unique_tag(request*)' at blk-mq-tag.c:556:1 has some sub-type changes: CRC value (modversions) changed from 0xd832eec8 to 0x4b02cb35 [C] 'function void blk_mq_unquiesce_queue(request_queue*)' at blk-mq.h:325:1 has some sub-type changes: CRC value (modversions) changed from 0xb1dc370f to 0x5edfdab [C] 'function void blk_mq_update_nr_hw_queues(blk_mq_tag_set*, int)' at blk-mq.c:3336:1 has some sub-type changes: CRC value (modversions) changed from 0xabbae510 to 0xdfdf0b1c [C] 'function int blk_mq_virtio_map_queues(blk_mq_queue_map*, virtio_device*, int)' at blk-mq-virtio.c:24:1 has some sub-type changes: CRC value (modversions) changed from 0xeeca1fdb to 0xb161e31a [C] 'function void blk_pm_runtime_init(request_queue*, device*)' at blk-pm.c:31:1 has some sub-type changes: CRC value (modversions) changed from 0x726deafa to 0x718cd701 [C] 'function int blk_poll(request_queue*, unsigned int, bool)' at blkdev.h:899:1 has some sub-type changes: CRC value (modversions) changed from 0x9f1bb295 to 0x62a896a0 [C] 'function void blk_put_queue(request_queue*)' at blk-core.c:309:1 has some sub-type changes: CRC value (modversions) changed from 0x6a3902e8 to 0x611110bb [C] 'function void blk_put_request(request*)' at blk-core.c:597:1 has some sub-type changes: CRC value (modversions) changed from 0x40c66eb1 to 0xc0df110a [C] 'function void blk_queue_alignment_offset(request_queue*, unsigned int)' at blk-settings.c:376:1 has some sub-type changes: CRC value (modversions) changed from 0x5ebefeb5 to 0xec214a7e [C] 'function void blk_queue_bounce_limit(request_queue*, u64)' at blk-settings.c:136:1 has some sub-type changes: CRC value (modversions) changed from 0x4a459eb9 to 0x2e5b750f [C] 'function bool blk_queue_can_use_dma_map_merging(request_queue*, device*)' at blk-settings.c:862:1 has some sub-type changes: CRC value (modversions) changed from 0x26bbf4a6 to 0xe984fb6f [C] 'function void blk_queue_chunk_sectors(request_queue*, unsigned int)' at blk-settings.c:215:1 has some sub-type changes: CRC value (modversions) changed from 0x819ad942 to 0xb62bee2 [C] 'function void blk_queue_flag_clear(unsigned int, request_queue*)' at blkdev.h:628:1 has some sub-type changes: CRC value (modversions) changed from 0x87c426d to 0xd01ade3b [C] 'function void blk_queue_flag_set(unsigned int, request_queue*)' at blkdev.h:627:1 has some sub-type changes: CRC value (modversions) changed from 0x82811e80 to 0x4690dd39 [C] 'function bool blk_queue_flag_test_and_set(unsigned int, request_queue*)' at blk-core.c:104:1 has some sub-type changes: CRC value (modversions) changed from 0xd26bd01e to 0x47122697 [C] 'function void blk_queue_io_min(request_queue*, unsigned int)' at blkdev.h:1091:1 has some sub-type changes: CRC value (modversions) changed from 0x5d3a3bbd to 0x7bbcd1f9 [C] 'function void blk_queue_io_opt(request_queue*, unsigned int)' at blkdev.h:1093:1 has some sub-type changes: CRC value (modversions) changed from 0x352ddd12 to 0xf36066a7 [C] 'function void blk_queue_logical_block_size(request_queue*, unsigned int)' at blkdev.h:1086:1 has some sub-type changes: CRC value (modversions) changed from 0x6b1bdf1b to 0xf2410e71 [C] 'function void blk_queue_make_request(request_queue*, unsigned int (request_queue*, bio*)*)' at blkdev.h:1072:1 has some sub-type changes: CRC value (modversions) changed from 0x44f171b6 to 0x1dc7286 [C] 'function void blk_queue_max_discard_sectors(request_queue*, unsigned int)' at blkdev.h:1080:1 has some sub-type changes: CRC value (modversions) changed from 0x3f81cba1 to 0x685736ab [C] 'function void blk_queue_max_discard_segments(request_queue*, unsigned short int)' at blk-settings.c:290:1 has some sub-type changes: CRC value (modversions) changed from 0x935ebaf5 to 0x8b62e289 [C] 'function void blk_queue_max_hw_sectors(request_queue*, unsigned int)' at blkdev.h:1074:1 has some sub-type changes: CRC value (modversions) changed from 0x4816451d to 0x2219b80a [C] 'function void blk_queue_max_segment_size(request_queue*, unsigned int)' at blk-settings.c:306:1 has some sub-type changes: CRC value (modversions) changed from 0xb57f82ba to 0xcebab38d [C] 'function void blk_queue_max_segments(request_queue*, unsigned short int)' at blk-settings.c:269:1 has some sub-type changes: CRC value (modversions) changed from 0x2edd7597 to 0x3d28e401 [C] 'function void blk_queue_max_write_zeroes_sectors(request_queue*, unsigned int)' at blkdev.h:1084:1 has some sub-type changes: CRC value (modversions) changed from 0x83c3f3aa to 0x35ab60ff [C] 'function void blk_queue_physical_block_size(request_queue*, unsigned int)' at blkdev.h:1087:1 has some sub-type changes: CRC value (modversions) changed from 0x480e7f38 to 0x80c5a767 [C] 'function void blk_queue_rq_timeout(request_queue*, unsigned int)' at blk-settings.c:25:1 has some sub-type changes: CRC value (modversions) changed from 0xe8c68c47 to 0x1800fa79 [C] 'function void blk_queue_split(request_queue*, bio**)' at blk-merge.c:352:1 has some sub-type changes: CRC value (modversions) changed from 0xe148466c to 0x77a6ec0e [C] 'function void blk_queue_update_dma_alignment(request_queue*, int)' at blkdev.h:1111:1 has some sub-type changes: CRC value (modversions) changed from 0xc2212729 to 0x49d27675 [C] 'function void blk_queue_update_dma_pad(request_queue*, unsigned int)' at blk-settings.c:683:1 has some sub-type changes: CRC value (modversions) changed from 0x7ed6a99a to 0x2f0a734d [C] 'function void blk_queue_virt_boundary(request_queue*, unsigned long int)' at blk-settings.c:749:1 has some sub-type changes: CRC value (modversions) changed from 0xe0a2a21d to 0x9bbf48e7 [C] 'function void blk_queue_write_cache(request_queue*, bool, bool)' at blkdev.h:1113:1 has some sub-type changes: CRC value (modversions) changed from 0x7fdf0f24 to 0x79e8845f [C] 'function void blk_register_region(dev_t, unsigned long int, module*, kobject* (typedef dev_t, int*, void*)*, int (typedef dev_t, void*)*, void*)' at genhd.c:564:1 has some sub-type changes: CRC value (modversions) changed from 0x3f65565e to 0x4cc79e2 [C] 'function int blk_rq_map_kern(request_queue*, request*, void*, unsigned int, gfp_t)' at blk-map.c:221:1 has some sub-type changes: CRC value (modversions) changed from 0x9dcdf1d5 to 0x5b88820f [C] 'function int blk_rq_map_sg(request_queue*, request*, scatterlist*)' at blk-merge.c:507:1 has some sub-type changes: CRC value (modversions) changed from 0xbb2b7bea to 0x4be248fc [C] 'function int blk_rq_map_user(request_queue*, request*, rq_map_data*, void*, unsigned long int, gfp_t)' at blk-map.c:161:1 has some sub-type changes: CRC value (modversions) changed from 0x2e58431b to 0x2b1efd1f [C] 'function int blk_rq_map_user_iov(request_queue*, request*, rq_map_data*, const iov_iter*, gfp_t)' at blk-map.c:120:1 has some sub-type changes: CRC value (modversions) changed from 0xe4a71818 to 0xd6915de8 [C] 'function int blk_rq_unmap_user(bio*)' at blk-map.c:185:1 has some sub-type changes: CRC value (modversions) changed from 0x22c50b55 to 0xa9258750 [C] 'function void blk_set_queue_dying(request_queue*)' at blk-core.c:315:1 has some sub-type changes: CRC value (modversions) changed from 0x42d410a2 to 0x9bff24a1 [C] 'function void blk_sync_queue(request_queue*)' at blk-core.c:281:1 has some sub-type changes: CRC value (modversions) changed from 0x3e4f9de8 to 0x1c125064 [C] 'function bool blk_update_request(request*, blk_status_t, unsigned int)' at blk-core.c:1436:1 has some sub-type changes: CRC value (modversions) changed from 0x4ce3cf9a to 0x67cc5a1f [C] 'function block_device* blkdev_get_by_dev(dev_t, fmode_t, void*)' at block_dev.c:1807:1 has some sub-type changes: CRC value (modversions) changed from 0x26e4481e to 0x919d3e20 [C] 'function block_device* blkdev_get_by_path(const char*, unsigned int, void*)' at fs.h:2704:1 has some sub-type changes: CRC value (modversions) changed from 0x8b49c489 to 0x1a7ce8da [C] 'function int blkdev_issue_flush(block_device*, unsigned int, long long unsigned int*)' at blkdev.h:1213:1 has some sub-type changes: CRC value (modversions) changed from 0x3881797 to 0x2eb03768 [C] 'function void blkdev_put(block_device*, unsigned int)' at fs.h:2714:1 has some sub-type changes: CRC value (modversions) changed from 0xaffe5a2a to 0xd2a4c1ee [C] 'function int block_is_partially_uptodate(page*, unsigned long int, unsigned long int)' at buffer.c:2183:1 has some sub-type changes: CRC value (modversions) changed from 0x894ca033 to 0xcf9d9393 [C] 'function int block_write_full_page(page*, get_block_t*, writeback_control*)' at buffer.c:2931:1 has some sub-type changes: CRC value (modversions) changed from 0xbf1b4e6f to 0xc9b4c1c4 [C] 'function int blocking_notifier_call_chain(blocking_notifier_head*, unsigned long int, void*)' at notifier.h:170:1 has some sub-type changes: CRC value (modversions) changed from 0x823eae06 to 0xb1d2c01b [C] 'function int blocking_notifier_chain_register(blocking_notifier_head*, notifier_block*)' at notifier.h:146:1 has some sub-type changes: CRC value (modversions) changed from 0x907d14d to 0xb4ab5609 [C] 'function int blocking_notifier_chain_unregister(blocking_notifier_head*, notifier_block*)' at notifier.c:268:1 has some sub-type changes: CRC value (modversions) changed from 0x4ece3615 to 0x444e9140 [C] 'function long long unsigned int bmap(inode*, long long unsigned int)' at fs.h:2946:1 has some sub-type changes: CRC value (modversions) changed from 0x79bbab0f to 0x53e3cbf [C] 'function bpf_prog* bpf_prog_add(bpf_prog*, int)' at syscall.c:1462:1 has some sub-type changes: CRC value (modversions) changed from 0x5b0eed7b to 0x10c48897 [C] 'function int bpf_prog_create(bpf_prog**, sock_fprog_kern*)' at filter.h:889:1 has some sub-type changes: CRC value (modversions) changed from 0xd6a04e7a to 0xefcec4f3 [C] 'function void bpf_prog_destroy(bpf_prog*)' at filter.h:892:1 has some sub-type changes: CRC value (modversions) changed from 0x71e0bab8 to 0xcbc6883e [C] 'function void bpf_prog_put(bpf_prog*)' at bpf.h:643:1 has some sub-type changes: CRC value (modversions) changed from 0x8a5cf74 to 0x567f4ba4 [C] 'function void bpf_prog_sub(bpf_prog*, int)' at syscall.c:1472:1 has some sub-type changes: CRC value (modversions) changed from 0x3351fdb7 to 0xe458a33a [C] 'function void bpf_trace_run1(bpf_prog*, long long unsigned int)' at trace_events.h:605:1 has some sub-type changes: CRC value (modversions) changed from 0x9ef84894 to 0x55930796 [C] 'function void bpf_trace_run10(bpf_prog*, u64, u64, u64, u64, u64, u64, u64, u64, u64, u64)' at bpf_trace.c:1380:1 has some sub-type changes: CRC value (modversions) changed from 0xf9e9b14 to 0x922dfaa1 [C] 'function void bpf_trace_run11(bpf_prog*, u64, u64, u64, u64, u64, u64, u64, u64, u64, u64, u64)' at bpf_trace.c:1381:1 has some sub-type changes: CRC value (modversions) changed from 0x395952cf to 0xe04aac3 [C] 'function void bpf_trace_run12(bpf_prog*, u64, u64, u64, u64, u64, u64, u64, u64, u64, u64, u64, u64)' at bpf_trace.c:1382:1 has some sub-type changes: CRC value (modversions) changed from 0xdc016e5a to 0x969f87a1 [C] 'function void bpf_trace_run2(bpf_prog*, long long unsigned int, long long unsigned int)' at trace_events.h:606:1 has some sub-type changes: CRC value (modversions) changed from 0x502577e1 to 0x21b256aa [C] 'function void bpf_trace_run3(bpf_prog*, long long unsigned int, long long unsigned int, long long unsigned int)' at trace_events.h:607:1 has some sub-type changes: CRC value (modversions) changed from 0xab8368d0 to 0x75655df2 [C] 'function void bpf_trace_run4(bpf_prog*, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int)' at trace_events.h:609:1 has some sub-type changes: CRC value (modversions) changed from 0x904f813b to 0x989ee44a [C] 'function void bpf_trace_run5(bpf_prog*, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int)' at trace_events.h:611:1 has some sub-type changes: CRC value (modversions) changed from 0x4d2c3908 to 0x11ae055d [C] 'function void bpf_trace_run6(bpf_prog*, u64, u64, u64, u64, u64, u64)' at bpf_trace.c:1376:1 has some sub-type changes: CRC value (modversions) changed from 0x83284d5c to 0xd33952c1 [C] 'function void bpf_trace_run7(bpf_prog*, u64, u64, u64, u64, u64, u64, u64)' at bpf_trace.c:1377:1 has some sub-type changes: CRC value (modversions) changed from 0x261438e0 to 0x454f5d50 [C] 'function void bpf_trace_run8(bpf_prog*, u64, u64, u64, u64, u64, u64, u64, u64)' at bpf_trace.c:1378:1 has some sub-type changes: CRC value (modversions) changed from 0x99577266 to 0xb532303c [C] 'function void bpf_trace_run9(bpf_prog*, u64, u64, u64, u64, u64, u64, u64, u64, u64)' at bpf_trace.c:1379:1 has some sub-type changes: CRC value (modversions) changed from 0x4dfc56ce to 0xea64f964 [C] 'function int bprm_change_interp(const char*, linux_binprm*)' at binfmts.h:140:1 has some sub-type changes: CRC value (modversions) changed from 0x9145edc8 to 0xec9a9423 [C] 'function void bsg_job_done(bsg_job*, int, unsigned int)' at bsg-lib.c:181:1 has some sub-type changes: CRC value (modversions) changed from 0xf9e7dcef to 0x8641a9b5 [C] 'function void bsg_remove_queue(request_queue*)' at bsg-lib.c:321:1 has some sub-type changes: CRC value (modversions) changed from 0xafde2d7 to 0x5f0ddd64 [C] 'function request_queue* bsg_setup_queue(device*, const char*, bsg_job_fn*, bsg_timeout_fn*, int)' at bsg-lib.c:362:1 has some sub-type changes: CRC value (modversions) changed from 0x92e40a5f to 0x607bffce [C] 'function void bt_procfs_cleanup(net*, const char*)' at af_bluetooth.c:689:1 has some sub-type changes: CRC value (modversions) changed from 0x8c41d479 to 0x9284a142 [C] 'function int bt_procfs_init(net*, const char*, bt_sock_list*, int (seq_file*, void*)*)' at af_bluetooth.c:678:1 has some sub-type changes: CRC value (modversions) changed from 0xacdc582f to 0x4615ed16 [C] 'function void bt_sock_link(bt_sock_list*, sock*)' at af_bluetooth.c:141:1 has some sub-type changes: CRC value (modversions) changed from 0x3d13734f to 0xb34a434a [C] 'function int bt_sock_register(int, const net_proto_family*)' at af_bluetooth.c:80:1 has some sub-type changes: CRC value (modversions) changed from 0x85290c1b to 0xff3776f1 [C] 'function void bt_sock_unlink(bt_sock_list*, sock*)' at af_bluetooth.c:149:1 has some sub-type changes: CRC value (modversions) changed from 0x95e4639a to 0x253830e3 [C] 'function int buffer_migrate_page(address_space*, page*, page*, migrate_mode)' at migrate.c:826:1 has some sub-type changes: CRC value (modversions) changed from 0xf1163f6f to 0xc860337 [C] 'function sk_buff* build_skb(void*, unsigned int)' at skbuff.h:1041:1 has some sub-type changes: CRC value (modversions) changed from 0x7749d9ff to 0x864aa060 [C] 'function device* bus_find_device(bus_type*, device*, void*, int (device*, void*)*)' at device.h:190:1 has some sub-type changes: CRC value (modversions) changed from 0x6e88fa7a to 0x98a83ea5 [C] 'function int bus_for_each_dev(bus_type*, device*, void*, int (device*, void*)*)' at device.h:188:1 has some sub-type changes: CRC value (modversions) changed from 0x8ffa9232 to 0x4cdd130a [C] 'function int bus_register(bus_type*)' at device.h:163:1 has some sub-type changes: CRC value (modversions) changed from 0xbe48e30d to 0x5a0e8647 [C] 'function int bus_register_notifier(bus_type*, notifier_block*)' at bus.c:900:1 has some sub-type changes: CRC value (modversions) changed from 0xec5ed39c to 0x4e173475 [C] 'function int bus_set_iommu(bus_type*, const iommu_ops*)' at iommu.c:1558:1 has some sub-type changes: CRC value (modversions) changed from 0xfd17ebdd to 0xd19f5a4a [C] 'function void bus_unregister(bus_type*)' at device.h:165:1 has some sub-type changes: CRC value (modversions) changed from 0x49dc4a3a to 0xd0222b6a [C] 'function int bus_unregister_notifier(bus_type*, notifier_block*)' at bus.c:906:1 has some sub-type changes: CRC value (modversions) changed from 0xe36dbe2a to 0x638bda69 [C] 'function int call_netdevice_notifiers(unsigned long int, net_device*)' at dev.c:1694:1 has some sub-type changes: CRC value (modversions) changed from 0x97e8df7 to 0x7f85b6d0 [C] 'function int cdc_parse_cdc_header(usb_cdc_parsed_header*, usb_interface*, unsigned char*, int)' at cdc.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0xc94c956c to 0x26dffe2 [C] 'function int cdev_add(cdev*, unsigned int, unsigned int)' at cdev.h:29:1 has some sub-type changes: CRC value (modversions) changed from 0x8a010a71 to 0xaa6d834b [C] 'function cdev* cdev_alloc()' at char_dev.c:630:1 has some sub-type changes: CRC value (modversions) changed from 0xdbe604a9 to 0xefb9a92e [C] 'function void cdev_del(cdev*)' at cdev.h:35:1 has some sub-type changes: CRC value (modversions) changed from 0xdd57c56e to 0x4b04e59c [C] 'function int cdev_device_add(cdev*, device*)' at cdev.h:32:1 has some sub-type changes: CRC value (modversions) changed from 0xdd7786b8 to 0x17e0fd88 [C] 'function void cdev_device_del(cdev*, device*)' at cdev.h:33:1 has some sub-type changes: CRC value (modversions) changed from 0xb02233eb to 0xbd4066e7 [C] 'function void cdev_init(cdev*, const file_operations*)' at cdev.h:23:1 has some sub-type changes: CRC value (modversions) changed from 0xefc4676f to 0x8273f2c9 [C] 'function void cfg80211_assoc_timeout(net_device*, cfg80211_bss*)' at mlme.c:146:1 has some sub-type changes: CRC value (modversions) changed from 0xa9bd5f09 to 0x288e458d [C] 'function void cfg80211_auth_timeout(net_device*, const u8*)' at mlme.c:133:1 has some sub-type changes: CRC value (modversions) changed from 0xc5a596ce to 0xea88e573 [C] 'function void cfg80211_ch_switch_notify(net_device*, cfg80211_chan_def*)' at nl80211.c:16620:1 has some sub-type changes: CRC value (modversions) changed from 0x54cd5aa0 to 0x31ea07ed [C] 'function unsigned int cfg80211_classify8021d(sk_buff*, cfg80211_qos_map*)' at util.c:750:1 has some sub-type changes: CRC value (modversions) changed from 0x49530ee9 to 0x875e6e40 [C] 'function void cfg80211_connect_done(net_device*, cfg80211_connect_resp_params*, gfp_t)' at sme.c:788:1 has some sub-type changes: CRC value (modversions) changed from 0x934d5a03 to 0xd463b91 [C] 'function void cfg80211_cqm_pktloss_notify(net_device*, const u8*, u32, gfp_t)' at nl80211.c:16427:1 has some sub-type changes: CRC value (modversions) changed from 0x76606e52 to 0xd61c10cf [C] 'function void cfg80211_cqm_rssi_notify(net_device*, nl80211_cqm_rssi_threshold_event, s32, gfp_t)' at nl80211.c:16356:1 has some sub-type changes: CRC value (modversions) changed from 0xc2365b59 to 0x8e4f3c72 [C] 'function void cfg80211_del_sta_sinfo(net_device*, const u8*, station_info*, gfp_t)' at nl80211.c:16013:1 has some sub-type changes: CRC value (modversions) changed from 0x27158d62 to 0xc74daf73 [C] 'function void cfg80211_disconnected(net_device*, u16, const u8*, size_t, bool, gfp_t)' at sme.c:1137:1 has some sub-type changes: CRC value (modversions) changed from 0x321f84a7 to 0xcfc0b3d0 [C] 'function int cfg80211_external_auth_request(net_device*, cfg80211_external_auth_params*, gfp_t)' at nl80211.c:17243:1 has some sub-type changes: CRC value (modversions) changed from 0xc69eb29e to 0xf85c6838 [C] 'function void cfg80211_ft_event(net_device*, cfg80211_ft_event_params*)' at nl80211.c:17131:1 has some sub-type changes: CRC value (modversions) changed from 0xbbc37ba6 to 0xbb345ac3 [C] 'function cfg80211_bss* cfg80211_get_bss(wiphy*, ieee80211_channel*, const u8*, const u8*, size_t, ieee80211_bss_type, ieee80211_privacy)' at scan.c:913:1 has some sub-type changes: CRC value (modversions) changed from 0x9d721f60 to 0x1e6a248b [C] 'function void cfg80211_gtk_rekey_notify(net_device*, const u8*, const u8*, gfp_t)' at nl80211.c:16511:1 has some sub-type changes: CRC value (modversions) changed from 0xfebeeb48 to 0xb68b0095 [C] 'function void cfg80211_ibss_joined(net_device*, const u8*, ieee80211_channel*, gfp_t)' at ibss.c:59:1 has some sub-type changes: CRC value (modversions) changed from 0xc3b245a to 0xbe6c8270 [C] 'function cfg80211_bss* cfg80211_inform_bss_data(wiphy*, cfg80211_inform_bss*, cfg80211_bss_frame_type, const u8*, u64, u16, u16, const u8*, size_t, gfp_t)' at scan.c:1659:1 has some sub-type changes: CRC value (modversions) changed from 0x3e7497f0 to 0x77cfd97a [C] 'function cfg80211_bss* cfg80211_inform_bss_frame_data(wiphy*, cfg80211_inform_bss*, ieee80211_mgmt*, size_t, gfp_t)' at scan.c:1878:1 has some sub-type changes: CRC value (modversions) changed from 0x201cbd99 to 0x6a93026f [C] 'function void cfg80211_mgmt_tx_status(wireless_dev*, u64, const u8*, size_t, bool, gfp_t)' at nl80211.c:16197:1 has some sub-type changes: CRC value (modversions) changed from 0xb4662cae to 0x966a02c6 [C] 'function void cfg80211_michael_mic_failure(net_device*, const u8*, nl80211_key_type, int, const u8*, gfp_t)' at mlme.c:193:1 has some sub-type changes: CRC value (modversions) changed from 0x610ab7ab to 0xfef47b1b [C] 'function void cfg80211_new_sta(net_device*, const u8*, station_info*, gfp_t)' at nl80211.c:15989:1 has some sub-type changes: CRC value (modversions) changed from 0x9107f1a5 to 0x3a5024d [C] 'function void cfg80211_pmksa_candidate_notify(net_device*, int, const u8*, bool, gfp_t)' at nl80211.c:16568:1 has some sub-type changes: CRC value (modversions) changed from 0x29d32dae to 0xd13e71f4 [C] 'function void cfg80211_put_bss(wiphy*, cfg80211_bss*)' at cfg80211.h:6070:1 has some sub-type changes: CRC value (modversions) changed from 0xdbde803c to 0x6a5e4b79 [C] 'function void cfg80211_ready_on_channel(wireless_dev*, u64, ieee80211_channel*, unsigned int, gfp_t)' at nl80211.c:15949:1 has some sub-type changes: CRC value (modversions) changed from 0xebfb1a4a to 0xd13a2355 [C] 'function void cfg80211_remain_on_channel_expired(wireless_dev*, u64, ieee80211_channel*, gfp_t)' at nl80211.c:15963:1 has some sub-type changes: CRC value (modversions) changed from 0x2e53b510 to 0x6ae718f8 [C] 'function void cfg80211_roamed(net_device*, cfg80211_roam_info*, gfp_t)' at sme.c:956:1 has some sub-type changes: CRC value (modversions) changed from 0xe48093e1 to 0x7876a929 [C] 'function void cfg80211_rx_assoc_resp(net_device*, cfg80211_bss*, const u8*, size_t, int, const u8*, size_t)' at mlme.c:23:1 has some sub-type changes: CRC value (modversions) changed from 0x124c2d7c to 0x171dea9b [C] 'function bool cfg80211_rx_mgmt(wireless_dev*, int, int, const u8*, size_t, u32)' at mlme.c:699:1 has some sub-type changes: CRC value (modversions) changed from 0x63d04645 to 0x833307e6 [C] 'function void cfg80211_rx_mlme_mgmt(net_device*, const u8*, size_t)' at mlme.c:112:1 has some sub-type changes: CRC value (modversions) changed from 0x58e99c65 to 0xd8072cf9 [C] 'function void cfg80211_rx_unprot_mlme_mgmt(net_device*, const u8*, size_t)' at nl80211.c:15486:1 has some sub-type changes: CRC value (modversions) changed from 0x117aecaf to 0x992a3edc [C] 'function void cfg80211_scan_done(cfg80211_scan_request*, cfg80211_scan_info*)' at scan.c:525:1 has some sub-type changes: CRC value (modversions) changed from 0x579d9434 to 0x2b4d9412 [C] 'function void cfg80211_sched_scan_results(wiphy*, u64)' at scan.c:627:1 has some sub-type changes: CRC value (modversions) changed from 0x6ce5fc26 to 0x6c42d12f [C] 'function void cfg80211_sched_scan_stopped(wiphy*, u64)' at scan.c:657:1 has some sub-type changes: CRC value (modversions) changed from 0x1e4ced0e to 0xb5b867cb [C] 'function void cfg80211_tdls_oper_request(net_device*, const u8*, nl80211_tdls_operation, u16, gfp_t)' at nl80211.c:17025:1 has some sub-type changes: CRC value (modversions) changed from 0xcf47af77 to 0xfbb492a3 [C] 'function void cfg80211_tx_mlme_mgmt(net_device*, const u8*, size_t)' at mlme.c:174:1 has some sub-type changes: CRC value (modversions) changed from 0x521efc9 to 0x13848d56 [C] 'function void cfg80211_unlink_bss(wiphy*, cfg80211_bss*)' at scan.c:1960:1 has some sub-type changes: CRC value (modversions) changed from 0x7d907a37 to 0x171cafa6 [C] 'function void cfg80211_unregister_wdev(wireless_dev*)' at core.c:1129:1 has some sub-type changes: CRC value (modversions) changed from 0x7040aa43 to 0x3e78bdcd [C] 'function void cfg80211_update_owe_info_event(net_device*, cfg80211_update_owe_info*, gfp_t)' at nl80211.c:17284:1 has some sub-type changes: CRC value (modversions) changed from 0x7a3a6773 to 0xa5c7f395 [C] 'function int cfg80211_vendor_cmd_reply(sk_buff*)' at nl80211.c:13419:1 has some sub-type changes: CRC value (modversions) changed from 0x1fcf81ce to 0x78ffe0ff [C] 'function int check_disk_change(block_device*)' at block_dev.c:1483:1 has some sub-type changes: CRC value (modversions) changed from 0xd23b9e5 to 0xd8b261f3 [C] 'function int class_create_file_ns(class*, const class_attribute*, void*)' at device.h:757:1 has some sub-type changes: CRC value (modversions) changed from 0xd16121bc to 0x8059bfa1 [C] 'function void class_destroy(class*)' at device.h:806:1 has some sub-type changes: CRC value (modversions) changed from 0x69e3fa5c to 0x8b69134c [C] 'function device* class_find_device(class*, device*, void*, int (device*, void*)*)' at device.h:668:1 has some sub-type changes: CRC value (modversions) changed from 0x93f5caff to 0x9003a4bc [C] 'function void class_interface_unregister(class_interface*)' at device.h:801:1 has some sub-type changes: CRC value (modversions) changed from 0xca28c705 to 0xda692de1 [C] 'function void class_remove_file_ns(class*, const class_attribute*, void*)' at device.h:760:1 has some sub-type changes: CRC value (modversions) changed from 0xc63f1587 to 0xf658cfcc [C] 'function void class_unregister(class*)' at device.h:640:1 has some sub-type changes: CRC value (modversions) changed from 0x919e9836 to 0xcd009b29 [C] 'function void clear_inode(inode*)' at fs.h:3138:1 has some sub-type changes: CRC value (modversions) changed from 0x6c09085b to 0x2a2db44b [C] 'function int clk_bulk_get(device*, int, clk_bulk_data*)' at clk-bulk.c:114:1 has some sub-type changes: CRC value (modversions) changed from 0x4ffed354 to 0xfd308284 [C] 'function int clk_bulk_get_all(device*, clk_bulk_data**)' at clk.h:332:1 has some sub-type changes: CRC value (modversions) changed from 0x3ee96296 to 0x8a6590f2 [C] 'function clk* clk_get(device*, const char*)' at clk.h:290:1 has some sub-type changes: CRC value (modversions) changed from 0xb733e505 to 0xab334cc0 [C] 'function unsigned long int clk_hw_get_flags(const clk_hw*)' at clk.c:511:1 has some sub-type changes: CRC value (modversions) changed from 0xf66ae014 to 0x9bfbccf [C] 'function unsigned int clk_hw_get_num_parents(const clk_hw*)' at clk.c:284:1 has some sub-type changes: CRC value (modversions) changed from 0x780918fd to 0xd21b4d73 [C] 'function clk_hw* clk_hw_get_parent(const clk_hw*)' at clk.c:290:1 has some sub-type changes: CRC value (modversions) changed from 0x3312c9c4 to 0xc34369a1 [C] 'function clk_hw* clk_hw_get_parent_by_index(const clk_hw*, unsigned int)' at clk.c:460:1 has some sub-type changes: CRC value (modversions) changed from 0x4a0689af to 0x1db1a2c0 [C] 'function unsigned long int clk_hw_get_rate(const clk_hw*)' at clk.c:491:1 has some sub-type changes: CRC value (modversions) changed from 0x80f7e2e3 to 0x8074c19a [C] 'function bool clk_hw_is_enabled(const clk_hw*)' at clk.c:529:1 has some sub-type changes: CRC value (modversions) changed from 0x4db160fb to 0xdab0006b [C] 'function bool clk_hw_is_prepared(const clk_hw*)' at clk.c:517:1 has some sub-type changes: CRC value (modversions) changed from 0x8ddafa0a to 0xab401719 [C] 'function int clk_hw_register(device*, clk_hw*)' at clk.c:3877:1 has some sub-type changes: CRC value (modversions) changed from 0x171f8762 to 0x77ed5cf9 [C] 'function clk_hw* clk_hw_register_fixed_factor(device*, const char*, const char*, unsigned long int, unsigned int, unsigned int)' at clk-fixed-factor.c:109:1 has some sub-type changes: CRC value (modversions) changed from 0x926b82e2 to 0xc2d442fd [C] 'function unsigned long int clk_hw_round_rate(clk_hw*, unsigned long int)' at clk.c:1445:1 has some sub-type changes: CRC value (modversions) changed from 0x8bf343d9 to 0x2ea85b4 [C] 'function void clk_hw_set_rate_range(clk_hw*, unsigned long int, unsigned long int)' at clk-provider.h:858:1 has some sub-type changes: CRC value (modversions) changed from 0x343f76f9 to 0x871f3b23 [C] 'function void clk_hw_unregister(clk_hw*)' at clk.c:4037:1 has some sub-type changes: CRC value (modversions) changed from 0xe6f37b5 to 0xc78146e6 [C] 'function clk* clk_register(device*, clk_hw*)' at clk.c:3861:1 has some sub-type changes: CRC value (modversions) changed from 0x2e054d1c to 0xe2f53c15 [C] 'function clk* clk_register_fixed_factor(device*, const char*, const char*, unsigned long int, unsigned int, unsigned int)' at clk-fixed-factor.c:118:1 has some sub-type changes: CRC value (modversions) changed from 0x4bf6a0ce to 0x874724a2 [C] 'function clk* clk_register_fixed_rate(device*, const char*, const char*, unsigned long int, unsigned long int)' at clk-fixed-rate.c:124:1 has some sub-type changes: CRC value (modversions) changed from 0xaeed6285 to 0xbd2fa6f4 [C] 'function void clk_sync_state(device*)' at clk.c:1333:1 has some sub-type changes: CRC value (modversions) changed from 0xf472f5b to 0x14bcdc64 [C] 'function void clockevents_config_and_register(clock_event_device*, u32, unsigned long int, unsigned long int)' at clockevents.c:505:1 has some sub-type changes: CRC value (modversions) changed from 0xbe736b41 to 0xcfe4e931 [C] 'function page* cma_alloc(cma*, unsigned long int, unsigned int, bool)' at cma.h:35:1 has some sub-type changes: CRC value (modversions) changed from 0x100b925f to 0xbd71f1ca [C] 'function bool cma_release(cma*, const page*, unsigned int)' at cma.h:37:1 has some sub-type changes: CRC value (modversions) changed from 0xb4c945d1 to 0x6241921d [C] 'function int component_add(device*, const component_ops*)' at component.c:742:1 has some sub-type changes: CRC value (modversions) changed from 0xf44f1c20 to 0xb0ebd8c0 [C] 'function int component_bind_all(device*, void*)' at component.c:632:1 has some sub-type changes: CRC value (modversions) changed from 0x9d4aa05d to 0x35b730ce [C] 'function void component_del(device*, const component_ops*)' at component.c:757:1 has some sub-type changes: CRC value (modversions) changed from 0xc46470a1 to 0x5c961565 [C] 'function int component_master_add_with_match(device*, const component_master_ops*, component_match*)' at component.h:90:1 has some sub-type changes: CRC value (modversions) changed from 0x5ecf083d to 0xaff21ca4 [C] 'function void component_master_del(device*, const component_master_ops*)' at component.c:513:1 has some sub-type changes: CRC value (modversions) changed from 0x6210d952 to 0x914e0033 [C] 'function void component_match_add_release(device*, component_match**, void (device*, void*)*, int (device*, void*)*, void*)' at component.c:401:1 has some sub-type changes: CRC value (modversions) changed from 0x63e861cb to 0x338f4c90 [C] 'function void component_unbind_all(device*, void*)' at component.c:549:1 has some sub-type changes: CRC value (modversions) changed from 0x2e86ec55 to 0x19f99406 [C] 'function int config_ep_by_speed(usb_gadget*, usb_function*, usb_ep*)' at composite.h:255:1 has some sub-type changes: CRC value (modversions) changed from 0x55c4d02 to 0x3d1ba6df [C] 'function void config_group_init(config_group*)' at configfs.h:87:1 has some sub-type changes: CRC value (modversions) changed from 0xbf209a53 to 0x1dd37d37 [C] 'function void config_group_init_type_name(config_group*, const char*, const config_item_type*)' at configfs.h:88:1 has some sub-type changes: CRC value (modversions) changed from 0xd9b9b4a9 to 0x1552e0d1 [C] 'function void config_item_put(config_item*)' at configfs.h:65:1 has some sub-type changes: CRC value (modversions) changed from 0xb2245c6b to 0xe004e559 [C] 'function int configfs_register_subsystem(configfs_subsystem*)' at dir.c:1864:1 has some sub-type changes: CRC value (modversions) changed from 0xa05503b1 to 0x692a24f4 [C] 'function void configfs_unregister_subsystem(configfs_subsystem*)' at dir.c:1920:1 has some sub-type changes: CRC value (modversions) changed from 0x3953e5ad to 0xb8a84f22 [C] 'function void console_stop(console*)' at printk.c:2629:1 has some sub-type changes: CRC value (modversions) changed from 0x3e669f2 to 0xda155c2a [C] 'function void consume_skb(sk_buff*)' at skbuff.h:1029:1 has some sub-type changes: CRC value (modversions) changed from 0x791d0b58 to 0xd6a39689 [C] 'function int cont_write_begin(file*, address_space*, loff_t, unsigned int, unsigned int, page**, void**, get_block_t*, loff_t*)' at buffer.c:2418:1 has some sub-type changes: CRC value (modversions) changed from 0xec833ff3 to 0x4d9027ed [C] 'function int copy_strings_kernel(int, const char* const*, linux_binprm*)' at binfmts.h:141:1 has some sub-type changes: CRC value (modversions) changed from 0xc92c4658 to 0x5f8fb845 [C] 'function cpufreq_policy* cpufreq_cpu_get(unsigned int)' at cpufreq.h:180:1 has some sub-type changes: CRC value (modversions) changed from 0xba81307b to 0x8b0505a7 [C] 'function cpufreq_policy* cpufreq_cpu_get_raw(unsigned int)' at cpufreq.h:179:1 has some sub-type changes: CRC value (modversions) changed from 0xbcea79fd to 0xfcf905d2 [C] 'function void cpufreq_cpu_put(cpufreq_policy*)' at cpufreq.c:250:1 has some sub-type changes: CRC value (modversions) changed from 0x70c35be0 to 0x94deaa2d [C] 'function unsigned int cpufreq_driver_resolve_freq(cpufreq_policy*, unsigned int)' at cpufreq.h:569:1 has some sub-type changes: CRC value (modversions) changed from 0x610f08b9 to 0x95104418 [C] 'function void cpufreq_freq_transition_begin(cpufreq_policy*, cpufreq_freqs*)' at cpufreq.c:412:1 has some sub-type changes: CRC value (modversions) changed from 0x3e34bbcf to 0xee6e7e6e [C] 'function void cpufreq_freq_transition_end(cpufreq_policy*, cpufreq_freqs*, int)' at cpufreq.c:446:1 has some sub-type changes: CRC value (modversions) changed from 0xe545e308 to 0x8e2ad7ce [C] 'function int cpufreq_generic_suspend(cpufreq_policy*)' at cpufreq.c:1797:1 has some sub-type changes: CRC value (modversions) changed from 0x7f4f9109 to 0xf759e0f3 [C] 'function int cpufreq_get_policy(cpufreq_policy*, unsigned int)' at cpufreq.c:2371:1 has some sub-type changes: CRC value (modversions) changed from 0x7c8e98da to 0x8dbd1e5d [C] 'function int cpufreq_register_driver(cpufreq_driver*)' at cpufreq.h:415:1 has some sub-type changes: CRC value (modversions) changed from 0x9ba15a8a to 0x95ce17c3 [C] 'function int cpufreq_register_governor(cpufreq_governor*)' at cpufreq.h:572:1 has some sub-type changes: CRC value (modversions) changed from 0xce306c99 to 0xb4972568 [C] 'function int cpufreq_table_index_unsorted(cpufreq_policy*, unsigned int, unsigned int)' at cpufreq.h:702:1 has some sub-type changes: CRC value (modversions) changed from 0x8354d6ff to 0xff92b0b5 [C] 'function int cpufreq_unregister_driver(cpufreq_driver*)' at cpufreq.h:416:1 has some sub-type changes: CRC value (modversions) changed from 0xd8edfd83 to 0x2e4ac8b0 [C] 'function void cpufreq_unregister_governor(cpufreq_governor*)' at cpufreq.h:573:1 has some sub-type changes: CRC value (modversions) changed from 0xcc9ebeb9 to 0xa2968080 [C] 'function void create_empty_buffers(page*, unsigned long int, unsigned long int)' at buffer.c:1525:1 has some sub-type changes: CRC value (modversions) changed from 0xcca6575 to 0xe99aa92b [C] 'function int crypto_aead_encrypt(aead_request*)' at aead.h:320:1 has some sub-type changes: CRC value (modversions) changed from 0x4e9205b7 to 0xb89c98ef [C] 'function int crypto_aead_setauthsize(crypto_aead*, unsigned int)' at aead.h:294:1 has some sub-type changes: CRC value (modversions) changed from 0x2f5c8be2 to 0xb1eebf90 [C] 'function int crypto_aead_setkey(crypto_aead*, const unsigned char*, unsigned int)' at aead.h:281:1 has some sub-type changes: CRC value (modversions) changed from 0xa9a12c80 to 0x6fc9e05 [C] 'function int crypto_ahash_digest(ahash_request*)' at hash.h:455:1 has some sub-type changes: CRC value (modversions) changed from 0xcf68cbe1 to 0x58e13f18 [C] 'function int crypto_ahash_setkey(crypto_ahash*, const unsigned char*, unsigned int)' at hash.h:411:1 has some sub-type changes: CRC value (modversions) changed from 0x7b3eab27 to 0x7822f065 [C] 'function crypto_aead* crypto_alloc_aead(const char*, unsigned int, unsigned int)' at aead.h:172:1 has some sub-type changes: CRC value (modversions) changed from 0xba81ab49 to 0x1c781a21 [C] 'function crypto_ahash* crypto_alloc_ahash(const char*, unsigned int, unsigned int)' at hash.h:252:1 has some sub-type changes: CRC value (modversions) changed from 0x7a6675fb to 0xf9e9c17d [C] 'function crypto_tfm* crypto_alloc_base(const char*, unsigned int, unsigned int)' at crypto.h:825:1 has some sub-type changes: CRC value (modversions) changed from 0xac4d683a to 0xd9225a56 [C] 'function void* crypto_alloc_instance(const char*, crypto_alg*, unsigned int)' at algapi.h:185:1 has some sub-type changes: CRC value (modversions) changed from 0xffe2c397 to 0xa3737447 [C] 'function crypto_shash* crypto_alloc_shash(const char*, unsigned int, unsigned int)' at hash.h:695:1 has some sub-type changes: CRC value (modversions) changed from 0x30329f0a to 0xf225e8f7 [C] 'function crypto_skcipher* crypto_alloc_skcipher(const char*, unsigned int, unsigned int)' at skcipher.h:191:1 has some sub-type changes: CRC value (modversions) changed from 0xf78e206a to 0x1e71f5f3 [C] 'function crypto_alg* crypto_attr_alg2(rtattr*, const crypto_type*, unsigned int, unsigned int)' at algapi.h:172:1 has some sub-type changes: CRC value (modversions) changed from 0xc2d6b69c to 0x48603016 [C] 'function crypto_async_request* crypto_dequeue_request(crypto_queue*)' at algapi.h:191:1 has some sub-type changes: CRC value (modversions) changed from 0x7042012e to 0x62f0446 [C] 'function void crypto_destroy_tfm(void*, crypto_tfm*)' at crypto.h:826:1 has some sub-type changes: CRC value (modversions) changed from 0x7d859d02 to 0x61b30374 [C] 'function crypto_engine* crypto_engine_alloc_init(device*, bool)' at crypto_engine.c:426:1 has some sub-type changes: CRC value (modversions) changed from 0x805c4d59 to 0xe64fd830 [C] 'function int crypto_engine_exit(crypto_engine*)' at crypto_engine.c:473:1 has some sub-type changes: CRC value (modversions) changed from 0x1e81bae6 to 0x2dbcffb [C] 'function int crypto_engine_start(crypto_engine*)' at crypto_engine.c:359:1 has some sub-type changes: CRC value (modversions) changed from 0x49abd95b to 0x6e8bb742 [C] 'function int crypto_enqueue_request(crypto_queue*, crypto_async_request*)' at algapi.h:189:1 has some sub-type changes: CRC value (modversions) changed from 0x605f17c3 to 0x2a248db9 [C] 'function void crypto_finalize_ablkcipher_request(crypto_engine*, ablkcipher_request*, int)' at crypto_engine.c:290:1 has some sub-type changes: CRC value (modversions) changed from 0x7eec46f to 0x758c9799 [C] 'function int crypto_init_spawn(crypto_spawn*, crypto_alg*, crypto_instance*, unsigned int)' at algapi.h:150:1 has some sub-type changes: CRC value (modversions) changed from 0xac12026c to 0xaee81835 [C] 'function void crypto_mod_put(crypto_alg*)' at algapi.h:138:1 has some sub-type changes: CRC value (modversions) changed from 0x65f917a1 to 0x82d5e075 [C] 'function int crypto_register_aead(aead_alg*)' at aead.c:403:1 has some sub-type changes: CRC value (modversions) changed from 0xc51b6813 to 0xc2348d8f [C] 'function int crypto_register_ahash(ahash_alg*)' at ahash.c:588:1 has some sub-type changes: CRC value (modversions) changed from 0x86c203cc to 0x1e6234a2 [C] 'function int crypto_register_alg(crypto_alg*)' at crypto.h:702:1 has some sub-type changes: CRC value (modversions) changed from 0x96b9e8d5 to 0xe36e5b19 [C] 'function int crypto_register_rng(rng_alg*)' at rng.c:181:1 has some sub-type changes: CRC value (modversions) changed from 0x5386384b to 0x7b6ccaf4 [C] 'function int crypto_register_rngs(rng_alg*, int)' at rng.h:17:1 has some sub-type changes: CRC value (modversions) changed from 0xac50f667 to 0xfa205647 [C] 'function int crypto_register_shash(shash_alg*)' at hash.h:101:1 has some sub-type changes: CRC value (modversions) changed from 0xeb8e29aa to 0x1d671e2c [C] 'function int crypto_register_shashes(shash_alg*, int)' at hash.h:103:1 has some sub-type changes: CRC value (modversions) changed from 0xd56139b7 to 0xd7c7595a [C] 'function int crypto_register_skcipher(skcipher_alg*)' at skcipher.c:1047:1 has some sub-type changes: CRC value (modversions) changed from 0x4cbe25bb to 0xc2b97a67 [C] 'function int crypto_register_skciphers(skcipher_alg*, int)' at skcipher.h:131:1 has some sub-type changes: CRC value (modversions) changed from 0xaa9104c5 to 0xf5d3faa8 [C] 'function int crypto_register_template(crypto_template*)' at algapi.h:140:1 has some sub-type changes: CRC value (modversions) changed from 0xbfe34edf to 0x97346fc3 [C] 'function int crypto_sha1_finup(shash_desc*, const u8*, unsigned int, u8*)' at sha1_generic.c:56:1 has some sub-type changes: CRC value (modversions) changed from 0x1f375ddd to 0xb889941d [C] 'function int crypto_sha1_update(shash_desc*, const u8*, unsigned int)' at sha1_generic.c:43:1 has some sub-type changes: CRC value (modversions) changed from 0x9dbe6abd to 0x4548f870 [C] 'function int crypto_shash_digest(shash_desc*, const unsigned char*, unsigned int, unsigned char*)' at hash.h:842:1 has some sub-type changes: CRC value (modversions) changed from 0x9a8deeaa to 0x154cb3ff [C] 'function int crypto_shash_final(shash_desc*, unsigned char*)' at hash.h:935:1 has some sub-type changes: CRC value (modversions) changed from 0xabb3fcde to 0x1df83167 [C] 'function int crypto_shash_setkey(crypto_shash*, const unsigned char*, unsigned int)' at hash.h:824:1 has some sub-type changes: CRC value (modversions) changed from 0x9413f26c to 0x85f00add [C] 'function int crypto_shash_update(shash_desc*, const unsigned char*, unsigned int)' at hash.h:918:1 has some sub-type changes: CRC value (modversions) changed from 0x6e3286b9 to 0x62f54531 [C] 'function int crypto_skcipher_decrypt(skcipher_request*)' at skcipher.h:465:1 has some sub-type changes: CRC value (modversions) changed from 0xd98f4c57 to 0xf2d87524 [C] 'function int crypto_skcipher_encrypt(skcipher_request*)' at skcipher.h:452:1 has some sub-type changes: CRC value (modversions) changed from 0x329dc4ff to 0xc2b825d4 [C] 'function crypto_tfm* crypto_spawn_tfm(crypto_spawn*, unsigned int, unsigned int)' at algapi.h:159:1 has some sub-type changes: CRC value (modversions) changed from 0xf0f43d18 to 0xb9bda2c6 [C] 'function int crypto_transfer_ablkcipher_request_to_engine(crypto_engine*, ablkcipher_request*)' at crypto_engine.c:223:1 has some sub-type changes: CRC value (modversions) changed from 0xb9ad2b2c to 0x49116b2e [C] 'function void crypto_unregister_aead(aead_alg*)' at aead.c:416:1 has some sub-type changes: CRC value (modversions) changed from 0x79c0592a to 0x6ec48ee9 [C] 'function int crypto_unregister_ahash(ahash_alg*)' at ahash.c:601:1 has some sub-type changes: CRC value (modversions) changed from 0x61bb80c1 to 0xd8080f3 [C] 'function int crypto_unregister_alg(crypto_alg*)' at crypto.h:703:1 has some sub-type changes: CRC value (modversions) changed from 0xf49acf64 to 0x22ad1614 [C] 'function void crypto_unregister_rng(rng_alg*)' at rng.c:196:1 has some sub-type changes: CRC value (modversions) changed from 0x28082431 to 0x36afbcca [C] 'function void crypto_unregister_rngs(rng_alg*, int)' at rng.h:18:1 has some sub-type changes: CRC value (modversions) changed from 0x22b4928c to 0x18cc747f [C] 'function int crypto_unregister_shash(shash_alg*)' at hash.h:102:1 has some sub-type changes: CRC value (modversions) changed from 0xfdd375ab to 0x3c8f5aec [C] 'function int crypto_unregister_shashes(shash_alg*, int)' at hash.h:104:1 has some sub-type changes: CRC value (modversions) changed from 0xa20ec3e1 to 0x1b93d05c [C] 'function void crypto_unregister_skcipher(skcipher_alg*)' at skcipher.c:1060:1 has some sub-type changes: CRC value (modversions) changed from 0xace31cf to 0xa6f5d0c0 [C] 'function void crypto_unregister_skciphers(skcipher_alg*, int)' at skcipher.h:132:1 has some sub-type changes: CRC value (modversions) changed from 0x6d5c575e to 0xe61ff0dc [C] 'function void crypto_unregister_template(crypto_template*)' at algapi.h:142:1 has some sub-type changes: CRC value (modversions) changed from 0x317d59da to 0x770c4dd1 [C] 'function timespec64 current_time(inode*)' at fs.h:1624:1 has some sub-type changes: CRC value (modversions) changed from 0x92f76445 to 0xdeefd31a [C] 'function void d_add(dentry*, inode*)' at dcache.c:2674:1 has some sub-type changes: CRC value (modversions) changed from 0x165ff15b to 0xfd554d85 [C] 'function dentry* d_add_ci(dentry*, inode*, qstr*)' at dcache.c:2131:1 has some sub-type changes: CRC value (modversions) changed from 0x7b83376c to 0xc8a7e965 [C] 'function dentry* d_alloc_name(dentry*, const char*)' at dcache.c:1823:1 has some sub-type changes: CRC value (modversions) changed from 0x348b8dd4 to 0x2ba9d1b3 [C] 'function void d_delete(dentry*)' at dcache.h:241:1 has some sub-type changes: CRC value (modversions) changed from 0x288978c6 to 0x780343c6 [C] 'function void d_drop(dentry*)' at dcache.h:240:1 has some sub-type changes: CRC value (modversions) changed from 0x85d0895b to 0xc2708ff4 [C] 'function dentry* d_find_alias(inode*)' at dcache.h:268:1 has some sub-type changes: CRC value (modversions) changed from 0xce72339e to 0x1f73d727 [C] 'function void d_instantiate(dentry*, inode*)' at dcache.h:235:1 has some sub-type changes: CRC value (modversions) changed from 0xa59c47e1 to 0x61083f7a [C] 'function dentry* d_make_root(inode*)' at dcache.h:261:1 has some sub-type changes: CRC value (modversions) changed from 0x2d89b149 to 0x970af9ed [C] 'function void d_move(dentry*, dentry*)' at dcache.h:282:1 has some sub-type changes: CRC value (modversions) changed from 0xe52fb570 to 0xf31c59b4 [C] 'function dentry* d_obtain_alias(inode*)' at dcache.c:2088:1 has some sub-type changes: CRC value (modversions) changed from 0x54864470 to 0xc6e6a6e1 [C] 'function int dapm_pinctrl_event(snd_soc_dapm_widget*, snd_kcontrol*, int)' at soc-dapm.c:1370:1 has some sub-type changes: CRC value (modversions) changed from 0x2532a4dd to 0xc2d8f7a9 [C] 'function int dapm_regulator_event(snd_soc_dapm_widget*, snd_kcontrol*, int)' at soc-dapm.c:1336:1 has some sub-type changes: CRC value (modversions) changed from 0x4fb12e40 to 0x96887753 [C] 'function __poll_t datagram_poll(file*, socket*, poll_table*)' at datagram.c:768:1 has some sub-type changes: CRC value (modversions) changed from 0x8a6183d7 to 0x2ee83e3d [C] 'function void deactivate_locked_super(super_block*)' at fs.h:2351:1 has some sub-type changes: CRC value (modversions) changed from 0x65756bca to 0x1e4e0b0b [C] 'function loff_t default_llseek(file*, loff_t, int)' at read_write.c:236:1 has some sub-type changes: CRC value (modversions) changed from 0x9b17482b to 0x12db1ebf [C] 'function void del_gendisk(gendisk*)' at genhd.h:452:1 has some sub-type changes: CRC value (modversions) changed from 0xfaa08dd7 to 0xb9ddd8e7 [C] 'function file* dentry_open(const path*, int, const cred*)' at fs.h:2610:1 has some sub-type changes: CRC value (modversions) changed from 0x6016b481 to 0x8eb99631 [C] 'function int dequeue_signal(task_struct*, sigset_t*, kernel_siginfo_t*)' at signal.c:628:1 has some sub-type changes: CRC value (modversions) changed from 0xb3c443e7 to 0xd8434f63 [C] 'function int desc_to_gpio(const gpio_desc*)' at gpiolib.c:163:1 has some sub-type changes: CRC value (modversions) changed from 0x1854761a to 0x719e4dd [C] 'function void dev_add_pack(packet_type*)' at dev.c:332:1 has some sub-type changes: CRC value (modversions) changed from 0x64aeb2ef to 0x8a3de2a7 [C] 'function int dev_alloc_name(net_device*, const char*)' at dev.c:1059:1 has some sub-type changes: CRC value (modversions) changed from 0x3803ee31 to 0xda7a8177 [C] 'function void dev_close(net_device*)' at dev.c:1455:1 has some sub-type changes: CRC value (modversions) changed from 0x54f11462 to 0xd641395c [C] 'function const char* dev_driver_string(const device*)' at device.h:1726:1 has some sub-type changes: CRC value (modversions) changed from 0xb440e95b to 0x29448f6d [C] 'function fwnode_handle* dev_fwnode(device*)' at property.h:34:1 has some sub-type changes: CRC value (modversions) changed from 0x6b251798 to 0xe3e8b043 [C] 'function net_device* dev_get_by_index(net*, int)' at netdevice.h:2701:1 has some sub-type changes: CRC value (modversions) changed from 0xf820e990 to 0xf80a7cd4 [C] 'function net_device* dev_get_by_index_rcu(net*, int)' at dev.c:759:1 has some sub-type changes: CRC value (modversions) changed from 0x63c6aa6f to 0xe303d336 [C] 'function net_device* dev_get_by_name(net*, const char*)' at dev.c:710:1 has some sub-type changes: CRC value (modversions) changed from 0xabc3b66d to 0x1dd305b1 [C] 'function net_device* dev_get_by_name_rcu(net*, const char*)' at netdevice.h:2672:1 has some sub-type changes: CRC value (modversions) changed from 0x6a8b7a88 to 0xa9d13808 [C] 'function regmap* dev_get_regmap(device*, const char*)' at regmap.h:1007:1 has some sub-type changes: CRC value (modversions) changed from 0x6b1de9c9 to 0x3c69c1e3 [C] 'function rtnl_link_stats64* dev_get_stats(net_device*, rtnl_link_stats64*)' at netdevice.h:4284:1 has some sub-type changes: CRC value (modversions) changed from 0x4fc0ef91 to 0xbb35f289 [C] 'function int dev_mc_sync_multiple(net_device*, net_device*)' at dev_addr_lists.c:884:1 has some sub-type changes: CRC value (modversions) changed from 0x65e6790e to 0x989e36cc [C] 'function void dev_mc_unsync(net_device*, net_device*)' at dev_addr_lists.c:909:1 has some sub-type changes: CRC value (modversions) changed from 0x1353b7e6 to 0x2af1b9ed [C] 'function int dev_open(net_device*, netlink_ext_ack*)' at dev.c:1355:1 has some sub-type changes: CRC value (modversions) changed from 0xc5da3ac1 to 0x1faefa02 [C] 'function void dev_pm_clear_wake_irq(device*)' at pm_wakeirq.h:22:1 has some sub-type changes: CRC value (modversions) changed from 0xb311be82 to 0x48c8f86f [C] 'function int dev_pm_domain_attach(device*, bool)' at pm_domain.h:363:1 has some sub-type changes: CRC value (modversions) changed from 0x2503df7d to 0xfba8df0b [C] 'function device* dev_pm_domain_attach_by_name(device*, const char*)' at common.c:160:1 has some sub-type changes: CRC value (modversions) changed from 0x48ecc6b0 to 0x1a49c226 [C] 'function void dev_pm_domain_detach(device*, bool)' at pm_domain.h:368:1 has some sub-type changes: CRC value (modversions) changed from 0xbc2aa1c2 to 0x44aa00df [C] 'function int dev_pm_opp_add(device*, unsigned long int, unsigned long int)' at pm_opp.h:111:1 has some sub-type changes: CRC value (modversions) changed from 0x219e9ae9 to 0xee5027b8 [C] 'function int dev_pm_opp_disable(device*, unsigned long int)' at core.c:2138:1 has some sub-type changes: CRC value (modversions) changed from 0x6f444622 to 0xa3269607 [C] 'function dev_pm_opp* dev_pm_opp_find_freq_ceil(device*, unsigned long int*)' at pm_opp.h:107:1 has some sub-type changes: CRC value (modversions) changed from 0xccf1a970 to 0x28af0cf7 [C] 'function dev_pm_opp* dev_pm_opp_find_freq_exact(device*, unsigned long int, bool)' at pm_opp.h:96:1 has some sub-type changes: CRC value (modversions) changed from 0x91a26b92 to 0xafe95ff9 [C] 'function dev_pm_opp* dev_pm_opp_find_freq_floor(device*, unsigned long int*)' at pm_opp.h:102:1 has some sub-type changes: CRC value (modversions) changed from 0x42ff62ae to 0x31c72a88 [C] 'function void dev_pm_opp_free_cpufreq_table(device*, cpufreq_frequency_table**)' at cpufreq.h:629:1 has some sub-type changes: CRC value (modversions) changed from 0xd8542b63 to 0xf85dc2e2 [C] 'function unsigned long int dev_pm_opp_get_freq(dev_pm_opp*)' at core.c:119:1 has some sub-type changes: CRC value (modversions) changed from 0xf3a323ef to 0x425bb6e7 [C] 'function unsigned int dev_pm_opp_get_level(dev_pm_opp*)' at core.c:137:1 has some sub-type changes: CRC value (modversions) changed from 0x68ca7d2a to 0x4f3e3896 [C] 'function unsigned long int dev_pm_opp_get_max_transition_latency(device*)' at core.c:270:1 has some sub-type changes: CRC value (modversions) changed from 0x92c950d7 to 0x9698c2fe [C] 'function int dev_pm_opp_get_opp_count(device*)' at pm_opp.h:90:1 has some sub-type changes: CRC value (modversions) changed from 0x62ba4b6d to 0x74a4dede [C] 'function opp_table* dev_pm_opp_get_opp_table(device*)' at core.c:1031:1 has some sub-type changes: CRC value (modversions) changed from 0x61a807fd to 0x4521b457 [C] 'function int dev_pm_opp_get_sharing_cpus(device*, cpumask*)' at cpu.c:205:1 has some sub-type changes: CRC value (modversions) changed from 0xad927580 to 0xdd620f1e [C] 'function unsigned long int dev_pm_opp_get_suspend_opp_freq(device*)' at core.c:284:1 has some sub-type changes: CRC value (modversions) changed from 0x3963c4b0 to 0x10112865 [C] 'function unsigned long int dev_pm_opp_get_voltage(dev_pm_opp*)' at pm_opp.h:82:1 has some sub-type changes: CRC value (modversions) changed from 0x8ed3b1c3 to 0x7ef7cbed [C] 'function int dev_pm_opp_init_cpufreq_table(device*, cpufreq_frequency_table**)' at cpufreq.h:627:1 has some sub-type changes: CRC value (modversions) changed from 0xc307aa38 to 0xe3ebb714 [C] 'function int dev_pm_opp_of_add_table(device*)' at pm_opp.h:341:1 has some sub-type changes: CRC value (modversions) changed from 0x10a6b41a to 0x29c6951a [C] 'function int dev_pm_opp_of_get_sharing_cpus(device*, cpumask*)' at of.c:925:1 has some sub-type changes: CRC value (modversions) changed from 0xf11872e to 0x72b2d961 [C] 'function void dev_pm_opp_of_remove_table(device*)' at of.c:518:1 has some sub-type changes: CRC value (modversions) changed from 0x664c73b1 to 0x39cbc44e [C] 'function void dev_pm_opp_put(dev_pm_opp*)' at pm_opp.h:109:1 has some sub-type changes: CRC value (modversions) changed from 0x844419f4 to 0xf6dd3f5a [C] 'function void dev_pm_opp_put_opp_table(opp_table*)' at pm_opp.h:80:1 has some sub-type changes: CRC value (modversions) changed from 0xa0c027ed to 0x40b67270 [C] 'function void dev_pm_opp_put_regulators(opp_table*)' at core.c:1659:1 has some sub-type changes: CRC value (modversions) changed from 0x312a52e4 to 0x69dfbd14 [C] 'function int dev_pm_opp_register_notifier(device*, notifier_block*)' at core.c:2151:1 has some sub-type changes: CRC value (modversions) changed from 0x99938937 to 0xed385b7e [C] 'function void dev_pm_opp_remove(device*, unsigned long int)' at pm_opp.h:113:1 has some sub-type changes: CRC value (modversions) changed from 0x3b217752 to 0x440699b4 [C] 'function void dev_pm_opp_remove_all_dynamic(device*)' at pm_opp.h:114:1 has some sub-type changes: CRC value (modversions) changed from 0xb2d75a23 to 0x88a3efec [C] 'function int dev_pm_opp_set_rate(device*, unsigned long int)' at core.c:805:1 has some sub-type changes: CRC value (modversions) changed from 0x416e3db8 to 0xaa78aa3d [C] 'function opp_table* dev_pm_opp_set_regulators(device*, const char* const*, unsigned int)' at core.c:1589:1 has some sub-type changes: CRC value (modversions) changed from 0x9b0a254b to 0x6efeaf4b [C] 'function int dev_pm_opp_set_sharing_cpus(device*, const cpumask*)' at pm_opp.h:137:1 has some sub-type changes: CRC value (modversions) changed from 0xacc46d39 to 0xc8ea97b1 [C] 'function opp_table* dev_pm_opp_set_supported_hw(device*, const u32*, unsigned int)' at core.c:1440:1 has some sub-type changes: CRC value (modversions) changed from 0xab1bbbfb to 0xf0429ea7 [C] 'function int dev_pm_opp_unregister_notifier(device*, notifier_block*)' at core.c:2175:1 has some sub-type changes: CRC value (modversions) changed from 0xefeb855a to 0x29c3f373 [C] 'function int dev_pm_qos_add_request(device*, dev_pm_qos_request*, dev_pm_qos_req_type, s32)' at qos.c:388:1 has some sub-type changes: CRC value (modversions) changed from 0x50338920 to 0xdb83ccbe [C] 'function int dev_pm_qos_expose_latency_tolerance(device*)' at qos.c:951:1 has some sub-type changes: CRC value (modversions) changed from 0x6bf03e16 to 0x91ef38a2 [C] 'function void dev_pm_qos_hide_latency_tolerance(device*)' at qos.c:970:1 has some sub-type changes: CRC value (modversions) changed from 0xa4a19cbb to 0x78e483bb [C] 'function int dev_pm_qos_remove_request(dev_pm_qos_request*)' at qos.c:510:1 has some sub-type changes: CRC value (modversions) changed from 0x8bbb1574 to 0x6e16b34a [C] 'function int dev_pm_qos_update_request(dev_pm_qos_request*, s32)' at qos.c:463:1 has some sub-type changes: CRC value (modversions) changed from 0x92ba26b1 to 0xc3b4d989 [C] 'function int dev_pm_qos_update_user_latency_tolerance(device*, int)' at pm_qos.h:188:1 has some sub-type changes: CRC value (modversions) changed from 0x12cc6b50 to 0x1a7fedb7 [C] 'function int dev_pm_set_dedicated_wake_irq(device*, int)' at wakeirq.c:165:1 has some sub-type changes: CRC value (modversions) changed from 0x13fe7b61 to 0xf16e8cab [C] 'function int dev_pm_set_wake_irq(device*, int)' at pm_wakeirq.h:19:1 has some sub-type changes: CRC value (modversions) changed from 0x414dd8ba to 0x3dac1552 [C] 'function void dev_printk(const char*, const device*, const char*, ...)' at device.h:1749:1 has some sub-type changes: CRC value (modversions) changed from 0xc6c7b56c to 0x56eda995 [C] 'function int dev_queue_xmit(sk_buff*)' at dev.c:3809:1 has some sub-type changes: CRC value (modversions) changed from 0xcd3686a6 to 0x17361c1f [C] 'function void dev_remove_pack(packet_type*)' at dev.c:387:1 has some sub-type changes: CRC value (modversions) changed from 0xefb2ca87 to 0xaa8af61a [C] 'function int dev_set_mac_address(net_device*, sockaddr*, netlink_ext_ack*)' at netdevice.h:3728:1 has some sub-type changes: CRC value (modversions) changed from 0x77706c66 to 0xf9ce3778 [C] 'function int dev_set_mtu(net_device*, int)' at dev.c:8041:1 has some sub-type changes: CRC value (modversions) changed from 0xd362a4d0 to 0x8b378c74 [C] 'function int dev_set_name(device*, const char*, ...)' at device.h:1415:1 has some sub-type changes: CRC value (modversions) changed from 0x12369b85 to 0xb900347d [C] 'function int dev_uc_sync_multiple(net_device*, net_device*)' at dev_addr_lists.c:663:1 has some sub-type changes: CRC value (modversions) changed from 0x113fb000 to 0xcb99f2be [C] 'function void dev_uc_unsync(net_device*, net_device*)' at dev_addr_lists.c:688:1 has some sub-type changes: CRC value (modversions) changed from 0x939f6085 to 0xefa96087 [C] 'function devfreq* devfreq_add_device(device*, devfreq_dev_profile*, const char*, void*)' at devfreq.h:189:1 has some sub-type changes: CRC value (modversions) changed from 0xe4e0632f to 0xa06b99eb [C] 'function int devfreq_add_governor(devfreq_governor*)' at governor.h:64:1 has some sub-type changes: CRC value (modversions) changed from 0x8ce20f88 to 0xd9b1405f [C] 'function void devfreq_cooling_unregister(thermal_cooling_device*)' at devfreq_cooling.c:592:1 has some sub-type changes: CRC value (modversions) changed from 0x12d71e84 to 0x64c0f3e2 [C] 'function dev_pm_opp* devfreq_recommended_opp(device*, unsigned long int*, unsigned int)' at devfreq.h:217:1 has some sub-type changes: CRC value (modversions) changed from 0x15d6e8a4 to 0xe6ea7996 [C] 'function int devfreq_register_opp_notifier(device*, devfreq*)' at devfreq.c:1535:1 has some sub-type changes: CRC value (modversions) changed from 0x5f2c8049 to 0x3cddddc9 [C] 'function int devfreq_remove_device(devfreq*)' at devfreq.h:193:1 has some sub-type changes: CRC value (modversions) changed from 0x7f1f6137 to 0x7602f163 [C] 'function int devfreq_remove_governor(devfreq_governor*)' at governor.h:65:1 has some sub-type changes: CRC value (modversions) changed from 0x55825694 to 0xb49f1deb [C] 'function int devfreq_resume_device(devfreq*)' at devfreq.h:203:1 has some sub-type changes: CRC value (modversions) changed from 0x6d7b1e70 to 0x3c2dea6c [C] 'function int devfreq_suspend_device(devfreq*)' at devfreq.h:202:1 has some sub-type changes: CRC value (modversions) changed from 0x9e51d5c2 to 0x127ac29c [C] 'function int devfreq_unregister_opp_notifier(device*, devfreq*)' at devfreq.c:1551:1 has some sub-type changes: CRC value (modversions) changed from 0x4eed4797 to 0x23f9f2f3 [C] 'function int devfreq_update_status(devfreq*, unsigned long int)' at governor.h:67:1 has some sub-type changes: CRC value (modversions) changed from 0x797cd868 to 0x2b4301b1 [C] 'function int device_add(device*)' at device.h:1577:1 has some sub-type changes: CRC value (modversions) changed from 0x9ae8064a to 0x20750a3a [C] 'function void device_add_disk(device*, gendisk*, const attribute_group**)' at genhd.h:440:1 has some sub-type changes: CRC value (modversions) changed from 0x329fad35 to 0x11c37e1b [C] 'function int device_attach(device*)' at device.h:1638:1 has some sub-type changes: CRC value (modversions) changed from 0xb99bf110 to 0x3942f005 [C] 'function int device_bind_driver(device*)' at dd.c:466:1 has some sub-type changes: CRC value (modversions) changed from 0xa7fe063f to 0xb6c9176b [C] 'function void* device_connection_find_match(device*, const char*, void*, devcon_match_fn_t)' at devcon.c:99:1 has some sub-type changes: CRC value (modversions) changed from 0xe9ea1279 to 0xdced32e4 [C] 'function device* device_create(class*, device*, unsigned int, void*, const char*, ...)' at device.h:1653:1 has some sub-type changes: CRC value (modversions) changed from 0x7683fc3e to 0x1d34d2d9 [C] 'function int device_create_bin_file(device*, const bin_attribute*)' at core.c:2308:1 has some sub-type changes: CRC value (modversions) changed from 0xee3f0bef to 0x763fc807 [C] 'function int device_create_file(device*, const device_attribute*)' at device.h:887:1 has some sub-type changes: CRC value (modversions) changed from 0xa34d3b99 to 0x36aae93f [C] 'function device* device_create_with_groups(class*, device*, unsigned int, void*, const attribute_group**, const char*, ...)' at device.h:1657:1 has some sub-type changes: CRC value (modversions) changed from 0x2477f2e3 to 0xce42326 [C] 'function void device_del(device*)' at device.h:1578:1 has some sub-type changes: CRC value (modversions) changed from 0x9f71d72e to 0x10b02017 [C] 'function void device_destroy(class*, unsigned int)' at device.h:1661:1 has some sub-type changes: CRC value (modversions) changed from 0xc1114137 to 0x73a10d6c [C] 'function device* device_find_child(device*, void*, int (device*, void*)*)' at device.h:1583:1 has some sub-type changes: CRC value (modversions) changed from 0x8fb4a663 to 0xabf3569d [C] 'function int device_for_each_child(device*, void*, int (device*, void*)*)' at device.h:1579:1 has some sub-type changes: CRC value (modversions) changed from 0x388e1c02 to 0x478b3c40 [C] 'function unsigned int device_get_child_node_count(device*)' at property.h:116:1 has some sub-type changes: CRC value (modversions) changed from 0xb1434da2 to 0x4b003101 [C] 'function dev_dma_attr device_get_dma_attr(device*)' at property.c:745:1 has some sub-type changes: CRC value (modversions) changed from 0xa4c2ef to 0xde9bab33 [C] 'function void* device_get_match_data(device*)' at property.c:1103:1 has some sub-type changes: CRC value (modversions) changed from 0x191448b1 to 0x2761f04f [C] 'function fwnode_handle* device_get_named_child_node(device*, const char*)' at property.c:670:1 has some sub-type changes: CRC value (modversions) changed from 0xdceab35f to 0xda74099d [C] 'function fwnode_handle* device_get_next_child_node(device*, fwnode_handle*)' at property.h:99:1 has some sub-type changes: CRC value (modversions) changed from 0x117dc6a3 to 0xa9d4c97e [C] 'function int device_init_wakeup(device*, bool)' at pm_wakeup.h:98:1 has some sub-type changes: CRC value (modversions) changed from 0x6bf42e8b to 0xd349a872 [C] 'function void device_initialize(device*)' at device.h:1576:1 has some sub-type changes: CRC value (modversions) changed from 0xd51b41d0 to 0xedae89de [C] 'function device_link* device_link_add(device*, device*, unsigned int)' at device.h:1729:1 has some sub-type changes: CRC value (modversions) changed from 0x61869cf6 to 0xe6bf33ad [C] 'function void device_link_del(device_link*)' at core.c:806:1 has some sub-type changes: CRC value (modversions) changed from 0xcdb63c56 to 0xeffed95d [C] 'function int device_match_fwnode(device*, void*)' at core.c:4162:1 has some sub-type changes: CRC value (modversions) changed from 0x7acb4b22 to 0x5ebcf383 [C] 'function int device_match_name(device*, void*)' at core.c:4150:1 has some sub-type changes: CRC value (modversions) changed from 0x58cc4dcb to 0xa4ad80f0 [C] 'function bool device_property_present(device*, const char*)' at property.h:36:1 has some sub-type changes: CRC value (modversions) changed from 0x56f9cfac to 0xa7c130eb [C] 'function int device_property_read_string(device*, const char*, const char**)' at property.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0x4c607dc8 to 0x45aedb00 [C] 'function int device_property_read_string_array(device*, const char*, const char**, size_t)' at property.c:178:1 has some sub-type changes: CRC value (modversions) changed from 0x7dcc1938 to 0x866386d4 [C] 'function int device_property_read_u16_array(device*, const char*, u16*, size_t)' at property.c:103:1 has some sub-type changes: CRC value (modversions) changed from 0x30e8ca5a to 0x32a4cedc [C] 'function int device_property_read_u32_array(device*, const char*, unsigned int*, unsigned long int)' at property.h:41:1 has some sub-type changes: CRC value (modversions) changed from 0x79301482 to 0xb91c451e [C] 'function int device_property_read_u8_array(device*, const char*, u8*, size_t)' at property.c:78:1 has some sub-type changes: CRC value (modversions) changed from 0x5166a0c2 to 0x4cf17e22 [C] 'function int device_register(device*)' at core.c:2962:1 has some sub-type changes: CRC value (modversions) changed from 0x3b85481d to 0xeb2e2982 [C] 'function void device_release_driver(device*)' at device.h:1637:1 has some sub-type changes: CRC value (modversions) changed from 0xd2535b27 to 0xfc6cfdbd [C] 'function void device_remove_bin_file(device*, const bin_attribute*)' at core.c:2323:1 has some sub-type changes: CRC value (modversions) changed from 0x9ec2987 to 0xef3ee549 [C] 'function void device_remove_file(device*, const device_attribute*)' at device.h:889:1 has some sub-type changes: CRC value (modversions) changed from 0xdf187704 to 0x21a6d7bf [C] 'function bool device_remove_file_self(device*, const device_attribute*)' at device.h:891:1 has some sub-type changes: CRC value (modversions) changed from 0x91c16523 to 0x73fecd42 [C] 'function void device_remove_groups(device*, const attribute_group**)' at core.c:1992:1 has some sub-type changes: CRC value (modversions) changed from 0xb04f7dfe to 0xd018981f [C] 'function int device_rename(device*, const char*)' at core.c:3724:1 has some sub-type changes: CRC value (modversions) changed from 0xead8afc7 to 0x68267038 [C] 'function void device_set_wakeup_capable(device*, bool)' at pm_wakeup.h:97:1 has some sub-type changes: CRC value (modversions) changed from 0x9144ea82 to 0x67317a6b [C] 'function int device_set_wakeup_enable(device*, bool)' at pm_wakeup.h:99:1 has some sub-type changes: CRC value (modversions) changed from 0xe52510cb to 0xfa889e0d [C] 'function ssize_t device_show_bool(device*, device_attribute*, char*)' at core.c:1726:1 has some sub-type changes: CRC value (modversions) changed from 0x11355f6f to 0x3cb02bdb [C] 'function ssize_t device_show_int(device*, device_attribute*, char*)' at core.c:1704:1 has some sub-type changes: CRC value (modversions) changed from 0xf8e612c3 to 0x5cb07948 [C] 'function ssize_t device_store_bool(device*, device_attribute*, const char*, size_t)' at core.c:1714:1 has some sub-type changes: CRC value (modversions) changed from 0x6518e19c to 0xcdec31b5 [C] 'function ssize_t device_store_int(device*, device_attribute*, const char*, size_t)' at core.c:1684:1 has some sub-type changes: CRC value (modversions) changed from 0xd0b57174 to 0x3c9b60ec [C] 'function void device_unregister(device*)' at device.h:1575:1 has some sub-type changes: CRC value (modversions) changed from 0xd60050b8 to 0x65c6f4a6 [C] 'function int device_wakeup_disable(device*)' at pm_wakeup.h:96:1 has some sub-type changes: CRC value (modversions) changed from 0xaf525ce1 to 0xf8d9bb7c [C] 'function int device_wakeup_enable(device*)' at pm_wakeup.h:95:1 has some sub-type changes: CRC value (modversions) changed from 0xc189b17a to 0x252b7b8a [C] 'function int devm_add_action(device*, void (void*)*, void*)' at device.h:987:1 has some sub-type changes: CRC value (modversions) changed from 0x190f6f5 to 0x802123aa [C] 'function backlight_device* devm_backlight_device_register(device*, const char*, device*, void*, const backlight_ops*, const backlight_properties*)' at backlight.h:181:1 has some sub-type changes: CRC value (modversions) changed from 0x6fa667d2 to 0x4359f56a [C] 'function int devm_clk_bulk_get(device*, int, clk_bulk_data*)' at clk.h:359:1 has some sub-type changes: CRC value (modversions) changed from 0x40516669 to 0x5dd4a770 [C] 'function int devm_clk_bulk_get_all(device*, clk_bulk_data**)' at clk-devres.c:95:1 has some sub-type changes: CRC value (modversions) changed from 0xe3f36b9d to 0x49fd0537 [C] 'function int devm_clk_bulk_get_optional(device*, int, clk_bulk_data*)' at clk-devres.c:88:1 has some sub-type changes: CRC value (modversions) changed from 0x3448c0f6 to 0x70ffa83f [C] 'function clk* devm_clk_get(device*, const char*)' at clk.h:419:1 has some sub-type changes: CRC value (modversions) changed from 0x54e2203e to 0x16a96a89 [C] 'function clk* devm_clk_get_optional(device*, const char*)' at clk-devres.c:32:1 has some sub-type changes: CRC value (modversions) changed from 0x293958c3 to 0x7b237f24 [C] 'function int devm_clk_hw_register(device*, clk_hw*)' at clk-provider.h:811:1 has some sub-type changes: CRC value (modversions) changed from 0xf0320aec to 0x3bdd9361 [C] 'function void devm_clk_put(device*, clk*)' at clk-devres.c:129:1 has some sub-type changes: CRC value (modversions) changed from 0xc18eda03 to 0xacd46db4 [C] 'function clk* devm_clk_register(device*, clk_hw*)' at clk-provider.h:808:1 has some sub-type changes: CRC value (modversions) changed from 0x476c2fc7 to 0xa6e68040 [C] 'function devfreq* devm_devfreq_add_device(device*, devfreq_dev_profile*, const char*, void*)' at devfreq.c:798:1 has some sub-type changes: CRC value (modversions) changed from 0xa92944b8 to 0x25128200 [C] 'function int devm_devfreq_register_opp_notifier(device*, devfreq*)' at devfreq.c:1568:1 has some sub-type changes: CRC value (modversions) changed from 0xa900c927 to 0x17df0c6b [C] 'function void devm_devfreq_remove_device(device*, devfreq*)' at devfreq.c:872:1 has some sub-type changes: CRC value (modversions) changed from 0x1ba16018 to 0x2781c546 [C] 'function int devm_device_add_group(device*, const attribute_group*)' at core.c:2037:1 has some sub-type changes: CRC value (modversions) changed from 0xb66b7e45 to 0x7f96e02f [C] 'function void devm_device_remove_group(device*, const attribute_group*)' at core.c:2067:1 has some sub-type changes: CRC value (modversions) changed from 0x72df5e46 to 0xff1afe27 [C] 'function extcon_dev* devm_extcon_dev_allocate(device*, const unsigned int*)' at devres.c:65:1 has some sub-type changes: CRC value (modversions) changed from 0x84ef337c to 0x1d9a571f [C] 'function int devm_extcon_dev_register(device*, extcon_dev*)' at devres.c:118:1 has some sub-type changes: CRC value (modversions) changed from 0x5b55fbd9 to 0x847b14ba [C] 'function void devm_extcon_dev_unregister(device*, extcon_dev*)' at devres.c:148:1 has some sub-type changes: CRC value (modversions) changed from 0x462f4c35 to 0xa279a313 [C] 'function int devm_extcon_register_notifier(device*, extcon_dev*, unsigned int, notifier_block*)' at extcon.h:203:1 has some sub-type changes: CRC value (modversions) changed from 0xe77b9a1 to 0x629adb9e [C] 'function int devm_extcon_register_notifier_all(device*, extcon_dev*, notifier_block*)' at devres.c:228:1 has some sub-type changes: CRC value (modversions) changed from 0x716d4a0e to 0xf9e292ce [C] 'function void devm_free_irq(device*, unsigned int, void*)' at interrupt.h:202:1 has some sub-type changes: CRC value (modversions) changed from 0xa5d2f5b4 to 0xd4fd6a66 [C] 'function gpio_desc* devm_fwnode_get_index_gpiod_from_child(device*, const char*, int, fwnode_handle*, gpiod_flags, const char*)' at consumer.h:180:1 has some sub-type changes: CRC value (modversions) changed from 0x5d40c1a2 to 0x81384344 [C] 'function clk* devm_get_clk_from_child(device*, device_node*, const char*)' at clk-devres.c:139:1 has some sub-type changes: CRC value (modversions) changed from 0xbd43760d to 0x559e015d [C] 'function void devm_gpio_free(device*, unsigned int)' at gpiolib-devres.c:489:1 has some sub-type changes: CRC value (modversions) changed from 0xda6ab54 to 0x474b0a6d [C] 'function int devm_gpio_request(device*, unsigned int, const char*)' at gpiolib-devres.c:427:1 has some sub-type changes: CRC value (modversions) changed from 0xc00bf60f to 0xa443b176 [C] 'function int devm_gpio_request_one(device*, unsigned int, unsigned long int, const char*)' at gpio.h:96:1 has some sub-type changes: CRC value (modversions) changed from 0xa65c7b26 to 0xa897951d [C] 'function int devm_gpiochip_add_data(device*, gpio_chip*, void*)' at driver.h:501:1 has some sub-type changes: CRC value (modversions) changed from 0x895f801 to 0x8b8eba31 [C] 'function gpio_desc* devm_gpiod_get(device*, const char*, gpiod_flags)' at gpiolib-devres.c:56:1 has some sub-type changes: CRC value (modversions) changed from 0xc4c35235 to 0xe3e2017e [C] 'function gpio_desc* devm_gpiod_get_index(device*, const char*, unsigned int, gpiod_flags)' at gpiolib-devres.c:93:1 has some sub-type changes: CRC value (modversions) changed from 0xb43711a6 to 0x29a3d523 [C] 'function gpio_desc* devm_gpiod_get_optional(device*, const char*, gpiod_flags)' at consumer.h:94:1 has some sub-type changes: CRC value (modversions) changed from 0x7c9dc7be to 0x8890a9e7 [C] 'function void devm_gpiod_put(device*, gpio_desc*)' at gpiolib-devres.c:342:1 has some sub-type changes: CRC value (modversions) changed from 0x1e7a2c5 to 0x8be5b5aa [C] 'function hwspinlock* devm_hwspin_lock_request_specific(device*, unsigned int)' at hwspinlock_core.c:931:1 has some sub-type changes: CRC value (modversions) changed from 0x3cff1742 to 0x66930dc2 [C] 'function iio_channel* devm_iio_channel_get(device*, const char*)' at inkern.c:375:1 has some sub-type changes: CRC value (modversions) changed from 0x17a3d4e4 to 0xa2232b55 [C] 'function iio_dev* devm_iio_device_alloc(device*, int)' at industrialio-core.c:1507:1 has some sub-type changes: CRC value (modversions) changed from 0x6dec5785 to 0xfcceda1b [C] 'function input_dev* devm_input_allocate_device(device*)' at input.h:352:1 has some sub-type changes: CRC value (modversions) changed from 0x5023ef3 to 0x3d7a1cac [C] 'function void* devm_ioremap(device*, long long unsigned int, long long unsigned int)' at io.h:65:1 has some sub-type changes: CRC value (modversions) changed from 0xfbfa9850 to 0x92b2ba25 [C] 'function void* devm_ioremap_nocache(device*, long long unsigned int, long long unsigned int)' at io.h:69:1 has some sub-type changes: CRC value (modversions) changed from 0x647ccaec to 0x212e01c1 [C] 'function void* devm_ioremap_resource(device*, const resource*)' at device.h:979:1 has some sub-type changes: CRC value (modversions) changed from 0x2201fe22 to 0x3a17ac97 [C] 'function void* devm_ioremap_wc(device*, resource_size_t, resource_size_t)' at devres.c:114:1 has some sub-type changes: CRC value (modversions) changed from 0xf61b9531 to 0x4358f270 [C] 'function void devm_iounmap(device*, void*)' at devres.c:128:1 has some sub-type changes: CRC value (modversions) changed from 0xfe88db38 to 0x915843e3 [C] 'function char* devm_kasprintf(device*, unsigned int, const char*, ...)' at device.h:948:1 has some sub-type changes: CRC value (modversions) changed from 0x67b48d85 to 0x651f5cc3 [C] 'function void devm_kfree(device*, void*)' at device.h:968:1 has some sub-type changes: CRC value (modversions) changed from 0x6f3515af to 0x1f262c85 [C] 'function void* devm_kmalloc(device*, unsigned long int, unsigned int)' at device.h:943:1 has some sub-type changes: CRC value (modversions) changed from 0x3cb121f1 to 0xe003a57c [C] 'function void* devm_kmemdup(device*, void*, unsigned long int, unsigned int)' at device.h:972:1 has some sub-type changes: CRC value (modversions) changed from 0xda0a783c to 0x25c86681 [C] 'function char* devm_kstrdup(device*, const char*, unsigned int)' at device.h:969:1 has some sub-type changes: CRC value (modversions) changed from 0xfb6c3428 to 0x52779d13 [C] 'function char* devm_kvasprintf(device*, gfp_t, const char*, va_list)' at devres.c:888:1 has some sub-type changes: CRC value (modversions) changed from 0xccb8ce86 to 0xfcd59d4 [C] 'function int devm_led_classdev_register_ext(device*, led_classdev*, led_init_data*)' at leds.h:184:1 has some sub-type changes: CRC value (modversions) changed from 0xa554a333 to 0x6a1a6273 [C] 'function int devm_mbox_controller_register(device*, mbox_controller*)' at mailbox_controller.h:134:1 has some sub-type changes: CRC value (modversions) changed from 0x8ca3d24f to 0xfe977c20 [C] 'function void* devm_memremap(device*, long long unsigned int, unsigned long int, unsigned long int)' at io.h:78:1 has some sub-type changes: CRC value (modversions) changed from 0x3fe378e2 to 0x9dab00f5 [C] 'function int devm_mfd_add_devices(device*, int, const mfd_cell*, int, resource*, int, irq_domain*)' at core.h:130:1 has some sub-type changes: CRC value (modversions) changed from 0x7a56df33 to 0x32a9f729 [C] 'function nvmem_cell* devm_nvmem_cell_get(device*, const char*)' at core.c:846:1 has some sub-type changes: CRC value (modversions) changed from 0x33ed6132 to 0x820e383b [C] 'function nvmem_device* devm_nvmem_device_get(device*, const char*)' at core.c:676:1 has some sub-type changes: CRC value (modversions) changed from 0x2af75b34 to 0x11ae5001 [C] 'function nvmem_device* devm_nvmem_register(device*, const nvmem_config*)' at nvmem-provider.h:102:1 has some sub-type changes: CRC value (modversions) changed from 0x49fef3a5 to 0x9884b0c1 [C] 'function int devm_of_clk_add_hw_provider(device*, clk_hw* (of_phandle_args*, void*)*, void*)' at clk-provider.h:1052:1 has some sub-type changes: CRC value (modversions) changed from 0x4e9f448 to 0xea8019de [C] 'function void* devm_of_iomap(device*, device_node*, int, resource_size_t*)' at devres.c:206:1 has some sub-type changes: CRC value (modversions) changed from 0xe776f4a5 to 0xefcbf419 [C] 'function int devm_of_pci_get_host_bridge_resources(device*, unsigned char, unsigned char, list_head*, resource_size_t*)' at of.c:258:1 has some sub-type changes: CRC value (modversions) changed from 0x46fb4f91 to 0xd06f45ca [C] 'function int devm_of_platform_populate(device*)' at of_platform.h:83:1 has some sub-type changes: CRC value (modversions) changed from 0xc7c08606 to 0xe7e8959f [C] 'function pwm_device* devm_of_pwm_get(device*, device_node*, const char*)' at core.c:1057:1 has some sub-type changes: CRC value (modversions) changed from 0xd5f427d2 to 0x8740ae21 [C] 'function pci_host_bridge* devm_pci_alloc_host_bridge(device*, size_t)' at probe.c:617:1 has some sub-type changes: CRC value (modversions) changed from 0x7ecad2c2 to 0x938594a6 [C] 'function phy* devm_phy_create(device*, device_node*, const phy_ops*)' at phy-core.c:910:1 has some sub-type changes: CRC value (modversions) changed from 0x59e07d6d to 0xc34685f0 [C] 'function phy* devm_phy_get(device*, const char*)' at phy-core.c:710:1 has some sub-type changes: CRC value (modversions) changed from 0xd02fec13 to 0x185ed19d [C] 'function void devm_phy_put(device*, phy*)' at phy-core.c:597:1 has some sub-type changes: CRC value (modversions) changed from 0x5028642 to 0x2910f564 [C] 'function pinctrl* devm_pinctrl_get(device*)' at core.c:1338:1 has some sub-type changes: CRC value (modversions) changed from 0x3be5b963 to 0xdffd880 [C] 'function void devm_pinctrl_put(pinctrl*)' at core.c:1373:1 has some sub-type changes: CRC value (modversions) changed from 0x62df2010 to 0xc25e765b [C] 'function pinctrl_dev* devm_pinctrl_register(device*, pinctrl_desc*, void*)' at pinctrl.h:165:1 has some sub-type changes: CRC value (modversions) changed from 0x4557ff1c to 0xf09cda8e [C] 'function void* devm_platform_ioremap_resource(platform_device*, unsigned int)' at platform_device.h:58:1 has some sub-type changes: CRC value (modversions) changed from 0x6b8b0cf4 to 0xc32adcd3 [C] 'function power_supply* devm_power_supply_get_by_phandle(device*, const char*)' at power_supply_core.c:541:1 has some sub-type changes: CRC value (modversions) changed from 0xcec79a24 to 0x78c9a685 [C] 'function power_supply* devm_power_supply_register(device*, const power_supply_desc*, const power_supply_config*)' at power_supply.h:434:1 has some sub-type changes: CRC value (modversions) changed from 0x4f26a9a to 0x4d31bb88 [C] 'function pwm_device* devm_pwm_get(device*, const char*)' at core.c:1025:1 has some sub-type changes: CRC value (modversions) changed from 0xe007987a to 0x4097da5f [C] 'function void devm_pwm_put(device*, pwm_device*)' at core.c:1135:1 has some sub-type changes: CRC value (modversions) changed from 0x165424a to 0xc23e67fc [C] 'function int devm_regmap_add_irq_chip(device*, regmap*, int, int, int, const regmap_irq_chip*, regmap_irq_chip_data**)' at regmap-irq.c:893:1 has some sub-type changes: CRC value (modversions) changed from 0x1fe2c189 to 0xa7669702 [C] 'function void devm_regmap_del_irq_chip(device*, int, regmap_irq_chip_data*)' at regmap-irq.c:929:1 has some sub-type changes: CRC value (modversions) changed from 0xf507b1d6 to 0x6585e3ba [C] 'function regmap_field* devm_regmap_field_alloc(device*, regmap*, reg_field)' at regmap.c:1219:1 has some sub-type changes: CRC value (modversions) changed from 0x284ae229 to 0x3f98fd44 [C] 'function int devm_regulator_bulk_get(device*, int, regulator_bulk_data*)' at consumer.h:230:1 has some sub-type changes: CRC value (modversions) changed from 0x6e2439b4 to 0x5bc74001 [C] 'function regulator* devm_regulator_get(device*, const char*)' at consumer.h:180:1 has some sub-type changes: CRC value (modversions) changed from 0xc1cb0054 to 0xc208413e [C] 'function regulator* devm_regulator_get_exclusive(device*, const char*)' at devres.c:66:1 has some sub-type changes: CRC value (modversions) changed from 0x83bbc3e0 to 0x49561a54 [C] 'function regulator* devm_regulator_get_optional(device*, const char*)' at devres.c:82:1 has some sub-type changes: CRC value (modversions) changed from 0xf7b31755 to 0xa0a829a4 [C] 'function void devm_regulator_put(regulator*)' at devres.c:107:1 has some sub-type changes: CRC value (modversions) changed from 0xf1755fdd to 0x1f9f215 [C] 'function regulator_dev* devm_regulator_register(device*, const regulator_desc*, const regulator_config*)' at driver.h:491:1 has some sub-type changes: CRC value (modversions) changed from 0xeda84549 to 0xcdd50e0e [C] 'function int devm_regulator_register_notifier(regulator*, notifier_block*)' at devres.c:429:1 has some sub-type changes: CRC value (modversions) changed from 0x67b2f0da to 0x4354ad0e [C] 'function int devm_request_any_context_irq(device*, unsigned int, enum irqreturn (int, void*)*, unsigned long int, const char*, void*)' at interrupt.h:198:1 has some sub-type changes: CRC value (modversions) changed from 0xb77df53 to 0x2d6dbcc6 [C] 'function int devm_request_pci_bus_resources(device*, list_head*)' at bus.c:93:1 has some sub-type changes: CRC value (modversions) changed from 0x28d7533c to 0x5ba91dfc [C] 'function int devm_request_threaded_irq(device*, unsigned int, enum irqreturn (int, void*)*, enum irqreturn (int, void*)*, unsigned long int, const char*, void*)' at interrupt.h:184:1 has some sub-type changes: CRC value (modversions) changed from 0xc862a7ac to 0xd404fa17 [C] 'function reset_control* devm_reset_control_array_get(device*, bool, bool)' at reset.h:34:1 has some sub-type changes: CRC value (modversions) changed from 0x14263943 to 0x9ff4a764 [C] 'function int devm_reset_controller_register(device*, reset_controller_dev*)' at reset-controller.h:85:1 has some sub-type changes: CRC value (modversions) changed from 0xf369ae0b to 0x555bb6c9 [C] 'function rtc_device* devm_rtc_allocate_device(device*)' at rtc.h:173:1 has some sub-type changes: CRC value (modversions) changed from 0xfb098a29 to 0x56b94e47 [C] 'function rtc_device* devm_rtc_device_register(device*, const char*, const rtc_class_ops*, module*)' at class.c:401:1 has some sub-type changes: CRC value (modversions) changed from 0xeecd4443 to 0x3aa7c8d1 [C] 'function int devm_snd_dmaengine_pcm_register(device*, const snd_dmaengine_pcm_config*, unsigned int)' at soc-devres.c💯1 has some sub-type changes: CRC value (modversions) changed from 0x2e9de1c6 to 0xfd3246b5 [C] 'function int devm_snd_soc_register_card(device*, snd_soc_card*)' at soc-devres.c:63:1 has some sub-type changes: CRC value (modversions) changed from 0x25929181 to 0xb4724725 [C] 'function int devm_snd_soc_register_component(device*, const snd_soc_component_driver*, snd_soc_dai_driver*, int)' at soc.h:454:1 has some sub-type changes: CRC value (modversions) changed from 0xa56d7ad to 0x59160f5e [C] 'function int devm_spi_register_controller(device*, spi_controller*)' at spi.c:2540:1 has some sub-type changes: CRC value (modversions) changed from 0x98b78f5 to 0x4f046dfa [C] 'function thermal_zone_device* devm_thermal_zone_of_sensor_register(device*, int, void*, const thermal_zone_of_device_ops*)' at thermal.h:383:1 has some sub-type changes: CRC value (modversions) changed from 0x6bcb9607 to 0xca838c73 [C] 'function void devm_thermal_zone_of_sensor_unregister(device*, thermal_zone_device*)' at of-thermal.c:654:1 has some sub-type changes: CRC value (modversions) changed from 0xecb48329 to 0xabed391f [C] 'function usb_phy* devm_usb_get_phy(device*, usb_phy_type)' at phy.c:415:1 has some sub-type changes: CRC value (modversions) changed from 0x1faf6657 to 0x158f9998 [C] 'function usb_phy* devm_usb_get_phy_by_phandle(device*, const char*, u8)' at phy.c:545:1 has some sub-type changes: CRC value (modversions) changed from 0x26f8a5e1 to 0xe6df3428 [C] 'function int devm_watchdog_register_device(device*, watchdog_device*)' at watchdog_core.c:365:1 has some sub-type changes: CRC value (modversions) changed from 0x7e5b0392 to 0xea8e49bc [C] 'function void devres_add(device*, void*)' at device.h:923:1 has some sub-type changes: CRC value (modversions) changed from 0x21ae09ff to 0x18d59c85 [C] 'function void* devres_alloc_node(void (device*, void*)*, unsigned long int, unsigned int, int)' at device.h:910:1 has some sub-type changes: CRC value (modversions) changed from 0x655f5106 to 0x1b5c43e3 [C] 'function int devres_destroy(device*, void (device*, void*)*, int (device*, void*, void*)*, void*)' at device.h:930:1 has some sub-type changes: CRC value (modversions) changed from 0x1506247a to 0x160c6414 [C] 'function int devres_release(device*, void (device*, void*)*, int (device*, void*, void*)*, void*)' at device.h:932:1 has some sub-type changes: CRC value (modversions) changed from 0x9872a8b5 to 0xc888f61f [C] 'function dentry* dget_parent(dentry*)' at dcache.h:334:1 has some sub-type changes: CRC value (modversions) changed from 0x7db20cd8 to 0xacb3e861 [C] 'function void disk_part_iter_exit(disk_part_iter*)' at genhd.h:300:1 has some sub-type changes: CRC value (modversions) changed from 0xf9cc7ba8 to 0xf5f0f6b7 [C] 'function void disk_part_iter_init(disk_part_iter*, gendisk*, unsigned int)' at genhd.h:297:1 has some sub-type changes: CRC value (modversions) changed from 0x3ce0f9ac to 0xcc8b73c0 [C] 'function hd_struct* disk_part_iter_next(disk_part_iter*)' at genhd.h:299:1 has some sub-type changes: CRC value (modversions) changed from 0xf013554e to 0xe999ad21 [C] 'function void* dma_alloc_attrs(device*, unsigned long int, long long unsigned int*, unsigned int, unsigned long int)' at dma-mapping.h:451:1 has some sub-type changes: CRC value (modversions) changed from 0xd7f6f898 to 0x1ba1a73c [C] 'function int dma_async_device_register(dma_device*)' at dmaengine.c:907:1 has some sub-type changes: CRC value (modversions) changed from 0xabf72f4e to 0x990603e5 [C] 'function void dma_async_device_unregister(dma_device*)' at dmaengine.c:1111:1 has some sub-type changes: CRC value (modversions) changed from 0x98807ce to 0x6d794c8 [C] 'function void dma_async_tx_descriptor_init(dma_async_tx_descriptor*, dma_chan*)' at dmaengine.c:1297:1 has some sub-type changes: CRC value (modversions) changed from 0x15385dfc to 0xfdadbf2 [C] 'function dma_buf_attachment* dma_buf_attach(dma_buf*, device*)' at dma-buf.h:487:1 has some sub-type changes: CRC value (modversions) changed from 0xc1a94055 to 0xecf8a806 [C] 'function int dma_buf_begin_cpu_access(dma_buf*, dma_data_direction)' at dma-buf.c:939:1 has some sub-type changes: CRC value (modversions) changed from 0xeb078252 to 0xae6332a7 [C] 'function int dma_buf_begin_cpu_access_partial(dma_buf*, dma_data_direction, unsigned int, unsigned int)' at dma-buf.c:961:1 has some sub-type changes: CRC value (modversions) changed from 0xc41e57b3 to 0xd28f6b6c [C] 'function void dma_buf_detach(dma_buf*, dma_buf_attachment*)' at dma-buf.h:489:1 has some sub-type changes: CRC value (modversions) changed from 0x8ccc86fd to 0xe0b41707 [C] 'function int dma_buf_end_cpu_access(dma_buf*, dma_data_direction)' at dma-buf.c:997:1 has some sub-type changes: CRC value (modversions) changed from 0x122104e5 to 0xf033978 [C] 'function int dma_buf_end_cpu_access_partial(dma_buf*, dma_data_direction, unsigned int, unsigned int)' at dma-buf.c:1011:1 has some sub-type changes: CRC value (modversions) changed from 0x9addd68f to 0x3e64b2b3 [C] 'function dma_buf* dma_buf_export(const dma_buf_export_info*)' at dma-buf.h:492:1 has some sub-type changes: CRC value (modversions) changed from 0x36010686 to 0x832a3baf [C] 'function int dma_buf_fd(dma_buf*, int)' at dma-buf.h:494:1 has some sub-type changes: CRC value (modversions) changed from 0xbf84fefc to 0xbd04e85c [C] 'function dma_buf* dma_buf_get(int)' at dma-buf.h:495:1 has some sub-type changes: CRC value (modversions) changed from 0xad6fe9bc to 0xbaa52dff [C] 'function int dma_buf_get_flags(dma_buf*, unsigned long int*)' at dma-buf.c:1192:1 has some sub-type changes: CRC value (modversions) changed from 0xf33999d6 to 0xb995c148 [C] 'function int dma_buf_get_uuid(dma_buf*, uuid_t*)' at dma-buf.c:1206:1 has some sub-type changes: CRC value (modversions) changed from 0xc2ea3af8 to 0x528dc6cd [C] 'function void* dma_buf_kmap(dma_buf*, unsigned long int)' at dma-buf.c:1036:1 has some sub-type changes: CRC value (modversions) changed from 0x2973076d to 0xaa6ff65b [C] 'function void dma_buf_kunmap(dma_buf*, unsigned long int, void*)' at dma-buf.c:1054:1 has some sub-type changes: CRC value (modversions) changed from 0xe69ad47a to 0x4a19eadc [C] 'function sg_table* dma_buf_map_attachment(dma_buf_attachment*, dma_data_direction)' at dma-buf.h:498:1 has some sub-type changes: CRC value (modversions) changed from 0x7bec31ca to 0x5e020886 [C] 'function int dma_buf_mmap(dma_buf*, vm_area_struct*, unsigned long int)' at dma-buf.c:1079:1 has some sub-type changes: CRC value (modversions) changed from 0xb22fd781 to 0x72827559 [C] 'function void dma_buf_put(dma_buf*)' at dma-buf.h:496:1 has some sub-type changes: CRC value (modversions) changed from 0x3fb82e55 to 0x179dcc74 [C] 'function void dma_buf_unmap_attachment(dma_buf_attachment*, sg_table*, dma_data_direction)' at dma-buf.h:500:1 has some sub-type changes: CRC value (modversions) changed from 0xff38ed09 to 0x77a93d54 [C] 'function void* dma_buf_vmap(dma_buf*)' at dma-buf.h:517:1 has some sub-type changes: CRC value (modversions) changed from 0x2aa8eb59 to 0x20974dfd [C] 'function void dma_buf_vunmap(dma_buf*, void*)' at dma-buf.h:518:1 has some sub-type changes: CRC value (modversions) changed from 0x8cb22d3c to 0x89834c77 [C] 'function long long unsigned int dma_direct_map_page(device*, page*, unsigned long int, unsigned long int, dma_data_direction, unsigned long int)' at dma-mapping.h:209:1 has some sub-type changes: CRC value (modversions) changed from 0x63e327fe to 0x67110554 [C] 'function dma_addr_t dma_direct_map_resource(device*, phys_addr_t, size_t, dma_data_direction, unsigned long int)' at direct.c:377:1 has some sub-type changes: CRC value (modversions) changed from 0x9c216e21 to 0x7bbc9c64 [C] 'function int dma_direct_map_sg(device*, scatterlist*, int, dma_data_direction, unsigned long int)' at dma-mapping.h:212:1 has some sub-type changes: CRC value (modversions) changed from 0x3af0348b to 0x975387bc [C] 'function void dma_direct_sync_sg_for_cpu(device*, scatterlist*, int, dma_data_direction)' at direct.c:281:1 has some sub-type changes: CRC value (modversions) changed from 0xa0b6916d to 0x3168c750 [C] 'function void dma_direct_sync_sg_for_device(device*, scatterlist*, int, dma_data_direction)' at direct.c:242:1 has some sub-type changes: CRC value (modversions) changed from 0xe9d3ce76 to 0xdda95171 [C] 'function void dma_direct_sync_single_for_cpu(device*, long long unsigned int, unsigned long int, dma_data_direction)' at dma-mapping.h:241:1 has some sub-type changes: CRC value (modversions) changed from 0x2fc91f4d to 0x5e9bfcca [C] 'function void dma_direct_sync_single_for_device(device*, long long unsigned int, unsigned long int, dma_data_direction)' at dma-mapping.h:219:1 has some sub-type changes: CRC value (modversions) changed from 0x749a9778 to 0xb1548e50 [C] 'function void dma_direct_unmap_page(device*, long long unsigned int, unsigned long int, dma_data_direction, unsigned long int)' at dma-mapping.h:237:1 has some sub-type changes: CRC value (modversions) changed from 0xabd1a61e to 0xd112d9bb [C] 'function void dma_direct_unmap_sg(device*, scatterlist*, int, dma_data_direction, unsigned long int)' at dma-mapping.h:239:1 has some sub-type changes: CRC value (modversions) changed from 0x34934c57 to 0xbedbc696 [C] 'function void dma_free_attrs(device*, unsigned long int, void*, long long unsigned int, unsigned long int)' at dma-mapping.h:453:1 has some sub-type changes: CRC value (modversions) changed from 0xb8eb320 to 0xd2d6fa9c [C] 'function unsigned long int dma_get_merge_boundary(device*)' at mapping.c:433:1 has some sub-type changes: CRC value (modversions) changed from 0x4e6cf3f6 to 0xfb142138 [C] 'function int dma_get_sgtable_attrs(device*, sg_table*, void*, dma_addr_t, size_t, unsigned long int)' at mapping.c:151:1 has some sub-type changes: CRC value (modversions) changed from 0xc8c72cb4 to 0x5548571b [C] 'function int dma_get_slave_caps(dma_chan*, dma_slave_caps*)' at dmaengine.h:1315:1 has some sub-type changes: CRC value (modversions) changed from 0xba0e42f9 to 0x32394a1 [C] 'function dma_chan* dma_get_slave_channel(dma_chan*)' at dmaengine.c:577:1 has some sub-type changes: CRC value (modversions) changed from 0x6052b65c to 0xb7f029e0 [C] 'function size_t dma_max_mapping_size(device*)' at mapping.c:419:1 has some sub-type changes: CRC value (modversions) changed from 0xd3608563 to 0x35526f84 [C] 'function int dma_mmap_attrs(device*, vm_area_struct*, void*, dma_addr_t, size_t, unsigned long int)' at mapping.c:263:1 has some sub-type changes: CRC value (modversions) changed from 0x88d877ec to 0x6a8597ef [C] 'function dma_pool* dma_pool_create(const char*, device*, size_t, size_t, size_t)' at dmapool.c:130:1 has some sub-type changes: CRC value (modversions) changed from 0x887fc9fb to 0xf9ba24b0 [C] 'function void dma_release_channel(dma_chan*)' at dmaengine.h:1314:1 has some sub-type changes: CRC value (modversions) changed from 0x393eb9f to 0x3b0772b7 [C] 'function dma_chan* dma_request_chan(device*, const char*)' at dmaengine.h:1311:1 has some sub-type changes: CRC value (modversions) changed from 0xca1abe1c to 0x3dc2688d [C] 'function dma_chan* dma_request_slave_channel(device*, const char*)' at dmaengine.h:1309:1 has some sub-type changes: CRC value (modversions) changed from 0x88aa329f to 0x58d7ffa [C] 'function void dma_resv_add_excl_fence(dma_resv*, dma_fence*)' at dma-resv.h:281:1 has some sub-type changes: CRC value (modversions) changed from 0xa42c6fcc to 0xeae21d08 [C] 'function void dma_resv_add_shared_fence(dma_resv*, dma_fence*)' at dma-resv.h:279:1 has some sub-type changes: CRC value (modversions) changed from 0xcd741503 to 0x230dee35 [C] 'function int dma_resv_copy_fences(dma_resv*, dma_resv*)' at dma-resv.h:288:1 has some sub-type changes: CRC value (modversions) changed from 0x4e9fd3e0 to 0x1bf8867 [C] 'function void dma_resv_fini(dma_resv*)' at dma-resv.h:277:1 has some sub-type changes: CRC value (modversions) changed from 0xf1df7442 to 0x883b01ba [C] 'function void dma_resv_init(dma_resv*)' at dma-resv.h:276:1 has some sub-type changes: CRC value (modversions) changed from 0xcfb8b2d6 to 0xa6272570 [C] 'function int dma_resv_reserve_shared(dma_resv*, unsigned int)' at dma-resv.h:278:1 has some sub-type changes: CRC value (modversions) changed from 0x80daa72 to 0x3c081bcc [C] 'function bool dma_resv_test_signaled_rcu(dma_resv*, bool)' at dma-resv.h:293:1 has some sub-type changes: CRC value (modversions) changed from 0x30d874eb to 0x92a0dbe0 [C] 'function long int dma_resv_wait_timeout_rcu(dma_resv*, bool, bool, unsigned long int)' at dma-resv.h:290:1 has some sub-type changes: CRC value (modversions) changed from 0x174a97ef to 0x5381064d [C] 'function int dma_set_coherent_mask(device*, long long unsigned int)' at dma-mapping.h:470:1 has some sub-type changes: CRC value (modversions) changed from 0x8518e039 to 0xa8cb64f2 [C] 'function int dma_set_mask(device*, long long unsigned int)' at dma-mapping.h:469:1 has some sub-type changes: CRC value (modversions) changed from 0x638258d to 0x4b3e2fd0 [C] 'function void dmaengine_unmap_put(dmaengine_unmap_data*)' at dmaengine.c:1231:1 has some sub-type changes: CRC value (modversions) changed from 0xd207803a to 0x96552ab3 [C] 'function void* dmam_alloc_attrs(device*, size_t, dma_addr_t*, gfp_t, unsigned long int)' at mapping.c:81:1 has some sub-type changes: CRC value (modversions) changed from 0xa01acbad to 0xc6c75da9 [C] 'function void dmam_free_coherent(device*, size_t, void*, dma_addr_t)' at mapping.c:57:1 has some sub-type changes: CRC value (modversions) changed from 0xfd5d7e99 to 0x7083f00f [C] 'function dma_pool* dmam_pool_create(const char*, device*, size_t, size_t, size_t)' at dmapool.c:506:1 has some sub-type changes: CRC value (modversions) changed from 0xe0fdf11e to 0x31ee108a [C] 'function void done_path_create(path*, dentry*)' at namei.h:56:1 has some sub-type changes: CRC value (modversions) changed from 0x7c623aea to 0x40cf1261 [C] 'function void down_read(rw_semaphore*)' at rwsem.h:129:1 has some sub-type changes: CRC value (modversions) changed from 0x668b19a1 to 0xb162aef5 [C] 'function int down_read_trylock(rw_semaphore*)' at rwsem.h:135:1 has some sub-type changes: CRC value (modversions) changed from 0xc3ff38c2 to 0x93ff63d1 [C] 'function void down_write(rw_semaphore*)' at rwsem.h:140:1 has some sub-type changes: CRC value (modversions) changed from 0x57bc19d2 to 0x486fdb09 [C] 'function void downgrade_write(rw_semaphore*)' at rwsem.c:1617:1 has some sub-type changes: CRC value (modversions) changed from 0x18888d00 to 0x971410bd [C] 'function void dput(dentry*)' at dcache.h:381:1 has some sub-type changes: CRC value (modversions) changed from 0x3cf98daf to 0xf12f143f [C] 'function int driver_attach(device_driver*)' at dd.c:1110:1 has some sub-type changes: CRC value (modversions) changed from 0x4962acf5 to 0xc6f5d797 [C] 'function device_driver* driver_find(const char*, bus_type*)' at driver.c:213:1 has some sub-type changes: CRC value (modversions) changed from 0x92c76631 to 0xfef3528b [C] 'function device* driver_find_device(device_driver*, device*, void*, int (device*, void*)*)' at driver.c:75:1 has some sub-type changes: CRC value (modversions) changed from 0xbf5bf34d to 0xeb40597 [C] 'function int driver_register(device_driver*)' at device.h:423:1 has some sub-type changes: CRC value (modversions) changed from 0xe1fdb947 to 0xc92998b5 [C] 'function void driver_unregister(device_driver*)' at device.h:424:1 has some sub-type changes: CRC value (modversions) changed from 0xe2148b65 to 0xefa2163c [C] 'function int drm_add_edid_modes(drm_connector*, edid*)' at drm_edid.c:4868:1 has some sub-type changes: CRC value (modversions) changed from 0xf45f626b to 0xfbf48272 [C] 'function int drm_add_modes_noedid(drm_connector*, int, int)' at drm_edid.h:489:1 has some sub-type changes: CRC value (modversions) changed from 0x77374110 to 0xe816aab5 [C] 'function int drm_atomic_commit(drm_atomic_state*)' at drm_atomic.h:671:1 has some sub-type changes: CRC value (modversions) changed from 0xb853059 to 0xc3675630 [C] 'function drm_connector_state* drm_atomic_get_connector_state(drm_atomic_state*, drm_connector*)' at drm_atomic.h:443:1 has some sub-type changes: CRC value (modversions) changed from 0x751149c3 to 0x2d0a0f5d [C] 'function drm_crtc_state* drm_atomic_get_crtc_state(drm_atomic_state*, drm_crtc*)' at drm_atomic.h:437:1 has some sub-type changes: CRC value (modversions) changed from 0x6926bac5 to 0x7b325e48 [C] 'function drm_plane_state* drm_atomic_get_plane_state(drm_atomic_state*, drm_plane*)' at drm_atomic.h:440:1 has some sub-type changes: CRC value (modversions) changed from 0x6e7fce4f to 0x508665dd [C] 'function drm_private_state* drm_atomic_get_private_obj_state(drm_atomic_state*, drm_private_obj*)' at drm_atomic.h:453:1 has some sub-type changes: CRC value (modversions) changed from 0x7da2051b to 0x69c5adc8 [C] 'function void drm_atomic_helper_async_commit(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:1714:1 has some sub-type changes: CRC value (modversions) changed from 0xec109af1 to 0x546dcec6 [C] 'function int drm_atomic_helper_check(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:936:1 has some sub-type changes: CRC value (modversions) changed from 0x6c8c8423 to 0x440339e1 [C] 'function int drm_atomic_helper_check_plane_state(drm_plane_state*, const drm_crtc_state*, int, int, bool, bool)' at drm_atomic_helper.h:43:1 has some sub-type changes: CRC value (modversions) changed from 0x2c090443 to 0x373a5d58 [C] 'function void drm_atomic_helper_cleanup_planes(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:2634:1 has some sub-type changes: CRC value (modversions) changed from 0x20dc4874 to 0xfd4e8fa2 [C] 'function int drm_atomic_helper_commit(drm_device*, drm_atomic_state*, bool)' at drm_atomic_helper.c:1767:1 has some sub-type changes: CRC value (modversions) changed from 0x4522b5da to 0xf1ecd9bd [C] 'function void drm_atomic_helper_commit_cleanup_done(drm_atomic_state*)' at drm_atomic_helper.c:2293:1 has some sub-type changes: CRC value (modversions) changed from 0x8fa2a104 to 0x5d75b49c [C] 'function int drm_atomic_helper_commit_duplicated_state(drm_atomic_state*, drm_modeset_acquire_ctx*)' at drm_atomic_helper.c:3230:1 has some sub-type changes: CRC value (modversions) changed from 0xb3ade753 to 0x47b87e58 [C] 'function void drm_atomic_helper_commit_hw_done(drm_atomic_state*)' at drm_atomic_helper.c:2248:1 has some sub-type changes: CRC value (modversions) changed from 0x4992f8ac to 0x52f5e79a [C] 'function void drm_atomic_helper_commit_modeset_disables(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:1246:1 has some sub-type changes: CRC value (modversions) changed from 0x67f68b8b to 0x4cde6d07 [C] 'function void drm_atomic_helper_commit_modeset_enables(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:1292:1 has some sub-type changes: CRC value (modversions) changed from 0x1a5c3d9f to 0x75125d9 [C] 'function void drm_atomic_helper_commit_planes(drm_device*, drm_atomic_state*, uint32_t)' at drm_atomic_helper.c:2428:1 has some sub-type changes: CRC value (modversions) changed from 0xa3015667 to 0x3a96ee50 [C] 'function void drm_atomic_helper_commit_tail(drm_atomic_state*)' at drm_atomic_helper.c:1529:1 has some sub-type changes: CRC value (modversions) changed from 0x61a69a2f to 0x1e4de742 [C] 'function void drm_atomic_helper_commit_tail_rpm(drm_atomic_state*)' at drm_atomic_helper.c:1559:1 has some sub-type changes: CRC value (modversions) changed from 0x6d0d518b to 0xd35b1dcc [C] 'function void drm_atomic_helper_connector_destroy_state(drm_connector*, drm_connector_state*)' at drm_atomic_state_helper.c:480:1 has some sub-type changes: CRC value (modversions) changed from 0x59809aa4 to 0xaea436e5 [C] 'function drm_connector_state* drm_atomic_helper_connector_duplicate_state(drm_connector*)' at drm_atomic_state_helper.c:433:1 has some sub-type changes: CRC value (modversions) changed from 0x3dcc0fb to 0x2d725d10 [C] 'function void drm_atomic_helper_connector_reset(drm_connector*)' at drm_atomic_state_helper.c:369:1 has some sub-type changes: CRC value (modversions) changed from 0x97472aa6 to 0x3028a3c5 [C] 'function void drm_atomic_helper_crtc_destroy_state(drm_crtc*, drm_crtc_state*)' at drm_atomic_state_helper.c:206:1 has some sub-type changes: CRC value (modversions) changed from 0x149ddd44 to 0x3bd23629 [C] 'function drm_crtc_state* drm_atomic_helper_crtc_duplicate_state(drm_crtc*)' at drm_atomic_state_helper.c:147:1 has some sub-type changes: CRC value (modversions) changed from 0x867659fc to 0xf498af08 [C] 'function void drm_atomic_helper_crtc_reset(drm_crtc*)' at drm_atomic_state_helper.c:90:1 has some sub-type changes: CRC value (modversions) changed from 0x957e87f7 to 0x98dc1d04 [C] 'function int drm_atomic_helper_dirtyfb(drm_framebuffer*, drm_file*, unsigned int, unsigned int, drm_clip_rect*, unsigned int)' at drm_damage_helper.c:160:1 has some sub-type changes: CRC value (modversions) changed from 0x71cb183a to 0x853b6c7f [C] 'function int drm_atomic_helper_disable_plane(drm_plane*, drm_modeset_acquire_ctx*)' at drm_atomic_helper.c:2885:1 has some sub-type changes: CRC value (modversions) changed from 0xb81dadb4 to 0xfc2ddd4d [C] 'function drm_atomic_state* drm_atomic_helper_duplicate_state(drm_device*, drm_modeset_acquire_ctx*)' at drm_atomic_helper.c:3096:1 has some sub-type changes: CRC value (modversions) changed from 0xc701796 to 0xf02586cf [C] 'function int drm_atomic_helper_page_flip(drm_crtc*, drm_framebuffer*, drm_pending_vblank_event*, uint32_t, drm_modeset_acquire_ctx*)' at drm_atomic_helper.c:3350:1 has some sub-type changes: CRC value (modversions) changed from 0x1a681896 to 0xdf2562b0 [C] 'function void drm_atomic_helper_plane_destroy_state(drm_plane*, drm_plane_state*)' at drm_atomic_state_helper.c:330:1 has some sub-type changes: CRC value (modversions) changed from 0xd10f360b to 0x2109d568 [C] 'function drm_plane_state* drm_atomic_helper_plane_duplicate_state(drm_plane*)' at drm_atomic_state_helper.c:284:1 has some sub-type changes: CRC value (modversions) changed from 0x7cf3bc5c to 0x236ee9c8 [C] 'function void drm_atomic_helper_plane_reset(drm_plane*)' at drm_atomic_state_helper.c:242:1 has some sub-type changes: CRC value (modversions) changed from 0xa7b2c60b to 0xe29226ca [C] 'function int drm_atomic_helper_prepare_planes(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:2333:1 has some sub-type changes: CRC value (modversions) changed from 0xebd01d3d to 0x6622a66b [C] 'function int drm_atomic_helper_resume(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:3276:1 has some sub-type changes: CRC value (modversions) changed from 0xfed1cbfc to 0x56b7bf2 [C] 'function int drm_atomic_helper_set_config(drm_mode_set*, drm_modeset_acquire_ctx*)' at drm_atomic_helper.c:2933:1 has some sub-type changes: CRC value (modversions) changed from 0xd0937401 to 0xcebe9621 [C] 'function void drm_atomic_helper_shutdown(drm_device*)' at drm_atomic_helper.c:3056:1 has some sub-type changes: CRC value (modversions) changed from 0xe37b3210 to 0xdd6a8704 [C] 'function drm_atomic_state* drm_atomic_helper_suspend(drm_device*)' at drm_atomic_helper.c:3184:1 has some sub-type changes: CRC value (modversions) changed from 0xebe3c6bb to 0xee6b2607 [C] 'function int drm_atomic_helper_swap_state(drm_atomic_state*, bool)' at drm_atomic_helper.c:2697:1 has some sub-type changes: CRC value (modversions) changed from 0x6560a6fd to 0xc203436b [C] 'function void drm_atomic_helper_update_legacy_modeset_state(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:1107:1 has some sub-type changes: CRC value (modversions) changed from 0x925ca783 to 0xdda60f3b [C] 'function int drm_atomic_helper_update_plane(drm_plane*, drm_crtc*, drm_framebuffer*, int, int, unsigned int, unsigned int, uint32_t, uint32_t, uint32_t, uint32_t, drm_modeset_acquire_ctx*)' at drm_atomic_helper.c:2828:1 has some sub-type changes: CRC value (modversions) changed from 0xbd4996fa to 0xdb662d49 [C] 'function void drm_atomic_helper_wait_for_dependencies(drm_atomic_state*)' at drm_atomic_helper.c:2117:1 has some sub-type changes: CRC value (modversions) changed from 0xf6a2267d to 0xcf0abef7 [C] 'function int drm_atomic_helper_wait_for_fences(drm_device*, drm_atomic_state*, bool)' at drm_atomic_helper.c:1384:1 has some sub-type changes: CRC value (modversions) changed from 0x10bacda7 to 0xa04b7315 [C] 'function void drm_atomic_helper_wait_for_vblanks(drm_device*, drm_atomic_state*)' at drm_atomic_helper.c:1431:1 has some sub-type changes: CRC value (modversions) changed from 0x2050e95b to 0x11617fda [C] 'function void drm_atomic_private_obj_fini(drm_private_obj*)' at drm_atomic.h:450:1 has some sub-type changes: CRC value (modversions) changed from 0x56a29b9 to 0xf26bca92 [C] 'function void drm_atomic_private_obj_init(drm_device*, drm_private_obj*, drm_private_state*, const drm_private_state_funcs*)' at drm_atomic.h:446:1 has some sub-type changes: CRC value (modversions) changed from 0x178bdcf8 to 0x424f68b5 [C] 'function int drm_atomic_set_crtc_for_connector(drm_connector_state*, drm_crtc*)' at drm_atomic_uapi.h:55:1 has some sub-type changes: CRC value (modversions) changed from 0xedc90ef8 to 0xca00b7f6 [C] 'function void drm_atomic_set_fence_for_plane(drm_plane_state*, dma_fence*)' at drm_atomic_uapi.h:52:1 has some sub-type changes: CRC value (modversions) changed from 0xf25f3b1b to 0xc94eb321 [C] 'function int drm_atomic_set_mode_for_crtc(drm_crtc_state*, const drm_display_mode*)' at drm_atomic_uapi.h:42:1 has some sub-type changes: CRC value (modversions) changed from 0x45d387d7 to 0x354a74d6 [C] 'function drm_atomic_state* drm_atomic_state_alloc(drm_device*)' at drm_atomic.h:401:1 has some sub-type changes: CRC value (modversions) changed from 0x66b2ab56 to 0xfbdb1b87 [C] 'function void drm_atomic_state_clear(drm_atomic_state*)' at drm_atomic.h:402:1 has some sub-type changes: CRC value (modversions) changed from 0x5f84fce2 to 0xb2429f72 [C] 'function void drm_atomic_state_default_clear(drm_atomic_state*)' at drm_atomic.c:147:1 has some sub-type changes: CRC value (modversions) changed from 0x7bcc6ea4 to 0x4193d9db [C] 'function void drm_atomic_state_default_release(drm_atomic_state*)' at drm_atomic.c:63:1 has some sub-type changes: CRC value (modversions) changed from 0x3151c523 to 0xddf4225f [C] 'function int drm_atomic_state_init(drm_device*, drm_atomic_state*)' at drm_atomic.c:82:1 has some sub-type changes: CRC value (modversions) changed from 0x235395b3 to 0xa5000ca4 [C] 'function void drm_bridge_add(drm_bridge*)' at drm_bridge.h:403:1 has some sub-type changes: CRC value (modversions) changed from 0xfa9b0eaf to 0xf67ab082 [C] 'function int drm_bridge_attach(drm_encoder*, drm_bridge*, drm_bridge*)' at drm_bridge.h:406:1 has some sub-type changes: CRC value (modversions) changed from 0x4857c74e to 0x9ec4f4fb [C] 'function void drm_bridge_disable(drm_bridge*)' at drm_bridge.c:250:1 has some sub-type changes: CRC value (modversions) changed from 0x398d6c87 to 0xd6e34160 [C] 'function void drm_bridge_enable(drm_bridge*)' at drm_bridge.c:343:1 has some sub-type changes: CRC value (modversions) changed from 0xac2ea048 to 0xe19b8647 [C] 'function void drm_bridge_mode_set(drm_bridge*, const drm_display_mode*, const drm_display_mode*)' at drm_bridge.h:416:1 has some sub-type changes: CRC value (modversions) changed from 0x39adc338 to 0x52df066b [C] 'function void drm_bridge_post_disable(drm_bridge*)' at drm_bridge.c:272:1 has some sub-type changes: CRC value (modversions) changed from 0xf139914a to 0xbc76413 [C] 'function void drm_bridge_pre_enable(drm_bridge*)' at drm_bridge.c:321:1 has some sub-type changes: CRC value (modversions) changed from 0x29e06976 to 0xadbb8fb3 [C] 'function void drm_bridge_remove(drm_bridge*)' at drm_bridge.h:404:1 has some sub-type changes: CRC value (modversions) changed from 0x1184ed1 to 0xf44996e8 [C] 'function bool drm_calc_vbltimestamp_from_scanoutpos(drm_device*, unsigned int, int*, ktime_t*, bool)' at drm_vblank.c:596:1 has some sub-type changes: CRC value (modversions) changed from 0x49b7868b to 0xe0f8596f [C] 'function int drm_class_device_register(device*)' at drm_sysfs.c:427:1 has some sub-type changes: CRC value (modversions) changed from 0xbbe5a862 to 0xd1373c26 [C] 'function void drm_class_device_unregister(device*)' at drm_sysfs.c:445:1 has some sub-type changes: CRC value (modversions) changed from 0xb2880910 to 0x5c0a4791 [C] 'function void drm_clflush_pages(page**, unsigned long int)' at drm_cache.c:81:1 has some sub-type changes: CRC value (modversions) changed from 0x58cd13d0 to 0x1093c83a [C] 'function int drm_client_init(drm_device*, drm_client_dev*, const char*, const drm_client_funcs*)' at drm_client.c:78:1 has some sub-type changes: CRC value (modversions) changed from 0x42140dc2 to 0xe1e50978 [C] 'function int drm_client_modeset_commit_force(drm_client_dev*)' at drm_client_modeset.c:1035:1 has some sub-type changes: CRC value (modversions) changed from 0x1803a725 to 0x51eab8b2 [C] 'function void drm_client_register(drm_client_dev*)' at drm_client.c:125:1 has some sub-type changes: CRC value (modversions) changed from 0xbe459c3c to 0xd721365 [C] 'function long int drm_compat_ioctl(file*, unsigned int, unsigned long int)' at drm_ioc32.c:970:1 has some sub-type changes: CRC value (modversions) changed from 0xecdfca3d to 0x84594de4 [C] 'function int drm_connector_attach_content_protection_property(drm_connector*, bool)' at drm_hdcp.c:391:1 has some sub-type changes: CRC value (modversions) changed from 0x43b7478f to 0x4e064e06 [C] 'function void drm_connector_attach_edid_property(drm_connector*)' at drm_connector.c:344:1 has some sub-type changes: CRC value (modversions) changed from 0xae29434 to 0x1e5e49 [C] 'function int drm_connector_attach_encoder(drm_connector*, drm_encoder*)' at drm_connector.h:1447:1 has some sub-type changes: CRC value (modversions) changed from 0x83368cf1 to 0x9bb58ea8 [C] 'function void drm_connector_cleanup(drm_connector*)' at drm_connector.c:431:1 has some sub-type changes: CRC value (modversions) changed from 0x3d180435 to 0x64f31655 [C] 'function bool drm_connector_has_possible_encoder(drm_connector*, drm_encoder*)' at drm_connector.c:403:1 has some sub-type changes: CRC value (modversions) changed from 0x13f6d9b4 to 0xb10f79b6 [C] 'function int drm_connector_init(drm_device*, drm_connector*, const drm_connector_funcs*, int)' at drm_connector.h:1435:1 has some sub-type changes: CRC value (modversions) changed from 0x8fd2b7aa to 0x1010a65e [C] 'function void drm_connector_list_iter_begin(drm_device*, drm_connector_list_iter*)' at drm_connector.c:641:1 has some sub-type changes: CRC value (modversions) changed from 0xfdd4ed32 to 0x781fc605 [C] 'function void drm_connector_list_iter_end(drm_connector_list_iter*)' at drm_connector.h:1609:1 has some sub-type changes: CRC value (modversions) changed from 0xe85bed3f to 0xbd22325b [C] 'function drm_connector* drm_connector_list_iter_next(drm_connector_list_iter*)' at drm_connector.h:1608:1 has some sub-type changes: CRC value (modversions) changed from 0x2711ff86 to 0x1ab62458 [C] 'function int drm_connector_register(drm_connector*)' at drm_connector.c:489:1 has some sub-type changes: CRC value (modversions) changed from 0xfdf72584 to 0x310b32f0 [C] 'function void drm_connector_unregister(drm_connector*)' at drm_connector.c:536:1 has some sub-type changes: CRC value (modversions) changed from 0x5f995872 to 0xc201582 [C] 'function int drm_connector_update_edid_property(drm_connector*, const edid*)' at drm_connector.h:1555:1 has some sub-type changes: CRC value (modversions) changed from 0x6ca24ae4 to 0xf8e0dd14 [C] 'function void drm_crtc_arm_vblank_event(drm_crtc*, drm_pending_vblank_event*)' at drm_vblank.c:896:1 has some sub-type changes: CRC value (modversions) changed from 0xf20cf314 to 0xb6bbf193 [C] 'function void drm_crtc_cleanup(drm_crtc*)' at drm_crtc.c:316:1 has some sub-type changes: CRC value (modversions) changed from 0x62d6175f to 0x4adea73f [C] 'function bool drm_crtc_handle_vblank(drm_crtc*)' at drm_vblank.c:1812:1 has some sub-type changes: CRC value (modversions) changed from 0xe850716 to 0xa842689d [C] 'function int drm_crtc_init_with_planes(drm_device*, drm_crtc*, drm_plane*, drm_plane*, const drm_crtc_funcs*, const char*, ...)' at drm_crtc.h:1144:1 has some sub-type changes: CRC value (modversions) changed from 0xdeb2ecc5 to 0x776c78b [C] 'function void drm_crtc_send_vblank_event(drm_crtc*, drm_pending_vblank_event*)' at drm_vblank.h:201:1 has some sub-type changes: CRC value (modversions) changed from 0x233a2314 to 0x9c3f151e [C] 'function void drm_crtc_set_max_vblank_count(drm_crtc*, u32)' at drm_vblank.c:1241:1 has some sub-type changes: CRC value (modversions) changed from 0xe6059858 to 0x6ed44ed9 [C] 'function long long unsigned int drm_crtc_vblank_count(drm_crtc*)' at drm_vblank.h:198:1 has some sub-type changes: CRC value (modversions) changed from 0xf4ac1837 to 0x85df1bd8 [C] 'function int drm_crtc_vblank_get(drm_crtc*)' at drm_vblank.h:210:1 has some sub-type changes: CRC value (modversions) changed from 0xed55e9d6 to 0x6457a9d2 [C] 'function void drm_crtc_vblank_off(drm_crtc*)' at drm_vblank.c:1132:1 has some sub-type changes: CRC value (modversions) changed from 0xb77fc535 to 0xf915ac19 [C] 'function void drm_crtc_vblank_on(drm_crtc*)' at drm_vblank.c:1265:1 has some sub-type changes: CRC value (modversions) changed from 0xcf2b1fa0 to 0x275f048c [C] 'function void drm_crtc_vblank_put(drm_crtc*)' at drm_vblank.h:211:1 has some sub-type changes: CRC value (modversions) changed from 0x6e53bd33 to 0xd186ee63 [C] 'function void drm_crtc_vblank_reset(drm_crtc*)' at drm_vblank.c:1202:1 has some sub-type changes: CRC value (modversions) changed from 0x63bfcaf4 to 0x4de95e4b [C] 'function wait_queue_head_t* drm_crtc_vblank_waitqueue(drm_crtc*)' at drm_vblank.c:499:1 has some sub-type changes: CRC value (modversions) changed from 0x90918362 to 0x9357ed7b [C] 'function void drm_crtc_wait_one_vblank(drm_crtc*)' at drm_vblank.h:213:1 has some sub-type changes: CRC value (modversions) changed from 0x34b82023 to 0x28b7ff7 [C] 'function drm_display_mode* drm_cvt_mode(drm_device*, int, int, int, bool, bool, bool)' at drm_modes.c:140:1 has some sub-type changes: CRC value (modversions) changed from 0x2a8e796b to 0xbbc8713b [C] 'function drm_device* drm_dev_alloc(drm_driver*, device*)' at drm_drv.c:819:1 has some sub-type changes: CRC value (modversions) changed from 0x3ed3228c to 0xd120c8a8 [C] 'function void drm_dev_dbg(const device*, unsigned int, const char*, ...)' at drm_print.h:279:1 has some sub-type changes: CRC value (modversions) changed from 0xa8883391 to 0xc5f6259e [C] 'function void drm_dev_printk(const device*, const char*, const char*, ...)' at drm_print.h:276:1 has some sub-type changes: CRC value (modversions) changed from 0xef80c617 to 0x3d61ba9f [C] 'function void drm_dev_put(drm_device*)' at drm_drv.c:877:1 has some sub-type changes: CRC value (modversions) changed from 0x7da02449 to 0x497a4c0e [C] 'function int drm_dev_register(drm_device*, unsigned long int)' at drm_drv.c:960:1 has some sub-type changes: CRC value (modversions) changed from 0xeca5a9e0 to 0x2b9c316f [C] 'function int drm_dev_set_unique(drm_device*, const char*)' at drm_drv.c:1061:1 has some sub-type changes: CRC value (modversions) changed from 0xf15172c3 to 0x55442772 [C] 'function void drm_dev_unregister(drm_device*)' at drm_drv.c:1024:1 has some sub-type changes: CRC value (modversions) changed from 0x55bbe50b to 0x2ae91864 [C] 'function edid* drm_do_get_edid(drm_connector*, int (void*, u8*, unsigned int, typedef size_t)*, void*)' at drm_edid.c:1661:1 has some sub-type changes: CRC value (modversions) changed from 0x80cff6c9 to 0x5617dd61 [C] 'function int drm_dp_atomic_find_vcpi_slots(drm_atomic_state*, drm_dp_mst_topology_mgr*, drm_dp_mst_port*, int)' at drm_dp_mst_topology.c:3242:1 has some sub-type changes: CRC value (modversions) changed from 0x8a5f3734 to 0xc1e7d01d [C] 'function int drm_dp_atomic_release_vcpi_slots(drm_atomic_state*, drm_dp_mst_topology_mgr*, drm_dp_mst_port*)' at drm_dp_mst_topology.c:3326:1 has some sub-type changes: CRC value (modversions) changed from 0xfda08e93 to 0x95e7d87c [C] 'function int drm_dp_aux_register(drm_dp_aux*)' at drm_dp_helper.c:1174:1 has some sub-type changes: CRC value (modversions) changed from 0x375a5db5 to 0x65a42af5 [C] 'function void drm_dp_aux_unregister(drm_dp_aux*)' at drm_dp_helper.c:1206:1 has some sub-type changes: CRC value (modversions) changed from 0xa24ecf95 to 0x4dcbb8f5 [C] 'function int drm_dp_check_act_status(drm_dp_mst_topology_mgr*)' at drm_dp_mst_topology.c:3520:1 has some sub-type changes: CRC value (modversions) changed from 0x86867284 to 0xf78a3c7 [C] 'function ssize_t drm_dp_dpcd_read(drm_dp_aux*, unsigned int, void*, size_t)' at drm_dp_helper.c:266:1 has some sub-type changes: CRC value (modversions) changed from 0xa21aee56 to 0x9d81e80a [C] 'function int drm_dp_dpcd_read_link_status(drm_dp_aux*, u8*)' at drm_dp_helper.c:331:1 has some sub-type changes: CRC value (modversions) changed from 0x4b9502fd to 0xd28b82a8 [C] 'function ssize_t drm_dp_dpcd_write(drm_dp_aux*, unsigned int, void*, size_t)' at drm_dp_helper.c:311:1 has some sub-type changes: CRC value (modversions) changed from 0xeb9a4282 to 0xe452822f [C] 'function int drm_dp_find_vcpi_slots(drm_dp_mst_topology_mgr*, int)' at drm_dp_mst_topology.c:3179:1 has some sub-type changes: CRC value (modversions) changed from 0x1f8d7568 to 0x77f2227 [C] 'function int drm_dp_link_configure(drm_dp_aux*, drm_dp_link*)' at drm_dp_helper.c:507:1 has some sub-type changes: CRC value (modversions) changed from 0xd8f8e6b8 to 0x789ac95e [C] 'function int drm_dp_link_power_down(drm_dp_aux*, drm_dp_link*)' at drm_dp_helper.c:476:1 has some sub-type changes: CRC value (modversions) changed from 0x1abd07bd to 0xdec58284 [C] 'function int drm_dp_link_power_up(drm_dp_aux*, drm_dp_link*)' at drm_dp_helper.c:438:1 has some sub-type changes: CRC value (modversions) changed from 0x35ba1bf8 to 0x75d7b094 [C] 'function int drm_dp_link_probe(drm_dp_aux*, drm_dp_link*)' at drm_dp_helper.c:409:1 has some sub-type changes: CRC value (modversions) changed from 0xbf07b715 to 0xebe86c82 [C] 'function bool drm_dp_mst_allocate_vcpi(drm_dp_mst_topology_mgr*, drm_dp_mst_port*, int, int)' at drm_dp_mst_topology.c:3367:1 has some sub-type changes: CRC value (modversions) changed from 0xe073785f to 0x14ec3d4b [C] 'function void drm_dp_mst_deallocate_vcpi(drm_dp_mst_topology_mgr*, drm_dp_mst_port*)' at drm_dp_mst_topology.c:3445:1 has some sub-type changes: CRC value (modversions) changed from 0x47eef5b1 to 0xd68e153c [C] 'function drm_connector_status drm_dp_mst_detect_port(drm_connector*, drm_dp_mst_topology_mgr*, drm_dp_mst_port*)' at drm_dp_mst_topology.c:3080:1 has some sub-type changes: CRC value (modversions) changed from 0x54634f15 to 0x841123a2 [C] 'function edid* drm_dp_mst_get_edid(drm_connector*, drm_dp_mst_topology_mgr*, drm_dp_mst_port*)' at drm_dp_mst_topology.c:3147:1 has some sub-type changes: CRC value (modversions) changed from 0x2a41f667 to 0x4edc7b16 [C] 'function void drm_dp_mst_get_port_malloc(drm_dp_mst_port*)' at drm_dp_mst_topology.c:1087:1 has some sub-type changes: CRC value (modversions) changed from 0x56ffa81c to 0x3c1002f8 [C] 'function int drm_dp_mst_hpd_irq(drm_dp_mst_topology_mgr*, u8*, bool*)' at drm_dp_mst_topology.c:3044:1 has some sub-type changes: CRC value (modversions) changed from 0xab7639b3 to 0xe9e02198 [C] 'function void drm_dp_mst_put_port_malloc(drm_dp_mst_port*)' at drm_dp_mst_topology.c:1105:1 has some sub-type changes: CRC value (modversions) changed from 0x8116b3e4 to 0x2709e975 [C] 'function void drm_dp_mst_reset_vcpi_slots(drm_dp_mst_topology_mgr*, drm_dp_mst_port*)' at drm_dp_mst_topology.c:3426:1 has some sub-type changes: CRC value (modversions) changed from 0x6d748b68 to 0x2f7b59c7 [C] 'function void drm_dp_mst_topology_mgr_destroy(drm_dp_mst_topology_mgr*)' at drm_dp_mst_topology.c:4010:1 has some sub-type changes: CRC value (modversions) changed from 0xdcc9b8d3 to 0xfcf1ad29 [C] 'function int drm_dp_mst_topology_mgr_init(drm_dp_mst_topology_mgr*, drm_device*, drm_dp_aux*, int, int, int)' at drm_dp_mst_topology.c:3956:1 has some sub-type changes: CRC value (modversions) changed from 0x3a346018 to 0xafa36e47 [C] 'function int drm_dp_mst_topology_mgr_set_mst(drm_dp_mst_topology_mgr*, bool)' at drm_dp_mst_topology.c:2695:1 has some sub-type changes: CRC value (modversions) changed from 0xbdb8acd1 to 0x70190024 [C] 'function int drm_dp_send_power_updown_phy(drm_dp_mst_topology_mgr*, drm_dp_mst_port*, bool)' at drm_dp_mst_topology.c:2302:1 has some sub-type changes: CRC value (modversions) changed from 0x9026f4a0 to 0xb6b07d0f [C] 'function int drm_dp_update_payload_part1(drm_dp_mst_topology_mgr*)' at drm_dp_mst_topology.c:2401:1 has some sub-type changes: CRC value (modversions) changed from 0xdd2fdb2e to 0x1a39da5b [C] 'function int drm_dp_update_payload_part2(drm_dp_mst_topology_mgr*)' at drm_dp_mst_topology.c:2508:1 has some sub-type changes: CRC value (modversions) changed from 0x526c8464 to 0x640e288e [C] 'function void drm_encoder_cleanup(drm_encoder*)' at drm_encoder.c:159:1 has some sub-type changes: CRC value (modversions) changed from 0xfd601798 to 0x9a3ef392 [C] 'function int drm_encoder_init(drm_device*, drm_encoder*, const drm_encoder_funcs*, int, const char*, ...)' at drm_encoder.h:183:1 has some sub-type changes: CRC value (modversions) changed from 0x1cc1618e to 0x42ea67b3 [C] 'function int drm_event_reserve_init_locked(drm_device*, drm_file*, drm_pending_event*, drm_event*)' at drm_file.c:614:1 has some sub-type changes: CRC value (modversions) changed from 0x1f1b830b to 0xbb6e2bc0 [C] 'function drm_gem_cma_object* drm_fb_cma_get_gem_obj(drm_framebuffer*, unsigned int)' at drm_fb_cma_helper.c:38:1 has some sub-type changes: CRC value (modversions) changed from 0x89f2a4ae to 0xbbb8aff7 [C] 'function int drm_framebuffer_init(drm_device*, drm_framebuffer*, const drm_framebuffer_funcs*)' at drm_framebuffer.h:218:1 has some sub-type changes: CRC value (modversions) changed from 0xf303152f to 0x2e90cc52 [C] 'function drm_framebuffer* drm_framebuffer_lookup(drm_device*, drm_file*, unsigned int)' at drm_framebuffer.h:221:1 has some sub-type changes: CRC value (modversions) changed from 0x3eaf5e49 to 0x61076f4e [C] 'function void drm_framebuffer_remove(drm_framebuffer*)' at drm_framebuffer.c:963:1 has some sub-type changes: CRC value (modversions) changed from 0xe679daad to 0x7b5ac194 [C] 'function void drm_framebuffer_unregister_private(drm_framebuffer*)' at drm_framebuffer.c:791:1 has some sub-type changes: CRC value (modversions) changed from 0xaa7850b6 to 0x7ec2f706 [C] 'function int drm_gem_cma_dumb_create_internal(drm_file*, drm_device*, drm_mode_create_dumb*)' at drm_gem_cma_helper.c:211:1 has some sub-type changes: CRC value (modversions) changed from 0x273c627d to 0xc153893c [C] 'function void drm_gem_cma_free_object(drm_gem_object*)' at drm_gem_cma_helper.c:176:1 has some sub-type changes: CRC value (modversions) changed from 0xd68e3044 to 0x5b03a0a6 [C] 'function int drm_gem_cma_mmap(file*, vm_area_struct*)' at drm_gem_cma_helper.c:308:1 has some sub-type changes: CRC value (modversions) changed from 0x2ae62503 to 0x8f5ee72b [C] 'function sg_table* drm_gem_cma_prime_get_sg_table(drm_gem_object*)' at drm_gem_cma_helper.c:427:1 has some sub-type changes: CRC value (modversions) changed from 0xa5bb8fdf to 0x4bf5231 [C] 'function drm_gem_object* drm_gem_cma_prime_import_sg_table(drm_device*, dma_buf_attachment*, sg_table*)' at drm_gem_cma_helper.c:468:1 has some sub-type changes: CRC value (modversions) changed from 0xcf7b509 to 0x5ef42f90 [C] 'function int drm_gem_cma_prime_mmap(drm_gem_object*, vm_area_struct*)' at drm_gem_cma_helper.c:521:1 has some sub-type changes: CRC value (modversions) changed from 0x8c1d98dd to 0x28f9a78f [C] 'function void* drm_gem_cma_prime_vmap(drm_gem_object*)' at drm_gem_cma_helper.c:550:1 has some sub-type changes: CRC value (modversions) changed from 0x7b34417d to 0x63ef9bd2 [C] 'function void drm_gem_cma_prime_vunmap(drm_gem_object*, void*)' at drm_gem_cma_helper.c:569:1 has some sub-type changes: CRC value (modversions) changed from 0x5bf242f6 to 0x9bd7e46d [C] 'function int drm_gem_create_mmap_offset(drm_gem_object*)' at drm_gem.c:515:1 has some sub-type changes: CRC value (modversions) changed from 0xa5f72461 to 0xf371ada2 [C] 'function drm_framebuffer* drm_gem_fb_create(drm_device*, drm_file*, const drm_mode_fb_cmd2*)' at drm_gem_framebuffer_helper.c:223:1 has some sub-type changes: CRC value (modversions) changed from 0xeb19319e to 0x9c63d2fd [C] 'function int drm_gem_fb_create_handle(drm_framebuffer*, drm_file*, unsigned int*)' at drm_gem_framebuffer_helper.c:119:1 has some sub-type changes: CRC value (modversions) changed from 0x29c7c080 to 0xb093361c [C] 'function void drm_gem_fb_destroy(drm_framebuffer*)' at drm_gem_framebuffer_helper.c:94:1 has some sub-type changes: CRC value (modversions) changed from 0x45a593b9 to 0xe72e874e [C] 'function drm_gem_object* drm_gem_fb_get_obj(drm_framebuffer*, unsigned int)' at drm_gem_framebuffer_helper.c:47:1 has some sub-type changes: CRC value (modversions) changed from 0xdec3fb5 to 0x57f83bd6 [C] 'function int drm_gem_fb_prepare_fb(drm_plane*, drm_plane_state*)' at drm_gem_framebuffer_helper.c:287:1 has some sub-type changes: CRC value (modversions) changed from 0x4fd6210c to 0x9241bffc [C] 'function void drm_gem_free_mmap_offset(drm_gem_object*)' at drm_gem.c:466:1 has some sub-type changes: CRC value (modversions) changed from 0x1c211a5 to 0x2acdc011 [C] 'function page** drm_gem_get_pages(drm_gem_object*)' at drm_gem.c:553:1 has some sub-type changes: CRC value (modversions) changed from 0x4bd6e25 to 0x8ac4f56f [C] 'function int drm_gem_handle_create(drm_file*, drm_gem_object*, unsigned int*)' at drm_gem.h:376:1 has some sub-type changes: CRC value (modversions) changed from 0xb86dbf6 to 0x9f2b4e72 [C] 'function int drm_gem_mmap(file*, vm_area_struct*)' at drm_gem.c:1144:1 has some sub-type changes: CRC value (modversions) changed from 0x5e407ad5 to 0xe7382237 [C] 'function int drm_gem_mmap_obj(drm_gem_object*, unsigned long int, vm_area_struct*)' at drm_gem.c:1096:1 has some sub-type changes: CRC value (modversions) changed from 0x43221074 to 0xe7afc337 [C] 'function int drm_gem_object_init(drm_device*, drm_gem_object*, size_t)' at drm_gem.c:124:1 has some sub-type changes: CRC value (modversions) changed from 0x4d6ce378 to 0x75d2b41a [C] 'function drm_gem_object* drm_gem_object_lookup(drm_file*, unsigned int)' at drm_gem.h:392:1 has some sub-type changes: CRC value (modversions) changed from 0x596704b to 0x936b2713 [C] 'function void drm_gem_object_put(drm_gem_object*)' at drm_gem.c:1032:1 has some sub-type changes: CRC value (modversions) changed from 0x76d3ad82 to 0x27ebb374 [C] 'function void drm_gem_object_put_unlocked(drm_gem_object*)' at drm_gem.h:373:1 has some sub-type changes: CRC value (modversions) changed from 0x72291c88 to 0x837b3e68 [C] 'function void drm_gem_object_release(drm_gem_object*)' at drm_gem.c:950:1 has some sub-type changes: CRC value (modversions) changed from 0x295a82b7 to 0x568c64ef [C] 'function dma_buf* drm_gem_prime_export(drm_gem_object*, int)' at drm_prime.c:848:1 has some sub-type changes: CRC value (modversions) changed from 0xc7f9f3a9 to 0x4dd689 [C] 'function int drm_gem_prime_fd_to_handle(drm_device*, drm_file*, int, uint32_t*)' at drm_prime.c:291:1 has some sub-type changes: CRC value (modversions) changed from 0x506ea3c7 to 0xb80f9feb [C] 'function int drm_gem_prime_handle_to_fd(drm_device*, drm_file*, uint32_t, uint32_t, int*)' at drm_prime.c:422:1 has some sub-type changes: CRC value (modversions) changed from 0x4962ab50 to 0x7d645379 [C] 'function drm_gem_object* drm_gem_prime_import(drm_device*, dma_buf*)' at drm_prime.c:950:1 has some sub-type changes: CRC value (modversions) changed from 0x88fd2326 to 0x37b27f1a [C] 'function int drm_gem_prime_mmap(drm_gem_object*, vm_area_struct*)' at drm_prime.c:710:1 has some sub-type changes: CRC value (modversions) changed from 0x746927de to 0x23ba5b9e [C] 'function void drm_gem_private_object_init(drm_device*, drm_gem_object*, size_t)' at drm_gem.c:151:1 has some sub-type changes: CRC value (modversions) changed from 0x4d05d424 to 0x55014fe6 [C] 'function void drm_gem_put_pages(drm_gem_object*, page**, bool, bool)' at drm_gem.c:616:1 has some sub-type changes: CRC value (modversions) changed from 0x35f665f to 0x650751a7 [C] 'function void drm_gem_vm_close(vm_area_struct*)' at drm_gem.c:1064:1 has some sub-type changes: CRC value (modversions) changed from 0xc0422254 to 0x3a3b0388 [C] 'function void drm_gem_vm_open(vm_area_struct*)' at drm_gem.c:1049:1 has some sub-type changes: CRC value (modversions) changed from 0x8baef01b to 0x7c98d55b [C] 'function edid* drm_get_edid(drm_connector*, i2c_adapter*)' at drm_edid.h:475:1 has some sub-type changes: CRC value (modversions) changed from 0xed17c91a to 0xacdeda00 [C] 'function bool drm_handle_vblank(drm_device*, unsigned int)' at drm_vblank.c:1747:1 has some sub-type changes: CRC value (modversions) changed from 0xd1e30498 to 0x7047928b [C] 'function bool drm_hdcp_check_ksvs_revoked(drm_device*, u8*, u32)' at drm_hdcp.c:284:1 has some sub-type changes: CRC value (modversions) changed from 0xdc3b1f3a to 0xb0e055cc [C] 'function void drm_hdcp_update_content_protection(drm_connector*, u64)' at drm_hdcp.c:443:1 has some sub-type changes: CRC value (modversions) changed from 0x2aa9790e to 0x3c4d2e5c [C] 'function int drm_hdmi_avi_infoframe_from_display_mode(hdmi_avi_infoframe*, drm_connector*, const drm_display_mode*)' at drm_edid.c:5101:1 has some sub-type changes: CRC value (modversions) changed from 0xf4acef09 to 0x7f7655aa [C] 'function bool drm_helper_hpd_irq_event(drm_device*)' at drm_probe_helper.c:773:1 has some sub-type changes: CRC value (modversions) changed from 0xf346d53b to 0x181e5a17 [C] 'function void drm_helper_mode_fill_fb_struct(drm_device*, drm_framebuffer*, const drm_mode_fb_cmd2*)' at drm_modeset_helper.c:79:1 has some sub-type changes: CRC value (modversions) changed from 0xc3165a85 to 0xb4b8bb3b [C] 'function int drm_helper_probe_single_connector_modes(drm_connector*, uint32_t, uint32_t)' at drm_probe_helper.c:388:1 has some sub-type changes: CRC value (modversions) changed from 0xb6458060 to 0x1641cfbb [C] 'function long int drm_ioctl(file*, unsigned int, unsigned long int)' at drm_ioctl.c:809:1 has some sub-type changes: CRC value (modversions) changed from 0xaad3dc79 to 0x4c48244d [C] 'function int drm_irq_install(drm_device*, int)' at drm_irq.c:106:1 has some sub-type changes: CRC value (modversions) changed from 0xda5f4cb4 to 0xa026044a [C] 'function int drm_irq_uninstall(drm_device*)' at drm_irq.c:173:1 has some sub-type changes: CRC value (modversions) changed from 0x5e1a5de1 to 0xaa3e9520 [C] 'function void drm_kms_helper_hotplug_event(drm_device*)' at drm_probe_helper.c:565:1 has some sub-type changes: CRC value (modversions) changed from 0xc98d9cd0 to 0x1af01eda [C] 'function void drm_kms_helper_poll_disable(drm_device*)' at drm_probe_helper.c:700:1 has some sub-type changes: CRC value (modversions) changed from 0x1c53427a to 0x84e205ed [C] 'function void drm_kms_helper_poll_enable(drm_device*)' at drm_probe_helper.c:223:1 has some sub-type changes: CRC value (modversions) changed from 0xe68a8c4e to 0xdda83cca [C] 'function void drm_kms_helper_poll_fini(drm_device*)' at drm_probe_helper.c:740:1 has some sub-type changes: CRC value (modversions) changed from 0x82b29e8e to 0x2b1bb736 [C] 'function void drm_kms_helper_poll_init(drm_device*)' at drm_probe_helper.c:727:1 has some sub-type changes: CRC value (modversions) changed from 0x7cd7b7fc to 0x56010362 [C] 'function void drm_mode_config_cleanup(drm_device*)' at drm_mode_config.c:434:1 has some sub-type changes: CRC value (modversions) changed from 0x8790e89b to 0x27508477 [C] 'function void drm_mode_config_init(drm_device*)' at drm_mode_config.c:387:1 has some sub-type changes: CRC value (modversions) changed from 0xc93cd39a to 0x457b86c3 [C] 'function void drm_mode_config_reset(drm_device*)' at drm_mode_config.h:933:1 has some sub-type changes: CRC value (modversions) changed from 0xc8fa3d02 to 0xc87fe724 [C] 'function int drm_mode_convert_umode(drm_device*, drm_display_mode*, const drm_mode_modeinfo*)' at drm_modes.h:468:1 has some sub-type changes: CRC value (modversions) changed from 0x2ce3e901 to 0x17d673bf [C] 'function drm_display_mode* drm_mode_create(drm_device*)' at drm_modes.c:70:1 has some sub-type changes: CRC value (modversions) changed from 0xdeebed78 to 0x2646ea24 [C] 'function int drm_mode_create_dp_colorspace_property(drm_connector*)' at drm_connector.c:1777:1 has some sub-type changes: CRC value (modversions) changed from 0x4b48f785 to 0xadf187e1 [C] 'function int drm_mode_crtc_set_gamma_size(drm_crtc*, int)' at drm_color_mgmt.c:195:1 has some sub-type changes: CRC value (modversions) changed from 0xb81d524e to 0x8b8dce2c [C] 'function void drm_mode_destroy(drm_device*, drm_display_mode*)' at drm_modes.h:465:1 has some sub-type changes: CRC value (modversions) changed from 0x3fac46cd to 0xf790187d [C] 'function drm_display_mode* drm_mode_duplicate(drm_device*, const drm_display_mode*)' at drm_modes.h:512:1 has some sub-type changes: CRC value (modversions) changed from 0xca8b588d to 0x10177f80 [C] 'function drm_mode_object* drm_mode_object_find(drm_device*, drm_file*, uint32_t, uint32_t)' at drm_mode_object.c:173:1 has some sub-type changes: CRC value (modversions) changed from 0xb35cb603 to 0x200f9302 [C] 'function void drm_mode_object_get(drm_mode_object*)' at drm_mode_object.h:120:1 has some sub-type changes: CRC value (modversions) changed from 0xfc59f31b to 0xf8d6b516 [C] 'function void drm_mode_object_put(drm_mode_object*)' at drm_mode_object.h:121:1 has some sub-type changes: CRC value (modversions) changed from 0x585019d7 to 0x6dc01c17 [C] 'function void drm_mode_probed_add(drm_connector*, drm_display_mode*)' at drm_modes.h:471:1 has some sub-type changes: CRC value (modversions) changed from 0x7dc3955c to 0x4116b6c1 [C] 'function void drm_modeset_acquire_fini(drm_modeset_acquire_ctx*)' at drm_modeset_lock.c:214:1 has some sub-type changes: CRC value (modversions) changed from 0xcd139681 to 0x612edd4f [C] 'function void drm_modeset_acquire_init(drm_modeset_acquire_ctx*, unsigned int)' at drm_modeset_lock.h:91:1 has some sub-type changes: CRC value (modversions) changed from 0xf313fecb to 0x70f31c25 [C] 'function int drm_modeset_backoff(drm_modeset_acquire_ctx*)' at drm_modeset_lock.h:95:1 has some sub-type changes: CRC value (modversions) changed from 0x768660bf to 0x9c321f32 [C] 'function void drm_modeset_drop_locks(drm_modeset_acquire_ctx*)' at drm_modeset_lock.h:94:1 has some sub-type changes: CRC value (modversions) changed from 0xe6b95e2d to 0xf6a845b0 [C] 'function int drm_modeset_lock(drm_modeset_lock*, drm_modeset_acquire_ctx*)' at drm_modeset_lock.h:117:1 has some sub-type changes: CRC value (modversions) changed from 0xd7b7d087 to 0xa8d510aa [C] 'function void drm_modeset_lock_all(drm_device*)' at drm_modeset_lock.h:126:1 has some sub-type changes: CRC value (modversions) changed from 0xbcf96979 to 0x1429481d [C] 'function int drm_modeset_lock_all_ctx(drm_device*, drm_modeset_acquire_ctx*)' at drm_modeset_lock.h:130:1 has some sub-type changes: CRC value (modversions) changed from 0x783a5a60 to 0xd057fd9d [C] 'function void drm_modeset_lock_init(drm_modeset_lock*)' at drm_modeset_lock.h:97:1 has some sub-type changes: CRC value (modversions) changed from 0xa7770682 to 0x54059976 [C] 'function void drm_modeset_unlock(drm_modeset_lock*)' at drm_modeset_lock.h:120:1 has some sub-type changes: CRC value (modversions) changed from 0x7faeff7d to 0x9a6502fc [C] 'function void drm_modeset_unlock_all(drm_device*)' at drm_modeset_lock.h:127:1 has some sub-type changes: CRC value (modversions) changed from 0xffec9016 to 0x637b446e [C] 'function void drm_object_attach_property(drm_mode_object*, drm_property*, long long unsigned int)' at drm_mode_object.h:130:1 has some sub-type changes: CRC value (modversions) changed from 0xf9c244fe to 0xe1387ca6 [C] 'function int drm_object_property_set_value(drm_mode_object*, drm_property*, long long unsigned int)' at drm_mode_object.h:123:1 has some sub-type changes: CRC value (modversions) changed from 0x48855b1b to 0x716ddacf [C] 'function void drm_of_component_match_add(device*, component_match**, int (device*, void*)*, device_node*)' at drm_of.c:91:1 has some sub-type changes: CRC value (modversions) changed from 0x70f6befc to 0x4421080d [C] 'function uint32_t drm_of_find_possible_crtcs(drm_device*, device_node*)' at drm_of.c:62:1 has some sub-type changes: CRC value (modversions) changed from 0x88d7f9e0 to 0x14fd6808 [C] 'function int drm_open(inode*, file*)' at drm_file.c:370:1 has some sub-type changes: CRC value (modversions) changed from 0x194b1deb to 0x76ddae77 [C] 'function int drm_panel_add(drm_panel*)' at drm_panel.c:67:1 has some sub-type changes: CRC value (modversions) changed from 0x136af6b1 to 0x5eda2b11 [C] 'function int drm_panel_attach(drm_panel*, drm_connector*)' at drm_panel.h:185:1 has some sub-type changes: CRC value (modversions) changed from 0x49408ad1 to 0xdabdd630 [C] 'function void drm_panel_detach(drm_panel*)' at drm_panel.c:128:1 has some sub-type changes: CRC value (modversions) changed from 0x931b0f43 to 0xe74043fb [C] 'function int drm_panel_disable(drm_panel*)' at drm_panel.h:199:1 has some sub-type changes: CRC value (modversions) changed from 0xbeecb13f to 0xed9e7df1 [C] 'function int drm_panel_enable(drm_panel*)' at drm_panel.h:198:1 has some sub-type changes: CRC value (modversions) changed from 0xfa79b62c to 0x3c6c2883 [C] 'function int drm_panel_get_modes(drm_panel*)' at drm_panel.h:201:1 has some sub-type changes: CRC value (modversions) changed from 0x7b80d396 to 0x62f9d2c8 [C] 'function void drm_panel_init(drm_panel*)' at drm_panel.c:51:1 has some sub-type changes: CRC value (modversions) changed from 0xfd0432e4 to 0xaa1bd7d0 [C] 'function int drm_panel_notifier_call_chain(drm_panel*, unsigned long int, void*)' at drm_panel.c:284:1 has some sub-type changes: CRC value (modversions) changed from 0xb1c88af0 to 0xc54f6fbe [C] 'function int drm_panel_notifier_register(drm_panel*, notifier_block*)' at drm_panel.c:270:1 has some sub-type changes: CRC value (modversions) changed from 0xaf259817 to 0xf9c7d8e8 [C] 'function int drm_panel_notifier_unregister(drm_panel*, notifier_block*)' at drm_panel.c:277:1 has some sub-type changes: CRC value (modversions) changed from 0x51e0533 to 0xddedc7a [C] 'function int drm_panel_prepare(drm_panel*)' at drm_panel.h:195:1 has some sub-type changes: CRC value (modversions) changed from 0xdd38175a to 0x2b6e3f75 [C] 'function void drm_panel_remove(drm_panel*)' at drm_panel.c:83:1 has some sub-type changes: CRC value (modversions) changed from 0x8ed6b7c9 to 0x65f8a619 [C] 'function int drm_panel_unprepare(drm_panel*)' at drm_panel.h:196:1 has some sub-type changes: CRC value (modversions) changed from 0x874228e8 to 0x9f482ba8 [C] 'function void drm_plane_cleanup(drm_plane*)' at drm_plane.h:728:1 has some sub-type changes: CRC value (modversions) changed from 0x3df81757 to 0x88ff27b7 [C] 'function int drm_plane_create_alpha_property(drm_plane*)' at drm_blend.c:199:1 has some sub-type changes: CRC value (modversions) changed from 0x780ebaf6 to 0xdf8c0fd7 [C] 'function int drm_plane_create_blend_mode_property(drm_plane*, unsigned int)' at drm_blend.c:552:1 has some sub-type changes: CRC value (modversions) changed from 0x5d983271 to 0x458ba3ee [C] 'function int drm_plane_create_color_properties(drm_plane*, u32, u32, drm_color_encoding, drm_color_range)' at drm_color_mgmt.c:406:1 has some sub-type changes: CRC value (modversions) changed from 0xc6a25d40 to 0x67b521c6 [C] 'function int drm_plane_create_rotation_property(drm_plane*, unsigned int, unsigned int)' at drm_blend.c:252:1 has some sub-type changes: CRC value (modversions) changed from 0xcc6a6587 to 0x15deff81 [C] 'function int drm_plane_create_zpos_immutable_property(drm_plane*, unsigned int)' at drm_blend.c:388:1 has some sub-type changes: CRC value (modversions) changed from 0x183f43f3 to 0x1d4e6d70 [C] 'function int drm_plane_create_zpos_property(drm_plane*, unsigned int, unsigned int, unsigned int)' at drm_blend.c:349:1 has some sub-type changes: CRC value (modversions) changed from 0xae67c2b to 0x46d9b841 [C] 'function void drm_plane_enable_fb_damage_clips(drm_plane*)' at drm_damage_helper.c:96:1 has some sub-type changes: CRC value (modversions) changed from 0xa2522688 to 0x7b65f385 [C] 'function __poll_t drm_poll(file*, poll_table_struct*)' at drm_file.c:576:1 has some sub-type changes: CRC value (modversions) changed from 0xbdeb2f54 to 0x92f19f4 [C] 'function void drm_prime_gem_destroy(drm_gem_object*, sg_table*)' at drm_prime.c:1011:1 has some sub-type changes: CRC value (modversions) changed from 0x6df25469 to 0x4044ee1b [C] 'function sg_table* drm_prime_pages_to_sg(page**, unsigned int)' at drm_prime.c:816:1 has some sub-type changes: CRC value (modversions) changed from 0x863572a2 to 0x56884f8e [C] 'function int drm_prime_sg_to_page_addr_arrays(sg_table*, page**, dma_addr_t*, int)' at drm_prime.c:970:1 has some sub-type changes: CRC value (modversions) changed from 0x35a3333e to 0x8447ae46 [C] 'function drm_property_blob* drm_property_blob_get(drm_property_blob*)' at drm_property.c:637:1 has some sub-type changes: CRC value (modversions) changed from 0x8af3c011 to 0x19313bb3 [C] 'function void drm_property_blob_put(drm_property_blob*)' at drm_property.h:284:1 has some sub-type changes: CRC value (modversions) changed from 0x7ffb155a to 0x5d785f70 [C] 'function drm_property* drm_property_create(drm_device*, unsigned int, const char*, int)' at drm_property.h:243:1 has some sub-type changes: CRC value (modversions) changed from 0xb52af374 to 0x925f3759 [C] 'function drm_property* drm_property_create_bitmask(drm_device*, unsigned int, const char*, const drm_prop_enum_list*, int, long long unsigned int)' at drm_property.h:250:1 has some sub-type changes: CRC value (modversions) changed from 0xd24abc76 to 0x727f182a [C] 'function drm_property_blob* drm_property_create_blob(drm_device*, unsigned long int, void*)' at drm_property.h:270:1 has some sub-type changes: CRC value (modversions) changed from 0xb0e622e2 to 0xac785270 [C] 'function drm_property* drm_property_create_enum(drm_device*, unsigned int, const char*, const drm_prop_enum_list*, int)' at drm_property.h:246:1 has some sub-type changes: CRC value (modversions) changed from 0xba1fc0ab to 0x1f26e6fa [C] 'function drm_property* drm_property_create_range(drm_device*, unsigned int, const char*, long long unsigned int, long long unsigned int)' at drm_property.h:255:1 has some sub-type changes: CRC value (modversions) changed from 0x730d4c0d to 0x5501ad9f [C] 'function drm_property_blob* drm_property_lookup_blob(drm_device*, uint32_t)' at drm_property.c:656:1 has some sub-type changes: CRC value (modversions) changed from 0xef87632f to 0x7cc6bd43 [C] 'function void drm_put_dev(drm_device*)' at drm_drv.c:439:1 has some sub-type changes: CRC value (modversions) changed from 0xe303c310 to 0xa0a1c8b3 [C] 'function ssize_t drm_read(file*, char*, size_t, loff_t*)' at drm_file.c:489:1 has some sub-type changes: CRC value (modversions) changed from 0xd5b567bb to 0xb2a4aa7a [C] 'function int drm_release(inode*, file*)' at drm_file.c:440:1 has some sub-type changes: CRC value (modversions) changed from 0x1446847f to 0xd56ea8dc [C] 'function void drm_send_event_locked(drm_device*, drm_pending_event*)' at drm_file.c:713:1 has some sub-type changes: CRC value (modversions) changed from 0xe0b524e7 to 0x3eb84048 [C] 'function void drm_set_preferred_mode(drm_connector*, int, int)' at drm_edid.c:4993:1 has some sub-type changes: CRC value (modversions) changed from 0xc1c7ae21 to 0x7220e081 [C] 'function void drm_state_dump(drm_device*, drm_printer*)' at drm_atomic.c:1502:1 has some sub-type changes: CRC value (modversions) changed from 0xe57018f2 to 0x93c6c3e0 [C] 'function void drm_sysfs_hotplug_event(drm_device*)' at drm_sysfs.h:13:1 has some sub-type changes: CRC value (modversions) changed from 0x2cd88af9 to 0x13c71838 [C] 'function int drm_universal_plane_init(drm_device*, drm_plane*, unsigned int, const drm_plane_funcs*, const unsigned int*, unsigned int, const long long unsigned int*, drm_plane_type, const char*, ...)' at drm_plane.h:713:1 has some sub-type changes: CRC value (modversions) changed from 0x71b926bc to 0x18176ba0 [C] 'function int drm_vblank_init(drm_device*, unsigned int)' at drm_vblank.c:444:1 has some sub-type changes: CRC value (modversions) changed from 0xa088c7ce to 0x602063c4 [C] 'function void drm_wait_one_vblank(drm_device*, unsigned int)' at drm_vblank.c:1082:1 has some sub-type changes: CRC value (modversions) changed from 0xafcdf62f to 0x4a44d2ca [C] 'function void drop_nlink(inode*)' at fs.h:2248:1 has some sub-type changes: CRC value (modversions) changed from 0x3c7cbf60 to 0x42b24723 [C] 'function void dst_release(dst_entry*)' at dst.h:252:1 has some sub-type changes: CRC value (modversions) changed from 0x4714bffb to 0xb4664548 [C] 'function void dump_page(page*, const char*)' at debug.c:111:1 has some sub-type changes: CRC value (modversions) changed from 0xf4ee18d5 to 0xce74645c [C] 'function void* dup_iter(iov_iter*, iov_iter*, gfp_t)' at iov_iter.c:1596:1 has some sub-type changes: CRC value (modversions) changed from 0xadd46247 to 0x6eac42ee [C] 'function int dw_pcie_host_init(pcie_port*)' at pcie-designware.h:363:1 has some sub-type changes: CRC value (modversions) changed from 0xbe9abcc to 0x6023d425 [C] 'function void dw_pcie_msi_init(pcie_port*)' at pcie-designware.h:360:1 has some sub-type changes: CRC value (modversions) changed from 0xe14e1251 to 0xe589a3a3 [C] 'function void dw_pcie_setup_rc(pcie_port*)' at pcie-designware.h:362:1 has some sub-type changes: CRC value (modversions) changed from 0x6cbe283f to 0x6955a91f [C] 'function int dw_pcie_wait_for_link(dw_pcie*)' at pcie-designware.h:276:1 has some sub-type changes: CRC value (modversions) changed from 0x4192326c to 0xc526d4e4 [C] 'function void end_buffer_read_sync(buffer_head*, int)' at buffer.c:163:1 has some sub-type changes: CRC value (modversions) changed from 0xc2aeb5a2 to 0xc1148e78 [C] 'function void end_buffer_write_sync(buffer_head*, int)' at buffer.c:170:1 has some sub-type changes: CRC value (modversions) changed from 0x286da2 to 0xdcdfc95d [C] 'function void eth_commit_mac_addr_change(net_device*, void*)' at eth.c:308:1 has some sub-type changes: CRC value (modversions) changed from 0xbcffbe5f to 0xc71b1797 [C] 'function int eth_mac_addr(net_device*, void*)' at eth.c:326:1 has some sub-type changes: CRC value (modversions) changed from 0x3bdadbf7 to 0x33797633 [C] 'function int eth_platform_get_mac_address(device*, unsigned char*)' at etherdevice.h:28:1 has some sub-type changes: CRC value (modversions) changed from 0xb2ff9728 to 0xb329704d [C] 'function int eth_prepare_mac_addr_change(net_device*, void*)' at eth.c:291:1 has some sub-type changes: CRC value (modversions) changed from 0xc32ffe0b to 0x9433e6ae [C] 'function unsigned short int eth_type_trans(sk_buff*, net_device*)' at etherdevice.h:32:1 has some sub-type changes: CRC value (modversions) changed from 0x59965f6e to 0xfd2d4599 [C] 'function int eth_validate_addr(net_device*)' at eth.c:354:1 has some sub-type changes: CRC value (modversions) changed from 0xe2f3dde7 to 0xc940230b [C] 'function void ether_setup(net_device*)' at netdevice.h:4134:1 has some sub-type changes: CRC value (modversions) changed from 0xee0710f0 to 0xf5d657eb [C] 'function unsigned int ethtool_op_get_link(net_device*)' at ethtool.h:87:1 has some sub-type changes: CRC value (modversions) changed from 0x40bb0782 to 0x436ccabf [C] 'function int ethtool_op_get_ts_info(net_device*, ethtool_ts_info*)' at ethtool.c:42:1 has some sub-type changes: CRC value (modversions) changed from 0x843b9b6d to 0x7dec88c4 [C] 'function event_trigger_type event_triggers_call(trace_event_file*, void*, ring_buffer_event*)' at trace_events.h:443:1 has some sub-type changes: CRC value (modversions) changed from 0x7154b8ac to 0x511ce5d6 [C] 'function extcon_dev* extcon_find_edev_by_node(device_node*)' at extcon.c:1336:1 has some sub-type changes: CRC value (modversions) changed from 0x83e4cbb8 to 0xb5252720 [C] 'function extcon_dev* extcon_get_edev_by_phandle(device*, int)' at extcon.h:226:1 has some sub-type changes: CRC value (modversions) changed from 0x4bbab169 to 0xa61216d1 [C] 'function const char* extcon_get_edev_name(extcon_dev*)' at extcon.c:1405:1 has some sub-type changes: CRC value (modversions) changed from 0xcf6cd992 to 0x70d539de [C] 'function extcon_dev* extcon_get_extcon_dev(const char*)' at extcon.c:867:1 has some sub-type changes: CRC value (modversions) changed from 0xa62f6a4e to 0x88ee34e5 [C] 'function int extcon_get_property(extcon_dev*, unsigned int, unsigned int, extcon_property_value*)' at extcon.c:615:1 has some sub-type changes: CRC value (modversions) changed from 0xde984b22 to 0x37715735 [C] 'function int extcon_get_state(extcon_dev*, unsigned int)' at extcon.h:173:1 has some sub-type changes: CRC value (modversions) changed from 0xecfe20f5 to 0x1e30fab2 [C] 'function int extcon_register_notifier(extcon_dev*, unsigned int, notifier_block*)' at extcon.c:899:1 has some sub-type changes: CRC value (modversions) changed from 0xfa9e305 to 0xd6fc4a23 [C] 'function int extcon_set_property(extcon_dev*, unsigned int, unsigned int, extcon_property_value)' at extcon.c:694:1 has some sub-type changes: CRC value (modversions) changed from 0x55a37530 to 0x6120e718 [C] 'function int extcon_set_property_capability(extcon_dev*, unsigned int, unsigned int)' at extcon.c:816:1 has some sub-type changes: CRC value (modversions) changed from 0xb6e7e418 to 0x331653a6 [C] 'function int extcon_set_state_sync(extcon_dev*, unsigned int, bool)' at extcon.c:577:1 has some sub-type changes: CRC value (modversions) changed from 0xbce5ab81 to 0x3b46dc72 [C] 'function int extcon_unregister_notifier(extcon_dev*, unsigned int, notifier_block*)' at extcon.c:928:1 has some sub-type changes: CRC value (modversions) changed from 0xa3068c5b to 0x652ef9a7 [C] 'function int fasync_helper(int, file*, int, fasync_struct**)' at fs.h:1373:1 has some sub-type changes: CRC value (modversions) changed from 0xd51b4164 to 0x946de004 [C] 'function void fd_install(unsigned int, file*)' at file.h:89:1 has some sub-type changes: CRC value (modversions) changed from 0x3ec866b6 to 0x177e80e0 [C] 'function file* fget(unsigned int)' at file.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0x8db3314e to 0x4ff9347a [C] 'function char* file_path(file*, char*, int)' at fs.h:3085:1 has some sub-type changes: CRC value (modversions) changed from 0xeef215f5 to 0xfaab7b7f [C] 'function int filemap_fdatawait_range(address_space*, loff_t, loff_t)' at filemap.c:550:1 has some sub-type changes: CRC value (modversions) changed from 0x8ea9f7bf to 0x8875d714 [C] 'function int filemap_fdatawrite_range(address_space*, loff_t, loff_t)' at filemap.c:438:1 has some sub-type changes: CRC value (modversions) changed from 0xf0c68511 to 0xc6f323b [C] 'function file* filp_open(const char*, int, umode_t)' at open.c:1055:1 has some sub-type changes: CRC value (modversions) changed from 0x5cb6dcc9 to 0xf672f9c9 [C] 'function pid* find_get_pid(int)' at pid.h:120:1 has some sub-type changes: CRC value (modversions) changed from 0x82c23fca to 0xc3c8dd3d [C] 'function snd_usb_substream* find_snd_usb_substream(unsigned int, unsigned int, unsigned int, snd_usb_audio**, void (snd_usb_audio*)*)' at card.c:222:1 has some sub-type changes: CRC value (modversions) changed from 0x535d39f7 to 0x34a0c06f [C] 'function vm_area_struct* find_vma(mm_struct*, unsigned long int)' at mm.h:2483:1 has some sub-type changes: CRC value (modversions) changed from 0xe260978a to 0x8e0eece7 [C] 'function pid* find_vpid(int)' at pid.h:115:1 has some sub-type changes: CRC value (modversions) changed from 0x1c2cdb1d to 0x6a5cb975 [C] 'function int firmware_request_nowarn(const firmware**, const char*, device*)' at main.c:846:1 has some sub-type changes: CRC value (modversions) changed from 0xdaa3456 to 0xf95192a7 [C] 'function phy_device* fixed_phy_register(unsigned int, fixed_phy_status*, device_node*)' at fixed_phy.c:316:1 has some sub-type changes: CRC value (modversions) changed from 0x90389a88 to 0x52d5ce94 [C] 'function void fixed_phy_unregister(phy_device*)' at fixed_phy.c:333:1 has some sub-type changes: CRC value (modversions) changed from 0xceb62698 to 0x1e30384b [C] 'function void flush_dcache_page(page*)' at cacheflush.h:146:1 has some sub-type changes: CRC value (modversions) changed from 0xb00a979f to 0x4981f42 [C] 'function void flush_signals(task_struct*)' at signal.c:475:1 has some sub-type changes: CRC value (modversions) changed from 0xbbabce7d to 0xeaa8c2a1 [C] 'function void fput(file*)' at file.h:15:1 has some sub-type changes: CRC value (modversions) changed from 0x93f2ab3b to 0xf1b53fc6 [C] 'function void free_buffer_head(buffer_head*)' at buffer.c:3371:1 has some sub-type changes: CRC value (modversions) changed from 0x2dfe80bc to 0xf45861a9 [C] 'function void free_netdev(net_device*)' at netdevice.h:2696:1 has some sub-type changes: CRC value (modversions) changed from 0xea0c91f6 to 0xca39c110 [C] 'function bool freezing_slow_path(task_struct*)' at freezer.h:30:1 has some sub-type changes: CRC value (modversions) changed from 0x12cc7930 to 0x32499873 [C] 'function int freq_qos_add_request(freq_constraints*, freq_qos_request*, freq_qos_req_type, s32)' at qos.c:755:1 has some sub-type changes: CRC value (modversions) changed from 0x6f9d540b to 0xdc83dc59 [C] 'function int freq_qos_remove_request(freq_qos_request*)' at qos.c:817:1 has some sub-type changes: CRC value (modversions) changed from 0xfc115259 to 0x156f33cf [C] 'function int freq_qos_update_request(freq_qos_request*, s32)' at qos.c:791:1 has some sub-type changes: CRC value (modversions) changed from 0x68a94ab0 to 0x9b28a16 [C] 'function const ieee80211_reg_rule* freq_reg_info(wiphy*, u32)' at reg.c:1629:1 has some sub-type changes: CRC value (modversions) changed from 0xbddd72d2 to 0x7b2ea22b [C] 'function int fsl8250_handle_irq(uart_port*)' at 8250_fsl.c:27:1 has some sub-type changes: CRC value (modversions) changed from 0x1d80383c to 0x492dacf2 [C] 'function void fsstack_copy_attr_all(inode*, const inode*)' at stack.c:63:1 has some sub-type changes: CRC value (modversions) changed from 0xce3a0f16 to 0xc76c4c74 [C] 'function void* fwnode_connection_find_match(fwnode_handle*, const char*, void*, devcon_match_fn_t)' at devcon.c:71:1 has some sub-type changes: CRC value (modversions) changed from 0x50d4fab6 to 0x51beab2d [C] 'function fwnode_handle* fwnode_get_parent(const fwnode_handle*)' at property.c:587:1 has some sub-type changes: CRC value (modversions) changed from 0xd03a5a69 to 0x11fd727d [C] 'function void fwnode_handle_put(fwnode_handle*)' at property.h:112:1 has some sub-type changes: CRC value (modversions) changed from 0xa672c38e to 0xb8f4e4b4 [C] 'function bool fwnode_property_present(const fwnode_handle*, const char*)' at property.h:53:1 has some sub-type changes: CRC value (modversions) changed from 0xdeb2c514 to 0x38da3beb [C] 'function int fwnode_property_read_string(const fwnode_handle*, const char*, const char**)' at property.h:70:1 has some sub-type changes: CRC value (modversions) changed from 0x6def7678 to 0x229034a3 [C] 'function int fwnode_property_read_u16_array(const fwnode_handle*, const char*, u16*, size_t)' at property.c:291:1 has some sub-type changes: CRC value (modversions) changed from 0xc9f1b1ad to 0x9c547621 [C] 'function int fwnode_property_read_u32_array(const fwnode_handle*, const char*, unsigned int*, unsigned long int)' at property.h:61:1 has some sub-type changes: CRC value (modversions) changed from 0x95a8b5fc to 0xc613d734 [C] 'function usb_role_switch* fwnode_usb_role_switch_get(fwnode_handle*)' at class.c:148:1 has some sub-type changes: CRC value (modversions) changed from 0xdd3acbff to 0x54f61b4c [C] 'function sector_t generic_block_bmap(address_space*, sector_t, get_block_t*)' at buffer.c:2970:1 has some sub-type changes: CRC value (modversions) changed from 0x71d33d18 to 0x7bdc4ce [C] 'function int generic_cont_expand_simple(inode*, loff_t)' at buffer.c:2318:1 has some sub-type changes: CRC value (modversions) changed from 0x59af7d81 to 0x26914e95 [C] 'function int generic_delete_inode(inode*)' at inode.c:1523:1 has some sub-type changes: CRC value (modversions) changed from 0x1d5b9206 to 0xf6596336 [C] 'function iommu_group* generic_device_group(device*)' at iommu.c:1277:1 has some sub-type changes: CRC value (modversions) changed from 0x2d8e5bb1 to 0xb49e932f [C] 'function int generic_error_remove_page(address_space*, page*)' at truncate.c:235:1 has some sub-type changes: CRC value (modversions) changed from 0xb3c2d197 to 0xa1fd86c6 [C] 'function dentry* generic_fh_to_dentry(super_block*, fid*, int, int, inode* (super_block*, typedef u64, typedef u32)*)' at libfs.c:932:1 has some sub-type changes: CRC value (modversions) changed from 0x6ff8d3a4 to 0x149d5653 [C] 'function dentry* generic_fh_to_parent(super_block*, fid*, int, int, inode* (super_block*, typedef u64, typedef u32)*)' at libfs.c:965:1 has some sub-type changes: CRC value (modversions) changed from 0xcf9eab9d to 0xb4fb2e6a [C] 'function int generic_file_fsync(file*, loff_t, loff_t, int)' at libfs.c:1039:1 has some sub-type changes: CRC value (modversions) changed from 0x9f5db8c0 to 0xe29d4d01 [C] 'function loff_t generic_file_llseek(file*, loff_t, int)' at read_write.c:144:1 has some sub-type changes: CRC value (modversions) changed from 0x5e9b6da0 to 0x467d293d [C] 'function int generic_file_mmap(file*, vm_area_struct*)' at filemap.c:2705:1 has some sub-type changes: CRC value (modversions) changed from 0x73830590 to 0x44980d3b [C] 'function int generic_file_open(inode*, file*)' at fs.h:3219:1 has some sub-type changes: CRC value (modversions) changed from 0x46bad72c to 0x55d00669 [C] 'function ssize_t generic_file_read_iter(kiocb*, iov_iter*)' at filemap.c:2274:1 has some sub-type changes: CRC value (modversions) changed from 0x8709d697 to 0x9fa6b0f1 [C] 'function ssize_t generic_file_splice_read(file*, loff_t*, pipe_inode_info*, size_t, unsigned int)' at splice.c:295:1 has some sub-type changes: CRC value (modversions) changed from 0x777a4282 to 0x9a8eee8c [C] 'function ssize_t generic_file_write_iter(kiocb*, iov_iter*)' at filemap.c:3436:1 has some sub-type changes: CRC value (modversions) changed from 0xe9cf0d22 to 0xb015f5b4 [C] 'function void generic_fillattr(inode*, kstat*)' at fs.h:3298:1 has some sub-type changes: CRC value (modversions) changed from 0xcf995572 to 0x8b95f765 [C] 'function int generic_key_instantiate(key*, key_preparsed_payload*)' at key.c:1097:1 has some sub-type changes: CRC value (modversions) changed from 0xec01448a to 0xac3d6c30 [C] 'function int generic_mii_ioctl(mii_if_info*, mii_ioctl_data*, int, unsigned int*)' at mii.h:46:1 has some sub-type changes: CRC value (modversions) changed from 0x8d8156ac to 0x785ad7cb [C] 'function int generic_permission(inode*, int)' at namei.c:335:1 has some sub-type changes: CRC value (modversions) changed from 0xb4b38b48 to 0x4ff06313 [C] 'function ssize_t generic_read_dir(file*, char*, size_t, loff_t*)' at libfs.c:223:1 has some sub-type changes: CRC value (modversions) changed from 0x4b8969cd to 0x6be0e680 [C] 'function void generic_shutdown_super(super_block*)' at super.c:442:1 has some sub-type changes: CRC value (modversions) changed from 0x6227aa04 to 0x6f46df36 [C] 'function int generic_write_end(file*, address_space*, loff_t, unsigned int, unsigned int, page*, void*)' at buffer.c:2137:1 has some sub-type changes: CRC value (modversions) changed from 0x5e51cdb6 to 0x79380e55 [C] 'function void genl_notify(const genl_family*, sk_buff*, genl_info*, u32, gfp_t)' at genetlink.c:1109:1 has some sub-type changes: CRC value (modversions) changed from 0xcd749795 to 0x25d3758c [C] 'function int genl_register_family(genl_family*)' at genetlink.h:145:1 has some sub-type changes: CRC value (modversions) changed from 0x2b2aa0ca to 0x1f45ec9 [C] 'function int genl_unregister_family(const genl_family*)' at genetlink.h:146:1 has some sub-type changes: CRC value (modversions) changed from 0x7b88786 to 0x7704ef9f [C] 'function void* genlmsg_put(sk_buff*, unsigned int, unsigned int, const genl_family*, int, unsigned char)' at genetlink.h:150:1 has some sub-type changes: CRC value (modversions) changed from 0xf532c9cf to 0x54612b72 [C] 'function int genphy_read_status(phy_device*)' at phy.h:1094:1 has some sub-type changes: CRC value (modversions) changed from 0x3a2c6eaf to 0xe6e8333f [C] 'function int genphy_resume(phy_device*)' at phy_device.c:2005:1 has some sub-type changes: CRC value (modversions) changed from 0x429b7f7c to 0x84fd50dd [C] 'function int genphy_suspend(phy_device*)' at phy_device.c:1999:1 has some sub-type changes: CRC value (modversions) changed from 0x50905168 to 0xe15c46a7 [C] 'function device* get_cpu_device(unsigned int)' at cpu.h:38:1 has some sub-type changes: CRC value (modversions) changed from 0xea1538a9 to 0xf1ee9b19 [C] 'function device* get_device(device*)' at device.h:1708:1 has some sub-type changes: CRC value (modversions) changed from 0x3a57b70f to 0x5228c57d [C] 'function int get_device_system_crosststamp(int (ktime_t*, system_counterval_t*, void*)*, void*, system_time_snapshot*, system_device_crosststamp*)' at timekeeping.c:1117:1 has some sub-type changes: CRC value (modversions) changed from 0x6389293d to 0x5e297ae3 [C] 'function task_struct* get_pid_task(pid*, pid_type)' at pid.c:381:1 has some sub-type changes: CRC value (modversions) changed from 0x7a95c9a4 to 0xcf507f15 [C] 'function file* get_task_exe_file(task_struct*)' at fork.c:1188:1 has some sub-type changes: CRC value (modversions) changed from 0xd70df60 to 0x9b714ca8 [C] 'function mm_struct* get_task_mm(task_struct*)' at fork.c:1213:1 has some sub-type changes: CRC value (modversions) changed from 0x2070c465 to 0xc03e399f [C] 'function thermal_instance* get_thermal_instance(thermal_zone_device*, thermal_cooling_device*, int)' at thermal_helpers.c:44:1 has some sub-type changes: CRC value (modversions) changed from 0x75e3cfed to 0x2c969501 [C] 'function int get_tree_single(fs_context*, int (super_block*, fs_context*)*)' at fs_context.h:155:1 has some sub-type changes: CRC value (modversions) changed from 0x41df7995 to 0x60f76657 [C] 'function unsigned long int get_unmapped_area(file*, unsigned long int, unsigned long int, unsigned long int, unsigned long int)' at mm.h:2360:1 has some sub-type changes: CRC value (modversions) changed from 0xebdd4d83 to 0x4d436cc2 [C] 'function long int get_user_pages(unsigned long int, unsigned long int, unsigned int, page**, vm_area_struct**)' at gup.c:1622:1 has some sub-type changes: CRC value (modversions) changed from 0xae1e79bd to 0x84a92f29 [C] 'function int get_user_pages_fast(unsigned long int, int, unsigned int, page**)' at mm.h:1555:1 has some sub-type changes: CRC value (modversions) changed from 0xcd1bcfea to 0xac31931 [C] 'function long int get_user_pages_remote(task_struct*, mm_struct*, unsigned long int, unsigned long int, unsigned int, page**, vm_area_struct**, int*)' at mm.h:1543:1 has some sub-type changes: CRC value (modversions) changed from 0x12d61d24 to 0x9279af23 [C] 'function net_device* gether_connect(gether*)' at u_ether.h:250:1 has some sub-type changes: CRC value (modversions) changed from 0x54a47e2e to 0xd27d01bc [C] 'function void gether_disconnect(gether*)' at u_ether.h:251:1 has some sub-type changes: CRC value (modversions) changed from 0xcfddff5a to 0x477d67e [C] 'function int gether_get_dev_addr(net_device*, char*, int)' at u_ether.h:172:1 has some sub-type changes: CRC value (modversions) changed from 0x4dfc481 to 0x64ce1d8f [C] 'function int gether_get_host_addr(net_device*, char*, int)' at u_ether.h:194:1 has some sub-type changes: CRC value (modversions) changed from 0xb53d3c50 to 0xf57cec75 [C] 'function int gether_get_host_addr_cdc(net_device*, char*, int)' at u_ether.h:206:1 has some sub-type changes: CRC value (modversions) changed from 0xb8f6e345 to 0x20addd8a [C] 'function int gether_get_ifname(net_device*, char*, int)' at u_ether.h:245:1 has some sub-type changes: CRC value (modversions) changed from 0xd2a4d609 to 0x69a37e64 [C] 'function unsigned int gether_get_qmult(net_device*)' at u_ether.h:234:1 has some sub-type changes: CRC value (modversions) changed from 0x44e06650 to 0xf40abb7f [C] 'function int gether_register_netdev(net_device*)' at u_ether.h:127:1 has some sub-type changes: CRC value (modversions) changed from 0xbcf93e1 to 0xf80a9b1 [C] 'function int gether_set_dev_addr(net_device*, const char*)' at u_ether.h:161:1 has some sub-type changes: CRC value (modversions) changed from 0x569c7d1a to 0x754756bd [C] 'function void gether_set_gadget(net_device*, usb_gadget*)' at u_ether.h:150:1 has some sub-type changes: CRC value (modversions) changed from 0x48aff282 to 0x9803773c [C] 'function int gether_set_host_addr(net_device*, const char*)' at u_ether.h:183:1 has some sub-type changes: CRC value (modversions) changed from 0xd0e67cee to 0x3fee7d75 [C] 'function void gether_set_qmult(net_device*, unsigned int)' at u_ether.h:226:1 has some sub-type changes: CRC value (modversions) changed from 0xbbbe3e14 to 0xe928278b [C] 'function net_device* gether_setup_name_default(const char*)' at u_ether.h:118:1 has some sub-type changes: CRC value (modversions) changed from 0xe2162694 to 0x90727138 [C] 'function gnss_device* gnss_allocate_device(device*)' at core.c:224:1 has some sub-type changes: CRC value (modversions) changed from 0x59c21967 to 0x3849613f [C] 'function void gnss_deregister_device(gnss_device*)' at core.c:301:1 has some sub-type changes: CRC value (modversions) changed from 0xaed1439c to 0x8ad51433 [C] 'function int gnss_insert_raw(gnss_device*, const unsigned char*, size_t)' at core.c:320:1 has some sub-type changes: CRC value (modversions) changed from 0x7facd88a to 0xf050a539 [C] 'function void gnss_put_device(gnss_device*)' at core.c:277:1 has some sub-type changes: CRC value (modversions) changed from 0x76b88f59 to 0x14af11cf [C] 'function int gnss_register_device(gnss_device*)' at core.c:283:1 has some sub-type changes: CRC value (modversions) changed from 0x4e7d95c1 to 0xe7dfcc96 [C] 'function gpio_desc* gpio_to_desc(unsigned int)' at consumer.h:170:1 has some sub-type changes: CRC value (modversions) changed from 0x665b6edf to 0x1ff639bf [C] 'function int gpiochip_add_data_with_key(gpio_chip*, void*, lock_class_key*, lock_class_key*)' at driver.h:458:1 has some sub-type changes: CRC value (modversions) changed from 0x1198903e to 0x27feb94b [C] 'function int gpiochip_add_pin_range(gpio_chip*, const char*, unsigned int, unsigned int, unsigned int)' at driver.h:678:1 has some sub-type changes: CRC value (modversions) changed from 0x2a8b236a to 0x9f99313e [C] 'function gpio_chip* gpiochip_find(void*, int (gpio_chip*, void*)*)' at gpiolib.c:1600:1 has some sub-type changes: CRC value (modversions) changed from 0x16a48390 to 0x9c512400 [C] 'function void gpiochip_generic_free(gpio_chip*, unsigned int)' at gpiolib.c:2513:1 has some sub-type changes: CRC value (modversions) changed from 0x2b2582dc to 0xac30f6d0 [C] 'function int gpiochip_generic_request(gpio_chip*, unsigned int)' at gpiolib.c:2502:1 has some sub-type changes: CRC value (modversions) changed from 0xd3584372 to 0x98ca7bc0 [C] 'function void* gpiochip_get_data(gpio_chip*)' at driver.h:522:1 has some sub-type changes: CRC value (modversions) changed from 0xb462c01 to 0xc9cc830a [C] 'function bool gpiochip_line_is_irq(gpio_chip*, unsigned int)' at driver.h:507:1 has some sub-type changes: CRC value (modversions) changed from 0x55fc7358 to 0x5c614d6 [C] 'function bool gpiochip_line_is_valid(const gpio_chip*, unsigned int)' at gpiolib.c:401:1 has some sub-type changes: CRC value (modversions) changed from 0x682bc70e to 0x234dcb4c [C] 'function int gpiochip_lock_as_irq(gpio_chip*, unsigned int)' at gpiolib.c:3875:1 has some sub-type changes: CRC value (modversions) changed from 0x31f33d98 to 0xc4298d09 [C] 'function void gpiochip_populate_parent_fwspec_fourcell(gpio_chip*, irq_fwspec*, unsigned int, unsigned int)' at gpiolib.c:2008:1 has some sub-type changes: CRC value (modversions) changed from 0x957de0a0 to 0x40a7544e [C] 'function void gpiochip_remove(gpio_chip*)' at driver.h:500:1 has some sub-type changes: CRC value (modversions) changed from 0xe9ac3ae6 to 0x58258247 [C] 'function void gpiochip_set_chained_irqchip(gpio_chip*, irq_chip*, unsigned int, irq_flow_handler_t)' at gpiolib.c:1738:1 has some sub-type changes: CRC value (modversions) changed from 0xa4de1d3d to 0x2cdb759c [C] 'function void gpiochip_unlock_as_irq(gpio_chip*, unsigned int)' at gpiolib.c:3929:1 has some sub-type changes: CRC value (modversions) changed from 0x99a384d7 to 0x31f395cc [C] 'function int gpiod_cansleep(const gpio_desc*)' at gpiolib.c:3804:1 has some sub-type changes: CRC value (modversions) changed from 0x8e328dd0 to 0xd2c71a86 [C] 'function int gpiod_direction_input(gpio_desc*)' at gpiolib.c:2958:1 has some sub-type changes: CRC value (modversions) changed from 0x6218fa0 to 0x75fd5fea [C] 'function int gpiod_direction_output(gpio_desc*, int)' at gpiolib.c:3082:1 has some sub-type changes: CRC value (modversions) changed from 0x2a2b2fe1 to 0xd95e8168 [C] 'function int gpiod_direction_output_raw(gpio_desc*, int)' at consumer.h:113:1 has some sub-type changes: CRC value (modversions) changed from 0x9d13e101 to 0x9ce4caca [C] 'function int gpiod_get_direction(gpio_desc*)' at gpiolib.c:214:1 has some sub-type changes: CRC value (modversions) changed from 0xe02d1d2a to 0xebb44d20 [C] 'function gpio_desc* gpiod_get_optional(device*, const char*, gpiod_flags)' at consumer.h:71:1 has some sub-type changes: CRC value (modversions) changed from 0xf1ee83a7 to 0xa964a25a [C] 'function int gpiod_get_raw_value(const gpio_desc*)' at gpiolib.c:3410:1 has some sub-type changes: CRC value (modversions) changed from 0xb4b7612a to 0xcb5c248 [C] 'function int gpiod_get_raw_value_cansleep(const gpio_desc*)' at gpiolib.c:4042:1 has some sub-type changes: CRC value (modversions) changed from 0x74a27cce to 0xb23eb010 [C] 'function int gpiod_get_value(const gpio_desc*)' at gpiolib.c:3429:1 has some sub-type changes: CRC value (modversions) changed from 0xffb99610 to 0x71f67046 [C] 'function int gpiod_get_value_cansleep(const gpio_desc*)' at consumer.h:138:1 has some sub-type changes: CRC value (modversions) changed from 0xfb3aa23 to 0x2c70cba3 [C] 'function int gpiod_is_active_low(const gpio_desc*)' at consumer.h:163:1 has some sub-type changes: CRC value (modversions) changed from 0xe92884ef to 0x9f515d62 [C] 'function int gpiod_set_consumer_name(gpio_desc*, const char*)' at gpiolib.c:3816:1 has some sub-type changes: CRC value (modversions) changed from 0x76a741d4 to 0x18c9bfe4 [C] 'function int gpiod_set_debounce(gpio_desc*, unsigned int)' at consumer.h:159:1 has some sub-type changes: CRC value (modversions) changed from 0xe0a00316 to 0xa026528b [C] 'function void gpiod_set_raw_value(gpio_desc*, int)' at gpiolib.c:3698:1 has some sub-type changes: CRC value (modversions) changed from 0xe29a4be5 to 0x8074500f [C] 'function void gpiod_set_raw_value_cansleep(gpio_desc*, int)' at gpiolib.c:4139:1 has some sub-type changes: CRC value (modversions) changed from 0x1931b6dd to 0xef7a63e7 [C] 'function void gpiod_set_value(gpio_desc*, int)' at gpiolib.c:3739:1 has some sub-type changes: CRC value (modversions) changed from 0x8188aab3 to 0x7648185e [C] 'function void gpiod_set_value_cansleep(gpio_desc*, int)' at consumer.h:143:1 has some sub-type changes: CRC value (modversions) changed from 0x29225bcd to 0xdc23daa8 [C] 'function gpio_chip* gpiod_to_chip(const gpio_desc*)' at driver.h:726:1 has some sub-type changes: CRC value (modversions) changed from 0xb02034ea to 0x11e2d408 [C] 'function int gpiod_to_irq(const gpio_desc*)' at consumer.h:166:1 has some sub-type changes: CRC value (modversions) changed from 0x8728924a to 0x9df5c74f [C] 'function int gre_add_protocol(const gre_protocol*, unsigned char)' at gre.h:32:1 has some sub-type changes: CRC value (modversions) changed from 0x8fbafac6 to 0xf2e24288 [C] 'function int gre_del_protocol(const gre_protocol*, unsigned char)' at gre.h:33:1 has some sub-type changes: CRC value (modversions) changed from 0x4b2126b4 to 0xc28ccf67 [C] 'function int gro_cells_init(gro_cells*, net_device*)' at gro_cells.h:16:1 has some sub-type changes: CRC value (modversions) changed from 0x57385561 to 0xa876b9e5 [C] 'function int gro_cells_receive(gro_cells*, sk_buff*)' at gro_cells.c:12:1 has some sub-type changes: CRC value (modversions) changed from 0x5308e6af to 0xb75f5337 [C] 'function int gserial_connect(gserial*, unsigned char)' at u_serial.h:61:1 has some sub-type changes: CRC value (modversions) changed from 0xb5fbf549 to 0x59d06fd8 [C] 'function void gserial_disconnect(gserial*)' at u_serial.h:62:1 has some sub-type changes: CRC value (modversions) changed from 0x8c97d8af to 0x51d097b4 [C] 'function void handle_bad_irq(irq_desc*)' at handle.c:31:1 has some sub-type changes: CRC value (modversions) changed from 0x8b2790be to 0x7ff9af6b [C] 'function void handle_edge_irq(irq_desc*)' at chip.c:801:1 has some sub-type changes: CRC value (modversions) changed from 0x5045b74c to 0xf524eec0 [C] 'function void handle_fasteoi_irq(irq_desc*)' at chip.c:714:1 has some sub-type changes: CRC value (modversions) changed from 0x6083a4ab to 0x3e9f4b9 [C] 'function void handle_level_irq(irq_desc*)' at chip.c:645:1 has some sub-type changes: CRC value (modversions) changed from 0xbc1befc9 to 0xd52ccf8a [C] 'function void handle_simple_irq(irq_desc*)' at chip.c:553:1 has some sub-type changes: CRC value (modversions) changed from 0x1687da0a to 0x28f1f687 [C] 'function int hwspin_lock_free(hwspinlock*)' at hwspinlock.h:63:1 has some sub-type changes: CRC value (modversions) changed from 0x8af407e2 to 0xb6a27116 [C] 'function int hwspin_lock_register(hwspinlock_device*, device*, const hwspinlock_ops*, int, int)' at hwspinlock_core.c:486:1 has some sub-type changes: CRC value (modversions) changed from 0xa9947b0b to 0x2ef5311d [C] 'function hwspinlock* hwspin_lock_request_specific(unsigned int)' at hwspinlock.h:62:1 has some sub-type changes: CRC value (modversions) changed from 0xa466ba99 to 0xdb41c49 [C] 'function int hwspin_lock_unregister(hwspinlock_device*)' at hwspinlock_core.c:534:1 has some sub-type changes: CRC value (modversions) changed from 0xed521eb9 to 0x906021 [C] 'function int i2c_add_adapter(i2c_adapter*)' at i2c.h:836:1 has some sub-type changes: CRC value (modversions) changed from 0xe0a338b3 to 0xf11617da [C] 'function void i2c_del_adapter(i2c_adapter*)' at i2c.h:837:1 has some sub-type changes: CRC value (modversions) changed from 0x3898f827 to 0xf1d6288f [C] 'function void i2c_del_driver(i2c_driver*)' at i2c.h:841:1 has some sub-type changes: CRC value (modversions) changed from 0x878ca819 to 0xc9bc6a88 [C] 'function int i2c_for_each_dev(void*, int (device*, void*)*)' at i2c-core-base.c:1681:1 has some sub-type changes: CRC value (modversions) changed from 0x68c1e236 to 0x48f43760 [C] 'function i2c_client* i2c_new_ancillary_device(i2c_client*, const char*, u16)' at i2c-core-base.c:1005:1 has some sub-type changes: CRC value (modversions) changed from 0x9b0ca1fe to 0x315c5b14 [C] 'function i2c_client* i2c_new_dummy(i2c_adapter*, u16)' at i2c-core-base.c:930:1 has some sub-type changes: CRC value (modversions) changed from 0xc38ef856 to 0xc03137c4 [C] 'function i2c_client* i2c_new_dummy_device(i2c_adapter*, u16)' at i2c-core-base.c:906:1 has some sub-type changes: CRC value (modversions) changed from 0xd4cf6cba to 0xcc0497e5 [C] 'function i2c_client* i2c_new_probed_device(i2c_adapter*, i2c_board_info*, const unsigned short int*, int (i2c_adapter*, unsigned short int)*)' at i2c-core-base.c:2291:1 has some sub-type changes: CRC value (modversions) changed from 0xd1b8904c to 0x7988282a [C] 'function void i2c_parse_fw_timings(device*, i2c_timings*, bool)' at i2c-core-base.c:1641:1 has some sub-type changes: CRC value (modversions) changed from 0x5c2e7ca2 to 0xd4ca77c1 [C] 'function int i2c_register_driver(module*, i2c_driver*)' at i2c.h:840:1 has some sub-type changes: CRC value (modversions) changed from 0xc110b59b to 0x584cd71c [C] 'function int i2c_smbus_read_byte_data(const i2c_client*, unsigned char)' at i2c.h:143:1 has some sub-type changes: CRC value (modversions) changed from 0x6f3a2c4d to 0xf7767760 [C] 'function int i2c_smbus_read_i2c_block_data(const i2c_client*, unsigned char, unsigned char, unsigned char*)' at i2c.h:173:1 has some sub-type changes: CRC value (modversions) changed from 0x6200168e to 0xfd5aca38 [C] 'function int i2c_smbus_read_word_data(const i2c_client*, unsigned char)' at i2c.h:147:1 has some sub-type changes: CRC value (modversions) changed from 0x1039ad23 to 0x53a6a96a [C] 'function s32 i2c_smbus_write_byte(const i2c_client*, u8)' at i2c-core-smbus.c:113:1 has some sub-type changes: CRC value (modversions) changed from 0xa9e8c9aa to 0x74b24518 [C] 'function int i2c_smbus_write_byte_data(const i2c_client*, unsigned char, unsigned char)' at i2c.h:145:1 has some sub-type changes: CRC value (modversions) changed from 0xdc486f39 to 0x460d6b3f [C] 'function int i2c_smbus_write_i2c_block_data(const i2c_client*, unsigned char, unsigned char, const unsigned char*)' at i2c.h:175:1 has some sub-type changes: CRC value (modversions) changed from 0xad4112d to 0x33f35aea [C] 'function int i2c_smbus_write_word_data(const i2c_client*, unsigned char, unsigned short int)' at i2c.h:149:1 has some sub-type changes: CRC value (modversions) changed from 0xe3a4925d to 0x9646ab9c [C] 'function int i2c_transfer(i2c_adapter*, i2c_msg*, int)' at i2c.h:118:1 has some sub-type changes: CRC value (modversions) changed from 0xf88359d6 to 0x45627df6 [C] 'function int i2c_transfer_buffer_flags(const i2c_client*, char*, int, unsigned short int)' at i2c.h:53:1 has some sub-type changes: CRC value (modversions) changed from 0x27bc7b8e to 0x5eacdfd3 [C] 'function void i2c_unregister_device(i2c_client*)' at i2c.h:480:1 has some sub-type changes: CRC value (modversions) changed from 0x5c21bb6d to 0x57f4f1e2 [C] 'function i2c_client* i2c_verify_client(device*)' at i2c-core-base.c:528:1 has some sub-type changes: CRC value (modversions) changed from 0xe778593a to 0xda838347 [C] 'function icc_path* icc_get(device*, const int, const int)' at core.c:488:1 has some sub-type changes: CRC value (modversions) changed from 0x53edfde7 to 0x1e3fb35c [C] 'function int icc_link_create(icc_node*, const int)' at core.c:634:1 has some sub-type changes: CRC value (modversions) changed from 0xc40cbfe2 to 0xedbbf3b9 [C] 'function void icc_node_add(icc_node*, icc_provider*)' at core.c:722:1 has some sub-type changes: CRC value (modversions) changed from 0x9f8c1c5e to 0x6814a324 [C] 'function icc_node* icc_node_create(int)' at core.c:585:1 has some sub-type changes: CRC value (modversions) changed from 0x6282fdfb to 0xf89b31f3 [C] 'function void icc_node_del(icc_node*)' at core.c:737:1 has some sub-type changes: CRC value (modversions) changed from 0x19a210c5 to 0x36e2c5cf [C] 'function int icc_provider_add(icc_provider*)' at core.c:753:1 has some sub-type changes: CRC value (modversions) changed from 0x34ae04e4 to 0x16096d47 [C] 'function int icc_provider_del(icc_provider*)' at core.c:779:1 has some sub-type changes: CRC value (modversions) changed from 0x770d03b to 0xa20595b8 [C] 'function void icc_put(icc_path*)' at core.c:527:1 has some sub-type changes: CRC value (modversions) changed from 0xa84542a5 to 0xdce54e6 [C] 'function int icc_set_bw(icc_path*, u32, u32)' at core.c:422:1 has some sub-type changes: CRC value (modversions) changed from 0xea2c8d42 to 0x9ef4b13b [C] 'function void icc_set_tag(icc_path*, u32)' at core.c:391:1 has some sub-type changes: CRC value (modversions) changed from 0xa3c1af0a to 0xc3c0b596 [C] 'function void icmpv6_send(sk_buff*, unsigned char, unsigned char, unsigned int)' at icmpv6.h:16:1 has some sub-type changes: CRC value (modversions) changed from 0xbe36a2a5 to 0xb84b7eeb [C] 'function ieee80211_hw* ieee80211_alloc_hw_nm(size_t, const ieee80211_ops*, const char*)' at main.c:507:1 has some sub-type changes: CRC value (modversions) changed from 0xe2b1e2d3 to 0x4269f58 [C] 'function void ieee80211_amsdu_to_8023s(sk_buff*, sk_buff_head*, const u8*, nl80211_iftype, const unsigned int, const u8*, const u8*)' at util.c:666:1 has some sub-type changes: CRC value (modversions) changed from 0xe02e1d11 to 0xb3548ef1 [C] 'function sk_buff* ieee80211_ap_probereq_get(ieee80211_hw*, ieee80211_vif*)' at mlme.c:2613:1 has some sub-type changes: CRC value (modversions) changed from 0x6e529451 to 0xde1e83e4 [C] 'function sk_buff* ieee80211_beacon_get_tim(ieee80211_hw*, ieee80211_vif*, u16*, u16*)' at tx.c:4653:1 has some sub-type changes: CRC value (modversions) changed from 0xf8e213cb to 0x19e31b32 [C] 'function int ieee80211_data_to_8023_exthdr(sk_buff*, ethhdr*, const u8*, nl80211_iftype, u8)' at util.c:463:1 has some sub-type changes: CRC value (modversions) changed from 0x3bb206ef to 0x88ffadaa [C] 'function void ieee80211_free_hw(ieee80211_hw*)' at main.c:1367:1 has some sub-type changes: CRC value (modversions) changed from 0x73a5b886 to 0x5f9d732f [C] 'function void ieee80211_free_txskb(ieee80211_hw*, sk_buff*)' at status.c:1188:1 has some sub-type changes: CRC value (modversions) changed from 0x6c074d8d to 0x144b517c [C] 'function ieee80211_channel* ieee80211_get_channel_khz(wiphy*, u32)' at util.c:136:1 has some sub-type changes: CRC value (modversions) changed from 0xcf856e5f to 0xc3d0eeb [C] 'function unsigned int ieee80211_get_hdrlen_from_skb(const sk_buff*)' at util.c:427:1 has some sub-type changes: CRC value (modversions) changed from 0x27eee792 to 0x8a1b2c2f [C] 'function void ieee80211_get_tx_rates(ieee80211_vif*, ieee80211_sta*, sk_buff*, ieee80211_tx_rate*, int)' at rate.c:840:1 has some sub-type changes: CRC value (modversions) changed from 0xaf8455c3 to 0xcd87f3e0 [C] 'function void ieee80211_iterate_active_interfaces_atomic(ieee80211_hw*, u32, void (void*, u8*, ieee80211_vif*)*, void*)' at util.c:765:1 has some sub-type changes: CRC value (modversions) changed from 0x57de407a to 0x3eaa6da [C] 'function void ieee80211_iterate_interfaces(ieee80211_hw*, u32, void (void*, u8*, ieee80211_vif*)*, void*)' at util.c:751:1 has some sub-type changes: CRC value (modversions) changed from 0xd688c607 to 0xa7fd0374 [C] 'function sk_buff* ieee80211_nullfunc_get(ieee80211_hw*, ieee80211_vif*, bool)' at tx.c:4764:1 has some sub-type changes: CRC value (modversions) changed from 0xe0e90db to 0xaa662803 [C] 'function sk_buff* ieee80211_probereq_get(ieee80211_hw*, const u8*, const u8*, size_t, size_t)' at tx.c:4823:1 has some sub-type changes: CRC value (modversions) changed from 0xed2034d9 to 0xffdfb39c [C] 'function sk_buff* ieee80211_proberesp_get(ieee80211_hw*, ieee80211_vif*)' at tx.c:4693:1 has some sub-type changes: CRC value (modversions) changed from 0xbd7b1691 to 0x3beac555 [C] 'function sk_buff* ieee80211_pspoll_get(ieee80211_hw*, ieee80211_vif*)' at tx.c:4727:1 has some sub-type changes: CRC value (modversions) changed from 0xd9f4f414 to 0x3732f3ec [C] 'function void ieee80211_queue_delayed_work(ieee80211_hw*, delayed_work*, unsigned long int)' at mac80211.h:5358:1 has some sub-type changes: CRC value (modversions) changed from 0x49f965c9 to 0x3861ad0c [C] 'function void ieee80211_queue_work(ieee80211_hw*, work_struct*)' at mac80211.h:5346:1 has some sub-type changes: CRC value (modversions) changed from 0x73855b31 to 0x4abf473f [C] 'function void ieee80211_radar_detected(ieee80211_hw*)' at util.c:3439:1 has some sub-type changes: CRC value (modversions) changed from 0xacaaa51 to 0x7d8ce8c2 [C] 'function void ieee80211_ready_on_channel(ieee80211_hw*)' at offchannel.c:298:1 has some sub-type changes: CRC value (modversions) changed from 0xaddbad72 to 0xd5d9638a [C] 'function int ieee80211_register_hw(ieee80211_hw*)' at main.c:862:1 has some sub-type changes: CRC value (modversions) changed from 0x255e7d4a to 0x950f9b37 [C] 'function void ieee80211_remain_on_channel_expired(ieee80211_hw*)' at offchannel.c:497:1 has some sub-type changes: CRC value (modversions) changed from 0x607e5cb4 to 0x13e94aca [C] 'function void ieee80211_restart_hw(ieee80211_hw*)' at main.c:292:1 has some sub-type changes: CRC value (modversions) changed from 0x85db190f to 0x1989e13c [C] 'function void ieee80211_rx_irqsafe(ieee80211_hw*, sk_buff*)' at rx.c:4672:1 has some sub-type changes: CRC value (modversions) changed from 0x2ba9caf2 to 0x83346907 [C] 'function void ieee80211_rx_napi(ieee80211_hw*, ieee80211_sta*, sk_buff*, napi_struct*)' at mac80211.h:4313:1 has some sub-type changes: CRC value (modversions) changed from 0x9bf2e8e0 to 0x21d37b01 [C] 'function void ieee80211_scan_completed(ieee80211_hw*, cfg80211_scan_info*)' at scan.c:465:1 has some sub-type changes: CRC value (modversions) changed from 0xa5483c5a to 0x78181b7a [C] 'function void ieee80211_sched_scan_results(ieee80211_hw*)' at scan.c:1341:1 has some sub-type changes: CRC value (modversions) changed from 0x736da4cb to 0xefbea255 [C] 'function void ieee80211_sched_scan_stopped(ieee80211_hw*)' at scan.c:1379:1 has some sub-type changes: CRC value (modversions) changed from 0xc2172c94 to 0xa68a8109 [C] 'function void ieee80211_stop_queue(ieee80211_hw*, int)' at util.c:512:1 has some sub-type changes: CRC value (modversions) changed from 0x93bc8532 to 0x8ac8086e [C] 'function void ieee80211_stop_queues(ieee80211_hw*)' at util.c:592:1 has some sub-type changes: CRC value (modversions) changed from 0x56bc28b5 to 0x14d14bf [C] 'function void ieee80211_tx_status(ieee80211_hw*, sk_buff*)' at mac80211.h:4555:1 has some sub-type changes: CRC value (modversions) changed from 0x8f7e3b45 to 0x23e684ac [C] 'function void ieee80211_tx_status_irqsafe(ieee80211_hw*, sk_buff*)' at status.c:21:1 has some sub-type changes: CRC value (modversions) changed from 0x473cb467 to 0xf1bf4dc [C] 'function void ieee80211_unregister_hw(ieee80211_hw*)' at main.c:1311:1 has some sub-type changes: CRC value (modversions) changed from 0xf0d4becc to 0x3e42db84 [C] 'function void ieee80211_wake_queue(ieee80211_hw*, int)' at util.c:445:1 has some sub-type changes: CRC value (modversions) changed from 0xe98066e0 to 0x4d74a717 [C] 'function void ieee80211_wake_queues(ieee80211_hw*)' at util.c:634:1 has some sub-type changes: CRC value (modversions) changed from 0x3948643f to 0x51afe98 [C] 'function inode* iget5_locked(super_block*, unsigned long int, int (inode*, void*)*, int (inode*, void*)*, void*)' at inode.c:1141:1 has some sub-type changes: CRC value (modversions) changed from 0xdc5b302 to 0x7f390fb3 [C] 'function void ihold(inode*)' at fs.h:2405:1 has some sub-type changes: CRC value (modversions) changed from 0xa32ad084 to 0x3c4c5115 [C] 'function iio_poll_func* iio_alloc_pollfunc(typedef irqreturn_t (int, void*)*, typedef irqreturn_t (int, void*)*, int, iio_dev*, const char*, ...)' at industrialio-trigger.c:324:1 has some sub-type changes: CRC value (modversions) changed from 0xea15ac0f to 0x40e2678e [C] 'function void iio_buffer_init(iio_buffer*)' at industrialio-buffer.c:198:1 has some sub-type changes: CRC value (modversions) changed from 0x616536a5 to 0x70c4209d [C] 'function void iio_buffer_put(iio_buffer*)' at buffer_impl.h:155:1 has some sub-type changes: CRC value (modversions) changed from 0xb73d87d1 to 0xaae695f9 [C] 'function iio_channel* iio_channel_get(device*, const char*)' at inkern.c:330:1 has some sub-type changes: CRC value (modversions) changed from 0x20e704f7 to 0x8553e508 [C] 'function void iio_channel_release(iio_channel*)' at inkern.c:347:1 has some sub-type changes: CRC value (modversions) changed from 0xb3f1b4b3 to 0x728de7a3 [C] 'function void iio_dealloc_pollfunc(iio_poll_func*)' at industrialio-trigger.c:353:1 has some sub-type changes: CRC value (modversions) changed from 0xba978339 to 0xd0c8314f [C] 'function iio_dev* iio_device_alloc(int)' at industrialio-core.c:1426:1 has some sub-type changes: CRC value (modversions) changed from 0x422f2bdd to 0x98fb6300 [C] 'function void iio_device_attach_buffer(iio_dev*, iio_buffer*)' at industrialio-buffer.c:1471:1 has some sub-type changes: CRC value (modversions) changed from 0x2cb07f61 to 0x6b71f178 [C] 'function void iio_device_free(iio_dev*)' at industrialio-core.c:1470:1 has some sub-type changes: CRC value (modversions) changed from 0x14e90ede to 0xa35d5b2c [C] 'function void iio_device_unregister(iio_dev*)' at industrialio-core.c:1716:1 has some sub-type changes: CRC value (modversions) changed from 0x9e98a862 to 0x2eeb89ee [C] 'function int iio_push_to_buffers(iio_dev*, void*)' at industrialio-buffer.c:1405:1 has some sub-type changes: CRC value (modversions) changed from 0x924e49a3 to 0x792003fe [C] 'function int iio_read_channel_processed(iio_channel*, int*)' at inkern.c:689:1 has some sub-type changes: CRC value (modversions) changed from 0x64967092 to 0x6d109ddd [C] 'function int iio_read_channel_raw(iio_channel*, int*)' at inkern.c:552:1 has some sub-type changes: CRC value (modversions) changed from 0x69e1d662 to 0xf6bcf77e [C] 'function iio_trigger* iio_trigger_alloc(const char*, ...)' at industrialio-trigger.c:563:1 has some sub-type changes: CRC value (modversions) changed from 0x744c1c3d to 0x2e8d07e3 [C] 'function void iio_trigger_free(iio_trigger*)' at industrialio-trigger.c:576:1 has some sub-type changes: CRC value (modversions) changed from 0x2f1fa2a7 to 0xb5a0b23f [C] 'function void iio_trigger_notify_done(iio_trigger*)' at industrialio-trigger.c:203:1 has some sub-type changes: CRC value (modversions) changed from 0xb74d3ce0 to 0xc43510fd [C] 'function void iio_trigger_poll(iio_trigger*)' at industrialio-trigger.c:162:1 has some sub-type changes: CRC value (modversions) changed from 0x74cb782c to 0x40a75c53 [C] 'function void iio_trigger_unregister(iio_trigger*)' at industrialio-trigger.c:106:1 has some sub-type changes: CRC value (modversions) changed from 0x67c5fcf3 to 0x2ae5eba9 [C] 'function int iio_triggered_buffer_postenable(iio_dev*)' at industrialio-trigger.c:762:1 has some sub-type changes: CRC value (modversions) changed from 0xb9db433 to 0x7f78fa67 [C] 'function int iio_triggered_buffer_predisable(iio_dev*)' at industrialio-trigger.c:769:1 has some sub-type changes: CRC value (modversions) changed from 0x25990c00 to 0x6b41fe46 [C] 'function int iio_write_channel_attribute(iio_channel*, int, int, iio_chan_info_enum)' at inkern.c:862:1 has some sub-type changes: CRC value (modversions) changed from 0xa34dfe74 to 0x688dd33d [C] 'function int iio_write_channel_raw(iio_channel*, int)' at inkern.c:881:1 has some sub-type changes: CRC value (modversions) changed from 0x43efdc62 to 0xa80578c7 [C] 'function inode* ilookup(super_block*, unsigned long int)' at inode.c:1387:1 has some sub-type changes: CRC value (modversions) changed from 0x517655c8 to 0x161d70e3 [C] 'function long int import_iovec(int, const iovec*, unsigned int, unsigned int, iovec**, iov_iter*)' at uio.h:270:1 has some sub-type changes: CRC value (modversions) changed from 0x16c3e712 to 0xbc422cf4 [C] 'function void inc_nlink(inode*)' at fs.h:2247:1 has some sub-type changes: CRC value (modversions) changed from 0x61d75b1b to 0x27bf7b0e [C] 'function unsigned int inet_dev_addr_type(net*, const net_device*, __be32)' at fib_frontend.c:258:1 has some sub-type changes: CRC value (modversions) changed from 0xb1934713 to 0xbb96a289 [C] 'function int inet_diag_bc_sk(const nlattr*, sock*)' at inet_diag.h:56:1 has some sub-type changes: CRC value (modversions) changed from 0x6c12e8c9 to 0x4449ef75 [C] 'function int inet_diag_register(const inet_diag_handler*)' at inet_diag.h:75:1 has some sub-type changes: CRC value (modversions) changed from 0x67d25c7b to 0x1e93a3e3 [C] 'function void inet_diag_unregister(const inet_diag_handler*)' at inet_diag.h:76:1 has some sub-type changes: CRC value (modversions) changed from 0xb761e7c9 to 0xbec45cf [C] 'function void inet_proto_csum_replace4(unsigned short int*, sk_buff*, unsigned int, unsigned int, bool)' at checksum.h:143:1 has some sub-type changes: CRC value (modversions) changed from 0xcc100dcb to 0x38e5138c [C] 'function unsigned int inet_select_addr(const net_device*, unsigned int, int)' at inetdevice.h:183:1 has some sub-type changes: CRC value (modversions) changed from 0x3a4ca814 to 0xcfe58fba [C] 'function int inet_sk_diag_fill(sock*, inet_connection_sock*, sk_buff*, const inet_diag_req_v2*, user_namespace*, unsigned int, unsigned int, unsigned short int, const nlmsghdr*, bool)' at inet_diag.h:39:1 has some sub-type changes: CRC value (modversions) changed from 0x33322cc7 to 0x40e1803d [C] 'function int init_dummy_netdev(net_device*)' at dev.c:9164:1 has some sub-type changes: CRC value (modversions) changed from 0xc8671dae to 0xec1ca60b [C] 'function void inode_init_once(inode*)' at fs.h:3095:1 has some sub-type changes: CRC value (modversions) changed from 0x59af5955 to 0xc222cc3c [C] 'function void inode_init_owner(inode*, const inode*, unsigned short int)' at fs.h:1785:1 has some sub-type changes: CRC value (modversions) changed from 0xc3c7119b to 0x30d4ae1c [C] 'function void input_alloc_absinfo(input_dev*)' at input.h:466:1 has some sub-type changes: CRC value (modversions) changed from 0x2624ff37 to 0x8a9fb31e [C] 'function input_dev* input_allocate_device()' at input.h:351:1 has some sub-type changes: CRC value (modversions) changed from 0x5d4bb68 to 0x334a6180 [C] 'function void input_close_device(input_handle*)' at input.h:404:1 has some sub-type changes: CRC value (modversions) changed from 0x68c30cd8 to 0xde28a96 [C] 'function void input_event(input_dev*, unsigned int, unsigned int, int)' at input.h:411:1 has some sub-type changes: CRC value (modversions) changed from 0x9370c917 to 0xe7b2bee2 [C] 'function int input_ff_create(input_dev*, unsigned int)' at input.h:555:1 has some sub-type changes: CRC value (modversions) changed from 0x6cf97dad to 0xa2b4671 [C] 'function int input_ff_create_memless(input_dev*, void*, int (input_dev*, void*, ff_effect*)*)' at input.h:564:1 has some sub-type changes: CRC value (modversions) changed from 0x8d849080 to 0x52146bb2 [C] 'function void input_ff_destroy(input_dev*)' at input.h:556:1 has some sub-type changes: CRC value (modversions) changed from 0x2f5fe358 to 0x8d7c6d68 [C] 'function void input_free_device(input_dev*)' at input.h:353:1 has some sub-type changes: CRC value (modversions) changed from 0x5bcf37e7 to 0x9c81ceb [C] 'function void input_mt_destroy_slots(input_dev*)' at mt.h:78:1 has some sub-type changes: CRC value (modversions) changed from 0xd590ef6a to 0xff363676 [C] 'function int input_mt_get_slot_by_key(input_dev*, int)' at mt.h:122:1 has some sub-type changes: CRC value (modversions) changed from 0xf3795822 to 0xeb0deace [C] 'function int input_mt_init_slots(input_dev*, unsigned int, unsigned int)' at mt.h:76:1 has some sub-type changes: CRC value (modversions) changed from 0x48e36609 to 0xe1d8dd1d [C] 'function void input_mt_report_pointer_emulation(input_dev*, bool)' at mt.h:104:1 has some sub-type changes: CRC value (modversions) changed from 0x5df72b82 to 0x5a2df98e [C] 'function bool input_mt_report_slot_state(input_dev*, unsigned int, bool)' at mt.h💯1 has some sub-type changes: CRC value (modversions) changed from 0x61d41dab to 0xdaf5920a [C] 'function void input_mt_sync_frame(input_dev*)' at mt.h:107:1 has some sub-type changes: CRC value (modversions) changed from 0x14ab2c16 to 0x631cb921 [C] 'function int input_open_device(input_handle*)' at input.h:403:1 has some sub-type changes: CRC value (modversions) changed from 0xcbeaa270 to 0x88873d3b [C] 'function int input_register_device(input_dev*)' at input.h:376:1 has some sub-type changes: CRC value (modversions) changed from 0x5dbbf67f to 0x629ed20c [C] 'function int input_register_handle(input_handle*)' at input.h:397:1 has some sub-type changes: CRC value (modversions) changed from 0x263925ef to 0x6f4e83c [C] 'function int input_register_handler(input_handler*)' at input.h:387:1 has some sub-type changes: CRC value (modversions) changed from 0x5459d7be to 0x11e2136a [C] 'function void input_set_abs_params(input_dev*, unsigned int, int, int, int, int)' at input.h:467:1 has some sub-type changes: CRC value (modversions) changed from 0x866164eb to 0x7c23bfef [C] 'function void input_set_capability(input_dev*, unsigned int, unsigned int)' at input.h:449:1 has some sub-type changes: CRC value (modversions) changed from 0x3fb92adc to 0xf0400c22 [C] 'function void input_unregister_device(input_dev*)' at input.h:377:1 has some sub-type changes: CRC value (modversions) changed from 0xbe36fdbe to 0x8543d20b [C] 'function void input_unregister_handle(input_handle*)' at input.h:398:1 has some sub-type changes: CRC value (modversions) changed from 0xc6a9ff2d to 0xfbd95037 [C] 'function void input_unregister_handler(input_handler*)' at input.h:388:1 has some sub-type changes: CRC value (modversions) changed from 0xcb93b928 to 0x37ac0c32 [C] 'function void invalidate_bdev(block_device*)' at fs.h:2650:1 has some sub-type changes: CRC value (modversions) changed from 0x7d43686c to 0x9db8004f [C] 'function void invalidate_inode_buffers(inode*)' at buffer.c:762:1 has some sub-type changes: CRC value (modversions) changed from 0x358b076f to 0x18596e5f [C] 'function unsigned long int invalidate_mapping_pages(address_space*, unsigned long int, unsigned long int)' at fs.h:2793:1 has some sub-type changes: CRC value (modversions) changed from 0x332b58dd to 0xd922e200 [C] 'function int iommu_attach_device(iommu_domain*, device*)' at iommu.c:1668:1 has some sub-type changes: CRC value (modversions) changed from 0xab71ac3 to 0x12d66895 [C] 'function int iommu_attach_group(iommu_domain*, iommu_group*)' at iommu.c:1791:1 has some sub-type changes: CRC value (modversions) changed from 0x5810c8d5 to 0xd213cfe0 [C] 'function void iommu_detach_device(iommu_domain*, device*)' at iommu.c:1710:1 has some sub-type changes: CRC value (modversions) changed from 0xa351ee80 to 0xb758e6c9 [C] 'function int iommu_device_link(iommu_device*, device*)' at iommu-sysfs.c:106:1 has some sub-type changes: CRC value (modversions) changed from 0x3b20b1bd to 0xac5f8e73 [C] 'function int iommu_device_register(iommu_device*)' at iommu.c:138:1 has some sub-type changes: CRC value (modversions) changed from 0xc8e48a3f to 0x5a6c452d [C] 'function int iommu_device_sysfs_add(iommu_device*, device*, const attribute_group**, const char*, ...)' at iommu-sysfs.c:54:1 has some sub-type changes: CRC value (modversions) changed from 0xe640f330 to 0x487b552e [C] 'function void iommu_device_sysfs_remove(iommu_device*)' at iommu-sysfs.c:92:1 has some sub-type changes: CRC value (modversions) changed from 0x4074a222 to 0x2230d7e5 [C] 'function void iommu_device_unlink(iommu_device*, device*)' at iommu-sysfs.c:127:1 has some sub-type changes: CRC value (modversions) changed from 0xee79bcf3 to 0x7e10876a [C] 'function void iommu_device_unregister(iommu_device*)' at iommu.c:147:1 has some sub-type changes: CRC value (modversions) changed from 0xb94614ad to 0x7e70ac04 [C] 'function int iommu_dma_enable_best_fit_algo(device*)' at dma-iommu.c:386:1 has some sub-type changes: CRC value (modversions) changed from 0x823bd81 to 0x583413fb [C] 'function void iommu_dma_get_resv_regions(device*, list_head*)' at dma-iommu.c:160:1 has some sub-type changes: CRC value (modversions) changed from 0xf8909b6b to 0x52d600b0 [C] 'function int iommu_dma_reserve_iova(device*, dma_addr_t, u64)' at dma-iommu.c:358:1 has some sub-type changes: CRC value (modversions) changed from 0x90af8d1f to 0xf6084ba4 [C] 'function iommu_domain* iommu_domain_alloc(bus_type*)' at iommu.c:1639:1 has some sub-type changes: CRC value (modversions) changed from 0x4a40ca2b to 0x398726a1 [C] 'function void iommu_domain_free(iommu_domain*)' at iommu.c:1645:1 has some sub-type changes: CRC value (modversions) changed from 0x34e55cd2 to 0x629032a6 [C] 'function int iommu_domain_get_attr(iommu_domain*, iommu_attr, void*)' at iommu.c:2138:1 has some sub-type changes: CRC value (modversions) changed from 0x3c8e0d7f to 0x988c43bd [C] 'function int iommu_domain_set_attr(iommu_domain*, iommu_attr, void*)' at iommu.c:2166:1 has some sub-type changes: CRC value (modversions) changed from 0x6c2880ad to 0xc27866a7 [C] 'function int iommu_fwspec_add_ids(device*, u32*, int)' at iommu.c:2352:1 has some sub-type changes: CRC value (modversions) changed from 0x2b64d44e to 0x54bdc508 [C] 'function void iommu_fwspec_free(device*)' at iommu.c:2340:1 has some sub-type changes: CRC value (modversions) changed from 0x7db2b993 to 0x543d5c0e [C] 'function int iommu_get_dma_cookie(iommu_domain*)' at dma-iommu.c:78:1 has some sub-type changes: CRC value (modversions) changed from 0x854277a0 to 0x6907eaa9 [C] 'function iommu_domain* iommu_get_domain_for_dev(device*)' at iommu.c:1732:1 has some sub-type changes: CRC value (modversions) changed from 0x3330f74b to 0x5c9be9df [C] 'function int iommu_group_for_each_dev(iommu_group*, void*, int (device*, void*)*)' at iommu.c:863:1 has some sub-type changes: CRC value (modversions) changed from 0xc000461d to 0xd56735c2 [C] 'function iommu_group* iommu_group_get(device*)' at iommu.c:884:1 has some sub-type changes: CRC value (modversions) changed from 0x54cb4244 to 0x6c6f569e [C] 'function iommu_group* iommu_group_get_for_dev(device*)' at iommu.c:1374:1 has some sub-type changes: CRC value (modversions) changed from 0xe4b4233b to 0xed5f0804 [C] 'function void iommu_group_remove_device(device*)' at iommu.c:790:1 has some sub-type changes: CRC value (modversions) changed from 0xd17852d2 to 0x84a885da [C] 'function phys_addr_t iommu_iova_to_phys(iommu_domain*, dma_addr_t)' at iommu.c:1844:1 has some sub-type changes: CRC value (modversions) changed from 0x5a783350 to 0xee6d52f1 [C] 'function int iommu_map(iommu_domain*, unsigned long int, phys_addr_t, size_t, int)' at iommu.c:1885:1 has some sub-type changes: CRC value (modversions) changed from 0xa6ecd839 to 0xce92e0e9 [C] 'function size_t iommu_map_sg(iommu_domain*, unsigned long int, scatterlist*, unsigned int, int)' at iommu.c:2022:1 has some sub-type changes: CRC value (modversions) changed from 0x91c58214 to 0xba5e328f [C] 'function bool iommu_present(bus_type*)' at iommu.c:1581:1 has some sub-type changes: CRC value (modversions) changed from 0x6b122e27 to 0x20355cbe [C] 'function void iommu_put_dma_cookie(iommu_domain*)' at dma-iommu.c:130:1 has some sub-type changes: CRC value (modversions) changed from 0x4ba54cb5 to 0xdb6b637a [C] 'function int iommu_register_device_fault_handler(device*, iommu_dev_fault_handler_t, void*)' at iommu.c:971:1 has some sub-type changes: CRC value (modversions) changed from 0x63b99a53 to 0x29dc28d9 [C] 'function int iommu_report_device_fault(device*, iommu_fault_event*)' at iommu.c:1056:1 has some sub-type changes: CRC value (modversions) changed from 0x56106872 to 0x46c89f1d [C] 'function void iommu_set_fault_handler(iommu_domain*, iommu_fault_handler_t, void*)' at iommu.c:1608:1 has some sub-type changes: CRC value (modversions) changed from 0x55df1d32 to 0x1d8f3b94 [C] 'function size_t iommu_unmap(iommu_domain*, unsigned long int, size_t)' at iommu.c:2000:1 has some sub-type changes: CRC value (modversions) changed from 0x3374b403 to 0x6cfc6f07 [C] 'function int iommu_unregister_device_fault_handler(device*)' at iommu.c:1016:1 has some sub-type changes: CRC value (modversions) changed from 0xd4bb782e to 0xfd1c0f97 [C] 'function dma_buf* ion_alloc(size_t, unsigned int, unsigned int)' at ion.c:35:1 has some sub-type changes: CRC value (modversions) changed from 0xbecda0b6 to 0xc0ead506 [C] 'function void ion_buffer_prep_noncached(ion_buffer*)' at ion.h:304:1 has some sub-type changes: CRC value (modversions) changed from 0xc3194a32 to 0x609facd4 [C] 'function int ion_buffer_zero(ion_buffer*)' at ion.h:291:1 has some sub-type changes: CRC value (modversions) changed from 0x11e1b3b1 to 0x5391f218 [C] 'function void ion_device_remove_heap(ion_heap*)' at ion.h:178:1 has some sub-type changes: CRC value (modversions) changed from 0xaa177f20 to 0x6c01739e [C] 'function int ion_free(ion_buffer*)' at ion.c:42:1 has some sub-type changes: CRC value (modversions) changed from 0x3b8396af to 0x2763a432 [C] 'function void* ion_heap_map_kernel(ion_heap*, ion_buffer*)' at ion.h:260:1 has some sub-type changes: CRC value (modversions) changed from 0x1b7b0b78 to 0x8d7e7620 [C] 'function int ion_heap_map_user(ion_heap*, ion_buffer*, vm_area_struct*)' at ion.h:282:1 has some sub-type changes: CRC value (modversions) changed from 0xeb6a4a8b to 0x86b1c7b7 [C] 'function void ion_heap_unmap_kernel(ion_heap*, ion_buffer*)' at ion_heap.c:164:1 has some sub-type changes: CRC value (modversions) changed from 0xaee178ab to 0x227646b8 [C] 'function void iov_iter_bvec(iov_iter*, unsigned int, const bio_vec*, unsigned long int, unsigned long int)' at uio.h:220:1 has some sub-type changes: CRC value (modversions) changed from 0x9cbaa8 to 0xab4e67dc [C] 'function void iov_iter_init(iov_iter*, unsigned int, const iovec*, unsigned long int, unsigned long int)' at uio.h:216:1 has some sub-type changes: CRC value (modversions) changed from 0x4bd8558d to 0x9a59887b [C] 'function int ip6_local_out(net*, sock*, sk_buff*)' at ipv6.h:1040:1 has some sub-type changes: CRC value (modversions) changed from 0x76c00ab5 to 0x7e3fec7b [C] 'function void ip6_redirect(sk_buff*, net*, int, unsigned int, __anonymous_struct__)' at ip6_route.h:186:1 has some sub-type changes: CRC value (modversions) changed from 0x284d7e0a to 0xee718d07 [C] 'function dst_entry* ip6_route_output_flags(net*, const sock*, flowi6*, int)' at ip6_route.h:91:1 has some sub-type changes: CRC value (modversions) changed from 0xbdfda1d0 to 0x31a9e915 [C] 'function void ip6_update_pmtu(sk_buff*, net*, unsigned int, int, unsigned int, __anonymous_struct__)' at ip6_route.h:183:1 has some sub-type changes: CRC value (modversions) changed from 0xcfdcaacd to 0x3e4686c1 [C] 'function void* ip6t_alloc_initial_table(const xt_table*)' at ip6_tables.h:25:1 has some sub-type changes: CRC value (modversions) changed from 0x26289414 to 0x6f8628fc [C] 'function unsigned int ip6t_do_table(sk_buff*, const nf_hook_state*, xt_table*)' at ip6_tables.h:32:1 has some sub-type changes: CRC value (modversions) changed from 0x62fb146c to 0x438cb86b [C] 'function int ip6t_register_table(net*, const xt_table*, const ip6t_replace*, const nf_hook_ops*, xt_table**)' at ip6_tables.h:27:1 has some sub-type changes: CRC value (modversions) changed from 0xc8d07310 to 0x3df38397 [C] 'function void ip6t_unregister_table(net*, xt_table*, const nf_hook_ops*)' at ip6_tables.h:30:1 has some sub-type changes: CRC value (modversions) changed from 0xe7ff1789 to 0xf6d28cff [C] 'function int ip_local_out(net*, sock*, sk_buff*)' at ip.h:205:1 has some sub-type changes: CRC value (modversions) changed from 0x37c76e58 to 0x3d37d20e [C] 'function rtable* ip_route_output_flow(net*, flowi4*, const sock*)' at route.h:129:1 has some sub-type changes: CRC value (modversions) changed from 0x99aea3b1 to 0xbe28e1f2 [C] 'function void ipcomp_destroy(xfrm_state*)' at xfrm_ipcomp.c:324:1 has some sub-type changes: CRC value (modversions) changed from 0x2ed17806 to 0x340e0bb5 [C] 'function int ipcomp_init_state(xfrm_state*)' at ipcomp.h:23:1 has some sub-type changes: CRC value (modversions) changed from 0x6b2c1e36 to 0xe0be771e [C] 'function int ipcomp_input(xfrm_state*, sk_buff*)' at xfrm_ipcomp.c:106:1 has some sub-type changes: CRC value (modversions) changed from 0xfa325b89 to 0xe12209e0 [C] 'function int ipcomp_output(xfrm_state*, sk_buff*)' at xfrm_ipcomp.c:167:1 has some sub-type changes: CRC value (modversions) changed from 0x413d164e to 0xf754406a [C] 'function void iput(inode*)' at fs.h:2406:1 has some sub-type changes: CRC value (modversions) changed from 0xf3982465 to 0xc772ce67 [C] 'function void ipv4_redirect(sk_buff*, net*, int, unsigned char)' at route.h:208:1 has some sub-type changes: CRC value (modversions) changed from 0x2b9f117c to 0x708f03f6 [C] 'function void ipv4_update_pmtu(sk_buff*, net*, unsigned int, int, unsigned char)' at route.h:205:1 has some sub-type changes: CRC value (modversions) changed from 0x19f97c32 to 0x92e16e6e [C] 'function int ipv6_chk_addr(net*, const in6_addr*, const net_device*, int)' at addrconf.c:1890:1 has some sub-type changes: CRC value (modversions) changed from 0x1482551a to 0xc8044296 [C] 'function int ipv6_dev_get_saddr(net*, const net_device*, const in6_addr*, unsigned int, in6_addr*)' at addrconf.h:103:1 has some sub-type changes: CRC value (modversions) changed from 0xb3b99901 to 0x9cdee43b [C] 'function int ipv6_find_hdr(const sk_buff*, unsigned int*, int, unsigned short int*, int*)' at ipv6.h:1064:1 has some sub-type changes: CRC value (modversions) changed from 0xa8376749 to 0x6c88617d [C] 'function int ipv6_skip_exthdr(const sk_buff*, int, unsigned char*, unsigned short int*)' at ipv6.h:1052:1 has some sub-type changes: CRC value (modversions) changed from 0x6ac1da8d to 0x9a36663e [C] 'function void irq_chip_ack_parent(irq_data*)' at chip.c:1393:1 has some sub-type changes: CRC value (modversions) changed from 0x37389d91 to 0x3250a679 [C] 'function void irq_chip_disable_parent(irq_data*)' at chip.c:1379:1 has some sub-type changes: CRC value (modversions) changed from 0x4a8faa8d to 0x24af3891 [C] 'function void irq_chip_enable_parent(irq_data*)' at chip.c:1364:1 has some sub-type changes: CRC value (modversions) changed from 0x1fa7e216 to 0x29b9d1e2 [C] 'function void irq_chip_eoi_parent(irq_data*)' at chip.c:1437:1 has some sub-type changes: CRC value (modversions) changed from 0xf529e685 to 0x4845e77 [C] 'function int irq_chip_get_parent_state(irq_data*, irqchip_irq_state, bool*)' at chip.c:1346:1 has some sub-type changes: CRC value (modversions) changed from 0x29a57f3f to 0x4aed26ce [C] 'function void irq_chip_mask_parent(irq_data*)' at irq.h:641:1 has some sub-type changes: CRC value (modversions) changed from 0x5ae9b917 to 0xbcc15399 [C] 'function int irq_chip_retrigger_hierarchy(irq_data*)' at chip.c:1488:1 has some sub-type changes: CRC value (modversions) changed from 0x4695860c to 0x7b0c480d [C] 'function int irq_chip_set_affinity_parent(irq_data*, const cpumask*, bool)' at chip.c:1452:1 has some sub-type changes: CRC value (modversions) changed from 0xf7dfa426 to 0xba136603 [C] 'function int irq_chip_set_parent_state(irq_data*, irqchip_irq_state, bool)' at chip.c:1324:1 has some sub-type changes: CRC value (modversions) changed from 0x3fa91adf to 0x48b552d7 [C] 'function int irq_chip_set_type_parent(irq_data*, unsigned int)' at chip.c:1470:1 has some sub-type changes: CRC value (modversions) changed from 0x3bf9c15 to 0x6b8c236a [C] 'function int irq_chip_set_vcpu_affinity_parent(irq_data*, void*)' at chip.c:1503:1 has some sub-type changes: CRC value (modversions) changed from 0xb68b7887 to 0x39027af1 [C] 'function int irq_chip_set_wake_parent(irq_data*, unsigned int)' at chip.c:1519:1 has some sub-type changes: CRC value (modversions) changed from 0x6e7894e8 to 0x17913b32 [C] 'function void irq_chip_unmask_parent(irq_data*)' at irq.h:643:1 has some sub-type changes: CRC value (modversions) changed from 0x4356218 to 0x95844883 [C] 'function unsigned int irq_create_fwspec_mapping(irq_fwspec*)' at irqdomain.h:394:1 has some sub-type changes: CRC value (modversions) changed from 0x33c3175f to 0xe20a2abb [C] 'function unsigned int irq_create_mapping(irq_domain*, irq_hw_number_t)' at irqdomain.c:651:1 has some sub-type changes: CRC value (modversions) changed from 0x1c6d58f9 to 0x5cb7bc47 [C] 'function unsigned int irq_create_of_mapping(of_phandle_args*)' at irqdomain.c:853:1 has some sub-type changes: CRC value (modversions) changed from 0x3e080ed1 to 0x628bac6c [C] 'function irq_domain* irq_domain_add_simple(device_node*, unsigned int, unsigned int, const irq_domain_ops*, void*)' at irqdomain.h:268:1 has some sub-type changes: CRC value (modversions) changed from 0x9ac7f450 to 0x2327a554 [C] 'function int irq_domain_alloc_irqs_parent(irq_domain*, unsigned int, unsigned int, void*)' at irqdomain.c:1579:1 has some sub-type changes: CRC value (modversions) changed from 0x9e981471 to 0x5d7a430 [C] 'function irq_domain* irq_domain_create_hierarchy(irq_domain*, unsigned int, unsigned int, fwnode_handle*, const irq_domain_ops*, void*)' at irqdomain.c:1050:1 has some sub-type changes: CRC value (modversions) changed from 0xd7fba845 to 0xe49d44ac [C] 'function void irq_domain_free_irqs_common(irq_domain*, unsigned int, unsigned int)' at irqdomain.c:1252:1 has some sub-type changes: CRC value (modversions) changed from 0x26823707 to 0x287bf40b [C] 'function void irq_domain_free_irqs_parent(irq_domain*, unsigned int, unsigned int)' at irqdomain.c:1599:1 has some sub-type changes: CRC value (modversions) changed from 0x4e017faa to 0xc4d8a14a [C] 'function irq_data* irq_domain_get_irq_data(irq_domain*, unsigned int)' at irqdomain.h:448:1 has some sub-type changes: CRC value (modversions) changed from 0x65615748 to 0xc08bf113 [C] 'function void irq_domain_remove(irq_domain*)' at irqdomain.h:382:1 has some sub-type changes: CRC value (modversions) changed from 0x3bcd667a to 0x3f144730 [C] 'function int irq_domain_set_hwirq_and_chip(irq_domain*, unsigned int, unsigned long int, irq_chip*, void*)' at irqdomain.h:490:1 has some sub-type changes: CRC value (modversions) changed from 0xbf4995dc to 0x86115cd6 [C] 'function void irq_domain_set_info(irq_domain*, unsigned int, unsigned long int, irq_chip*, void*, void (irq_desc*)*, void*, const char*)' at irqdomain.h:450:1 has some sub-type changes: CRC value (modversions) changed from 0x3d4f59a3 to 0x4220c18c [C] 'function void irq_domain_update_bus_token(irq_domain*, irq_domain_bus_token)' at irqdomain.h:300:1 has some sub-type changes: CRC value (modversions) changed from 0xc20ef171 to 0x40f81caf [C] 'function int irq_domain_xlate_onecell(irq_domain*, device_node*, const u32*, unsigned int, unsigned long int*, unsigned int*)' at irqdomain.c:928:1 has some sub-type changes: CRC value (modversions) changed from 0x84c9a80f to 0x13073435 [C] 'function int irq_domain_xlate_onetwocell(irq_domain*, device_node*, const u32*, unsigned int, unsigned long int*, unsigned int*)' at irqdomain.c:969:1 has some sub-type changes: CRC value (modversions) changed from 0x9bc713df to 0x7a740c71 [C] 'function int irq_domain_xlate_twocell(irq_domain*, device_node*, const u32*, unsigned int, irq_hw_number_t*, unsigned int*)' at irqdomain.c:947:1 has some sub-type changes: CRC value (modversions) changed from 0xe6bedad8 to 0xcb51233e [C] 'function unsigned int irq_find_mapping(irq_domain*, unsigned long int)' at irqdomain.h:412:1 has some sub-type changes: CRC value (modversions) changed from 0x1ee38271 to 0x4fecaa84 [C] 'function irq_domain* irq_find_matching_fwspec(irq_fwspec*, irq_domain_bus_token)' at irqdomain.h:279:1 has some sub-type changes: CRC value (modversions) changed from 0xe6faade0 to 0x9cfd79da [C] 'function irq_data* irq_get_irq_data(unsigned int)' at irq.h:771:1 has some sub-type changes: CRC value (modversions) changed from 0x587104c4 to 0xebc520d6 [C] 'function unsigned int irq_of_parse_and_map(device_node*, int)' at of_irq.h:108:1 has some sub-type changes: CRC value (modversions) changed from 0x5294801 to 0x3ab633a9 [C] 'function void irq_set_chained_handler_and_data(unsigned int, void (irq_desc*)*, void*)' at irq.h:713:1 has some sub-type changes: CRC value (modversions) changed from 0x142d7395 to 0xa805c4d8 [C] 'function int irq_set_chip(unsigned int, irq_chip*)' at chip.c:42:1 has some sub-type changes: CRC value (modversions) changed from 0x5064e3fd to 0x10706b56 [C] 'function void irq_set_chip_and_handler_name(unsigned int, irq_chip*, void (irq_desc*)*, const char*)' at irq.h:671:1 has some sub-type changes: CRC value (modversions) changed from 0x6c425963 to 0xd3b214a [C] 'function irq_desc* irq_to_desc(unsigned int)' at irqnr.h:9:1 has some sub-type changes: CRC value (modversions) changed from 0x519a90d9 to 0x18710830 [C] 'function bool is_bad_inode(inode*)' at bad_inode.c:224:1 has some sub-type changes: CRC value (modversions) changed from 0x58a53f4b to 0x9f9e5e68 [C] 'function int iterate_dir(file*, dir_context*)' at readdir.c:40:1 has some sub-type changes: CRC value (modversions) changed from 0xb31bb1f5 to 0xa58feb8c [C] 'function int iterate_fd(files_struct*, unsigned int, int (void*, file*, unsigned int)*, void*)' at file.c:996:1 has some sub-type changes: CRC value (modversions) changed from 0x6e79b106 to 0x51de04a [C] 'function ino_t iunique(super_block*, ino_t)' at inode.c:1273:1 has some sub-type changes: CRC value (modversions) changed from 0x8d6b1cf6 to 0xef2b520 [C] 'function int kern_path(const char*, unsigned int, path*)' at namei.h:52:1 has some sub-type changes: CRC value (modversions) changed from 0xce20a5b0 to 0xa15228cc [C] 'function int kernel_bind(socket*, sockaddr*, int)' at socket.c:3578:1 has some sub-type changes: CRC value (modversions) changed from 0x7eb448 to 0x68f3d716 [C] 'function int kernel_connect(socket*, sockaddr*, int, int)' at socket.c:3647:1 has some sub-type changes: CRC value (modversions) changed from 0x1e9dcfe to 0xa49cbd10 [C] 'function int kernel_getsockname(socket*, sockaddr*)' at socket.c:3663:1 has some sub-type changes: CRC value (modversions) changed from 0x3fb23d56 to 0xce07177f [C] 'function void kernel_param_lock(module*)' at params.c:583:1 has some sub-type changes: CRC value (modversions) changed from 0x9d39c642 to 0x1866de76 [C] 'function void kernel_param_unlock(module*)' at params.c:588:1 has some sub-type changes: CRC value (modversions) changed from 0x31ea888a to 0x3bc5f62a [C] 'function long int kernel_read(file*, void*, unsigned long int, long long int*)' at fs.h:3076:1 has some sub-type changes: CRC value (modversions) changed from 0x87947b7e to 0xa30d992e [C] 'function int kernel_recvmsg(socket*, msghdr*, kvec*, size_t, size_t, int)' at socket.c:910:1 has some sub-type changes: CRC value (modversions) changed from 0x4fb6c130 to 0x670b6183 [C] 'function int kernel_sendmsg(socket*, msghdr*, kvec*, size_t, size_t)' at socket.c:674:1 has some sub-type changes: CRC value (modversions) changed from 0xb8111a47 to 0x5e7f4346 [C] 'function int kernel_setsockopt(socket*, int, int, char*, unsigned int)' at socket.c:3729:1 has some sub-type changes: CRC value (modversions) changed from 0x290d57cf to 0xe48de7d2 [C] 'function long int kernel_write(file*, void*, unsigned long int, long long int*)' at fs.h:3077:1 has some sub-type changes: CRC value (modversions) changed from 0x6a495253 to 0xe473a4b4 [C] 'function kernfs_node* kernfs_find_and_get_ns(kernfs_node*, const char*, void*)' at kernfs.h:336:1 has some sub-type changes: CRC value (modversions) changed from 0x4aa10ba2 to 0xe63c3931 [C] 'function void kernfs_notify(kernfs_node*)' at kernfs.h:381:1 has some sub-type changes: CRC value (modversions) changed from 0xfaa66be5 to 0xa63b3ee0 [C] 'function void kernfs_put(kernfs_node*)' at kernfs.h:341:1 has some sub-type changes: CRC value (modversions) changed from 0x51090dc4 to 0xf71b8a10 [C] 'function void key_invalidate(key*)' at key.h:274:1 has some sub-type changes: CRC value (modversions) changed from 0xdb3b9bb6 to 0xbd29a0e6 [C] 'function void key_put(key*)' at key.h:275:1 has some sub-type changes: CRC value (modversions) changed from 0x75e60613 to 0x1ff89ce7 [C] 'function void key_revoke(key*)' at key.c:1038:1 has some sub-type changes: CRC value (modversions) changed from 0x9c23d3bb to 0x2ab1ec81 [C] 'function int key_validate(const key*)' at key.h:360:1 has some sub-type changes: CRC value (modversions) changed from 0x2364da19 to 0x59d54896 [C] 'function key* keyring_alloc(const char*, __anonymous_struct__, __anonymous_struct__1, const cred*, unsigned int, unsigned long int, key_restriction*, key*)' at key.h:385:1 has some sub-type changes: CRC value (modversions) changed from 0x78462fd2 to 0x268536af [C] 'function keyslot_manager* keyslot_manager_create(device*, unsigned int, const keyslot_mgmt_ll_ops*, unsigned int, const unsigned int*, void*)' at keyslot-manager.c:157:1 has some sub-type changes: CRC value (modversions) changed from 0x46e6c20f to 0x7c1feaa3 [C] 'function keyslot_manager* keyslot_manager_create_passthrough(device*, const keyslot_mgmt_ll_ops*, unsigned int, const unsigned int*, void*)' at keyslot-manager.c:566:1 has some sub-type changes: CRC value (modversions) changed from 0xa2e6e3f0 to 0x21f06a71 [C] 'function void kfree_skb(sk_buff*)' at skbuff.h:1025:1 has some sub-type changes: CRC value (modversions) changed from 0xeae32e39 to 0x371bef19 [C] 'function void kfree_skb_list(sk_buff*)' at skbuff.h:1026:1 has some sub-type changes: CRC value (modversions) changed from 0x191907f5 to 0x6539c390 [C] 'function void kill_block_super(super_block*)' at super.c:1438:1 has some sub-type changes: CRC value (modversions) changed from 0x189304aa to 0x965c43b8 [C] 'function void kill_fasync(fasync_struct**, int, int)' at fs.h:1380:1 has some sub-type changes: CRC value (modversions) changed from 0xad38581 to 0x4ad6866f [C] 'function void kill_litter_super(super_block*)' at super.c:1113:1 has some sub-type changes: CRC value (modversions) changed from 0x347c631c to 0xc4cdc84d [C] 'function int kill_pid(pid*, int, int)' at signal.c:1796:1 has some sub-type changes: CRC value (modversions) changed from 0x891408a0 to 0x431809a0 [C] 'function void kiocb_set_cancel_fn(kiocb*, kiocb_cancel_fn*)' at aio.c:562:1 has some sub-type changes: CRC value (modversions) changed from 0x3899d85c to 0x1c0d37f8 [C] 'function void* kmem_cache_alloc(kmem_cache*, unsigned int)' at slab.h:394:1 has some sub-type changes: CRC value (modversions) changed from 0x98ec97d0 to 0xdf58b90d [C] 'function int kmem_cache_alloc_bulk(kmem_cache*, unsigned int, unsigned long int, void**)' at slab.h:405:1 has some sub-type changes: CRC value (modversions) changed from 0x8bd1d4d1 to 0x2015eb32 [C] 'function void* kmem_cache_alloc_trace(kmem_cache*, unsigned int, unsigned long int)' at slab.h:432:1 has some sub-type changes: CRC value (modversions) changed from 0x53738cc6 to 0xb69fd9a4 [C] 'function kmem_cache* kmem_cache_create(const char*, unsigned int, unsigned int, unsigned int, void (void*)*)' at slab.h:147:1 has some sub-type changes: CRC value (modversions) changed from 0x5aaa2d18 to 0x2522118b [C] 'function void kmem_cache_destroy(kmem_cache*)' at slab.h:155:1 has some sub-type changes: CRC value (modversions) changed from 0xbe5624c5 to 0x4145177b [C] 'function void kmem_cache_free(kmem_cache*, void*)' at slab.h:395:1 has some sub-type changes: CRC value (modversions) changed from 0xb4c7105f to 0xf6e2b810 [C] 'function void kmem_cache_free_bulk(kmem_cache*, size_t, void**)' at slub.c:3154:1 has some sub-type changes: CRC value (modversions) changed from 0x92ed6829 to 0xfcac760d [C] 'function int kobject_add(kobject*, kobject*, const char*, ...)' at kobject.h:102:1 has some sub-type changes: CRC value (modversions) changed from 0xdf9af442 to 0x9ccf4548 [C] 'function kobject* kobject_create_and_add(const char*, kobject*)' at kobject.h:112:1 has some sub-type changes: CRC value (modversions) changed from 0xe720659c to 0x4b6f1834 [C] 'function void kobject_del(kobject*)' at kobject.h:109:1 has some sub-type changes: CRC value (modversions) changed from 0x402bfdeb to 0x82595fb5 [C] 'function kobject* kobject_get(kobject*)' at kobject.h:118:1 has some sub-type changes: CRC value (modversions) changed from 0xc0b9a38c to 0xbed0e8dc [C] 'function char* kobject_get_path(kobject*, unsigned int)' at kobject.h:126:1 has some sub-type changes: CRC value (modversions) changed from 0x9b1479bb to 0xc9a21f50 [C] 'function void kobject_init(kobject*, kobj_type*)' at kobject.h💯1 has some sub-type changes: CRC value (modversions) changed from 0x7caf051b to 0xc43a2bb0 [C] 'function int kobject_init_and_add(kobject*, kobj_type*, kobject*, const char*, ...)' at kobject.h:105:1 has some sub-type changes: CRC value (modversions) changed from 0xa9435ab6 to 0x9e614682 [C] 'function void kobject_put(kobject*)' at kobject.h:121:1 has some sub-type changes: CRC value (modversions) changed from 0x9b4ce245 to 0xa2ab1322 [C] 'function int kobject_set_name(kobject*, const char*, ...)' at kobject.h:90:1 has some sub-type changes: CRC value (modversions) changed from 0x9c9d7ddf to 0x19f8790a [C] 'function int kobject_uevent(kobject*, kobject_action)' at kobject_uevent.c:639:1 has some sub-type changes: CRC value (modversions) changed from 0x42b7c771 to 0xaaa5cfee [C] 'function int kobject_uevent_env(kobject*, kobject_action, char**)' at kobject.h:257:1 has some sub-type changes: CRC value (modversions) changed from 0x702e9c3 to 0x8400a853 [C] 'function kset* kset_create_and_add(const char*, const kset_uevent_ops*, kobject*)' at kobject.h:219:1 has some sub-type changes: CRC value (modversions) changed from 0xafad98a7 to 0x461fc91f [C] 'function void kset_unregister(kset*)' at kobject.h:218:1 has some sub-type changes: CRC value (modversions) changed from 0x1c63c5f0 to 0x138bf4bb [C] 'function char* kstrdup_quotable_cmdline(task_struct*, gfp_t)' at string_helpers.c:597:1 has some sub-type changes: CRC value (modversions) changed from 0xf9ad9555 to 0x4b513f65 [C] 'function void kthread_bind(task_struct*, unsigned int)' at kthread.c:443:1 has some sub-type changes: CRC value (modversions) changed from 0x6f69fd0e to 0x511b48d0 [C] 'function bool kthread_cancel_delayed_work_sync(kthread_delayed_work*)' at kthread.c:1158:1 has some sub-type changes: CRC value (modversions) changed from 0xf6729a2c to 0xb2aaea10 [C] 'function bool kthread_cancel_work_sync(kthread_work*)' at kthread.c:1143:1 has some sub-type changes: CRC value (modversions) changed from 0x1f1105bf to 0x8cca2da7 [C] 'function task_struct* kthread_create_on_node(int (void*)*, void*, int, const char*, ...)' at kthread.h:9:1 has some sub-type changes: CRC value (modversions) changed from 0x58d38e4a to 0xe57216b0 [C] 'function kthread_worker* kthread_create_worker(unsigned int, const char*, ...)' at kthread.c:739:1 has some sub-type changes: CRC value (modversions) changed from 0x688147b8 to 0x93e9f43b [C] 'function void kthread_destroy_worker(kthread_worker*)' at kthread.c:1191:1 has some sub-type changes: CRC value (modversions) changed from 0xd5868c49 to 0xe4aeb472 [C] 'function void kthread_flush_work(kthread_work*)' at kthread.c:964:1 has some sub-type changes: CRC value (modversions) changed from 0x7b888c07 to 0x1fa39a61 [C] 'function void kthread_flush_worker(kthread_worker*)' at kthread.c:1171:1 has some sub-type changes: CRC value (modversions) changed from 0x2dcecc1d to 0x1211023c [C] 'function bool kthread_mod_delayed_work(kthread_worker*, kthread_delayed_work*, unsigned long int)' at kthread.c:1063:1 has some sub-type changes: CRC value (modversions) changed from 0x785621ac to 0x84051634 [C] 'function int kthread_park(task_struct*)' at kthread.h:62:1 has some sub-type changes: CRC value (modversions) changed from 0x3be50a9b to 0xeec84c16 [C] 'function bool kthread_queue_delayed_work(kthread_worker*, kthread_delayed_work*, unsigned long int)' at kthread.c:926:1 has some sub-type changes: CRC value (modversions) changed from 0xc5e908ab to 0x3a53efdd [C] 'function bool kthread_queue_work(kthread_worker*, kthread_work*)' at kthread.c:831:1 has some sub-type changes: CRC value (modversions) changed from 0xe7db2744 to 0xbc088d7b [C] 'function int kthread_stop(task_struct*)' at kthread.h:55:1 has some sub-type changes: CRC value (modversions) changed from 0x44a9aa9e to 0x14fa762a [C] 'function void kthread_unpark(task_struct*)' at kthread.h:63:1 has some sub-type changes: CRC value (modversions) changed from 0xde39dd26 to 0x5f9496c3 [C] 'function l2tp_session* l2tp_session_create(int, l2tp_tunnel*, unsigned int, unsigned int, l2tp_session_cfg*)' at l2tp_core.h:211:1 has some sub-type changes: CRC value (modversions) changed from 0x3249ad4e to 0xd1a02ac6 [C] 'function int l2tp_session_delete(l2tp_session*)' at l2tp_core.h:219:1 has some sub-type changes: CRC value (modversions) changed from 0x733de3b6 to 0x86d0c65f [C] 'function void l2tp_session_free(l2tp_session*)' at l2tp_core.h:220:1 has some sub-type changes: CRC value (modversions) changed from 0x7aa4731 to 0xc8bd3102 [C] 'function l2tp_session* l2tp_session_get_nth(l2tp_tunnel*, int)' at l2tp_core.h:200:1 has some sub-type changes: CRC value (modversions) changed from 0x9eba6b4 to 0x7faa60ed [C] 'function int l2tp_session_register(l2tp_session*, l2tp_tunnel*)' at l2tp_core.h:215:1 has some sub-type changes: CRC value (modversions) changed from 0x693ec591 to 0x11b5684f [C] 'function void l2tp_session_set_header_len(l2tp_session*, int)' at l2tp_core.h:225:1 has some sub-type changes: CRC value (modversions) changed from 0xd14c488 to 0x37ac408b [C] 'function int l2tp_tunnel_create(net*, int, int, unsigned int, unsigned int, l2tp_tunnel_cfg*, l2tp_tunnel**)' at l2tp_core.h:204:1 has some sub-type changes: CRC value (modversions) changed from 0xf5ffbfd0 to 0xa2c7cfe8 [C] 'function void l2tp_tunnel_delete(l2tp_tunnel*)' at l2tp_core.h:210:1 has some sub-type changes: CRC value (modversions) changed from 0x9e78b5ef to 0x51a253b6 [C] 'function void l2tp_tunnel_free(l2tp_tunnel*)' at l2tp_core.h:197:1 has some sub-type changes: CRC value (modversions) changed from 0x264128ea to 0x41e88fa0 [C] 'function l2tp_tunnel* l2tp_tunnel_get(const net*, unsigned int)' at l2tp_core.h:192:1 has some sub-type changes: CRC value (modversions) changed from 0x7e9657ce to 0x19d2da13 [C] 'function l2tp_tunnel* l2tp_tunnel_get_nth(const net*, int)' at l2tp_core.h:193:1 has some sub-type changes: CRC value (modversions) changed from 0x9995731c to 0xe385e471 [C] 'function l2tp_session* l2tp_tunnel_get_session(l2tp_tunnel*, unsigned int)' at l2tp_core.h:194:1 has some sub-type changes: CRC value (modversions) changed from 0x78d051fb to 0x87c6457c [C] 'function int l2tp_tunnel_register(l2tp_tunnel*, net*, l2tp_tunnel_cfg*)' at l2tp_core.h:207:1 has some sub-type changes: CRC value (modversions) changed from 0x7c175eab to 0xc9e1a361 [C] 'function int l2tp_udp_encap_recv(sock*, sk_buff*)' at l2tp_core.h:224:1 has some sub-type changes: CRC value (modversions) changed from 0x7cdd88d1 to 0x22bce096 [C] 'function int l2tp_xmit_skb(l2tp_session*, sk_buff*, int)' at l2tp_core.h:227:1 has some sub-type changes: CRC value (modversions) changed from 0x60775efc to 0x6dee3452 [C] 'function void led_blink_set(led_classdev*, unsigned long int*, unsigned long int*)' at leds.h:214:1 has some sub-type changes: CRC value (modversions) changed from 0x39c5b6cd to 0xbb5f8d25 [C] 'function int led_classdev_register_ext(device*, led_classdev*, led_init_data*)' at leds.h:164:1 has some sub-type changes: CRC value (modversions) changed from 0x1856cfca to 0x4ae2507f [C] 'function void led_classdev_unregister(led_classdev*)' at leds.h:193:1 has some sub-type changes: CRC value (modversions) changed from 0x10fe19bd to 0x608474d9 [C] 'function unsigned int* led_get_default_pattern(led_classdev*, unsigned int*)' at leds.h:282:1 has some sub-type changes: CRC value (modversions) changed from 0xdd6abf88 to 0xde947e37 [C] 'function void led_set_brightness(led_classdev*, led_brightness)' at leds.h:244:1 has some sub-type changes: CRC value (modversions) changed from 0x8ce8968f to 0xabdda5df [C] 'function void led_trigger_event(led_trigger*, led_brightness)' at leds.h:377:1 has some sub-type changes: CRC value (modversions) changed from 0xbc872a26 to 0x658ac03c [C] 'function int led_trigger_register(led_trigger*)' at leds.h:369:1 has some sub-type changes: CRC value (modversions) changed from 0xbe77e072 to 0x30ccdf46 [C] 'function void led_trigger_register_simple(const char*, led_trigger**)' at leds.h:374:1 has some sub-type changes: CRC value (modversions) changed from 0xcb66efd6 to 0x9649cb84 [C] 'function void led_trigger_unregister(led_trigger*)' at leds.h:370:1 has some sub-type changes: CRC value (modversions) changed from 0xd8362e38 to 0x78c961a [C] 'function void led_trigger_unregister_simple(led_trigger*)' at leds.h:376:1 has some sub-type changes: CRC value (modversions) changed from 0xd7e65333 to 0xa2627aa1 [C] 'function nls_table* load_nls(char*)' at nls.h:50:1 has some sub-type changes: CRC value (modversions) changed from 0x9c2f5fc to 0xfe8bbaf9 [C] 'function nls_table* load_nls_default()' at nls_base.c:532:1 has some sub-type changes: CRC value (modversions) changed from 0x8a8d7517 to 0x567459de [C] 'function dentry* lock_rename(dentry*, dentry*)' at namei.h:68:1 has some sub-type changes: CRC value (modversions) changed from 0x6f196f83 to 0x5f85466e [C] 'function void lock_sock_nested(sock*, int)' at sock.h:1538:1 has some sub-type changes: CRC value (modversions) changed from 0xe20a07e4 to 0xc46b552f [C] 'function dentry* lookup_one_len(const char*, dentry*, int)' at namei.h:61:1 has some sub-type changes: CRC value (modversions) changed from 0x8514c9cc to 0x30e23769 [C] 'function void make_bad_inode(inode*)' at bad_inode.c:198:1 has some sub-type changes: CRC value (modversions) changed from 0xfa5d1e6b to 0xf3de89b4 [C] 'function void mark_buffer_dirty(buffer_head*)' at buffer.c:1087:1 has some sub-type changes: CRC value (modversions) changed from 0x8f4b13a2 to 0xaf467add [C] 'function void mark_page_accessed(page*)' at swap.h:337:1 has some sub-type changes: CRC value (modversions) changed from 0x994b4127 to 0x7965d91e [C] 'function void mbox_chan_received_data(mbox_chan*, void*)' at mailbox_controller.h:131:1 has some sub-type changes: CRC value (modversions) changed from 0xc1f733dc to 0x6b70eb94 [C] 'function void mbox_chan_txdone(mbox_chan*, int)' at mailbox_controller.h:132:1 has some sub-type changes: CRC value (modversions) changed from 0x1ff33764 to 0xe4554ced [C] 'function void mbox_client_txdone(mbox_chan*, int)' at mailbox_client.h:45:1 has some sub-type changes: CRC value (modversions) changed from 0x9f3c824 to 0xb7d2d8e2 [C] 'function int mbox_controller_register(mbox_controller*)' at mailbox.c:476:1 has some sub-type changes: CRC value (modversions) changed from 0xbdcb7c8a to 0x29002960 [C] 'function void mbox_controller_unregister(mbox_controller*)' at mailbox.c:527:1 has some sub-type changes: CRC value (modversions) changed from 0x59057fb5 to 0x84ff93ca [C] 'function void mbox_free_channel(mbox_chan*)' at mailbox_client.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0x17db8c99 to 0xbe68c025 [C] 'function mbox_chan* mbox_request_channel(mbox_client*, int)' at mailbox_client.h:42:1 has some sub-type changes: CRC value (modversions) changed from 0x9876a8b6 to 0xd72856d6 [C] 'function int mbox_send_message(mbox_chan*, void*)' at mailbox_client.h:43:1 has some sub-type changes: CRC value (modversions) changed from 0x4eaabe06 to 0xe3c58533 [C] 'function mii_bus* mdiobus_alloc_size(size_t)' at mdio_bus.c:146:1 has some sub-type changes: CRC value (modversions) changed from 0x3c34c1c0 to 0xb7167397 [C] 'function void mdiobus_free(mii_bus*)' at mdio_bus.c:487:1 has some sub-type changes: CRC value (modversions) changed from 0x724bef21 to 0xfedc26a6 [C] 'function int mdiobus_read(mii_bus*, int, unsigned int)' at mdio.h:320:1 has some sub-type changes: CRC value (modversions) changed from 0xa663c2b8 to 0x258e8ece [C] 'function void mdiobus_unregister(mii_bus*)' at mdio_bus.c:451:1 has some sub-type changes: CRC value (modversions) changed from 0x1847dc57 to 0xd1e10688 [C] 'function int mdiobus_write(mii_bus*, int, unsigned int, unsigned short int)' at mdio.h:322:1 has some sub-type changes: CRC value (modversions) changed from 0xf4e2f385 to 0xe0c561b2 [C] 'function media_link* media_create_intf_link(media_entity*, media_interface*, u32)' at mc-entity.c:962:1 has some sub-type changes: CRC value (modversions) changed from 0x647039ee to 0xdeaddc80 [C] 'function int media_create_pad_link(media_entity*, u16, media_entity*, u16, u32)' at mc-entity.c:659:1 has some sub-type changes: CRC value (modversions) changed from 0xdefca085 to 0xa27f0ba5 [C] 'function void media_device_cleanup(media_device*)' at mc-device.c:720:1 has some sub-type changes: CRC value (modversions) changed from 0x962c35f7 to 0x5484aa93 [C] 'function void media_device_init(media_device*)' at mc-device.c:702:1 has some sub-type changes: CRC value (modversions) changed from 0x3c8767f4 to 0x2069514e [C] 'function int media_device_register_entity(media_device*, media_entity*)' at mc-device.c:583:1 has some sub-type changes: CRC value (modversions) changed from 0x7113f001 to 0x3d363488 [C] 'function void media_device_unregister(media_device*)' at mc-device.c:799:1 has some sub-type changes: CRC value (modversions) changed from 0xabb01dab to 0x48740301 [C] 'function void media_device_unregister_entity(media_entity*)' at mc-device.c:679:1 has some sub-type changes: CRC value (modversions) changed from 0x6faada22 to 0xd65b6f6c [C] 'function media_intf_devnode* media_devnode_create(media_device*, u32, u32, u32, u32)' at mc-entity.c:934:1 has some sub-type changes: CRC value (modversions) changed from 0x7975df13 to 0xbd506aa8 [C] 'function void media_devnode_remove(media_intf_devnode*)' at mc-entity.c:954:1 has some sub-type changes: CRC value (modversions) changed from 0x899884e to 0xed4f705c [C] 'function media_link* media_entity_find_link(media_pad*, media_pad*)' at media-entity.h:844:1 has some sub-type changes: CRC value (modversions) changed from 0xd02428f5 to 0x56b42cc [C] 'function int media_entity_pads_init(media_entity*, u16, media_pad*)' at mc-entity.c:197:1 has some sub-type changes: CRC value (modversions) changed from 0xad3ed395 to 0x7cee8e4d [C] 'function media_pad* media_entity_remote_pad(const media_pad*)' at mc-entity.c:900:1 has some sub-type changes: CRC value (modversions) changed from 0x9d8698b to 0x3241d75 [C] 'function void media_entity_remove_links(media_entity*)' at mc-entity.c:787:1 has some sub-type changes: CRC value (modversions) changed from 0xc1a9577a to 0x1a17288 [C] 'function int media_entity_setup_link(media_link*, u32)' at mc-entity.c:871:1 has some sub-type changes: CRC value (modversions) changed from 0x49ccebca to 0x62a58d86 [C] 'function int media_graph_walk_init(media_graph*, media_device*)' at media-entity.h:888:1 has some sub-type changes: CRC value (modversions) changed from 0xfa6114cf to 0xefd0cde7 [C] 'function media_entity* media_graph_walk_next(media_graph*)' at mc-entity.c:345:1 has some sub-type changes: CRC value (modversions) changed from 0xd138500b to 0x2d28d8c1 [C] 'function void media_graph_walk_start(media_graph*, media_entity*)' at mc-entity.c:294:1 has some sub-type changes: CRC value (modversions) changed from 0x5c50a8b0 to 0x7651f051 [C] 'function void media_remove_intf_links(media_interface*)' at mc-entity.c:1016:1 has some sub-type changes: CRC value (modversions) changed from 0x7a89071b to 0x2bcca6a4 [C] 'function int mfd_add_devices(device*, int, const mfd_cell*, int, resource*, int, irq_domain*)' at mfd-core.c:282:1 has some sub-type changes: CRC value (modversions) changed from 0x4a82b38f to 0xed63cd1a [C] 'function void mfd_remove_devices(device*)' at mfd-core.c:338:1 has some sub-type changes: CRC value (modversions) changed from 0x9172a594 to 0x64fc8431 [C] 'function unsigned int mii_check_media(mii_if_info*, unsigned int, unsigned int)' at mii.h:43:1 has some sub-type changes: CRC value (modversions) changed from 0xc7162c77 to 0x17b74eb5 [C] 'function void mii_ethtool_get_link_ksettings(mii_if_info*, ethtool_link_ksettings*)' at mii.h:36:1 has some sub-type changes: CRC value (modversions) changed from 0xd9584ac4 to 0xcdcf006c [C] 'function int mii_ethtool_gset(mii_if_info*, ethtool_cmd*)' at mii.h:35:1 has some sub-type changes: CRC value (modversions) changed from 0xa321d71c to 0x8998fe56 [C] 'function int mii_ethtool_set_link_ksettings(mii_if_info*, const ethtool_link_ksettings*)' at mii.h:39:1 has some sub-type changes: CRC value (modversions) changed from 0x5b2ce144 to 0x7f0d4f71 [C] 'function int mii_link_ok(mii_if_info*)' at mii.h:33:1 has some sub-type changes: CRC value (modversions) changed from 0x1f462558 to 0x68185b8e [C] 'function int mii_nway_restart(mii_if_info*)' at mii.h:34:1 has some sub-type changes: CRC value (modversions) changed from 0x5b24e290 to 0xc6c35ea [C] 'function int mipi_dsi_attach(mipi_dsi_device*)' at drm_mipi_dsi.c:322:1 has some sub-type changes: CRC value (modversions) changed from 0x3ccbea4b to 0x923a22a [C] 'function ssize_t mipi_dsi_dcs_read(mipi_dsi_device*, u8, void*, size_t)' at drm_mipi_dsi.c:734:1 has some sub-type changes: CRC value (modversions) changed from 0x46be8c35 to 0x9148f927 [C] 'function int mipi_dsi_dcs_set_display_brightness(mipi_dsi_device*, u16)' at drm_mipi_dsi.c:1053:1 has some sub-type changes: CRC value (modversions) changed from 0x6c2b1bc3 to 0x3fd326e9 [C] 'function int mipi_dsi_dcs_set_tear_off(mipi_dsi_device*)' at drm_mipi_dsi.c:967:1 has some sub-type changes: CRC value (modversions) changed from 0xd2753cb9 to 0xfce0839f [C] 'function ssize_t mipi_dsi_dcs_write(mipi_dsi_device*, u8, void*, size_t)' at drm_mipi_dsi.c:694:1 has some sub-type changes: CRC value (modversions) changed from 0xe1d16051 to 0x80943c8 [C] 'function ssize_t mipi_dsi_dcs_write_buffer(mipi_dsi_device*, void*, size_t)' at drm_mipi_dsi.c:651:1 has some sub-type changes: CRC value (modversions) changed from 0xffbc3fec to 0x80c1e576 [C] 'function int mipi_dsi_detach(mipi_dsi_device*)' at drm_mipi_dsi.c:337:1 has some sub-type changes: CRC value (modversions) changed from 0x6340105f to 0xcb83da12 [C] 'function mipi_dsi_device* mipi_dsi_device_register_full(mipi_dsi_host*, const mipi_dsi_device_info*)' at drm_mipi_dsi.c:200:1 has some sub-type changes: CRC value (modversions) changed from 0x2eb9dffc to 0x2712c5b7 [C] 'function void mipi_dsi_device_unregister(mipi_dsi_device*)' at drm_mipi_dsi.c:243:1 has some sub-type changes: CRC value (modversions) changed from 0x71e254b to 0x95e1894 [C] 'function int mipi_dsi_driver_register_full(mipi_dsi_driver*, module*)' at drm_mipi_dsi.c:1125:1 has some sub-type changes: CRC value (modversions) changed from 0x503743ea to 0xe86a6e2 [C] 'function void mipi_dsi_driver_unregister(mipi_dsi_driver*)' at drm_mipi_dsi.c:1148:1 has some sub-type changes: CRC value (modversions) changed from 0x32dd67c4 to 0xb0be7db7 [C] 'function ssize_t mipi_dsi_generic_read(mipi_dsi_device*, void*, size_t, void*, size_t)' at drm_mipi_dsi.c:607:1 has some sub-type changes: CRC value (modversions) changed from 0xa90a1a14 to 0x2b2eaff2 [C] 'function ssize_t mipi_dsi_generic_write(mipi_dsi_device*, void*, size_t)' at drm_mipi_dsi.c:562:1 has some sub-type changes: CRC value (modversions) changed from 0xdf4e1f7e to 0x82c083a4 [C] 'function int mipi_dsi_host_register(mipi_dsi_host*)' at drm_mipi_dsi.c:280:1 has some sub-type changes: CRC value (modversions) changed from 0x6bcb89b3 to 0x352bc720 [C] 'function void mipi_dsi_host_unregister(mipi_dsi_host*)' at drm_mipi_dsi.c:308:1 has some sub-type changes: CRC value (modversions) changed from 0x7fcb8133 to 0xe8595b95 [C] 'function int mipi_dsi_set_maximum_return_packet_size(mipi_dsi_device*, u16)' at drm_mipi_dsi.c:534:1 has some sub-type changes: CRC value (modversions) changed from 0xd4e2cd94 to 0x93cca8a2 [C] 'function void misc_deregister(miscdevice*)' at miscdevice.h:79:1 has some sub-type changes: CRC value (modversions) changed from 0x3568cca5 to 0x57d547c8 [C] 'function int misc_register(miscdevice*)' at miscdevice.h:78:1 has some sub-type changes: CRC value (modversions) changed from 0x9e5e0245 to 0x91df2ea7 [C] 'function void mm_trace_rss_stat(mm_struct*, int, long int, long int)' at mm.h:1669:1 has some sub-type changes: CRC value (modversions) changed from 0xf35c7c18 to 0x9b67709b [C] 'function int mmc_add_host(mmc_host*)' at host.c:463:1 has some sub-type changes: CRC value (modversions) changed from 0x1cd5b534 to 0x1cd8d80a [C] 'function mmc_host* mmc_alloc_host(int, device*)' at host.c:397:1 has some sub-type changes: CRC value (modversions) changed from 0x2b556196 to 0xc33e7dba [C] 'function int mmc_app_cmd(mmc_host*, mmc_card*)' at sd_ops.c:21:1 has some sub-type changes: CRC value (modversions) changed from 0xa9be585e to 0x6005f4a4 [C] 'function unsigned int mmc_calc_max_discard(mmc_card*)' at core.c:2060:1 has some sub-type changes: CRC value (modversions) changed from 0x239c9a21 to 0x11bf63df [C] 'function int mmc_can_erase(mmc_card*)' at core.c:1922:1 has some sub-type changes: CRC value (modversions) changed from 0xe819f423 to 0xff3503cd [C] 'function bool mmc_can_gpio_cd(mmc_host*)' at slot-gpio.c:207:1 has some sub-type changes: CRC value (modversions) changed from 0x93aaa620 to 0xc40e311b [C] 'function int mmc_can_sanitize(mmc_card*)' at core.c:1952:1 has some sub-type changes: CRC value (modversions) changed from 0xb1cb7433 to 0x276d17f7 [C] 'function int mmc_can_secure_erase_trim(mmc_card*)' at core.c:1962:1 has some sub-type changes: CRC value (modversions) changed from 0x910818e3 to 0xac02c94f [C] 'function int mmc_can_trim(mmc_card*)' at core.c:1931:1 has some sub-type changes: CRC value (modversions) changed from 0x2079ea02 to 0x5f9e0317 [C] 'function int mmc_cmdq_disable(mmc_card*)' at mmc_ops.c:998:1 has some sub-type changes: CRC value (modversions) changed from 0x3eafa465 to 0xd5d88288 [C] 'function int mmc_cmdq_enable(mmc_card*)' at mmc_ops.h:41:1 has some sub-type changes: CRC value (modversions) changed from 0xa830e348 to 0x2deecf6c [C] 'function void mmc_cqe_post_req(mmc_host*, mmc_request*)' at core.c:532:1 has some sub-type changes: CRC value (modversions) changed from 0xf62f6d0c to 0xff80d12e [C] 'function int mmc_cqe_recovery(mmc_host*)' at core.c:551:1 has some sub-type changes: CRC value (modversions) changed from 0xed22ee71 to 0x7758b508 [C] 'function void mmc_cqe_request_done(mmc_host*, mmc_request*)' at core.c:498:1 has some sub-type changes: CRC value (modversions) changed from 0x5a84b69d to 0xc6fbf633 [C] 'function int mmc_cqe_start_req(mmc_host*, mmc_request*)' at core.c:448:1 has some sub-type changes: CRC value (modversions) changed from 0xacf8c083 to 0xe69070bf [C] 'function int mmc_detect_card_removed(mmc_host*)' at core.c:2241:1 has some sub-type changes: CRC value (modversions) changed from 0x578adf33 to 0x3c440d85 [C] 'function void mmc_detect_change(mmc_host*, unsigned long int)' at core.c:1496:1 has some sub-type changes: CRC value (modversions) changed from 0x9e0e9624 to 0xa2caf0ef [C] 'function int mmc_erase(mmc_card*, unsigned int, unsigned int, unsigned int)' at core.c:1861:1 has some sub-type changes: CRC value (modversions) changed from 0x3596b5df to 0x61fc2c91 [C] 'function int mmc_erase_group_aligned(mmc_card*, unsigned int, unsigned int)' at core.c:1971:1 has some sub-type changes: CRC value (modversions) changed from 0xe16a8e6c to 0x8628fc98 [C] 'function int mmc_flush_cache(mmc_card*)' at mmc_ops.h:40:1 has some sub-type changes: CRC value (modversions) changed from 0x6a9afef7 to 0x60d7bd2c [C] 'function void mmc_free_host(mmc_host*)' at host.c:520:1 has some sub-type changes: CRC value (modversions) changed from 0xfe32b19e to 0x2ff88d89 [C] 'function void mmc_get_card(mmc_card*, mmc_ctx*)' at core.c:873:1 has some sub-type changes: CRC value (modversions) changed from 0x43f0dc86 to 0x391c91f7 [C] 'function int mmc_get_ext_csd(mmc_card*, unsigned char**)' at mmc_ops.h:31:1 has some sub-type changes: CRC value (modversions) changed from 0x1ca374d1 to 0x51ed775f [C] 'function int mmc_gpio_get_cd(mmc_host*)' at slot-gpio.c:74:1 has some sub-type changes: CRC value (modversions) changed from 0x7b602e65 to 0x6dbf8746 [C] 'function int mmc_gpio_get_ro(mmc_host*)' at slot-gpio.c:63:1 has some sub-type changes: CRC value (modversions) changed from 0x2af2efd8 to 0x109055c0 [C] 'function int mmc_gpiod_request_cd(mmc_host*, const char*, unsigned int, bool, unsigned int, bool*)' at slot-gpio.h:18:1 has some sub-type changes: CRC value (modversions) changed from 0x341fac01 to 0xb2bf6897 [C] 'function void mmc_gpiod_request_cd_irq(mmc_host*)' at slot-gpio.h:27:1 has some sub-type changes: CRC value (modversions) changed from 0x9c1022ec to 0xd785951d [C] 'function int mmc_gpiod_request_ro(mmc_host*, const char*, unsigned int, unsigned int, bool*)' at slot-gpio.h:21:1 has some sub-type changes: CRC value (modversions) changed from 0xf9becbd5 to 0x14896faa [C] 'function int mmc_hw_reset(mmc_host*)' at core.c:2118:1 has some sub-type changes: CRC value (modversions) changed from 0x161cf23d to 0x6cf5ce65 [C] 'function int mmc_of_parse(mmc_host*)' at host.c:174:1 has some sub-type changes: CRC value (modversions) changed from 0xe02cebab to 0xeedf9356 [C] 'function int mmc_of_parse_voltage(device_node*, u32*)' at host.c:355:1 has some sub-type changes: CRC value (modversions) changed from 0x2f9eba11 to 0x505e24bb [C] 'function void mmc_put_card(mmc_card*, mmc_ctx*)' at core.c:884:1 has some sub-type changes: CRC value (modversions) changed from 0x8683beab to 0xf3404d91 [C] 'function int mmc_register_driver(mmc_driver*)' at bus.c:227:1 has some sub-type changes: CRC value (modversions) changed from 0x6f7f0104 to 0x8b13b4e4 [C] 'function int mmc_regulator_get_supply(mmc_host*)' at regulator.c:232:1 has some sub-type changes: CRC value (modversions) changed from 0x8cc9a390 to 0x6e2d60 [C] 'function int mmc_regulator_set_ocr(mmc_host*, regulator*, unsigned short int)' at regulator.c:106:1 has some sub-type changes: CRC value (modversions) changed from 0x91cfd5ae to 0xf8dae839 [C] 'function int mmc_regulator_set_vqmmc(mmc_host*, mmc_ios*)' at regulator.c:167:1 has some sub-type changes: CRC value (modversions) changed from 0x7beec8da to 0xba059b44 [C] 'function void mmc_release_host(mmc_host*)' at core.c:844:1 has some sub-type changes: CRC value (modversions) changed from 0x91d85d9a to 0x5d1e82a2 [C] 'function void mmc_remove_host(mmc_host*)' at host.c:497:1 has some sub-type changes: CRC value (modversions) changed from 0xc7bf9eaf to 0xac542d33 [C] 'function void mmc_request_done(mmc_host*, mmc_request*)' at core.c:138:1 has some sub-type changes: CRC value (modversions) changed from 0x448711f9 to 0x9495c4d9 [C] 'function void mmc_retune_pause(mmc_host*)' at host.c:71:1 has some sub-type changes: CRC value (modversions) changed from 0xe80b91a4 to 0xf3c567a9 [C] 'function void mmc_retune_release(mmc_host*)' at host.h:19:1 has some sub-type changes: CRC value (modversions) changed from 0x43bd069d to 0x8ab615e5 [C] 'function void mmc_retune_unpause(mmc_host*)' at host.c:81:1 has some sub-type changes: CRC value (modversions) changed from 0xf65f2a09 to 0xc9b5c3d3 [C] 'function void mmc_run_bkops(mmc_card*)' at mmc_ops.c:920:1 has some sub-type changes: CRC value (modversions) changed from 0x534cde34 to 0x975de27c [C] 'function int mmc_send_status(mmc_card*, unsigned int*)' at mmc_ops.h:24:1 has some sub-type changes: CRC value (modversions) changed from 0x364a33da to 0xea1760d2 [C] 'function int mmc_send_tuning(mmc_host*, u32, int*)' at mmc_ops.c:611:1 has some sub-type changes: CRC value (modversions) changed from 0x27ec8ee3 to 0x86f328b8 [C] 'function void mmc_set_data_timeout(mmc_data*, const mmc_card*)' at core.c:665:1 has some sub-type changes: CRC value (modversions) changed from 0x45736ca8 to 0x47f4c48c [C] 'function int mmc_start_request(mmc_host*, mmc_request*)' at core.c:335:1 has some sub-type changes: CRC value (modversions) changed from 0x87b5d8a5 to 0xa48eb441 [C] 'function int mmc_switch(mmc_card*, u8, u8, u8, unsigned int)' at mmc_ops.c:603:1 has some sub-type changes: CRC value (modversions) changed from 0xa2afe1e0 to 0xdd188707 [C] 'function void mmc_unregister_driver(mmc_driver*)' at bus.c:239:1 has some sub-type changes: CRC value (modversions) changed from 0x52cc4b3b to 0x360d7034 [C] 'function int mmc_wait_for_cmd(mmc_host*, mmc_command*, int)' at core.c:638:1 has some sub-type changes: CRC value (modversions) changed from 0xf65a43e4 to 0xf44dcadb [C] 'function void mmc_wait_for_req(mmc_host*, mmc_request*)' at core.c:619:1 has some sub-type changes: CRC value (modversions) changed from 0x10c71cd4 to 0xf60fa926 [C] 'function void mmput(mm_struct*)' at fork.c:1106:1 has some sub-type changes: CRC value (modversions) changed from 0x438b01c5 to 0xf9e17419 [C] 'function void mod_node_page_state(pglist_data*, node_stat_item, long int)' at vmstat.c:575:1 has some sub-type changes: CRC value (modversions) changed from 0x9211de16 to 0x84480b83 [C] 'function void module_layout(module*, modversion_info*, kernel_param*, kernel_symbol*, tracepoint* const*)' at module.c:4574:1 has some sub-type changes: CRC value (modversions) changed from 0xdc6e892c to 0xf35ab5e5 [C] 'function void module_put(module*)' at module.h:634:1 has some sub-type changes: CRC value (modversions) changed from 0x83dd2344 to 0x60c83ce8 [C] 'function dentry* mount_bdev(file_system_type*, int, const char*, void*, int (super_block*, void*, int)*)' at fs.h:2321:1 has some sub-type changes: CRC value (modversions) changed from 0xfb61999a to 0xf6b9744a [C] 'function int mpage_readpage(page*, get_block_t*)' at mpage.c:454:1 has some sub-type changes: CRC value (modversions) changed from 0xf6c529df to 0xdad9abaf [C] 'function int mpage_readpages(address_space*, list_head*, unsigned int, int (inode*, long long unsigned int, buffer_head*, int)*)' at mpage.h:17:1 has some sub-type changes: CRC value (modversions) changed from 0xee9fa0c2 to 0x223b31c1 [C] 'function int mpage_writepages(address_space*, writeback_control*, get_block_t*)' at mpage.c:748:1 has some sub-type changes: CRC value (modversions) changed from 0x5f94c6d7 to 0x2257a04d [C] 'function int n_tty_ioctl_helper(tty_struct*, file*, unsigned int, unsigned long int)' at tty.h:757:1 has some sub-type changes: CRC value (modversions) changed from 0xc7b9eac8 to 0x60582c8d [C] 'function bool napi_complete_done(napi_struct*, int)' at netdevice.h:479:1 has some sub-type changes: CRC value (modversions) changed from 0x64333a03 to 0x882b8e5b [C] 'function void napi_consume_skb(sk_buff*, int)' at skbuff.c:897:1 has some sub-type changes: CRC value (modversions) changed from 0x41237899 to 0x476ab715 [C] 'function void napi_disable(napi_struct*)' at netdevice.h:514:1 has some sub-type changes: CRC value (modversions) changed from 0x35a2dc59 to 0xf7ce1da8 [C] 'function void napi_gro_flush(napi_struct*, bool)' at dev.c:5353:1 has some sub-type changes: CRC value (modversions) changed from 0xb5658925 to 0x8b124821 [C] 'function gro_result napi_gro_receive(napi_struct*, sk_buff*)' at netdevice.h:3683:1 has some sub-type changes: CRC value (modversions) changed from 0x13ec801c to 0x5a16d1b4 [C] 'function bool napi_hash_del(napi_struct*)' at netdevice.h:505:1 has some sub-type changes: CRC value (modversions) changed from 0xa59ab01 to 0x7575503c [C] 'function bool napi_schedule_prep(napi_struct*)' at netdevice.h:442:1 has some sub-type changes: CRC value (modversions) changed from 0x82ae55a0 to 0x4f930fd8 [C] 'function void neigh_destroy(neighbour*)' at neighbour.h:325:1 has some sub-type changes: CRC value (modversions) changed from 0x8c901846 to 0x497e4e05 [C] 'function void netdev_change_features(net_device*)' at dev.c:8820:1 has some sub-type changes: CRC value (modversions) changed from 0xc9c0136 to 0xde881c39 [C] 'function void netdev_err(const net_device*, const char*, ...)' at netdevice.h:4768:1 has some sub-type changes: CRC value (modversions) changed from 0x1023623a to 0x57a029cf [C] 'function void netdev_info(const net_device*, const char*, ...)' at netdevice.h:4774:1 has some sub-type changes: CRC value (modversions) changed from 0xf7a7fe3a to 0x22b6bc48 [C] 'function void netdev_lower_state_changed(net_device*, void*)' at dev.c:7628:1 has some sub-type changes: CRC value (modversions) changed from 0xb89deee7 to 0x4561498a [C] 'function int netdev_master_upper_dev_link(net_device*, net_device*, void*, void*, netlink_ext_ack*)' at dev.c:7377:1 has some sub-type changes: CRC value (modversions) changed from 0x2c6fb42f to 0x767f447 [C] 'function void netdev_notify_peers(net_device*)' at dev.c:1290:1 has some sub-type changes: CRC value (modversions) changed from 0x44a41ad9 to 0x736c86d3 [C] 'function u16 netdev_pick_tx(net_device*, sk_buff*, net_device*)' at dev.c:3622:1 has some sub-type changes: CRC value (modversions) changed from 0x33f55219 to 0x12dfef49 [C] 'function void netdev_printk(const char*, const net_device*, const char*, ...)' at netdevice.h:4759:1 has some sub-type changes: CRC value (modversions) changed from 0x178668e4 to 0x79d30697 [C] 'function int netdev_rx_handler_register(net_device*, rx_handler_func_t*, void*)' at dev.c:4642:1 has some sub-type changes: CRC value (modversions) changed from 0xbc3cd807 to 0xcd847d8a [C] 'function void netdev_rx_handler_unregister(net_device*)' at dev.c:4668:1 has some sub-type changes: CRC value (modversions) changed from 0xa53bd945 to 0x77556fbe [C] 'function int netdev_upper_dev_link(net_device*, net_device*, netlink_ext_ack*)' at dev.c:7354:1 has some sub-type changes: CRC value (modversions) changed from 0xd49687b9 to 0x83346cc2 [C] 'function void netdev_upper_dev_unlink(net_device*, net_device*)' at dev.c:7395:1 has some sub-type changes: CRC value (modversions) changed from 0xf5a4838f to 0xdebf463e [C] 'function void netdev_warn(const net_device*, const char*, ...)' at netdevice.h:4770:1 has some sub-type changes: CRC value (modversions) changed from 0x7b02a93b to 0x4ff11265 [C] 'function void netif_carrier_off(net_device*)' at netdevice.h:3832:1 has some sub-type changes: CRC value (modversions) changed from 0x86b0ad5a to 0xb8dae6af [C] 'function void netif_carrier_on(net_device*)' at netdevice.h:3830:1 has some sub-type changes: CRC value (modversions) changed from 0x1f277d4c to 0x3c2dddda [C] 'function void netif_device_attach(net_device*)' at netdevice.h:3901:1 has some sub-type changes: CRC value (modversions) changed from 0x779c0ec4 to 0x7d0094c4 [C] 'function void netif_device_detach(net_device*)' at netdevice.h:3899:1 has some sub-type changes: CRC value (modversions) changed from 0xc25d6ab0 to 0xaa4f5d36 [C] 'function void netif_napi_add(net_device*, napi_struct*, int (napi_struct*, int)*, int)' at netdevice.h:2265:1 has some sub-type changes: CRC value (modversions) changed from 0x310d3b5b to 0x9b06dbce [C] 'function void netif_napi_del(napi_struct*)' at netdevice.h:2294:1 has some sub-type changes: CRC value (modversions) changed from 0x890a4968 to 0x8c16234 [C] 'function int netif_receive_skb(sk_buff*)' at netdevice.h:3680:1 has some sub-type changes: CRC value (modversions) changed from 0xe6a07190 to 0xc88a927b [C] 'function int netif_rx(sk_buff*)' at netdevice.h:3678:1 has some sub-type changes: CRC value (modversions) changed from 0x69f585b9 to 0x52c143e8 [C] 'function int netif_rx_ni(sk_buff*)' at dev.c:4467:1 has some sub-type changes: CRC value (modversions) changed from 0x407ffbbc to 0x6a1f6cb1 [C] 'function void netif_schedule_queue(netdev_queue*)' at netdevice.h:3112:1 has some sub-type changes: CRC value (modversions) changed from 0xab08223b to 0x8e485581 [C] 'function int netif_set_real_num_rx_queues(net_device*, unsigned int)' at netdevice.h:3598:1 has some sub-type changes: CRC value (modversions) changed from 0x3c70ad02 to 0x3eb19c87 [C] 'function int netif_set_real_num_tx_queues(net_device*, unsigned int)' at netdevice.h:3595:1 has some sub-type changes: CRC value (modversions) changed from 0x1c9e8e3e to 0x1d426403 [C] 'function void netif_stacked_transfer_operstate(const net_device*, net_device*)' at dev.c:8836:1 has some sub-type changes: CRC value (modversions) changed from 0x97cf52c4 to 0xc58e7ca8 [C] 'function void netif_tx_stop_all_queues(net_device*)' at netdevice.h:3189:1 has some sub-type changes: CRC value (modversions) changed from 0xd4655a1e to 0xd8a8ec1b [C] 'function void netif_tx_wake_queue(netdev_queue*)' at netdevice.h:3148:1 has some sub-type changes: CRC value (modversions) changed from 0xae6bdf31 to 0x6c27749f [C] 'function int netlink_broadcast(sock*, sk_buff*, unsigned int, unsigned int, unsigned int)' at netlink.h:132:1 has some sub-type changes: CRC value (modversions) changed from 0xa5ffc7bf to 0x94c5590d [C] 'function bool netlink_capable(const sk_buff*, int)' at netlink.h:249:1 has some sub-type changes: CRC value (modversions) changed from 0x20b3183f to 0xf2ef4f1f [C] 'function int netlink_has_listeners(sock*, unsigned int)' at netlink.h:128:1 has some sub-type changes: CRC value (modversions) changed from 0x46f916c to 0x7d1e201d [C] 'function void netlink_kernel_release(sock*)' at netlink.h:122:1 has some sub-type changes: CRC value (modversions) changed from 0x7d9d2d25 to 0x68fb9b50 [C] 'function bool netlink_net_capable(const sk_buff*, int)' at netlink.h:250:1 has some sub-type changes: CRC value (modversions) changed from 0x6efdf388 to 0x5a348b6f [C] 'function int netlink_unicast(sock*, sk_buff*, unsigned int, int)' at netlink.h:131:1 has some sub-type changes: CRC value (modversions) changed from 0xb453150a to 0x80e79093 [C] 'function inode* new_inode(super_block*)' at fs.h:3141:1 has some sub-type changes: CRC value (modversions) changed from 0x96584627 to 0x6f4e90e6 [C] 'function nf_conntrack_tuple_hash* nf_conntrack_find_get(net*, const nf_conntrack_zone*, const nf_conntrack_tuple*)' at nf_conntrack_core.h:49:1 has some sub-type changes: CRC value (modversions) changed from 0xdbd80acc to 0xd732cfab [C] 'function bool nf_ct_get_tuplepr(const sk_buff*, unsigned int, unsigned short int, net*, nf_conntrack_tuple*)' at nf_conntrack.h:182:1 has some sub-type changes: CRC value (modversions) changed from 0x8e7b6bb6 to 0x2f68176c [C] 'function const nf_conntrack_l4proto* nf_ct_l4proto_find(unsigned char)' at nf_conntrack_l4proto.h:149:1 has some sub-type changes: CRC value (modversions) changed from 0x47c7ab97 to 0x5eb66930 [C] 'function int nf_register_net_hooks(net*, const nf_hook_ops*, unsigned int)' at netfilter.h:185:1 has some sub-type changes: CRC value (modversions) changed from 0x45795695 to 0x3bef568d [C] 'function void nf_unregister_net_hooks(net*, const nf_hook_ops*, unsigned int)' at netfilter.h:187:1 has some sub-type changes: CRC value (modversions) changed from 0x35d70773 to 0x73eac7de [C] 'function loff_t no_llseek(file*, loff_t, int)' at read_write.c:230:1 has some sub-type changes: CRC value (modversions) changed from 0x594b656f to 0x409ed5a0 [C] 'function int nonseekable_open(inode*, file*)' at open.c:1236:1 has some sub-type changes: CRC value (modversions) changed from 0x9e65be3b to 0x4a021964 [C] 'function loff_t noop_llseek(file*, loff_t, int)' at read_write.c:224:1 has some sub-type changes: CRC value (modversions) changed from 0x58c044b4 to 0xe481994 [C] 'function int notify_change(dentry*, iattr*, inode**)' at fs.h:2948:1 has some sub-type changes: CRC value (modversions) changed from 0x1101882e to 0xe18c1c59 [C] 'function bool ns_capable(user_namespace*, int)' at capability.h:211:1 has some sub-type changes: CRC value (modversions) changed from 0x5f78b807 to 0xb7858552 [C] 'function nvdimm_bus* nvdimm_bus_register(device*, nvdimm_bus_descriptor*)' at libnvdimm.h:213:1 has some sub-type changes: CRC value (modversions) changed from 0x7c46dc03 to 0xf0ef53ee [C] 'function void nvdimm_bus_unregister(nvdimm_bus*)' at libnvdimm.h:215:1 has some sub-type changes: CRC value (modversions) changed from 0xf635921f to 0xee2f80bb [C] 'function nd_region* nvdimm_pmem_region_create(nvdimm_bus*, nd_region_desc*)' at libnvdimm.h:250:1 has some sub-type changes: CRC value (modversions) changed from 0xae1e8b0a to 0x84f4abba [C] 'function nvmem_cell* nvmem_cell_get(device*, const char*)' at nvmem-consumer.h:58:1 has some sub-type changes: CRC value (modversions) changed from 0x446c0325 to 0xce32a42d [C] 'function int nvmem_cell_read_u32(device*, const char*, u32*)' at core.c:1129:1 has some sub-type changes: CRC value (modversions) changed from 0x8e3dc8a to 0xc617197f [C] 'function int nvmem_device_read(nvmem_device*, unsigned int, unsigned long int, void*)' at nvmem-consumer.h:73:1 has some sub-type changes: CRC value (modversions) changed from 0x15ad3882 to 0x90d05971 [C] 'function int nvmem_device_write(nvmem_device*, unsigned int, unsigned long int, void*)' at nvmem-consumer.h:75:1 has some sub-type changes: CRC value (modversions) changed from 0x390082d5 to 0xa317301c [C] 'function int of_address_to_resource(device_node*, int, resource*)' at of_address.h:113:1 has some sub-type changes: CRC value (modversions) changed from 0xa961df97 to 0x41fd8ae7 [C] 'function int of_alias_get_id(device_node*, const char*)' at of.h:392:1 has some sub-type changes: CRC value (modversions) changed from 0xbb0a96b5 to 0x85085f71 [C] 'function int of_clk_add_hw_provider(device_node*, clk_hw* (of_phandle_args*, void*)*, void*)' at clk-provider.h:1048:1 has some sub-type changes: CRC value (modversions) changed from 0xc6b53119 to 0x52b42d65 [C] 'function int of_clk_add_provider(device_node*, clk* (of_phandle_args*, void*)*, void*)' at clk-provider.h:1044:1 has some sub-type changes: CRC value (modversions) changed from 0xad968f53 to 0xebc75112 [C] 'function void of_clk_del_provider(device_node*)' at clk-provider.h:1056:1 has some sub-type changes: CRC value (modversions) changed from 0x15b05ce5 to 0x1aa1eeac [C] 'function clk* of_clk_get(device_node*, int)' at clk.h:966:1 has some sub-type changes: CRC value (modversions) changed from 0xa89cbba6 to 0xefe676d4 [C] 'function clk* of_clk_get_by_name(device_node*, const char*)' at clk.h:967:1 has some sub-type changes: CRC value (modversions) changed from 0x95fd9a94 to 0xe10e5650 [C] 'function clk* of_clk_get_from_provider(of_phandle_args*)' at clk.c:4688:1 has some sub-type changes: CRC value (modversions) changed from 0xa6f9df84 to 0x34555e1c [C] 'function unsigned int of_clk_get_parent_count(device_node*)' at clk.c:4752:1 has some sub-type changes: CRC value (modversions) changed from 0x7a27273f to 0x218bf752 [C] 'function const char* of_clk_get_parent_name(device_node*, int)' at clk.c:4764:1 has some sub-type changes: CRC value (modversions) changed from 0x6edd1f5d to 0x7282330c [C] 'function clk_hw* of_clk_hw_onecell_get(of_phandle_args*, void*)' at clk.c:4368:1 has some sub-type changes: CRC value (modversions) changed from 0x87d01fc9 to 0x4c345582 [C] 'function int of_clk_hw_register(device_node*, clk_hw*)' at clk.c:3895:1 has some sub-type changes: CRC value (modversions) changed from 0x5e75753d to 0xf3a22dd7 [C] 'function clk_hw* of_clk_hw_simple_get(of_phandle_args*, void*)' at clk.c:4347:1 has some sub-type changes: CRC value (modversions) changed from 0x1b75df50 to 0x9e8c18e0 [C] 'function int of_clk_set_defaults(device_node*, bool)' at clk-conf.h:15:1 has some sub-type changes: CRC value (modversions) changed from 0xb16f3f53 to 0x47ed439 [C] 'function clk* of_clk_src_onecell_get(of_phandle_args*, void*)' at clk.c:4353:1 has some sub-type changes: CRC value (modversions) changed from 0x6981863f to 0x94d2c1f5 [C] 'function clk* of_clk_src_simple_get(of_phandle_args*, void*)' at clk.c:4340:1 has some sub-type changes: CRC value (modversions) changed from 0xfa9e88a3 to 0x4d241c07 [C] 'function int of_count_phandle_with_args(const device_node*, const char*, const char*)' at of.h:376:1 has some sub-type changes: CRC value (modversions) changed from 0xd987410e to 0x104787d4 [C] 'function thermal_cooling_device* of_cpufreq_cooling_register(cpufreq_policy*)' at cpu_cooling.c:690:1 has some sub-type changes: CRC value (modversions) changed from 0x5762d675 to 0x71ca7acf [C] 'function void of_dev_put(platform_device*)' at device.c:49:1 has some sub-type changes: CRC value (modversions) changed from 0x65552c5 to 0x2b765c4 [C] 'function thermal_cooling_device* of_devfreq_cooling_register(device_node*, devfreq*)' at devfreq_cooling.c:572:1 has some sub-type changes: CRC value (modversions) changed from 0xfd6cc5e5 to 0x4bd8e24a [C] 'function thermal_cooling_device* of_devfreq_cooling_register_power(device_node*, devfreq*, devfreq_cooling_power*)' at devfreq_cooling.c:505:1 has some sub-type changes: CRC value (modversions) changed from 0x10f6a32a to 0x33d8e7d4 [C] 'function void* of_device_get_match_data(const device*)' at of_device.h:36:1 has some sub-type changes: CRC value (modversions) changed from 0xec74232a to 0xf247e061 [C] 'function bool of_device_is_available(const device_node*)' at of.h:347:1 has some sub-type changes: CRC value (modversions) changed from 0x8951bd74 to 0xa18457b4 [C] 'function bool of_device_is_big_endian(const device_node*)' at of.h:348:1 has some sub-type changes: CRC value (modversions) changed from 0xbb069ce to 0x434c3557 [C] 'function int of_device_is_compatible(const device_node*, const char*)' at of.h:343:1 has some sub-type changes: CRC value (modversions) changed from 0x915a41b4 to 0x19d07916 [C] 'function long int of_device_modalias(device*, char*, long int)' at of_device.h:38:1 has some sub-type changes: CRC value (modversions) changed from 0xce14e92 to 0xa5b14208 [C] 'function int of_device_request_module(device*)' at device.c:239:1 has some sub-type changes: CRC value (modversions) changed from 0xa2992c67 to 0x80b982ef [C] 'function int of_device_uevent_modalias(device*, kobj_uevent_env*)' at of_device.h:42:1 has some sub-type changes: CRC value (modversions) changed from 0x3058fbe2 to 0x4abbad2b [C] 'function int of_dma_configure(device*, device_node*, bool)' at of_device.h:58:1 has some sub-type changes: CRC value (modversions) changed from 0xcf187e2c to 0xce22dadf [C] 'function void of_dma_controller_free(device_node*)' at of-dma.c:136:1 has some sub-type changes: CRC value (modversions) changed from 0x76636c7 to 0x4018c9d2 [C] 'function int of_dma_controller_register(device_node*, dma_chan* (of_phandle_args*, of_dma*)*, void*)' at of-dma.c:101:1 has some sub-type changes: CRC value (modversions) changed from 0x3992da70 to 0xd449244 [C] 'function bool of_dma_is_coherent(device_node*)' at of_address.h:59:1 has some sub-type changes: CRC value (modversions) changed from 0xec68b95d to 0x910440c9 [C] 'function dma_chan* of_dma_request_slave_channel(device_node*, const char*)' at of_dma.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0xf1285b2a to 0xdfa94153 [C] 'function dma_chan* of_dma_simple_xlate(of_phandle_args*, of_dma*)' at of-dma.c:304:1 has some sub-type changes: CRC value (modversions) changed from 0x14e396c1 to 0x885fad7a [C] 'function drm_bridge* of_drm_find_bridge(device_node*)' at drm_bridge.c:475:1 has some sub-type changes: CRC value (modversions) changed from 0x31b2d417 to 0x9058c08d [C] 'function drm_panel* of_drm_find_panel(const device_node*)' at drm_panel.c:248:1 has some sub-type changes: CRC value (modversions) changed from 0x7a4e948d to 0x9a9f9cc4 [C] 'function void* of_fdt_unflatten_tree(const unsigned long int*, device_node*, device_node**)' at fdt.c:448:1 has some sub-type changes: CRC value (modversions) changed from 0x9d3d5e0 to 0x70e8bc42 [C] 'function backlight_device* of_find_backlight_by_node(device_node*)' at backlight.c:592:1 has some sub-type changes: CRC value (modversions) changed from 0xe947b585 to 0xf4e94 [C] 'function device_node* of_find_compatible_node(device_node*, const char*, const char*)' at of.h:271:1 has some sub-type changes: CRC value (modversions) changed from 0x219e5a05 to 0xda92b0c4 [C] 'function platform_device* of_find_device_by_node(device_node*)' at of_platform.h:56:1 has some sub-type changes: CRC value (modversions) changed from 0x29445c9d to 0x1fd7353b [C] 'function i2c_adapter* of_find_i2c_adapter_by_node(device_node*)' at i2c-core-of.c:147:1 has some sub-type changes: CRC value (modversions) changed from 0x3cd5e95a to 0x4d73f3a9 [C] 'function i2c_client* of_find_i2c_device_by_node(device_node*)' at i2c-core-of.c:129:1 has some sub-type changes: CRC value (modversions) changed from 0x3bae7d0f to 0x4f5bd173 [C] 'function device_node* of_find_matching_node_and_match(device_node*, const of_device_id*, const of_device_id**)' at of.h:273:1 has some sub-type changes: CRC value (modversions) changed from 0x16c6aad5 to 0x45680c9b [C] 'function mipi_dsi_host* of_find_mipi_dsi_host_by_node(device_node*)' at drm_mipi_dsi.c:261:1 has some sub-type changes: CRC value (modversions) changed from 0xa19b7bf4 to 0x498f48c8 [C] 'function device_node* of_find_node_by_name(device_node*, const char*)' at of.h:267:1 has some sub-type changes: CRC value (modversions) changed from 0xe6e45d4a to 0x1fa405ac [C] 'function device_node* of_find_node_by_phandle(unsigned int)' at of.h:285:1 has some sub-type changes: CRC value (modversions) changed from 0xa6bd526e to 0x34e77f91 [C] 'function device_node* of_find_node_by_type(device_node*, const char*)' at base.c:1037:1 has some sub-type changes: CRC value (modversions) changed from 0x658b5cb3 to 0x9ccb0455 [C] 'function device_node* of_find_node_opts_by_path(const char*, const char**)' at of.h:278:1 has some sub-type changes: CRC value (modversions) changed from 0xe12e0e76 to 0x18a987ea [C] 'function device_node* of_find_node_with_property(device_node*, const char*)' at of.h:301:1 has some sub-type changes: CRC value (modversions) changed from 0x24baa14b to 0xcdc5cdbc [C] 'function property* of_find_property(const device_node*, const char*, int*)' at of.h:304:1 has some sub-type changes: CRC value (modversions) changed from 0x2e6f0712 to 0x4c1d16fe [C] 'function int of_genpd_add_provider_onecell(device_node*, genpd_onecell_data*)' at domain.c:2085:1 has some sub-type changes: CRC value (modversions) changed from 0x19a8ea97 to 0xd5d78c61 [C] 'function int of_genpd_add_provider_simple(device_node*, generic_pm_domain*)' at domain.c:2028:1 has some sub-type changes: CRC value (modversions) changed from 0x722583fb to 0xa2b04e19 [C] 'function int of_genpd_add_subdomain(of_phandle_args*, of_phandle_args*)' at domain.c:2276:1 has some sub-type changes: CRC value (modversions) changed from 0xab7c93c1 to 0xc205f090 [C] 'function void of_genpd_del_provider(device_node*)' at domain.c:2165:1 has some sub-type changes: CRC value (modversions) changed from 0x4c25a695 to 0x638373c5 [C] 'function const __be32* of_get_address(device_node*, int, u64*, unsigned int*)' at address.c:740:1 has some sub-type changes: CRC value (modversions) changed from 0xb914766e to 0xd6585bf0 [C] 'function device_node* of_get_child_by_name(const device_node*, const char*)' at of.h:295:1 has some sub-type changes: CRC value (modversions) changed from 0x7e5c39b0 to 0x97235547 [C] 'function device_node* of_get_compatible_child(const device_node*, const char*)' at base.c:860:1 has some sub-type changes: CRC value (modversions) changed from 0x1eb4c512 to 0xa7cde8a8 [C] 'function device_node* of_get_cpu_node(int, unsigned int*)' at of.h:352:1 has some sub-type changes: CRC value (modversions) changed from 0xd918b153 to 0x637842c2 [C] 'function int of_get_dma_window(device_node*, const char*, int, unsigned long int*, dma_addr_t*, size_t*)' at of_iommu.c:34:1 has some sub-type changes: CRC value (modversions) changed from 0x24e83d83 to 0x109caf40 [C] 'function int of_get_drm_display_mode(device_node*, drm_display_mode*, u32*, int)' at drm_modes.c:707:1 has some sub-type changes: CRC value (modversions) changed from 0x60b2d1d5 to 0x29aa4d10 [C] 'function int of_get_named_gpio_flags(device_node*, const char*, int, of_gpio_flags*)' at of_gpio.h:51:1 has some sub-type changes: CRC value (modversions) changed from 0x1432e34f to 0xae29beef [C] 'function device_node* of_get_next_available_child(const device_node*, device_node*)' at of.h:290:1 has some sub-type changes: CRC value (modversions) changed from 0xb866b4ff to 0x852c1f3e [C] 'function device_node* of_get_next_child(const device_node*, device_node*)' at of.h:288:1 has some sub-type changes: CRC value (modversions) changed from 0x57db08a0 to 0xc2eab9e [C] 'function device_node* of_get_parent(const device_node*)' at of.h:286:1 has some sub-type changes: CRC value (modversions) changed from 0x42ee6335 to 0xbed91948 [C] 'function void* of_get_property(const device_node*, const char*, int*)' at of.h:349:1 has some sub-type changes: CRC value (modversions) changed from 0xc74f2a3f to 0x6117dff6 [C] 'function regulator_init_data* of_get_regulator_init_data(device*, device_node*, const regulator_desc*)' at of_regulator.h:22:1 has some sub-type changes: CRC value (modversions) changed from 0x2661976a to 0x27330ca [C] 'function int of_get_videomode(device_node*, videomode*, int)' at of_videomode.c:30:1 has some sub-type changes: CRC value (modversions) changed from 0xdf285e34 to 0x7d578726 [C] 'function device_node* of_graph_get_endpoint_by_regs(const device_node*, int, int)' at property.c:665:1 has some sub-type changes: CRC value (modversions) changed from 0x8d41a8f6 to 0xfd8a2060 [C] 'function device_node* of_graph_get_next_endpoint(const device_node*, device_node*)' at of_graph.h:45:1 has some sub-type changes: CRC value (modversions) changed from 0xa240236 to 0xdacf156d [C] 'function device_node* of_graph_get_remote_node(const device_node*, unsigned int, unsigned int)' at of_graph.h:55:1 has some sub-type changes: CRC value (modversions) changed from 0xddfee4c5 to 0xbd6023e0 [C] 'function device_node* of_graph_get_remote_port_parent(const device_node*)' at of_graph.h:52:1 has some sub-type changes: CRC value (modversions) changed from 0xae2eb7da to 0x25dde0e7 [C] 'function int of_graph_parse_endpoint(const device_node*, of_endpoint*)' at of_graph.h:41:1 has some sub-type changes: CRC value (modversions) changed from 0x9f2dc6d to 0x79ef7e35 [C] 'function int of_hwspin_lock_get_id(device_node*, int)' at hwspinlock.h:64:1 has some sub-type changes: CRC value (modversions) changed from 0x5f4991b8 to 0x8af04284 [C] 'function int of_hwspin_lock_get_id_byname(device_node*, const char*)' at hwspinlock_core.c:406:1 has some sub-type changes: CRC value (modversions) changed from 0xf3040b78 to 0xcf7bbb14 [C] 'function icc_path* of_icc_get(device*, const char*)' at core.c:294:1 has some sub-type changes: CRC value (modversions) changed from 0x170ab849 to 0x70333b82 [C] 'function icc_node* of_icc_xlate_onecell(of_phandle_args*, void*)' at core.c:234:1 has some sub-type changes: CRC value (modversions) changed from 0x44418c15 to 0x2ce87994 [C] 'function void* of_io_request_and_map(device_node*, int, const char*)' at of_address.h:42:1 has some sub-type changes: CRC value (modversions) changed from 0x3dc3f8a2 to 0x8486f1b4 [C] 'function void* of_iomap(device_node*, int)' at of_address.h:115:1 has some sub-type changes: CRC value (modversions) changed from 0xeb62b4f5 to 0x5ef96ede [C] 'function device_node* of_irq_find_parent(device_node*)' at irq.c:54:1 has some sub-type changes: CRC value (modversions) changed from 0x411226c5 to 0xa8a7b8b7 [C] 'function int of_irq_get(device_node*, int)' at of_irq.h:46:1 has some sub-type changes: CRC value (modversions) changed from 0x3401d750 to 0x412dd446 [C] 'function int of_irq_get_byname(device_node*, const char*)' at of_irq.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0x6bb08e19 to 0x423151fc [C] 'function int of_irq_parse_and_map_pci(const pci_dev*, u8, u8)' at of.c:469:1 has some sub-type changes: CRC value (modversions) changed from 0xdb60be8f to 0xd1101590 [C] 'function int of_irq_parse_one(device_node*, int, of_phandle_args*)' at of_irq.h:36:1 has some sub-type changes: CRC value (modversions) changed from 0x3fb69f16 to 0x6dd87bec [C] 'function int of_irq_to_resource(device_node*, int, resource*)' at irq.c:349:1 has some sub-type changes: CRC value (modversions) changed from 0xefe7ce3e to 0x6670db63 [C] 'function const of_device_id* of_match_device(const of_device_id*, const device*)' at of_device.h:15:1 has some sub-type changes: CRC value (modversions) changed from 0xa7888331 to 0xa463620c [C] 'function const of_device_id* of_match_node(const of_device_id*, const device_node*)' at of.h:360:1 has some sub-type changes: CRC value (modversions) changed from 0xd702a0ef to 0x67b8bd08 [C] 'function int of_mdiobus_register(mii_bus*, device_node*)' at of_mdio.c:199:1 has some sub-type changes: CRC value (modversions) changed from 0xb62a9373 to 0x7e2f836e [C] 'function int of_modalias_node(device_node*, char*, int)' at of.h:362:1 has some sub-type changes: CRC value (modversions) changed from 0x672d1e33 to 0x1a17509c [C] 'function int of_n_addr_cells(device_node*)' at of.h:358:1 has some sub-type changes: CRC value (modversions) changed from 0x17d62c73 to 0x5f430d78 [C] 'function int of_n_size_cells(device_node*)' at of.h:359:1 has some sub-type changes: CRC value (modversions) changed from 0x2f81ba5f to 0xf9fa5515 [C] 'function bool of_node_name_eq(const device_node*, const char*)' at of.h:256:1 has some sub-type changes: CRC value (modversions) changed from 0x16202a10 to 0x25e786f8 [C] 'function nvmem_cell* of_nvmem_cell_get(device_node*, const char*)' at core.c:766:1 has some sub-type changes: CRC value (modversions) changed from 0x1bc9117a to 0xb349902b [C] 'function device_node* of_parse_phandle(const device_node*, const char*, int)' at of.h:364:1 has some sub-type changes: CRC value (modversions) changed from 0x85954192 to 0x9a6cf2e4 [C] 'function int of_parse_phandle_with_args(const device_node*, const char*, const char*, int, of_phandle_args*)' at of.h:367:1 has some sub-type changes: CRC value (modversions) changed from 0xcd0224e9 to 0x16dc839e [C] 'function int of_parse_phandle_with_fixed_args(const device_node*, const char*, int, int, of_phandle_args*)' at of.h:373:1 has some sub-type changes: CRC value (modversions) changed from 0xd5af30d0 to 0x44516c6b [C] 'function int of_phandle_iterator_init(of_phandle_iterator*, const device_node*, const char*, const char*, int)' at of.h:380:1 has some sub-type changes: CRC value (modversions) changed from 0x74c5c195 to 0xd0f6f48 [C] 'function int of_phandle_iterator_next(of_phandle_iterator*)' at of.h:386:1 has some sub-type changes: CRC value (modversions) changed from 0x80a49ee1 to 0x396ff858 [C] 'function phy* of_phy_simple_xlate(device*, of_phandle_args*)' at phy-core.c:619:1 has some sub-type changes: CRC value (modversions) changed from 0x26fcf2c1 to 0x213c58b5 [C] 'function void of_platform_depopulate(device*)' at platform.c:590:1 has some sub-type changes: CRC value (modversions) changed from 0x6e4ef506 to 0xfe5f68a6 [C] 'function platform_device* of_platform_device_create(device_node*, const char*, device*)' at of_platform.h:65:1 has some sub-type changes: CRC value (modversions) changed from 0xb9ad4db6 to 0xc9141b7c [C] 'function int of_platform_populate(device_node*, const of_device_id*, const of_dev_auxdata*, device*)' at platform.c:468:1 has some sub-type changes: CRC value (modversions) changed from 0x4b0f5854 to 0xcaa2270d [C] 'function const char* of_prop_next_string(property*, const char*)' at of.h:549:1 has some sub-type changes: CRC value (modversions) changed from 0x5c55df6f to 0x7e94e7b [C] 'function const unsigned int* of_prop_next_u32(property*, const unsigned int*, unsigned int*)' at of.h:540:1 has some sub-type changes: CRC value (modversions) changed from 0x5b569ca9 to 0x5755e96f [C] 'function int of_property_count_elems_of_size(const device_node*, const char*, int)' at of.h:307:1 has some sub-type changes: CRC value (modversions) changed from 0x3ba2d53c to 0xfb65330e [C] 'function int of_property_match_string(const device_node*, const char*, const char*)' at of.h:337:1 has some sub-type changes: CRC value (modversions) changed from 0x635adc0e to 0x474bdf95 [C] 'function int of_property_read_string(const device_node*, const char*, const char**)' at of.h:334:1 has some sub-type changes: CRC value (modversions) changed from 0x45b837a to 0xb77ea64c [C] 'function int of_property_read_string_helper(const device_node*, const char*, const char**, unsigned long int, int)' at of.h:340:1 has some sub-type changes: CRC value (modversions) changed from 0x8f63be4e to 0xc8f7601d [C] 'function int of_property_read_u32_index(const device_node*, const char*, unsigned int, unsigned int*)' at of.h:309:1 has some sub-type changes: CRC value (modversions) changed from 0xfd4920af to 0xb05e1b3 [C] 'function int of_property_read_u64(const device_node*, const char*, long long unsigned int*)' at of.h:326:1 has some sub-type changes: CRC value (modversions) changed from 0x65803055 to 0xb2831ce7 [C] 'function int of_property_read_u64_index(const device_node*, const char*, u32, u64*)' at property.c:146:1 has some sub-type changes: CRC value (modversions) changed from 0xb2c6c45c to 0x5bba5714 [C] 'function int of_property_read_variable_u16_array(const device_node*, const char*, u16*, size_t, size_t)' at property.c:232:1 has some sub-type changes: CRC value (modversions) changed from 0x536c9687 to 0x5bccda9e [C] 'function int of_property_read_variable_u32_array(const device_node*, const char*, unsigned int*, unsigned long int, unsigned long int)' at of.h:321:1 has some sub-type changes: CRC value (modversions) changed from 0x861fbb2b to 0xe3918180 [C] 'function int of_property_read_variable_u64_array(const device_node*, const char*, u64*, size_t, size_t)' at property.c:351:1 has some sub-type changes: CRC value (modversions) changed from 0xea38702a to 0x8b93408f [C] 'function int of_property_read_variable_u8_array(const device_node*, const char*, u8*, size_t, size_t)' at property.c:184:1 has some sub-type changes: CRC value (modversions) changed from 0x24a721b2 to 0x8a2d872c [C] 'function pwm_device* of_pwm_get(device*, device_node*, const char*)' at core.c:678:1 has some sub-type changes: CRC value (modversions) changed from 0x9f5aa01c to 0xf96990 [C] 'function pwm_device* of_pwm_xlate_with_flags(pwm_chip*, const of_phandle_args*)' at core.c:124:1 has some sub-type changes: CRC value (modversions) changed from 0x72de3c4a to 0xa7c1866c [C] 'function int of_reserved_mem_device_init_by_idx(device*, device_node*, int)' at of_reserved_mem.c:312:1 has some sub-type changes: CRC value (modversions) changed from 0x84e40699 to 0x4fa0907b [C] 'function void of_reserved_mem_device_release(device*)' at of_reserved_mem.c:367:1 has some sub-type changes: CRC value (modversions) changed from 0x7f26fd62 to 0xcf9bbacc [C] 'function reserved_mem* of_reserved_mem_lookup(device_node*)' at of_reserved_mem.c:399:1 has some sub-type changes: CRC value (modversions) changed from 0x4e5eb6f1 to 0xd534c2f5 [C] 'function reset_control* of_reset_control_array_get(device_node*, bool, bool, bool)' at reset.h:36:1 has some sub-type changes: CRC value (modversions) changed from 0x8093db16 to 0x71f02f1d [C] 'function int of_thermal_get_ntrips(thermal_zone_device*)' at thermal_core.h:96:1 has some sub-type changes: CRC value (modversions) changed from 0xf1a3515d to 0x4f844cf7 [C] 'function const thermal_trip* of_thermal_get_trip_points(thermal_zone_device*)' at thermal_core.h:99:1 has some sub-type changes: CRC value (modversions) changed from 0x45291909 to 0x97dea0e4 [C] 'function bool of_thermal_is_trip_valid(thermal_zone_device*, int)' at of-thermal.c:142:1 has some sub-type changes: CRC value (modversions) changed from 0x5e7a1e71 to 0xac631b0b [C] 'function long long unsigned int of_translate_address(device_node*, const unsigned int*)' at of_address.h:34:1 has some sub-type changes: CRC value (modversions) changed from 0x9c9b6c94 to 0x1c20e7d5 [C] 'function usb_phy_interface of_usb_get_phy_mode(device_node*)' at of.c:28:1 has some sub-type changes: CRC value (modversions) changed from 0x2bcbff85 to 0xe3940210 [C] 'function bool of_usb_host_tpl_support(device_node*)' at common.c:208:1 has some sub-type changes: CRC value (modversions) changed from 0x948019f4 to 0x70c9f518 [C] 'function const cred* override_creds(const cred*)' at cred.c:541:1 has some sub-type changes: CRC value (modversions) changed from 0x9196960 to 0x459c9429 [C] 'function page* pagecache_get_page(address_space*, unsigned long int, int, unsigned int)' at pagemap.h:244:1 has some sub-type changes: CRC value (modversions) changed from 0xf0c2cb7d to 0xc5160c74 [C] 'function int param_get_int(char*, const kernel_param*)' at params.c:239:1 has some sub-type changes: CRC value (modversions) changed from 0x574431f5 to 0x690ef7e5 [C] 'function int param_get_string(char*, const kernel_param*)' at params.c:505:1 has some sub-type changes: CRC value (modversions) changed from 0xdd399c2f to 0x36639c57 [C] 'function int param_get_ullong(char*, const kernel_param*)' at params.c:243:1 has some sub-type changes: CRC value (modversions) changed from 0xa5b11f62 to 0xd50517b [C] 'function int param_set_bool(const char*, const kernel_param*)' at moduleparam.h:387:1 has some sub-type changes: CRC value (modversions) changed from 0x2760171a to 0xa5dcd8e8 [C] 'function int param_set_copystring(const char*, const kernel_param*)' at params.c:491:1 has some sub-type changes: CRC value (modversions) changed from 0x28ce25f0 to 0xb336be25 [C] 'function int param_set_int(const char*, const kernel_param*)' at params.c:239:1 has some sub-type changes: CRC value (modversions) changed from 0xf519b7a1 to 0x62d0bb9c [C] 'function int param_set_uint(const char*, const kernel_param*)' at params.c:240:1 has some sub-type changes: CRC value (modversions) changed from 0x33baf877 to 0x6e9137a [C] 'function netdev_features_t passthru_features_check(sk_buff*, net_device*, netdev_features_t)' at dev.c:3114:1 has some sub-type changes: CRC value (modversions) changed from 0x7ddcffb7 to 0x1a695fd6 [C] 'function void path_get(const path*)' at path.h:13:1 has some sub-type changes: CRC value (modversions) changed from 0xa5ea9115 to 0x7b20ade7 [C] 'function void path_put(const path*)' at path.h:14:1 has some sub-type changes: CRC value (modversions) changed from 0x3efc8d2a to 0xd7087407 [C] 'function int pci_alloc_irq_vectors_affinity(pci_dev*, unsigned int, unsigned int, unsigned int, irq_affinity*)' at pci.h:1466:1 has some sub-type changes: CRC value (modversions) changed from 0x9001484a to 0xbf6f62ca [C] 'function int pci_assign_resource(pci_dev*, int)' at pci.h:1217:1 has some sub-type changes: CRC value (modversions) changed from 0xa6bc2d25 to 0x94cb3c1c [C] 'function void pci_assign_unassigned_bus_resources(pci_bus*)' at pci.h:1292:1 has some sub-type changes: CRC value (modversions) changed from 0x6ca67a22 to 0x43e17920 [C] 'function void pci_bus_add_devices(const pci_bus*)' at bus.c:342:1 has some sub-type changes: CRC value (modversions) changed from 0xab27cad4 to 0xfb1275af [C] 'function bool pci_check_and_mask_intx(pci_dev*)' at pci.c:4396:1 has some sub-type changes: CRC value (modversions) changed from 0x1c8dffdf to 0x9f29491c [C] 'function bool pci_check_and_unmask_intx(pci_dev*)' at pci.c:4410:1 has some sub-type changes: CRC value (modversions) changed from 0xbc95ed9e to 0x2b6d5696 [C] 'function void pci_clear_master(pci_dev*)' at pci.c:4177:1 has some sub-type changes: CRC value (modversions) changed from 0xd4e051b3 to 0x55112ed1 [C] 'function u8 pci_common_swizzle(pci_dev*, u8*)' at pci.c:3646:1 has some sub-type changes: CRC value (modversions) changed from 0xe3460c07 to 0xbd9d16a0 [C] 'function void pci_d3cold_disable(pci_dev*)' at pci.c:2772:1 has some sub-type changes: CRC value (modversions) changed from 0x88a19132 to 0xcfaee641 [C] 'function pci_dev* pci_dev_get(pci_dev*)' at pci-driver.c:1533:1 has some sub-type changes: CRC value (modversions) changed from 0xcb7b838c to 0x8b8728fb [C] 'function void pci_dev_put(pci_dev*)' at pci.h:1038:1 has some sub-type changes: CRC value (modversions) changed from 0x4c2a26f0 to 0x35b55a5 [C] 'function iommu_group* pci_device_group(device*)' at iommu.c:1287:1 has some sub-type changes: CRC value (modversions) changed from 0xf1421d62 to 0xf05bf550 [C] 'function bool pci_device_is_present(pci_dev*)' at pci.c:6063:1 has some sub-type changes: CRC value (modversions) changed from 0x9d8dade3 to 0x6929ee55 [C] 'function void pci_disable_device(pci_dev*)' at pci.c:1935:1 has some sub-type changes: CRC value (modversions) changed from 0xbfd86639 to 0xbfd26501 [C] 'function void pci_disable_msi(pci_dev*)' at pci.h:1450:1 has some sub-type changes: CRC value (modversions) changed from 0xbdd0d017 to 0x92602467 [C] 'function void pci_disable_msix(pci_dev*)' at pci.h:1452:1 has some sub-type changes: CRC value (modversions) changed from 0x68cddb9a to 0xb060f770 [C] 'function int pci_enable_device(pci_dev*)' at pci.c:1742:1 has some sub-type changes: CRC value (modversions) changed from 0x280e8060 to 0xef1e360c [C] 'function int pci_enable_device_mem(pci_dev*)' at pci.c:1725:1 has some sub-type changes: CRC value (modversions) changed from 0x75293b2e to 0xfebd05e4 [C] 'function int pci_enable_msi(pci_dev*)' at msi.c:1107:1 has some sub-type changes: CRC value (modversions) changed from 0x1562d214 to 0x80a90b39 [C] 'function int pci_enable_msix_range(pci_dev*, msix_entry*, int, int)' at msi.c:1164:1 has some sub-type changes: CRC value (modversions) changed from 0xa2024b9d to 0x86021533 [C] 'function int pci_enable_wake(pci_dev*, pci_power_t, bool)' at pci.c:2284:1 has some sub-type changes: CRC value (modversions) changed from 0x17a6ea03 to 0x57186397 [C] 'function pci_bus* pci_find_bus(int, int)' at pci.h:1000:1 has some sub-type changes: CRC value (modversions) changed from 0xcf4dfc67 to 0x4b7ad3c8 [C] 'function int pci_find_capability(pci_dev*, int)' at pci.h:1059:1 has some sub-type changes: CRC value (modversions) changed from 0xb8800368 to 0x6e3eff2e [C] 'function int pci_find_ext_capability(pci_dev*, int)' at pci.h:1061:1 has some sub-type changes: CRC value (modversions) changed from 0x9ce59ef6 to 0x72756e22 [C] 'function int pci_find_next_capability(pci_dev*, u8, int)' at pci.c:394:1 has some sub-type changes: CRC value (modversions) changed from 0x93b9f89e to 0x530f2ce7 [C] 'function pci_dev* pci_find_pcie_root_port(pci_dev*)' at pci.h:1033:1 has some sub-type changes: CRC value (modversions) changed from 0xd5928bf7 to 0x38d8e29 [C] 'function void pci_free_irq(pci_dev*, unsigned int, void*)' at irq.c:120:1 has some sub-type changes: CRC value (modversions) changed from 0xa00c99fa to 0x3b4646a7 [C] 'function void pci_free_irq_vectors(pci_dev*)' at msi.c:1246:1 has some sub-type changes: CRC value (modversions) changed from 0x941c61c0 to 0xde446376 [C] 'function pci_dev* pci_get_device(unsigned int, unsigned int, pci_dev*)' at search.c:327:1 has some sub-type changes: CRC value (modversions) changed from 0x336f749a to 0xc99e16ef [C] 'function pci_dev* pci_get_slot(pci_bus*, unsigned int)' at pci.h:1072:1 has some sub-type changes: CRC value (modversions) changed from 0xe0df5151 to 0x1be273ba [C] 'function void pci_intx(pci_dev*, int)' at pci.c:4319:1 has some sub-type changes: CRC value (modversions) changed from 0xc639872f to 0x6fdb02c0 [C] 'function void* pci_iomap(pci_dev*, int, unsigned long int)' at pci_iomap.c:111:1 has some sub-type changes: CRC value (modversions) changed from 0x68cc5f8f to 0x29fc9c8c [C] 'function void* pci_iomap_range(pci_dev*, int, unsigned long int, unsigned long int)' at pci_iomap.c:28:1 has some sub-type changes: CRC value (modversions) changed from 0x4f97bc70 to 0x50cbc927 [C] 'function void* pci_ioremap_bar(pci_dev*, int)' at pci.c:169:1 has some sub-type changes: CRC value (modversions) changed from 0xffa8aaf0 to 0x883b31ae [C] 'function void* pci_ioremap_wc_bar(pci_dev*, int)' at pci.c:184:1 has some sub-type changes: CRC value (modversions) changed from 0x96f943a1 to 0x7c0dcfde [C] 'function const cpumask* pci_irq_get_affinity(pci_dev*, int)' at pci.h:1472:1 has some sub-type changes: CRC value (modversions) changed from 0x2bef449b to 0xc96271ae [C] 'function int pci_irq_vector(pci_dev*, unsigned int)' at pci.h:1471:1 has some sub-type changes: CRC value (modversions) changed from 0x3ccae113 to 0xdac0fa38 [C] 'function int pci_load_and_free_saved_state(pci_dev*, pci_saved_state**)' at pci.c:1578:1 has some sub-type changes: CRC value (modversions) changed from 0xbff7ed3b to 0x39817ea2 [C] 'function int pci_load_saved_state(pci_dev*, pci_saved_state*)' at pci.c:1541:1 has some sub-type changes: CRC value (modversions) changed from 0xc9fe4329 to 0x72319654 [C] 'function const pci_device_id* pci_match_id(const pci_device_id*, pci_dev*)' at pci.h:1400:1 has some sub-type changes: CRC value (modversions) changed from 0xc2885fdf to 0x6234869e [C] 'function irq_domain* pci_msi_create_irq_domain(fwnode_handle*, msi_domain_info*, irq_domain*)' at msi.h:369:1 has some sub-type changes: CRC value (modversions) changed from 0x9288e786 to 0xe992c1d [C] 'function void pci_msi_mask_irq(irq_data*)' at msi.h:192:1 has some sub-type changes: CRC value (modversions) changed from 0x6a92c128 to 0x6cd87720 [C] 'function void pci_msi_unmask_irq(irq_data*)' at msi.h:193:1 has some sub-type changes: CRC value (modversions) changed from 0x2f35cfd1 to 0x6982ce6d [C] 'function int pci_msi_vec_count(pci_dev*)' at pci.h:1449:1 has some sub-type changes: CRC value (modversions) changed from 0xe8743cc3 to 0xa09af09a [C] 'function int pci_read_config_byte(const pci_dev*, int, unsigned char*)' at pci.h:1102:1 has some sub-type changes: CRC value (modversions) changed from 0x3db25dbf to 0x710fb94c [C] 'function int pci_read_config_dword(const pci_dev*, int, unsigned int*)' at pci.h:1104:1 has some sub-type changes: CRC value (modversions) changed from 0xf49b1df3 to 0xd4a5922a [C] 'function int pci_read_config_word(const pci_dev*, int, unsigned short int*)' at pci.h:1103:1 has some sub-type changes: CRC value (modversions) changed from 0xcfd45df7 to 0xbd26cce4 [C] 'function void pci_release_region(pci_dev*, int)' at pci.h:1304:1 has some sub-type changes: CRC value (modversions) changed from 0xe95b241a to 0x2b6a1cbe [C] 'function void pci_release_regions(pci_dev*)' at pci.c:3827:1 has some sub-type changes: CRC value (modversions) changed from 0xb120ea91 to 0xc2f2f88e [C] 'function void pci_release_selected_regions(pci_dev*, int)' at pci.h:1307:1 has some sub-type changes: CRC value (modversions) changed from 0xb650916b to 0x1c57e937 [C] 'function int pci_request_irq(pci_dev*, unsigned int, irq_handler_t, irq_handler_t, void*, const char*, ...)' at irq.c:83:1 has some sub-type changes: CRC value (modversions) changed from 0x246a0db4 to 0x38556317 [C] 'function int pci_request_region(pci_dev*, int, const char*)' at pci.c:3752:1 has some sub-type changes: CRC value (modversions) changed from 0x73014098 to 0x8053bf88 [C] 'function int pci_request_regions(pci_dev*, const char*)' at pci.c:3846:1 has some sub-type changes: CRC value (modversions) changed from 0x15e8f55d to 0x8ad1e809 [C] 'function int pci_request_selected_regions(pci_dev*, int, const char*)' at pci.c:3802:1 has some sub-type changes: CRC value (modversions) changed from 0x2aea7902 to 0x7d68d93f [C] 'function unsigned int pci_rescan_bus(pci_bus*)' at probe.c:3172:1 has some sub-type changes: CRC value (modversions) changed from 0x10f6e243 to 0x308b17cc [C] 'function int pci_reset_function(pci_dev*)' at pci.c:5067:1 has some sub-type changes: CRC value (modversions) changed from 0x32a857c3 to 0x98590e31 [C] 'function void pci_restore_state(pci_dev*)' at pci.c:1456:1 has some sub-type changes: CRC value (modversions) changed from 0xaa817216 to 0x6e58556a [C] 'function int pci_save_state(pci_dev*)' at pci.c:1345:1 has some sub-type changes: CRC value (modversions) changed from 0xada03c90 to 0xc6a7264d [C] 'function unsigned int pci_scan_child_bus(pci_bus*)' at probe.c:2897:1 has some sub-type changes: CRC value (modversions) changed from 0xf3d4ad36 to 0xdbad3097 [C] 'function int pci_scan_root_bus_bridge(pci_host_bridge*)' at probe.c:3046:1 has some sub-type changes: CRC value (modversions) changed from 0xfd1d298f to 0x8b129e31 [C] 'function int pci_select_bars(pci_dev*, unsigned long int)' at pci.c:5912:1 has some sub-type changes: CRC value (modversions) changed from 0x5b687d3 to 0xee6d0c06 [C] 'function void pci_set_master(pci_dev*)' at pci.h:1179:1 has some sub-type changes: CRC value (modversions) changed from 0x9c0b07db to 0x9391e377 [C] 'function int pci_set_mwi(pci_dev*)' at pci.h:1185:1 has some sub-type changes: CRC value (modversions) changed from 0x78c7347f to 0x3adb943e [C] 'function int pci_set_power_state(pci_dev*, pci_power_t)' at pci.c:1098:1 has some sub-type changes: CRC value (modversions) changed from 0xb2e0665b to 0xc55d8850 [C] 'function void pci_stop_and_remove_bus_device(pci_dev*)' at remove.c:114:1 has some sub-type changes: CRC value (modversions) changed from 0x9a2f3ab6 to 0x8de02d2a [C] 'function pci_saved_state* pci_store_saved_state(pci_dev*)' at pci.c:1502:1 has some sub-type changes: CRC value (modversions) changed from 0xb1ffd2bd to 0x13d37a5 [C] 'function void pci_unregister_driver(pci_driver*)' at pci.h:1370:1 has some sub-type changes: CRC value (modversions) changed from 0xab317bb4 to 0x7c09b7cd [C] 'function void pci_walk_bus(pci_bus*, int (pci_dev*, void*)*, void*)' at pci.h:1405:1 has some sub-type changes: CRC value (modversions) changed from 0xde0113e7 to 0x2b1c2312 [C] 'function int pci_write_config_byte(const pci_dev*, int, unsigned char)' at pci.h:1105:1 has some sub-type changes: CRC value (modversions) changed from 0x6a9f97f6 to 0xc42d709b [C] 'function int pci_write_config_dword(const pci_dev*, int, u32)' at access.c:570:1 has some sub-type changes: CRC value (modversions) changed from 0x4e520e8 to 0x720f47a9 [C] 'function int pci_write_config_word(const pci_dev*, int, u16)' at access.c:562:1 has some sub-type changes: CRC value (modversions) changed from 0x4e46d977 to 0x504d4a03 [C] 'function void pcie_bus_configure_settings(pci_bus*)' at probe.c:2705:1 has some sub-type changes: CRC value (modversions) changed from 0x2c68de75 to 0xbc2e2d35 [C] 'function int pcie_capability_read_dword(pci_dev*, int, u32*)' at access.c:437:1 has some sub-type changes: CRC value (modversions) changed from 0x9820e02f to 0x14bfd1d [C] 'function int pcie_capability_read_word(pci_dev*, int, u16*)' at access.c:402:1 has some sub-type changes: CRC value (modversions) changed from 0x87c8f677 to 0x220e1c54 [C] 'function int pcim_enable_device(pci_dev*)' at pci.h:1154:1 has some sub-type changes: CRC value (modversions) changed from 0x5e4257c to 0xdc8c00a9 [C] 'function perf_event* perf_event_create_kernel_counter(perf_event_attr*, int, task_struct*, perf_overflow_handler_t, void*)' at core.c:11391:1 has some sub-type changes: CRC value (modversions) changed from 0xf6cc07b5 to 0x762c3c83 [C] 'function void perf_event_disable(perf_event*)' at core.c:2280:1 has some sub-type changes: CRC value (modversions) changed from 0xfc31785f to 0x6aad89a6 [C] 'function void perf_event_enable(perf_event*)' at core.c:2825:1 has some sub-type changes: CRC value (modversions) changed from 0x544c653 to 0x60091815 [C] 'function u64 perf_event_read_value(perf_event*, u64*, u64*)' at core.c:4835:1 has some sub-type changes: CRC value (modversions) changed from 0xed819d74 to 0xd44d7c79 [C] 'function int perf_event_release_kernel(perf_event*)' at core.c:4685:1 has some sub-type changes: CRC value (modversions) changed from 0xb4e40c6b to 0xc64f94f2 [C] 'function void perf_trace_run_bpf_submit(void*, int, int, trace_event_call*, long long unsigned int, pt_regs*, hlist_head*, task_struct*)' at trace_events.h:632:1 has some sub-type changes: CRC value (modversions) changed from 0xcd49bceb to 0x34cb0d14 [C] 'function int phy_calibrate(phy*)' at phy-core.c:407:1 has some sub-type changes: CRC value (modversions) changed from 0xa8b35e62 to 0xf6f97566 [C] 'function int phy_configure(phy*, phy_configure_opts*)' at phy-core.c:433:1 has some sub-type changes: CRC value (modversions) changed from 0xc90ba1a0 to 0xc03507e5 [C] 'function phy_device* phy_connect(net_device*, const char*, void (net_device*)*, phy_interface_t)' at phy_device.c:991:1 has some sub-type changes: CRC value (modversions) changed from 0x5e1aa148 to 0x842a3b4c [C] 'function int phy_connect_direct(net_device*, phy_device*, void (net_device*)*, phy_interface_t)' at phy_device.c:955:1 has some sub-type changes: CRC value (modversions) changed from 0x13ab4391 to 0x9c0c8ad6 [C] 'function void phy_disconnect(phy_device*)' at phy_device.c:1023:1 has some sub-type changes: CRC value (modversions) changed from 0x8e9d371f to 0x3650ba6 [C] 'function int phy_drivers_register(phy_driver*, int, module*)' at phy_device.c:2342:1 has some sub-type changes: CRC value (modversions) changed from 0x67070d57 to 0xcac31ab9 [C] 'function void phy_drivers_unregister(phy_driver*, int)' at phy_device.c:2365:1 has some sub-type changes: CRC value (modversions) changed from 0x9d36b2e9 to 0x2deb6a04 [C] 'function int phy_ethtool_get_eee(phy_device*, ethtool_eee*)' at phy.c:1093:1 has some sub-type changes: CRC value (modversions) changed from 0xd8f7268b to 0x535acc5f [C] 'function int phy_ethtool_get_link_ksettings(net_device*, ethtool_link_ksettings*)' at phy.c:1190:1 has some sub-type changes: CRC value (modversions) changed from 0x46f3b486 to 0x40e6abbf [C] 'function void phy_ethtool_ksettings_get(phy_device*, ethtool_link_ksettings*)' at phy.c:366:1 has some sub-type changes: CRC value (modversions) changed from 0x52b4c9e8 to 0x66debbe1 [C] 'function int phy_ethtool_ksettings_set(phy_device*, const ethtool_link_ksettings*)' at phy.c:315:1 has some sub-type changes: CRC value (modversions) changed from 0x3e59e3b1 to 0x9574c24d [C] 'function int phy_ethtool_nway_reset(net_device*)' at phy.c:1216:1 has some sub-type changes: CRC value (modversions) changed from 0x120d1e8c to 0xba0ce7a9 [C] 'function int phy_ethtool_set_eee(phy_device*, ethtool_eee*)' at phy.c:1132:1 has some sub-type changes: CRC value (modversions) changed from 0x95945532 to 0xb2e99317 [C] 'function int phy_ethtool_set_link_ksettings(net_device*, const ethtool_link_ksettings*)' at phy.c:1204:1 has some sub-type changes: CRC value (modversions) changed from 0xeb2288cb to 0x3bacfa55 [C] 'function int phy_ethtool_set_wol(phy_device*, ethtool_wolinfo*)' at phy.c:1174:1 has some sub-type changes: CRC value (modversions) changed from 0xfd188cdd to 0xa42afc26 [C] 'function int phy_exit(phy*)' at phy-core.c:261:1 has some sub-type changes: CRC value (modversions) changed from 0x97674b48 to 0xe554e5a4 [C] 'function phy_device* phy_find_first(mii_bus*)' at phy_device.c:903:1 has some sub-type changes: CRC value (modversions) changed from 0x2ff34e01 to 0x665ac65a [C] 'function int phy_init(phy*)' at phy.h:203:1 has some sub-type changes: CRC value (modversions) changed from 0x25d2adfe to 0xda8ed05 [C] 'function int phy_mii_ioctl(phy_device*, ifreq*, int)' at phy.c:398:1 has some sub-type changes: CRC value (modversions) changed from 0xc32b483a to 0x77aa5557 [C] 'function int phy_pm_runtime_get_sync(phy*)' at phy-core.c:166:1 has some sub-type changes: CRC value (modversions) changed from 0xdd70248b to 0x171d63d3 [C] 'function int phy_pm_runtime_put_sync(phy*)' at phy-core.c:196:1 has some sub-type changes: CRC value (modversions) changed from 0xb0d8ad47 to 0xbb91499f [C] 'function int phy_power_off(phy*)' at phy.h:206:1 has some sub-type changes: CRC value (modversions) changed from 0xfe246bcf to 0x23803304 [C] 'function int phy_power_on(phy*)' at phy.h:205:1 has some sub-type changes: CRC value (modversions) changed from 0x7429115c to 0xc5da4359 [C] 'function void phy_print_status(phy_device*)' at phy.c:94:1 has some sub-type changes: CRC value (modversions) changed from 0x9c89549f to 0x21f1bf00 [C] 'function int phy_read_mmd(phy_device*, int, unsigned int)' at phy.h:761:1 has some sub-type changes: CRC value (modversions) changed from 0x1505e113 to 0xd2526f06 [C] 'function int phy_register_fixup_for_uid(u32, u32, int (phy_device*)*)' at phy_device.c:380:1 has some sub-type changes: CRC value (modversions) changed from 0xbbe5d7a1 to 0xbda5b007 [C] 'function void phy_remove_link_mode(phy_device*, u32)' at phy_device.c:2027:1 has some sub-type changes: CRC value (modversions) changed from 0xf99a32d7 to 0x7b07c703 [C] 'function int phy_reset(phy*)' at phy-core.c:376:1 has some sub-type changes: CRC value (modversions) changed from 0x40260507 to 0xc23d05f1 [C] 'function int phy_restore_page(phy_device*, int, int)' at phy-core.c:760:1 has some sub-type changes: CRC value (modversions) changed from 0xbfdb51a to 0xb312f2b5 [C] 'function int phy_save_page(phy_device*)' at phy-core.c:708:1 has some sub-type changes: CRC value (modversions) changed from 0xb63cc4ea to 0xc2374b21 [C] 'function int phy_set_mode_ext(phy*, phy_mode, int)' at phy-core.c:359:1 has some sub-type changes: CRC value (modversions) changed from 0x485f726 to 0x7fb89b3c [C] 'function void phy_start(phy_device*)' at phy.c:869:1 has some sub-type changes: CRC value (modversions) changed from 0xfaf57578 to 0xf7053fec [C] 'function void phy_stop(phy_device*)' at phy.c:835:1 has some sub-type changes: CRC value (modversions) changed from 0x6042d64d to 0x87b5f916 [C] 'function int phy_write_mmd(phy_device*, int, unsigned int, unsigned short int)' at phy.h:784:1 has some sub-type changes: CRC value (modversions) changed from 0x4f35fe2a to 0xa63b56e7 [C] 'function const char* pin_get_name(pinctrl_dev*, const unsigned int)' at core.c:166:1 has some sub-type changes: CRC value (modversions) changed from 0xfb6b30f to 0xbd8f0b43 [C] 'function int pinconf_generic_dt_node_to_map(pinctrl_dev*, device_node*, pinctrl_map**, unsigned int*, pinctrl_map_type)' at pinconf-generic.h:188:1 has some sub-type changes: CRC value (modversions) changed from 0xe3c7a82d to 0x38955f59 [C] 'function int pinconf_generic_parse_dt_config(device_node*, pinctrl_dev*, unsigned long int**, unsigned int*)' at pinconf-generic.c:238:1 has some sub-type changes: CRC value (modversions) changed from 0x809dc5a1 to 0x23d88eb7 [C] 'function void pinctrl_add_gpio_range(pinctrl_dev*, pinctrl_gpio_range*)' at core.c:402:1 has some sub-type changes: CRC value (modversions) changed from 0x2d6460e5 to 0x66d0e657 [C] 'function void* pinctrl_dev_get_drvdata(pinctrl_dev*)' at pinctrl.h:201:1 has some sub-type changes: CRC value (modversions) changed from 0x9ce7849 to 0xc9adb95a [C] 'function int pinctrl_force_default(pinctrl_dev*)' at core.h:244:1 has some sub-type changes: CRC value (modversions) changed from 0x80db9aad to 0x3ca07a59 [C] 'function int pinctrl_force_sleep(pinctrl_dev*)' at core.h:243:1 has some sub-type changes: CRC value (modversions) changed from 0xe10ce8a3 to 0x6f0326f5 [C] 'function pinctrl* pinctrl_get(device*)' at core.c:1113:1 has some sub-type changes: CRC value (modversions) changed from 0x55af325d to 0xba22f358 [C] 'function pinctrl_state* pinctrl_lookup_state(pinctrl*, const char*)' at core.c:1204:1 has some sub-type changes: CRC value (modversions) changed from 0x7b887a29 to 0x55f56a68 [C] 'function int pinctrl_pm_select_default_state(device*)' at consumer.h:45:1 has some sub-type changes: CRC value (modversions) changed from 0xf01e8584 to 0xf82ce074 [C] 'function int pinctrl_pm_select_idle_state(device*)' at core.c:1591:1 has some sub-type changes: CRC value (modversions) changed from 0xb400784 to 0x7b823b94 [C] 'function int pinctrl_pm_select_sleep_state(device*)' at consumer.h:46:1 has some sub-type changes: CRC value (modversions) changed from 0xb49dced6 to 0x6d5a92db [C] 'function void pinctrl_put(pinctrl*)' at core.c:1193:1 has some sub-type changes: CRC value (modversions) changed from 0xa1b54ce to 0xf2106fc9 [C] 'function pinctrl_dev* pinctrl_register(pinctrl_desc*, device*, void*)' at core.c:2086:1 has some sub-type changes: CRC value (modversions) changed from 0x7f58900a to 0xfac7728f [C] 'function void pinctrl_remove_gpio_range(pinctrl_dev*, pinctrl_gpio_range*)' at core.c:508:1 has some sub-type changes: CRC value (modversions) changed from 0xcb7ecd65 to 0x7ca2e20e [C] 'function int pinctrl_select_state(pinctrl*, pinctrl_state*)' at core.c:1317:1 has some sub-type changes: CRC value (modversions) changed from 0xf8c220bd to 0xf8cdbf1a [C] 'function void pinctrl_unregister(pinctrl_dev*)' at pinctrl.h:157:1 has some sub-type changes: CRC value (modversions) changed from 0x73f16519 to 0xa1bd7279 [C] 'function int pinctrl_utils_add_map_configs(pinctrl_dev*, pinctrl_map**, unsigned int*, unsigned int*, const char*, unsigned long int*, unsigned int, pinctrl_map_type)' at pinctrl-utils.c:73:1 has some sub-type changes: CRC value (modversions) changed from 0x725cc8b0 to 0x912461b3 [C] 'function int pinctrl_utils_add_map_mux(pinctrl_dev*, pinctrl_map**, unsigned int*, unsigned int*, const char*, const char*)' at pinctrl-utils.c:56:1 has some sub-type changes: CRC value (modversions) changed from 0x1c6d1c7b to 0x95633a32 [C] 'function void pinctrl_utils_free_map(pinctrl_dev*, pinctrl_map*, unsigned int)' at pinctrl-utils.c:123:1 has some sub-type changes: CRC value (modversions) changed from 0xca801381 to 0xcc4d461e [C] 'function int pinctrl_utils_reserve_map(pinctrl_dev*, pinctrl_map**, unsigned int*, unsigned int*, unsigned int)' at pinctrl-utils.c:31:1 has some sub-type changes: CRC value (modversions) changed from 0x2ec89cea to 0x9b6861bc [C] 'function void pipe_lock(pipe_inode_info*)' at pipe.c:66:1 has some sub-type changes: CRC value (modversions) changed from 0x9f5fc623 to 0x10df2907 [C] 'function void pipe_unlock(pipe_inode_info*)' at pipe.c:75:1 has some sub-type changes: CRC value (modversions) changed from 0x5968415c to 0x37819455 [C] 'function int platform_device_add(platform_device*)' at platform_device.h:186:1 has some sub-type changes: CRC value (modversions) changed from 0xcff86487 to 0xbd9ff246 [C] 'function int platform_device_add_data(platform_device*, void*, unsigned long int)' at platform_device.h:182:1 has some sub-type changes: CRC value (modversions) changed from 0x179d9ad2 to 0x4c114a2e [C] 'function int platform_device_add_properties(platform_device*, const property_entry*)' at platform.c:461:1 has some sub-type changes: CRC value (modversions) changed from 0xa3c00331 to 0x47eb3aa2 [C] 'function int platform_device_add_resources(platform_device*, const resource*, unsigned int)' at platform.c:407:1 has some sub-type changes: CRC value (modversions) changed from 0x90068ab0 to 0xcd1ef1bf [C] 'function platform_device* platform_device_alloc(const char*, int)' at platform_device.h:178:1 has some sub-type changes: CRC value (modversions) changed from 0xff8194bf to 0xa66515fd [C] 'function void platform_device_del(platform_device*)' at platform_device.h:187:1 has some sub-type changes: CRC value (modversions) changed from 0xdc16a7b to 0x794410de [C] 'function void platform_device_put(platform_device*)' at platform_device.h:188:1 has some sub-type changes: CRC value (modversions) changed from 0x6cf2e61f to 0xafcc4b48 [C] 'function int platform_device_register(platform_device*)' at platform_device.h:46:1 has some sub-type changes: CRC value (modversions) changed from 0xf77be0dc to 0x83786d8f [C] 'function platform_device* platform_device_register_full(const platform_device_info*)' at platform_device.h:88:1 has some sub-type changes: CRC value (modversions) changed from 0xe701c34b to 0x653adcc4 [C] 'function void platform_device_unregister(platform_device*)' at platform_device.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0x8217f7d2 to 0x1cc54a7f [C] 'function void platform_driver_unregister(platform_driver*)' at platform_device.h:211:1 has some sub-type changes: CRC value (modversions) changed from 0x2fa836b9 to 0x48f732cd [C] 'function int platform_get_irq(platform_device*, unsigned int)' at platform_device.h:60:1 has some sub-type changes: CRC value (modversions) changed from 0x9675753f to 0xb4d8ae92 [C] 'function int platform_get_irq_byname(platform_device*, const char*)' at platform_device.h:66:1 has some sub-type changes: CRC value (modversions) changed from 0x5b47db81 to 0xa4eb1a56 [C] 'function int platform_get_irq_byname_optional(platform_device*, const char*)' at platform.c:296:1 has some sub-type changes: CRC value (modversions) changed from 0x3f414129 to 0x2695c987 [C] 'function int platform_get_irq_optional(platform_device*, unsigned int)' at platform.c:194:1 has some sub-type changes: CRC value (modversions) changed from 0x43eddd7b to 0xda183538 [C] 'function resource* platform_get_resource(platform_device*, unsigned int, unsigned int)' at platform_device.h:52:1 has some sub-type changes: CRC value (modversions) changed from 0x85fae98 to 0xe6cfdf3 [C] 'function resource* platform_get_resource_byname(platform_device*, unsigned int, const char*)' at platform_device.h:63:1 has some sub-type changes: CRC value (modversions) changed from 0x42c12106 to 0x7c6d6d85 [C] 'function int platform_irq_count(platform_device*)' at platform.c:206:1 has some sub-type changes: CRC value (modversions) changed from 0xfc87d1a7 to 0xd3510250 [C] 'function void platform_unregister_drivers(platform_driver* const*, unsigned int)' at platform.c:935:1 has some sub-type changes: CRC value (modversions) changed from 0x571c0a41 to 0xdfd93460 [C] 'function int pm_clk_add(device*, const char*)' at clock_ops.c:123:1 has some sub-type changes: CRC value (modversions) changed from 0x51da82a4 to 0xe03e6ec6 [C] 'function int pm_clk_create(device*)' at clock_ops.c:350:1 has some sub-type changes: CRC value (modversions) changed from 0xe31afd93 to 0x394f7071 [C] 'function void pm_clk_destroy(device*)' at clock_ops.c:364:1 has some sub-type changes: CRC value (modversions) changed from 0xf8ae26c4 to 0xc7a8fafe [C] 'function int pm_clk_resume(device*)' at clock_ops.c:426:1 has some sub-type changes: CRC value (modversions) changed from 0x493d4c8c to 0x211487a4 [C] 'function int pm_clk_suspend(device*)' at clock_ops.c:395:1 has some sub-type changes: CRC value (modversions) changed from 0xe795fa69 to 0x6692d2d [C] 'function int pm_generic_resume(device*)' at generic_ops.c:241:1 has some sub-type changes: CRC value (modversions) changed from 0x902029c0 to 0x6026f825 [C] 'function int pm_generic_runtime_resume(device*)' at pm_runtime.h:34:1 has some sub-type changes: CRC value (modversions) changed from 0x70b6c088 to 0xa0ac9ada [C] 'function int pm_generic_runtime_suspend(device*)' at pm_runtime.h:33:1 has some sub-type changes: CRC value (modversions) changed from 0x9ece6fc9 to 0xb4e5fa15 [C] 'function int pm_generic_suspend(device*)' at generic_ops.c:97:1 has some sub-type changes: CRC value (modversions) changed from 0xe6293082 to 0x99279ffa [C] 'function int pm_genpd_add_subdomain(generic_pm_domain*, generic_pm_domain*)' at domain.c:1677:1 has some sub-type changes: CRC value (modversions) changed from 0x42dc333b to 0xb970481d [C] 'function int pm_genpd_init(generic_pm_domain*, dev_power_governor*, bool)' at domain.c:1776:1 has some sub-type changes: CRC value (modversions) changed from 0x75c26f2d to 0xe33219dc [C] 'function int pm_genpd_remove(generic_pm_domain*)' at domain.c:1899:1 has some sub-type changes: CRC value (modversions) changed from 0x7334e65f to 0x149a4b69 [C] 'function int pm_genpd_remove_subdomain(generic_pm_domain*, generic_pm_domain*)' at domain.c:1695:1 has some sub-type changes: CRC value (modversions) changed from 0x9987d474 to 0xae4c6bb0 [C] 'function void pm_relax(device*)' at pm_wakeup.h:103:1 has some sub-type changes: CRC value (modversions) changed from 0xfbed4a7f to 0x4435610f [C] 'function void pm_runtime_allow(device*)' at pm_runtime.h:47:1 has some sub-type changes: CRC value (modversions) changed from 0xeb761da0 to 0x7dd21cdd [C] 'function int pm_runtime_barrier(device*)' at pm_runtime.h:44:1 has some sub-type changes: CRC value (modversions) changed from 0xa4393e82 to 0xfd1e2426 [C] 'function void pm_runtime_enable(device*)' at pm_runtime.h:45:1 has some sub-type changes: CRC value (modversions) changed from 0xb4d558f7 to 0xc8c84a0c [C] 'function void pm_runtime_forbid(device*)' at pm_runtime.h:48:1 has some sub-type changes: CRC value (modversions) changed from 0x24c7aef2 to 0xb1e02830 [C] 'function int pm_runtime_force_resume(device*)' at runtime.c:1786:1 has some sub-type changes: CRC value (modversions) changed from 0x734f53ac to 0xf15aeade [C] 'function int pm_runtime_force_suspend(device*)' at runtime.c:1740:1 has some sub-type changes: CRC value (modversions) changed from 0x3badf8af to 0xfa3e7b2f [C] 'function int pm_runtime_get_if_in_use(device*)' at runtime.c:1095:1 has some sub-type changes: CRC value (modversions) changed from 0x8c4017ca to 0x56915115 [C] 'function void pm_runtime_irq_safe(device*)' at runtime.c:1472:1 has some sub-type changes: CRC value (modversions) changed from 0xbe0e6e6b to 0xedd062f4 [C] 'function void pm_runtime_no_callbacks(device*)' at pm_runtime.h:49:1 has some sub-type changes: CRC value (modversions) changed from 0x90a41132 to 0xec312f1e [C] 'function void pm_runtime_set_autosuspend_delay(device*, int)' at pm_runtime.h:52:1 has some sub-type changes: CRC value (modversions) changed from 0x173be91a to 0xf7e2bc21 [C] 'function void pm_stay_awake(device*)' at pm_wakeup.h:101:1 has some sub-type changes: CRC value (modversions) changed from 0x8296dfb8 to 0x21d08a05 [C] 'function void pm_wakeup_dev_event(device*, unsigned int, bool)' at pm_wakeup.h:105:1 has some sub-type changes: CRC value (modversions) changed from 0xe2e67c41 to 0x54dee124 [C] 'function void pm_wakeup_ws_event(wakeup_source*, unsigned int, bool)' at pm_wakeup.h:104:1 has some sub-type changes: CRC value (modversions) changed from 0xc65eb400 to 0x7c9b3027 [C] 'function bool policy_has_boost_freq(cpufreq_policy*)' at freq_table.c:17:1 has some sub-type changes: CRC value (modversions) changed from 0xd6da6f1 to 0xb5931387 [C] 'function void power_supply_changed(power_supply*)' at power_supply.h:403:1 has some sub-type changes: CRC value (modversions) changed from 0x168f5ca5 to 0x8ca1df6f [C] 'function int power_supply_get_battery_info(power_supply*, power_supply_battery_info*)' at power_supply_core.c:565:1 has some sub-type changes: CRC value (modversions) changed from 0xc720d1a9 to 0x235ea5ac [C] 'function power_supply* power_supply_get_by_name(const char*)' at power_supply_core.c:451:1 has some sub-type changes: CRC value (modversions) changed from 0x164afb64 to 0x741d6063 [C] 'function void* power_supply_get_drvdata(power_supply*)' at power_supply.h:446:1 has some sub-type changes: CRC value (modversions) changed from 0x84d8ca40 to 0x2da4a16 [C] 'function int power_supply_get_property(power_supply*, power_supply_property, power_supply_propval*)' at power_supply_core.c:837:1 has some sub-type changes: CRC value (modversions) changed from 0x66ac8a9e to 0x1a07ba6d [C] 'function int power_supply_powers(power_supply*, device*)' at power_supply.h:442:1 has some sub-type changes: CRC value (modversions) changed from 0x897739ff to 0xfbb56b55 [C] 'function void power_supply_put(power_supply*)' at power_supply_core.c:473:1 has some sub-type changes: CRC value (modversions) changed from 0x4bb471d2 to 0x9b796c5f [C] 'function void power_supply_put_battery_info(power_supply*, power_supply_battery_info*)' at power_supply_core.c:708:1 has some sub-type changes: CRC value (modversions) changed from 0x36175e3 to 0x75269aae [C] 'function power_supply* power_supply_register(device*, const power_supply_desc*, const power_supply_config*)' at power_supply.h:426:1 has some sub-type changes: CRC value (modversions) changed from 0x7198f5c8 to 0xd2f82790 [C] 'function int power_supply_set_property(power_supply*, power_supply_property, const power_supply_propval*)' at power_supply_core.c:851:1 has some sub-type changes: CRC value (modversions) changed from 0xc3378ca6 to 0x31e6804 [C] 'function void power_supply_unregister(power_supply*)' at power_supply.h:441:1 has some sub-type changes: CRC value (modversions) changed from 0xf0e46bae to 0x3798e7fd [C] 'function int ppp_channel_index(ppp_channel*)' at ppp_generic.c:2636:1 has some sub-type changes: CRC value (modversions) changed from 0x634972f7 to 0x8808baf2 [C] 'function char* ppp_dev_name(ppp_channel*)' at ppp_channel.h:72:1 has some sub-type changes: CRC value (modversions) changed from 0x6826fb81 to 0xf7d5dd5f [C] 'function void ppp_input(ppp_channel*, sk_buff*)' at ppp_channel.h:50:1 has some sub-type changes: CRC value (modversions) changed from 0x9449051e to 0xea167b00 [C] 'function void ppp_input_error(ppp_channel*, int)' at ppp_generic.c:2044:1 has some sub-type changes: CRC value (modversions) changed from 0x63112896 to 0xa94b7f75 [C] 'function void ppp_output_wakeup(ppp_channel*)' at ppp_generic.c:2722:1 has some sub-type changes: CRC value (modversions) changed from 0x7a3456ce to 0x6eb03104 [C] 'function int ppp_register_channel(ppp_channel*)' at ppp_channel.h:60:1 has some sub-type changes: CRC value (modversions) changed from 0x9c655176 to 0x6b65be50 [C] 'function int ppp_register_compressor(compressor*)' at bsd_comp.c:192:1 has some sub-type changes: CRC value (modversions) changed from 0x374eb29b to 0x208a1c5c [C] 'function int ppp_register_net_channel(net*, ppp_channel*)' at ppp_channel.h:57:1 has some sub-type changes: CRC value (modversions) changed from 0x82c339a1 to 0x996f2017 [C] 'function int ppp_unit_number(ppp_channel*)' at ppp_generic.c:2648:1 has some sub-type changes: CRC value (modversions) changed from 0xa5001aa5 to 0x5e14b3d1 [C] 'function void ppp_unregister_channel(ppp_channel*)' at ppp_generic.c:2685:1 has some sub-type changes: CRC value (modversions) changed from 0x9f1e9006 to 0x48b59f8e [C] 'function void ppp_unregister_compressor(compressor*)' at bsd_comp.c:193:1 has some sub-type changes: CRC value (modversions) changed from 0x40831fb4 to 0x3bc71034 [C] 'function int pppox_compat_ioctl(socket*, unsigned int, unsigned long int)' at pppox.c:103:1 has some sub-type changes: CRC value (modversions) changed from 0x376513d3 to 0x83c09b5a [C] 'function int pppox_ioctl(socket*, unsigned int, unsigned long int)' at pppox.c:67:1 has some sub-type changes: CRC value (modversions) changed from 0x715da01b to 0xaa112a78 [C] 'function void pppox_unbind_sock(sock*)' at if_pppox.h:81:1 has some sub-type changes: CRC value (modversions) changed from 0x15925513 to 0x8dffd643 [C] 'function int prepare_binprm(linux_binprm*)' at binfmts.h:120:1 has some sub-type changes: CRC value (modversions) changed from 0xafee0171 to 0xbd27e5a9 [C] 'function cred* prepare_kernel_cred(task_struct*)' at cred.h:166:1 has some sub-type changes: CRC value (modversions) changed from 0x7b07f745 to 0x78af0bd5 [C] 'function proc_dir_entry* proc_create(const char*, unsigned short int, proc_dir_entry*, const file_operations*)' at proc_fs.h:49:1 has some sub-type changes: CRC value (modversions) changed from 0x5acab547 to 0x60aaf0d5 [C] 'function proc_dir_entry* proc_create_data(const char*, unsigned short int, proc_dir_entry*, const file_operations*, void*)' at proc_fs.h:44:1 has some sub-type changes: CRC value (modversions) changed from 0x2c18c69d to 0x6a828c96 [C] 'function proc_dir_entry* proc_create_net_data(const char*, unsigned short int, proc_dir_entry*, const seq_operations*, unsigned int, void*)' at proc_fs.h:58:1 has some sub-type changes: CRC value (modversions) changed from 0x331e1174 to 0x62192495 [C] 'function proc_dir_entry* proc_create_net_single(const char*, umode_t, proc_dir_entry*, int (seq_file*, void*)*, void*)' at proc_net.c:194:1 has some sub-type changes: CRC value (modversions) changed from 0x6b4d501d to 0x88ccbdf4 [C] 'function proc_dir_entry* proc_create_seq_private(const char*, unsigned short int, proc_dir_entry*, const seq_operations*, unsigned int, void*)' at proc_fs.h:31:1 has some sub-type changes: CRC value (modversions) changed from 0x7e03c167 to 0x2b57e11 [C] 'function proc_dir_entry* proc_create_single_data(const char*, unsigned short int, proc_dir_entry*, int (seq_file*, void*)*, void*)' at proc_fs.h:38:1 has some sub-type changes: CRC value (modversions) changed from 0xaa28e5db to 0x11fe13b2 [C] 'function proc_dir_entry* proc_mkdir(const char*, proc_dir_entry*)' at proc_fs.h:24:1 has some sub-type changes: CRC value (modversions) changed from 0x52c9a15c to 0x1be5b188 [C] 'function proc_dir_entry* proc_mkdir_data(const char*, umode_t, proc_dir_entry*, void*)' at generic.c:462:1 has some sub-type changes: CRC value (modversions) changed from 0x4a2bd1c4 to 0x15e559ef [C] 'function void proc_remove(proc_dir_entry*)' at proc_fs.h:54:1 has some sub-type changes: CRC value (modversions) changed from 0xb32d305e to 0xf2fae5d6 [C] 'function void proc_set_size(proc_dir_entry*, long long int)' at proc_fs.h:50:1 has some sub-type changes: CRC value (modversions) changed from 0x22791ea6 to 0xea901eb8 [C] 'function void proc_set_user(proc_dir_entry*, __anonymous_struct__, __anonymous_struct__1)' at proc_fs.h:51:1 has some sub-type changes: CRC value (modversions) changed from 0xa3e94565 to 0x8a792b59 [C] 'function proc_dir_entry* proc_symlink(const char*, proc_dir_entry*, const char*)' at proc_fs.h:22:1 has some sub-type changes: CRC value (modversions) changed from 0x58aa928d to 0x1fc12376 [C] 'function int proto_register(proto*, int)' at sock.h:1199:1 has some sub-type changes: CRC value (modversions) changed from 0x52018f7e to 0x4a7c18d0 [C] 'function void proto_unregister(proto*)' at sock.h:1200:1 has some sub-type changes: CRC value (modversions) changed from 0x4d2da413 to 0x9e9e9516 [C] 'function int pskb_expand_head(sk_buff*, int, int, unsigned int)' at skbuff.h:1122:1 has some sub-type changes: CRC value (modversions) changed from 0x94aec631 to 0xa090e826 [C] 'function int pskb_trim_rcsum_slow(sk_buff*, unsigned int)' at skbuff.c:2014:1 has some sub-type changes: CRC value (modversions) changed from 0xe171329c to 0x9a3bfc27 [C] 'function void put_device(device*)' at device.h:1709:1 has some sub-type changes: CRC value (modversions) changed from 0xe5ee84ed to 0xb85fd588 [C] 'function void put_disk(gendisk*)' at genhd.h:653:1 has some sub-type changes: CRC value (modversions) changed from 0xcfd2a598 to 0x7b39d0da [C] 'function void put_pid(pid*)' at pid.h:86:1 has some sub-type changes: CRC value (modversions) changed from 0xa86a9147 to 0x48fac033 [C] 'function void put_tty_driver(tty_driver*)' at tty_io.c:3303:1 has some sub-type changes: CRC value (modversions) changed from 0x1f4afa1d to 0x7371acb [C] 'function int pwm_apply_state(pwm_device*, const pwm_state*)' at core.c:454:1 has some sub-type changes: CRC value (modversions) changed from 0xd371065e to 0x8ad41284 [C] 'function void pwm_free(pwm_device*)' at core.c:443:1 has some sub-type changes: CRC value (modversions) changed from 0xd7c5b0d2 to 0xd17e3525 [C] 'function void* pwm_get_chip_data(pwm_device*)' at core.c:221:1 has some sub-type changes: CRC value (modversions) changed from 0xed499291 to 0xaac1d124 [C] 'function pwm_device* pwm_request(int, const char*)' at core.c:378:1 has some sub-type changes: CRC value (modversions) changed from 0x81e7e9a0 to 0xfdbbeacd [C] 'function int pwm_set_chip_data(pwm_device*, void*)' at core.c:204:1 has some sub-type changes: CRC value (modversions) changed from 0xf322e053 to 0x340127ba [C] 'function int pwmchip_add(pwm_chip*)' at core.c:322:1 has some sub-type changes: CRC value (modversions) changed from 0x5cd1b7c6 to 0xfc6fac4c [C] 'function int pwmchip_remove(pwm_chip*)' at core.c:337:1 has some sub-type changes: CRC value (modversions) changed from 0x82c2a523 to 0xd702eeba [C] 'function qcom_smem_state* qcom_smem_state_get(device*, const char*, unsigned int*)' at smem_state.c:88:1 has some sub-type changes: CRC value (modversions) changed from 0x308de1a4 to 0x8d6b7b6d [C] 'function qcom_smem_state* qcom_smem_state_register(device_node*, const qcom_smem_state_ops*, void*)' at smem_state.c:160:1 has some sub-type changes: CRC value (modversions) changed from 0xf93db736 to 0x2332cf89 [C] 'function void qdisc_reset(Qdisc*)' at sch_generic.h:640:1 has some sub-type changes: CRC value (modversions) changed from 0x39412835 to 0x3309ea5a [C] 'function void* rdev_get_drvdata(regulator_dev*)' at driver.h:500:1 has some sub-type changes: CRC value (modversions) changed from 0x578b7216 to 0xadb2190f [C] 'function int rdev_get_id(regulator_dev*)' at core.c:5381:1 has some sub-type changes: CRC value (modversions) changed from 0x257d0936 to 0xbcc71ba8 [C] 'function page* read_cache_page(address_space*, unsigned long int, int (void*, page*)*, void*)' at filemap.c:2869:1 has some sub-type changes: CRC value (modversions) changed from 0xdb301a92 to 0xded9093f [C] 'function void regcache_cache_bypass(regmap*, bool)' at regcache.c:538:1 has some sub-type changes: CRC value (modversions) changed from 0x59af531a to 0x836f267 [C] 'function void regcache_cache_only(regmap*, bool)' at regcache.c:495:1 has some sub-type changes: CRC value (modversions) changed from 0x43e410a to 0xda758db8 [C] 'function int regcache_drop_region(regmap*, unsigned int, unsigned int)' at regcache.c:463:1 has some sub-type changes: CRC value (modversions) changed from 0x28b490d8 to 0x6298ab0d [C] 'function void regcache_mark_dirty(regmap*)' at regcache.c:518:1 has some sub-type changes: CRC value (modversions) changed from 0xce63b859 to 0xaf8e5331 [C] 'function int regcache_sync(regmap*)' at regcache.c:339:1 has some sub-type changes: CRC value (modversions) changed from 0x6506f898 to 0x5504457b [C] 'function int regcache_sync_region(regmap*, unsigned int, unsigned int)' at regcache.c:408:1 has some sub-type changes: CRC value (modversions) changed from 0x696d08f5 to 0xdee9f4e5 [C] 'function void register_console(console*)' at console.h:175:1 has some sub-type changes: CRC value (modversions) changed from 0x7dabd966 to 0x152838 [C] 'function int register_filesystem(file_system_type*)' at fs.h:2381:1 has some sub-type changes: CRC value (modversions) changed from 0x1c6b99c0 to 0xd6189d6c [C] 'function int register_key_type(key_type*)' at key-type.h:165:1 has some sub-type changes: CRC value (modversions) changed from 0xfc8e3c98 to 0xdefd345f [C] 'function ctl_table_header* register_net_sysctl(net*, const char*, ctl_table*)' at net_namespace.h:411:1 has some sub-type changes: CRC value (modversions) changed from 0xabf3be51 to 0xe34b33e [C] 'function int register_netdev(net_device*)' at netdevice.h:4151:1 has some sub-type changes: CRC value (modversions) changed from 0x29b9dbd1 to 0x8e2f4cf [C] 'function int register_netdevice(net_device*)' at netdevice.h:2687:1 has some sub-type changes: CRC value (modversions) changed from 0xc4a18cdd to 0xc6eb8cc7 [C] 'function int register_pernet_device(pernet_operations*)' at net_namespace.h:403:1 has some sub-type changes: CRC value (modversions) changed from 0x85d662ca to 0x25aaf25b [C] 'function int register_pernet_subsys(pernet_operations*)' at net_namespace.h:401:1 has some sub-type changes: CRC value (modversions) changed from 0xf6e2d844 to 0x1e9d9df3 [C] 'function int register_pppox_proto(int, const pppox_proto*)' at if_pppox.h:79:1 has some sub-type changes: CRC value (modversions) changed from 0xcef69b57 to 0xd64a6ca8 [C] 'function int register_shrinker(shrinker*)' at shrinker.h:92:1 has some sub-type changes: CRC value (modversions) changed from 0x49ffbb42 to 0x3da98aff [C] 'function int register_tcf_proto_ops(tcf_proto_ops*)' at pkt_cls.h:25:1 has some sub-type changes: CRC value (modversions) changed from 0x1dac8460 to 0x8288d6a0 [C] 'function int register_virtio_device(virtio_device*)' at virtio.c:318:1 has some sub-type changes: CRC value (modversions) changed from 0xee7e9e59 to 0x43498d5f [C] 'function int register_virtio_driver(virtio_driver*)' at virtio.c:294:1 has some sub-type changes: CRC value (modversions) changed from 0xce4a0fa5 to 0xcfbf54f9 [C] 'function int regmap_add_irq_chip(regmap*, int, int, int, const regmap_irq_chip*, regmap_irq_chip_data**)' at regmap-irq.c:559:1 has some sub-type changes: CRC value (modversions) changed from 0x49f4c35b to 0x912fd28d [C] 'function int regmap_async_complete(regmap*)' at regmap.c:2973:1 has some sub-type changes: CRC value (modversions) changed from 0x305ddf60 to 0x22e7ec05 [C] 'function int regmap_bulk_read(regmap*, unsigned int, void*, size_t)' at regmap.c:2792:1 has some sub-type changes: CRC value (modversions) changed from 0x3bd6b189 to 0x54ddd48e [C] 'function int regmap_bulk_write(regmap*, unsigned int, void*, size_t)' at regmap.c:2056:1 has some sub-type changes: CRC value (modversions) changed from 0x82388514 to 0xfdabe896 [C] 'function void regmap_exit(regmap*)' at regmap.c:1330:1 has some sub-type changes: CRC value (modversions) changed from 0xf3bc54e to 0x8943f44 [C] 'function int regmap_field_read(regmap_field*, unsigned int*)' at regmap.c:2732:1 has some sub-type changes: CRC value (modversions) changed from 0x3b02d2b8 to 0xa6b63c5 [C] 'function int regmap_field_update_bits_base(regmap_field*, unsigned int, unsigned int, bool*, bool, bool)' at regmap.c:1999:1 has some sub-type changes: CRC value (modversions) changed from 0xd921aff5 to 0xcafe16f9 [C] 'function int regmap_get_reg_stride(regmap*)' at regmap.c:3095:1 has some sub-type changes: CRC value (modversions) changed from 0xd3251a45 to 0x78e76cb7 [C] 'function int regmap_get_val_bytes(regmap*)' at regmap.c:3064:1 has some sub-type changes: CRC value (modversions) changed from 0x1269829 to 0x7a39a511 [C] 'function irq_domain* regmap_irq_get_domain(regmap_irq_chip_data*)' at regmap-irq.c:985:1 has some sub-type changes: CRC value (modversions) changed from 0x8afe5a0a to 0x968f73e4 [C] 'function int regmap_multi_reg_write(regmap*, const reg_sequence*, int)' at regmap.c:2355:1 has some sub-type changes: CRC value (modversions) changed from 0xf9aa0845 to 0xd4349765 [C] 'function int regmap_multi_reg_write_bypassed(regmap*, const reg_sequence*, int)' at regmap.c:2388:1 has some sub-type changes: CRC value (modversions) changed from 0xb7769be2 to 0xf3b46996 [C] 'function int regmap_raw_read(regmap*, unsigned int, void*, size_t)' at regmap.c:2585:1 has some sub-type changes: CRC value (modversions) changed from 0xcf8858da to 0x97543ef2 [C] 'function int regmap_raw_write(regmap*, unsigned int, void*, size_t)' at regmap.c:1899:1 has some sub-type changes: CRC value (modversions) changed from 0x2f69cc2e to 0xb9b2f926 [C] 'function int regmap_raw_write_async(regmap*, unsigned int, void*, size_t)' at regmap.c:2432:1 has some sub-type changes: CRC value (modversions) changed from 0x165e7e46 to 0xf38ef776 [C] 'function int regmap_read(regmap*, unsigned int, unsigned int*)' at regmap.h:1024:1 has some sub-type changes: CRC value (modversions) changed from 0x4591c022 to 0xb141f8cd [C] 'function int regmap_register_patch(regmap*, const reg_sequence*, int)' at regmap.c:3014:1 has some sub-type changes: CRC value (modversions) changed from 0xacbd303a to 0xd32032c0 [C] 'function int regmap_update_bits_base(regmap*, unsigned int, unsigned int, unsigned int, bool*, bool, bool)' at regmap.h:1031:1 has some sub-type changes: CRC value (modversions) changed from 0x873e2cd2 to 0x3325e4ef [C] 'function int regmap_write(regmap*, unsigned int, unsigned int)' at regmap.h:1009:1 has some sub-type changes: CRC value (modversions) changed from 0x18493170 to 0xf1d5ab7 [C] 'function int regulator_bulk_disable(int, regulator_bulk_data*)' at consumer.h:234:1 has some sub-type changes: CRC value (modversions) changed from 0x4cd9e4e1 to 0xb32719bc [C] 'function int regulator_bulk_enable(int, regulator_bulk_data*)' at consumer.h:232:1 has some sub-type changes: CRC value (modversions) changed from 0x3fc2c88d to 0x4048824f [C] 'function int regulator_count_voltages(regulator*)' at core.c:2887:1 has some sub-type changes: CRC value (modversions) changed from 0x2d9ad1f6 to 0xfa212714 [C] 'function int regulator_disable(regulator*)' at consumer.h:223:1 has some sub-type changes: CRC value (modversions) changed from 0x398c8b3f to 0x61f0e183 [C] 'function int regulator_disable_deferred(regulator*, int)' at core.c:2788:1 has some sub-type changes: CRC value (modversions) changed from 0x913591c8 to 0x9f9a3012 [C] 'function int regulator_disable_regmap(regulator_dev*)' at helpers.c:85:1 has some sub-type changes: CRC value (modversions) changed from 0x1ee5f1bc to 0xd66a08eb [C] 'function int regulator_enable(regulator*)' at consumer.h:222:1 has some sub-type changes: CRC value (modversions) changed from 0x1ba8212a to 0xc14412e5 [C] 'function int regulator_enable_regmap(regulator_dev*)' at helpers.c:59:1 has some sub-type changes: CRC value (modversions) changed from 0x37cf1546 to 0x851b3bfc [C] 'function int regulator_force_disable(regulator*)' at core.c:2707:1 has some sub-type changes: CRC value (modversions) changed from 0xc5ea8c59 to 0x2a2baf27 [C] 'function regulator* regulator_get(device*, const char*)' at core.c:1977:1 has some sub-type changes: CRC value (modversions) changed from 0xe7dbe14a to 0x29b9a2c7 [C] 'function int regulator_get_current_limit(regulator*)' at core.c:4129:1 has some sub-type changes: CRC value (modversions) changed from 0x836eb07e to 0xde5b3c0d [C] 'function void* regulator_get_drvdata(regulator*)' at core.c:5360:1 has some sub-type changes: CRC value (modversions) changed from 0xedde3df0 to 0xbfa00f9 [C] 'function unsigned int regulator_get_linear_step(regulator*)' at core.c:2995:1 has some sub-type changes: CRC value (modversions) changed from 0xfcee657d to 0x75559453 [C] 'function unsigned int regulator_get_mode(regulator*)' at core.c:4207:1 has some sub-type changes: CRC value (modversions) changed from 0x90ade655 to 0x466dba08 [C] 'function regulator* regulator_get_optional(device*, const char*)' at core.c:2030:1 has some sub-type changes: CRC value (modversions) changed from 0x6ae0d1ac to 0x6d23d1b2 [C] 'function int regulator_get_voltage(regulator*)' at core.c:4045:1 has some sub-type changes: CRC value (modversions) changed from 0xee2f50e3 to 0x361eb6d6 [C] 'function int regulator_get_voltage_sel_regmap(regulator_dev*)' at helpers.c:233:1 has some sub-type changes: CRC value (modversions) changed from 0xcaa3011b to 0x380615a3 [C] 'function int regulator_is_enabled(regulator*)' at core.c:2864:1 has some sub-type changes: CRC value (modversions) changed from 0xd44e7f8e to 0xc3273f11 [C] 'function int regulator_is_enabled_regmap(regulator_dev*)' at helpers.c:27:1 has some sub-type changes: CRC value (modversions) changed from 0xc21ccfa1 to 0xd29a0cb6 [C] 'function int regulator_is_supported_voltage(regulator*, int, int)' at core.c:3012:1 has some sub-type changes: CRC value (modversions) changed from 0xb0f707ed to 0xa366f6c8 [C] 'function int regulator_list_voltage(regulator*, unsigned int)' at core.c:2911:1 has some sub-type changes: CRC value (modversions) changed from 0x43b2a072 to 0xcd4e710 [C] 'function int regulator_list_voltage_linear(regulator_dev*, unsigned int)' at helpers.c:538:1 has some sub-type changes: CRC value (modversions) changed from 0xd704b1d to 0xbd72159c [C] 'function int regulator_list_voltage_linear_range(regulator_dev*, unsigned int)' at helpers.c:641:1 has some sub-type changes: CRC value (modversions) changed from 0x4e5d3fcd to 0xa88b0b80 [C] 'function int regulator_list_voltage_table(regulator_dev*, unsigned int)' at helpers.c:658:1 has some sub-type changes: CRC value (modversions) changed from 0xd5dd774a to 0x60707980 [C] 'function void regulator_lock(regulator_dev*)' at core.c:192:1 has some sub-type changes: CRC value (modversions) changed from 0x3bacb1c5 to 0x5f03261 [C] 'function int regulator_map_voltage_ascend(regulator_dev*, int, int)' at helpers.c:328:1 has some sub-type changes: CRC value (modversions) changed from 0x63813a26 to 0x7dfa52e2 [C] 'function int regulator_map_voltage_linear(regulator_dev*, int, int)' at driver.h:515:1 has some sub-type changes: CRC value (modversions) changed from 0xadc926ce to 0x7498a0d9 [C] 'function int regulator_notifier_call_chain(regulator_dev*, unsigned long int, void*)' at core.c:4601:1 has some sub-type changes: CRC value (modversions) changed from 0xc3b7f948 to 0xc4b01cf1 [C] 'function void regulator_put(regulator*)' at core.c:2083:1 has some sub-type changes: CRC value (modversions) changed from 0xa43a85d1 to 0xd3944e21 [C] 'function regulator_dev* regulator_register(const regulator_desc*, const regulator_config*)' at core.c:4991:1 has some sub-type changes: CRC value (modversions) changed from 0xd58bda5 to 0xc4823035 [C] 'function int regulator_register_notifier(regulator*, notifier_block*)' at core.c:4359:1 has some sub-type changes: CRC value (modversions) changed from 0x13840c4 to 0x74be607b [C] 'function int regulator_set_current_limit(regulator*, int, int)' at core.c:4074:1 has some sub-type changes: CRC value (modversions) changed from 0x13dae5bf to 0xa74b3156 [C] 'function int regulator_set_load(regulator*, int)' at core.c:4280:1 has some sub-type changes: CRC value (modversions) changed from 0x80a84492 to 0xf45d51ca [C] 'function int regulator_set_mode(regulator*, unsigned int)' at core.c:4146:1 has some sub-type changes: CRC value (modversions) changed from 0x1379e072 to 0x508c3f90 [C] 'function int regulator_set_voltage(regulator*, int, int)' at core.c:3762:1 has some sub-type changes: CRC value (modversions) changed from 0x5e415569 to 0xfe98113e [C] 'function int regulator_set_voltage_sel_regmap(regulator_dev*, unsigned int)' at helpers.c:259:1 has some sub-type changes: CRC value (modversions) changed from 0x735e3e66 to 0xb369e511 [C] 'function int regulator_set_voltage_time_sel(regulator_dev*, unsigned int, unsigned int)' at core.c:3923:1 has some sub-type changes: CRC value (modversions) changed from 0x2fc3cbb2 to 0x6639a4e1 [C] 'function void regulator_unlock(regulator_dev*)' at core.c:205:1 has some sub-type changes: CRC value (modversions) changed from 0xc35bfa48 to 0x3d96ee95 [C] 'function void regulator_unregister(regulator_dev*)' at core.c:5232:1 has some sub-type changes: CRC value (modversions) changed from 0xce46a51 to 0x1843287c [C] 'function int regulator_unregister_notifier(regulator*, notifier_block*)' at core.c:4374:1 has some sub-type changes: CRC value (modversions) changed from 0xf8ca4781 to 0xd6bbf2e8 [C] 'function int regulatory_hint(wiphy*, const char*)' at reg.c:3008:1 has some sub-type changes: CRC value (modversions) changed from 0xec908487 to 0xc3a05b0b [C] 'function int regulatory_set_wiphy_regd(wiphy*, ieee80211_regdomain*)' at reg.c:3739:1 has some sub-type changes: CRC value (modversions) changed from 0x2004d7d7 to 0xc764c340 [C] 'function void release_firmware(const firmware*)' at firmware.h:56:1 has some sub-type changes: CRC value (modversions) changed from 0x1299170 to 0x7b385fd1 [C] 'function void release_pages(page**, int)' at swap.c:760:1 has some sub-type changes: CRC value (modversions) changed from 0x27b68124 to 0xd2ef994f [C] 'function void release_sock(sock*)' at sock.h:1546:1 has some sub-type changes: CRC value (modversions) changed from 0x4db4436c to 0x33a46ddb [C] 'function int remap_pfn_range(vm_area_struct*, unsigned long int, unsigned long int, unsigned long int, __anonymous_struct__15)' at mm.h:2565:1 has some sub-type changes: CRC value (modversions) changed from 0x6bde5eb6 to 0x9659e611 [C] 'function int remap_vmalloc_range(vm_area_struct*, void*, unsigned long int)' at vmalloc.c:3053:1 has some sub-type changes: CRC value (modversions) changed from 0xe6522642 to 0xde388046 [C] 'function int remove_arg_zero(linux_binprm*)' at binfmts.h:121:1 has some sub-type changes: CRC value (modversions) changed from 0xb922d346 to 0xaa8fbf88 [C] 'function void remove_proc_entry(const char*, proc_dir_entry*)' at proc_fs.h:55:1 has some sub-type changes: CRC value (modversions) changed from 0x12f2af03 to 0x281e0af1 [C] 'function int remove_proc_subtree(const char*, proc_dir_entry*)' at generic.c:689:1 has some sub-type changes: CRC value (modversions) changed from 0x60e2bdd4 to 0x17f9cd8 [C] 'function int report_iommu_fault(iommu_domain*, device*, unsigned long int, int)' at iommu.c:2108:1 has some sub-type changes: CRC value (modversions) changed from 0xae458653 to 0x3fa0aade [C] 'function int request_firmware(const firmware**, const char*, device*)' at main.c:819:1 has some sub-type changes: CRC value (modversions) changed from 0x81561847 to 0xe6fb645f [C] 'function int request_firmware_direct(const firmware**, const char*, device*)' at main.c:871:1 has some sub-type changes: CRC value (modversions) changed from 0xfdcbf4b2 to 0xca2330a1 [C] 'function int request_firmware_into_buf(const firmware**, const char*, device*, void*, size_t)' at main.c:925:1 has some sub-type changes: CRC value (modversions) changed from 0x4851c37d to 0x131c5e69 [C] 'function int request_firmware_nowait(module*, bool, const char*, device*, gfp_t, void*, void (const firmware*, void*)*)' at main.c:1007:1 has some sub-type changes: CRC value (modversions) changed from 0xd9c7a0ba to 0x1d32b81c [C] 'function key* request_key_tag(key_type*, const char*, key_tag*, const char*)' at key.h:295:1 has some sub-type changes: CRC value (modversions) changed from 0x8219e9dd to 0xf0cbfdb1 [C] 'function int reset_controller_register(reset_controller_dev*)' at reset-controller.h:81:1 has some sub-type changes: CRC value (modversions) changed from 0x6abec690 to 0x4f84604d [C] 'function int revalidate_disk(gendisk*)' at fs.h:2788:1 has some sub-type changes: CRC value (modversions) changed from 0x810bf161 to 0xd784307a [C] 'function rfkill* rfkill_alloc(const char*, device*, rfkill_type, const rfkill_ops*, void*)' at rfkill.h:79:1 has some sub-type changes: CRC value (modversions) changed from 0x587df66b to 0x6c49ab98 [C] 'function void rndis_deregister(rndis_params*)' at rndis.h:182:1 has some sub-type changes: CRC value (modversions) changed from 0x1280ae91 to 0xc4b8c937 [C] 'function void rndis_free_response(rndis_params*, unsigned char*)' at rndis.h:193:1 has some sub-type changes: CRC value (modversions) changed from 0xa710226d to 0x35e81b5 [C] 'function unsigned char* rndis_get_next_response(rndis_params*, unsigned int*)' at rndis.h:192:1 has some sub-type changes: CRC value (modversions) changed from 0xcd0dcff to 0x26bf85cf [C] 'function int rndis_msg_parser(rndis_params*, unsigned char*)' at rndis.h:180:1 has some sub-type changes: CRC value (modversions) changed from 0x73827a27 to 0x9d950572 [C] 'function rndis_params* rndis_register(void (void*)*, void*)' at rndis.h:181:1 has some sub-type changes: CRC value (modversions) changed from 0xed16e1b2 to 0xbeceb246 [C] 'function void rndis_set_host_mac(rndis_params*, const u8*)' at rndis.c:778:1 has some sub-type changes: CRC value (modversions) changed from 0x2eeb06d4 to 0xd58e91f8 [C] 'function int rndis_set_param_dev(rndis_params*, net_device*, unsigned short int*)' at rndis.h:183:1 has some sub-type changes: CRC value (modversions) changed from 0x85f3e02a to 0xed833714 [C] 'function int rndis_set_param_medium(rndis_params*, unsigned int, unsigned int)' at rndis.h:187:1 has some sub-type changes: CRC value (modversions) changed from 0x9ff9d60f to 0xa69e0ac2 [C] 'function int rndis_set_param_vendor(rndis_params*, unsigned int, const char*)' at rndis.h:185:1 has some sub-type changes: CRC value (modversions) changed from 0xfcbba6d6 to 0xde754b0 [C] 'function int rndis_signal_connect(rndis_params*)' at rndis.h:196:1 has some sub-type changes: CRC value (modversions) changed from 0xdef8b64b to 0xe9c9c312 [C] 'function void rndis_uninit(rndis_params*)' at rndis.h:195:1 has some sub-type changes: CRC value (modversions) changed from 0x8cc34c93 to 0xcb02625c [C] 'function rpmsg_endpoint* rpmsg_create_ept(rpmsg_device*, int (rpmsg_device*, void*, int, void*, unsigned int)*, void*, rpmsg_channel_info)' at rpmsg.h:128:1 has some sub-type changes: CRC value (modversions) changed from 0x6f90365c to 0xdf9adf1f [C] 'function void rpmsg_destroy_ept(rpmsg_endpoint*)' at rpmsg.h:127:1 has some sub-type changes: CRC value (modversions) changed from 0x348fedae to 0x923ea7d8 [C] 'function int rpmsg_get_signals(rpmsg_endpoint*)' at rpmsg_core.c:292:1 has some sub-type changes: CRC value (modversions) changed from 0x6f6d15a8 to 0x2d3d419b [C] 'function unsigned int rpmsg_poll(rpmsg_endpoint*, file*, poll_table_struct*)' at rpmsg.h:142:1 has some sub-type changes: CRC value (modversions) changed from 0x35e33e5 to 0x5b6a0928 [C] 'function int rpmsg_register_device(rpmsg_device*)' at rpmsg_core.c:556:1 has some sub-type changes: CRC value (modversions) changed from 0xbc3ef4ea to 0x4fc7ec64 [C] 'function int rpmsg_send(rpmsg_endpoint*, void*, int)' at rpmsg.h:132:1 has some sub-type changes: CRC value (modversions) changed from 0x92bb0f65 to 0x47127677 [C] 'function int rpmsg_set_signals(rpmsg_endpoint*, u32, u32)' at rpmsg_core.c:311:1 has some sub-type changes: CRC value (modversions) changed from 0x1954aa1e to 0xf912d84f [C] 'function int rpmsg_trysend(rpmsg_endpoint*, void*, int)' at rpmsg.h:137:1 has some sub-type changes: CRC value (modversions) changed from 0x5530175f to 0xabdf31bb [C] 'function int rpmsg_unregister_device(device*, rpmsg_channel_info*)' at rpmsg_core.c:580:1 has some sub-type changes: CRC value (modversions) changed from 0x5e544463 to 0x61469a64 [C] 'function void rq_flush_dcache_pages(request*)' at blk-core.c:1528:1 has some sub-type changes: CRC value (modversions) changed from 0x88f8361d to 0x6ce31e21 [C] 'function rt6_info* rt6_lookup(net*, const in6_addr*, const in6_addr*, int, const sk_buff*, int)' at ip6_route.h:150:1 has some sub-type changes: CRC value (modversions) changed from 0xb72ab2 to 0xf06c1eea [C] 'function void rt_mutex_lock(rt_mutex*)' at rtmutex.c:1495:1 has some sub-type changes: CRC value (modversions) changed from 0x7138e125 to 0x707a6c8b [C] 'function int rt_mutex_trylock(rt_mutex*)' at rtmutex.c:1581:1 has some sub-type changes: CRC value (modversions) changed from 0xe8e4f806 to 0x9f3d4017 [C] 'function void rt_mutex_unlock(rt_mutex*)' at rtmutex.c:1601:1 has some sub-type changes: CRC value (modversions) changed from 0xd48d1bc8 to 0x8edb3773 [C] 'function void rtc_class_close(rtc_device*)' at rtc.h:190:1 has some sub-type changes: CRC value (modversions) changed from 0xa2cbb721 to 0xdd2e8ffa [C] 'function rtc_device* rtc_class_open(const char*)' at rtc.h:189:1 has some sub-type changes: CRC value (modversions) changed from 0x6be1006d to 0xe4392eb1 [C] 'function int rtc_read_time(rtc_device*, rtc_time*)' at rtc.h:176:1 has some sub-type changes: CRC value (modversions) changed from 0x11f6093 to 0x7352d3b7 [C] 'function void rtc_update_irq(rtc_device*, unsigned long int, unsigned long int)' at rtc.h:186:1 has some sub-type changes: CRC value (modversions) changed from 0x22a32778 to 0x72a837ad [C] 'function int rtnl_link_register(rtnl_link_ops*)' at rtnetlink.h:118:1 has some sub-type changes: CRC value (modversions) changed from 0x303dfd88 to 0xd44dc8a [C] 'function void rtnl_link_unregister(rtnl_link_ops*)' at rtnetlink.h:119:1 has some sub-type changes: CRC value (modversions) changed from 0x5307bfab to 0x7e9fa10 [C] 'function int rtnl_register_module(module*, int, int, rtnl_doit_func, rtnl_dumpit_func, unsigned int)' at rtnetlink.c:241:1 has some sub-type changes: CRC value (modversions) changed from 0x3ba2c2bd to 0xa30b7516 [C] 'function void save_stack_trace_tsk(task_struct*, stack_trace*)' at stacktrace.c:201:1 has some sub-type changes: CRC value (modversions) changed from 0x23fe1c57 to 0xe7db5fb2 [C] 'function void sb800_prefetch(device*, int)' at pci-quirks.c:191:1 has some sub-type changes: CRC value (modversions) changed from 0x9ecd4ebc to 0x663e77f7 [C] 'function int sb_min_blocksize(super_block*, int)' at block_dev.c:157:1 has some sub-type changes: CRC value (modversions) changed from 0x9f3f8d24 to 0x31c8c88d [C] 'function int sb_set_blocksize(super_block*, int)' at fs.h:3165:1 has some sub-type changes: CRC value (modversions) changed from 0x627525c9 to 0x2374f190 [C] 'function int sched_setattr(task_struct*, const sched_attr*)' at core.c:5079:1 has some sub-type changes: CRC value (modversions) changed from 0x992d12fd to 0x11049878 [C] 'function int sched_setscheduler(task_struct*, int, const sched_param*)' at core.c:5072:1 has some sub-type changes: CRC value (modversions) changed from 0x455a6976 to 0xeba27c71 [C] 'function int sched_setscheduler_nocheck(task_struct*, int, const sched_param*)' at sched.h:1643:1 has some sub-type changes: CRC value (modversions) changed from 0xb8559f58 to 0x977b1e8b [C] 'function void sched_show_task(task_struct*)' at core.c:5941:1 has some sub-type changes: CRC value (modversions) changed from 0x5ec7190b to 0xe42687f9 [C] 'function void scmd_printk(const char*, const scsi_cmnd*, const char*, ...)' at scsi_device.h:263:1 has some sub-type changes: CRC value (modversions) changed from 0x705e47dd to 0x4fa13189 [C] 'function int scmi_driver_register(scmi_driver*, module*, const char*)' at scmi_protocol.h:286:1 has some sub-type changes: CRC value (modversions) changed from 0x767318c4 to 0xd6d9a1b5 [C] 'function void scmi_driver_unregister(scmi_driver*)' at scmi_protocol.h:288:1 has some sub-type changes: CRC value (modversions) changed from 0xb90a2154 to 0x223f5f0f [C] 'function int scsi_add_host_with_dma(Scsi_Host*, device*, device*)' at scsi_host.h:747:1 has some sub-type changes: CRC value (modversions) changed from 0xfa24610f to 0x431c2860 [C] 'function int scsi_autopm_get_device(scsi_device*)' at scsi_device.h:468:1 has some sub-type changes: CRC value (modversions) changed from 0x846bf19b to 0x1ad0c2be [C] 'function void scsi_autopm_put_device(scsi_device*)' at scsi_pm.c:311:1 has some sub-type changes: CRC value (modversions) changed from 0x6fd835b6 to 0xb8a38101 [C] 'function void scsi_block_requests(Scsi_Host*)' at scsi_host.h:781:1 has some sub-type changes: CRC value (modversions) changed from 0xd93f75f7 to 0xb2b19e46 [C] 'function int scsi_block_when_processing_errors(scsi_device*)' at scsi_eh.h:17:1 has some sub-type changes: CRC value (modversions) changed from 0x262f8bc4 to 0x99655c9f [C] 'function int scsi_change_queue_depth(scsi_device*, int)' at scsi_device.h:397:1 has some sub-type changes: CRC value (modversions) changed from 0xe7fedc36 to 0x308a8b2b [C] 'function int scsi_device_get(scsi_device*)' at scsi.c:531:1 has some sub-type changes: CRC value (modversions) changed from 0xc667cbf to 0x6087fcff [C] 'function void scsi_device_put(scsi_device*)' at scsi.c:556:1 has some sub-type changes: CRC value (modversions) changed from 0xdcbaf1b1 to 0x599186ca [C] 'function int scsi_dma_map(scsi_cmnd*)' at scsi_lib_dma.c:23:1 has some sub-type changes: CRC value (modversions) changed from 0x940381e1 to 0xacbea6d1 [C] 'function void scsi_dma_unmap(scsi_cmnd*)' at scsi_lib_dma.c:43:1 has some sub-type changes: CRC value (modversions) changed from 0x113b5a90 to 0x78972b75 [C] 'function void scsi_eh_prep_cmnd(scsi_cmnd*, scsi_eh_save*, unsigned char*, int, unsigned int)' at scsi_error.c:953:1 has some sub-type changes: CRC value (modversions) changed from 0xcdcb26c5 to 0xac37bf54 [C] 'function void scsi_eh_restore_cmnd(scsi_cmnd*, scsi_eh_save*)' at scsi_error.c:1024:1 has some sub-type changes: CRC value (modversions) changed from 0x6ee021a4 to 0xdda348cf [C] 'function scsi_device* scsi_get_host_dev(Scsi_Host*)' at scsi_scan.c:1895:1 has some sub-type changes: CRC value (modversions) changed from 0x72b676cf to 0x2f95fb4e [C] 'function Scsi_Host* scsi_host_alloc(scsi_host_template*, int)' at scsi_host.h:746:1 has some sub-type changes: CRC value (modversions) changed from 0x2a193c58 to 0x62079c4 [C] 'function void scsi_host_put(Scsi_Host*)' at scsi_host.h:755:1 has some sub-type changes: CRC value (modversions) changed from 0x2a95a1b4 to 0xf9750cdd [C] 'function int scsi_ioctl(scsi_device*, int, void*)' at scsi_ioctl.c:202:1 has some sub-type changes: CRC value (modversions) changed from 0xba543d7 to 0x6f8322ea [C] 'function int scsi_ioctl_block_when_processing_errors(scsi_device*, int, bool)' at scsi_ioctl.c:280:1 has some sub-type changes: CRC value (modversions) changed from 0x6fffcac to 0x8c7b31ee [C] 'function int scsi_is_host_device(const device*)' at scsi_host.h:723:1 has some sub-type changes: CRC value (modversions) changed from 0xcf00bbc5 to 0x4edb3432 [C] 'function void scsi_print_command(scsi_cmnd*)' at scsi_dbg.h:9:1 has some sub-type changes: CRC value (modversions) changed from 0x695f1135 to 0x449e9f59 [C] 'function void scsi_print_sense_hdr(const scsi_device*, const char*, const scsi_sense_hdr*)' at scsi_logging.c:362:1 has some sub-type changes: CRC value (modversions) changed from 0x251b9fbc to 0xc33e5280 [C] 'function int scsi_register_interface(class_interface*)' at scsi_sysfs.c:1529:1 has some sub-type changes: CRC value (modversions) changed from 0x35c27115 to 0xe330e5f7 [C] 'function void scsi_remove_device(scsi_device*)' at scsi_sysfs.c:1443:1 has some sub-type changes: CRC value (modversions) changed from 0x27e4a00b to 0xe6f1bbdc [C] 'function void scsi_remove_host(Scsi_Host*)' at scsi_host.h:752:1 has some sub-type changes: CRC value (modversions) changed from 0x3d87a14b to 0xb128d329 [C] 'function void scsi_report_bus_reset(Scsi_Host*, int)' at scsi_eh.h:15:1 has some sub-type changes: CRC value (modversions) changed from 0x4480f06c to 0x90cc6b10 [C] 'function void scsi_report_device_reset(Scsi_Host*, int, int)' at scsi_error.c:2305:1 has some sub-type changes: CRC value (modversions) changed from 0x4df2878f to 0x783aefba [C] 'function void scsi_scan_host(Scsi_Host*)' at scsi_host.h:750:1 has some sub-type changes: CRC value (modversions) changed from 0x4d00ddb2 to 0xfcb8eed9 [C] 'function void scsi_unblock_requests(Scsi_Host*)' at scsi_host.h:780:1 has some sub-type changes: CRC value (modversions) changed from 0x59e4709f to 0xb9bfd890 [C] 'function void sdev_prefix_printk(const char*, const scsi_device*, const char*, const char*, ...)' at scsi_device.h:256:1 has some sub-type changes: CRC value (modversions) changed from 0x734a08a3 to 0xa929884f [C] 'function int sdhci_add_host(sdhci_host*)' at sdhci.c:4477:1 has some sub-type changes: CRC value (modversions) changed from 0xb1dc48de to 0x1da0f890 [C] 'function void sdhci_cleanup_host(sdhci_host*)' at sdhci.c:4399:1 has some sub-type changes: CRC value (modversions) changed from 0x2be5ed24 to 0x94f6460b [C] 'function void sdhci_cqe_disable(mmc_host*, bool)' at sdhci.c:3587:1 has some sub-type changes: CRC value (modversions) changed from 0x5237a7e5 to 0xfb173887 [C] 'function void sdhci_cqe_enable(mmc_host*)' at sdhci.c:3543:1 has some sub-type changes: CRC value (modversions) changed from 0x38e45022 to 0xed7455f8 [C] 'function bool sdhci_cqe_irq(sdhci_host*, u32, int*, int*)' at sdhci.c:3611:1 has some sub-type changes: CRC value (modversions) changed from 0xcd40a54b to 0xcfc5f0e1 [C] 'function void sdhci_dumpregs(sdhci_host*)' at sdhci.c:53:1 has some sub-type changes: CRC value (modversions) changed from 0x4cfd1777 to 0xb540ced7 [C] 'function void sdhci_enable_clk(sdhci_host*, u16)' at sdhci.c:1711:1 has some sub-type changes: CRC value (modversions) changed from 0xb05d1e29 to 0x713a1dd9 [C] 'function void sdhci_enable_v4_mode(sdhci_host*)' at sdhci.c:138:1 has some sub-type changes: CRC value (modversions) changed from 0x5e7785b7 to 0xd31fdad2 [C] 'function void sdhci_get_property(platform_device*)' at sdhci-pltfm.c:79:1 has some sub-type changes: CRC value (modversions) changed from 0x33cfd532 to 0x3bdcbc24 [C] 'function void sdhci_pltfm_free(platform_device*)' at sdhci-pltfm.c:165:1 has some sub-type changes: CRC value (modversions) changed from 0xec75e8dc to 0x7639fa41 [C] 'function sdhci_host* sdhci_pltfm_init(platform_device*, const sdhci_pltfm_data*, size_t)' at sdhci-pltfm.c:116:1 has some sub-type changes: CRC value (modversions) changed from 0xf9b00b2d to 0xabb37cb2 [C] 'function void sdhci_remove_host(sdhci_host*, int)' at sdhci.c:4498:1 has some sub-type changes: CRC value (modversions) changed from 0xbce45374 to 0xdb84e99f [C] 'function void sdhci_request(mmc_host*, mmc_request*)' at sdhci.c:1882:1 has some sub-type changes: CRC value (modversions) changed from 0xd89842cc to 0x6bba8605 [C] 'function int sdhci_request_atomic(mmc_host*, mmc_request*)' at sdhci.c:1926:1 has some sub-type changes: CRC value (modversions) changed from 0x123ea884 to 0x44be6e7b [C] 'function void sdhci_reset(sdhci_host*, u8)' at sdhci.c:198:1 has some sub-type changes: CRC value (modversions) changed from 0xfebb04c2 to 0x573f077a [C] 'function int sdhci_runtime_resume_host(sdhci_host*, int)' at sdhci.c:3485:1 has some sub-type changes: CRC value (modversions) changed from 0x2355a2b4 to 0x82cbb90a [C] 'function int sdhci_runtime_suspend_host(sdhci_host*)' at sdhci.c:3463:1 has some sub-type changes: CRC value (modversions) changed from 0x561bb9f to 0x26c1ae0 [C] 'function void sdhci_set_bus_width(sdhci_host*, int)' at sdhci.c:1960:1 has some sub-type changes: CRC value (modversions) changed from 0x99278a3b to 0xd216b4ea [C] 'function int sdhci_setup_host(sdhci_host*)' at sdhci.c:3858:1 has some sub-type changes: CRC value (modversions) changed from 0x16540250 to 0x7aa2bc25 [C] 'function unsigned int sdio_align_size(sdio_func*, unsigned int)' at sdio_io.c:233:1 has some sub-type changes: CRC value (modversions) changed from 0xb6c22499 to 0xca0b33ac [C] 'function void sdio_claim_host(sdio_func*)' at sdio_func.h:125:1 has some sub-type changes: CRC value (modversions) changed from 0xa4b7fcd9 to 0xc5a68df8 [C] 'function int sdio_claim_irq(sdio_func*, void (sdio_func*)*)' at sdio_func.h:133:1 has some sub-type changes: CRC value (modversions) changed from 0x3dda1ec2 to 0xc1d0f055 [C] 'function int sdio_disable_func(sdio_func*)' at sdio_func.h:129:1 has some sub-type changes: CRC value (modversions) changed from 0x2ffe06a2 to 0xf272fad9 [C] 'function int sdio_enable_func(sdio_func*)' at sdio_func.h:128:1 has some sub-type changes: CRC value (modversions) changed from 0x42f9ad89 to 0x6997d069 [C] 'function unsigned char sdio_f0_readb(sdio_func*, unsigned int, int*)' at sdio_io.c:631:1 has some sub-type changes: CRC value (modversions) changed from 0x77dfb629 to 0x1aa60890 [C] 'function void sdio_f0_writeb(sdio_func*, unsigned char, unsigned int, int*)' at sdio_io.c:667:1 has some sub-type changes: CRC value (modversions) changed from 0x6f34abc3 to 0xcdeb927d [C] 'function mmc_pm_flag_t sdio_get_host_pm_caps(sdio_func*)' at sdio_io.c:700:1 has some sub-type changes: CRC value (modversions) changed from 0x705d5d6f to 0x842772f9 [C] 'function int sdio_memcpy_fromio(sdio_func*, void*, unsigned int, int)' at sdio_io.c:468:1 has some sub-type changes: CRC value (modversions) changed from 0x2af8e424 to 0x7e6f3889 [C] 'function int sdio_memcpy_toio(sdio_func*, unsigned int, void*, int)' at sdio_io.c:485:1 has some sub-type changes: CRC value (modversions) changed from 0x63f43518 to 0x5daab64f [C] 'function unsigned char sdio_readb(sdio_func*, unsigned int, int*)' at sdio_func.h:138:1 has some sub-type changes: CRC value (modversions) changed from 0xb1439d64 to 0xa432e7e0 [C] 'function u32 sdio_readl(sdio_func*, unsigned int, int*)' at sdio_io.c:584:1 has some sub-type changes: CRC value (modversions) changed from 0x6293cc08 to 0xd0d8694e [C] 'function int sdio_readsb(sdio_func*, void*, unsigned int, int)' at sdio_func.h:144:1 has some sub-type changes: CRC value (modversions) changed from 0x83d1349f to 0x967685e4 [C] 'function u16 sdio_readw(sdio_func*, unsigned int, int*)' at sdio_io.c:536:1 has some sub-type changes: CRC value (modversions) changed from 0x97583734 to 0xca8c5765 [C] 'function int sdio_register_driver(sdio_driver*)' at sdio_func.h:107:1 has some sub-type changes: CRC value (modversions) changed from 0x2dd740ab to 0xc30c9fd7 [C] 'function void sdio_release_host(sdio_func*)' at sdio_func.h:126:1 has some sub-type changes: CRC value (modversions) changed from 0xee64c2c5 to 0x2176b1d5 [C] 'function int sdio_release_irq(sdio_func*)' at sdio_func.h:134:1 has some sub-type changes: CRC value (modversions) changed from 0x39ff5480 to 0x829c50a6 [C] 'function int sdio_set_block_size(sdio_func*, unsigned int)' at sdio_func.h:131:1 has some sub-type changes: CRC value (modversions) changed from 0x30c6df7d to 0xded7932f [C] 'function int sdio_set_host_pm_flags(sdio_func*, mmc_pm_flag_t)' at sdio_io.c:721:1 has some sub-type changes: CRC value (modversions) changed from 0x2b6f20d2 to 0x2ae270d9 [C] 'function void sdio_signal_irq(mmc_host*)' at sdio_irq.c:132:1 has some sub-type changes: CRC value (modversions) changed from 0x40a39809 to 0x7850797b [C] 'function void sdio_unregister_driver(sdio_driver*)' at sdio_func.h:108:1 has some sub-type changes: CRC value (modversions) changed from 0x76d101c7 to 0xe53d62ab [C] 'function void sdio_writeb(sdio_func*, unsigned char, unsigned int, int*)' at sdio_func.h:147:1 has some sub-type changes: CRC value (modversions) changed from 0x8ab5d96b to 0x680e5a98 [C] 'function void sdio_writel(sdio_func*, u32, unsigned int, int*)' at sdio_io.c:609:1 has some sub-type changes: CRC value (modversions) changed from 0x98da8ea2 to 0x5f15817a [C] 'function int sdio_writesb(sdio_func*, unsigned int, void*, int)' at sdio_func.h:159:1 has some sub-type changes: CRC value (modversions) changed from 0x572069da to 0xf004244d [C] 'function void sdio_writew(sdio_func*, u16, unsigned int, int*)' at sdio_io.c:561:1 has some sub-type changes: CRC value (modversions) changed from 0x23bed1bd to 0x6446ff00 [C] 'function int search_binary_handler(linux_binprm*)' at binfmts.h:122:1 has some sub-type changes: CRC value (modversions) changed from 0xc3ed40da to 0x9bc5c9e8 [C] 'function dentry* securityfs_create_dir(const char*, dentry*)' at inode.c:228:1 has some sub-type changes: CRC value (modversions) changed from 0xc478eef9 to 0x8f6dcb4a [C] 'function dentry* securityfs_create_file(const char*, umode_t, dentry*, void*, const file_operations*)' at inode.c:200:1 has some sub-type changes: CRC value (modversions) changed from 0xcbececc7 to 0xdfed5a83 [C] 'function void securityfs_remove(dentry*)' at inode.c:295:1 has some sub-type changes: CRC value (modversions) changed from 0xb3ff9907 to 0x905e1da4 [C] 'function int send_sig_info(int, kernel_siginfo*, task_struct*)' at signal.h:327:1 has some sub-type changes: CRC value (modversions) changed from 0x1622cbb9 to 0x7b78076e [C] 'function int seq_file_path(seq_file*, file*, const char*)' at seq_file.c:492:1 has some sub-type changes: CRC value (modversions) changed from 0x85971d1b to 0xbe07497a [C] 'function void seq_hex_dump(seq_file*, const char*, int, int, int, void*, size_t, bool)' at seq_file.c:857:1 has some sub-type changes: CRC value (modversions) changed from 0xf9ff1d7b to 0x9ab23128 [C] 'function long long int seq_lseek(file*, long long int, int)' at seq_file.h:111:1 has some sub-type changes: CRC value (modversions) changed from 0x9f1ba5a5 to 0x6c3168a6 [C] 'function int seq_open(file*, const seq_operations*)' at seq_file.h:109:1 has some sub-type changes: CRC value (modversions) changed from 0xcd9a1de3 to 0xd90ff1af [C] 'function int seq_open_private(file*, const seq_operations*, int)' at seq_file.c:650:1 has some sub-type changes: CRC value (modversions) changed from 0xd155e995 to 0xcaae0121 [C] 'function void seq_printf(seq_file*, const char*, ...)' at seq_file.h:118:1 has some sub-type changes: CRC value (modversions) changed from 0xd4f273af to 0x114f1301 [C] 'function void seq_putc(seq_file*, char)' at seq_file.h:119:1 has some sub-type changes: CRC value (modversions) changed from 0x79d3d500 to 0xc352b5d5 [C] 'function void seq_puts(seq_file*, const char*)' at seq_file.h:120:1 has some sub-type changes: CRC value (modversions) changed from 0xa8230ab5 to 0x7a147caa [C] 'function ssize_t seq_read(file*, char*, size_t, loff_t*)' at seq_file.c:153:1 has some sub-type changes: CRC value (modversions) changed from 0xb8e74dbf to 0xb4a786c4 [C] 'function int seq_release(inode*, file*)' at seq_file.h:112:1 has some sub-type changes: CRC value (modversions) changed from 0xf2af47fb to 0x85b4a70f [C] 'function int seq_release_private(inode*, file*)' at seq_file.h:147:1 has some sub-type changes: CRC value (modversions) changed from 0xea2b4569 to 0x76551917 [C] 'function void seq_vprintf(seq_file*, const char*, __va_list)' at seq_file.h:116:1 has some sub-type changes: CRC value (modversions) changed from 0xf21a0e29 to 0xdfe36572 [C] 'function int seq_write(seq_file*, void*, unsigned long int)' at seq_file.h:113:1 has some sub-type changes: CRC value (modversions) changed from 0x5fc7ac77 to 0xb6625d70 [C] 'function void serdev_device_close(serdev_device*)' at core.c:196:1 has some sub-type changes: CRC value (modversions) changed from 0x52af057e to 0x79e3d126 [C] 'function int serdev_device_open(serdev_device*)' at core.c:168:1 has some sub-type changes: CRC value (modversions) changed from 0xcaaad3c0 to 0xc6e9b20e [C] 'function unsigned int serdev_device_set_baudrate(serdev_device*, unsigned int)' at core.c:361:1 has some sub-type changes: CRC value (modversions) changed from 0xd86227e9 to 0x4edd1047 [C] 'function void serdev_device_set_flow_control(serdev_device*, bool)' at core.c:373:1 has some sub-type changes: CRC value (modversions) changed from 0x91059f5c to 0x39d28697 [C] 'function void serdev_device_wait_until_sent(serdev_device*, long int)' at core.c:396:1 has some sub-type changes: CRC value (modversions) changed from 0x1cb805cb to 0xd8f52b94 [C] 'function int serdev_device_write(serdev_device*, const unsigned char*, size_t, long int)' at core.c:291:1 has some sub-type changes: CRC value (modversions) changed from 0xfa90048b to 0x9cd45922 [C] 'function void serdev_device_write_wakeup(serdev_device*)' at core.c:236:1 has some sub-type changes: CRC value (modversions) changed from 0x56d85b65 to 0xa6bcddd0 [C] 'function void serial8250_clear_and_reinit_fifos(uart_8250_port*)' at 8250_port.c:578:1 has some sub-type changes: CRC value (modversions) changed from 0xf2737811 to 0x7b11120b [C] 'function void serial8250_do_pm(uart_port*, unsigned int, unsigned int)' at 8250_port.c:2730:1 has some sub-type changes: CRC value (modversions) changed from 0x3b785827 to 0x16d8e599 [C] 'function void serial8250_do_set_ldisc(uart_port*, ktermios*)' at 8250_port.c:2703:1 has some sub-type changes: CRC value (modversions) changed from 0xebbf16a2 to 0x1b501dbc [C] 'function void serial8250_do_set_termios(uart_port*, ktermios*, ktermios*)' at 8250_port.c:2556:1 has some sub-type changes: CRC value (modversions) changed from 0xf2bc8b42 to 0x10d31e68 [C] 'function uart_8250_port* serial8250_get_port(int)' at 8250.h:151:1 has some sub-type changes: CRC value (modversions) changed from 0xd8c15b9 to 0xe8c5b6f5 [C] 'function int serial8250_handle_irq(uart_port*, unsigned int)' at 8250_port.c:1814:1 has some sub-type changes: CRC value (modversions) changed from 0xe9dc5329 to 0x7ca5e0a2 [C] 'function int serial8250_register_8250_port(uart_8250_port*)' at serial_8250.h:145:1 has some sub-type changes: CRC value (modversions) changed from 0x5c6a7500 to 0x5e67f711 [C] 'function irqreturn serio_interrupt(serio*, unsigned char, unsigned int)' at serio.h:89:1 has some sub-type changes: CRC value (modversions) changed from 0x35af4d35 to 0x5b0b5618 [C] 'function void serio_reconnect(serio*)' at serio.h:88:1 has some sub-type changes: CRC value (modversions) changed from 0x71a260f5 to 0x442bf35b [C] 'function void serio_unregister_port(serio*)' at serio.h:97:1 has some sub-type changes: CRC value (modversions) changed from 0xab252eb1 to 0x55a6e96d [C] 'function int set_anon_super(super_block*, void*)' at super.c:1099:1 has some sub-type changes: CRC value (modversions) changed from 0xbc0447d8 to 0x70cba88 [C] 'function int set_blocksize(block_device*, int)' at fs.h:3164:1 has some sub-type changes: CRC value (modversions) changed from 0x3100d4f0 to 0xbaa57860 [C] 'function int set_cpus_allowed_ptr(task_struct*, const cpumask*)' at core.c:1718:1 has some sub-type changes: CRC value (modversions) changed from 0x824154fa to 0x396fe09a [C] 'function void set_disk_ro(gendisk*, int)' at genhd.c:1577:1 has some sub-type changes: CRC value (modversions) changed from 0x5abdffeb to 0xfd7f814b [C] 'function int set_page_dirty(page*)' at mm.h:1622:1 has some sub-type changes: CRC value (modversions) changed from 0x7b040ecc to 0x1df83dde [C] 'function int set_page_dirty_lock(page*)' at page-writeback.c:2592:1 has some sub-type changes: CRC value (modversions) changed from 0xe08ed1ea to 0x5690fed [C] 'function void set_user_nice(task_struct*, long int)' at sched.h:1624:1 has some sub-type changes: CRC value (modversions) changed from 0xc28ba01c to 0xfa3f5d71 [C] 'function void setattr_copy(inode*, const iattr*)' at fs.h:3448:1 has some sub-type changes: CRC value (modversions) changed from 0x430bedcd to 0xbc4eef6b [C] 'function int setup_irq(unsigned int, irqaction*)' at manage.c:1687:1 has some sub-type changes: CRC value (modversions) changed from 0x7cb3e70a to 0x9dd08391 [C] 'function int sg_alloc_table_from_pages(sg_table*, page**, unsigned int, unsigned int, unsigned long int, gfp_t)' at scatterlist.c:464:1 has some sub-type changes: CRC value (modversions) changed from 0x36f2b238 to 0xf3a1556 [C] 'function bool sg_miter_next(sg_mapping_iter*)' at scatterlist.h:464:1 has some sub-type changes: CRC value (modversions) changed from 0xb40fcf1f to 0x2e562c69 [C] 'function bool sg_miter_skip(sg_mapping_iter*, off_t)' at scatterlist.c:726:1 has some sub-type changes: CRC value (modversions) changed from 0xa67f4f46 to 0x51a3f5cf [C] 'function void sg_miter_start(sg_mapping_iter*, scatterlist*, unsigned int, unsigned int)' at scatterlist.h:461:1 has some sub-type changes: CRC value (modversions) changed from 0x22deed7b to 0xf8ad45f5 [C] 'function void sg_miter_stop(sg_mapping_iter*)' at scatterlist.h:465:1 has some sub-type changes: CRC value (modversions) changed from 0x691a629e to 0xb35d48bf [C] 'function int sg_scsi_ioctl(request_queue*, gendisk*, fmode_t, scsi_ioctl_command*)' at scsi_ioctl.c:404:1 has some sub-type changes: CRC value (modversions) changed from 0xe9ace6e3 to 0xfa47b9e9 [C] 'function super_block* sget(file_system_type*, int (super_block*, void*)*, int (super_block*, void*)*, int, void*)' at super.c:576:1 has some sub-type changes: CRC value (modversions) changed from 0x12ad04f0 to 0x6a5dccf3 [C] 'function void shash_free_instance(crypto_instance*)' at hash.h:107:1 has some sub-type changes: CRC value (modversions) changed from 0xbe5ad4a9 to 0x4799dee8 [C] 'function int shash_register_instance(crypto_template*, shash_instance*)' at hash.h:105:1 has some sub-type changes: CRC value (modversions) changed from 0x30b2fed4 to 0x15d0f5eb [C] 'function file* shmem_file_setup(const char*, long long int, unsigned long int)' at shmem_fs.h:55:1 has some sub-type changes: CRC value (modversions) changed from 0xca4e0ab to 0x207c0b2 [C] 'function page* shmem_read_mapping_page_gfp(address_space*, unsigned long int, unsigned int)' at shmem_fs.h:74:1 has some sub-type changes: CRC value (modversions) changed from 0x79050148 to 0x6fe03557 [C] 'function void shmem_truncate_range(inode*, loff_t, loff_t)' at shmem.c:990:1 has some sub-type changes: CRC value (modversions) changed from 0xa0fc82ba to 0x218f4479 [C] 'function int simple_attr_open(inode*, file*, int (void*, u64*)*, int (void*, typedef u64)*, const char*)' at libfs.c:820:1 has some sub-type changes: CRC value (modversions) changed from 0xc889e551 to 0x8df21cae [C] 'function ssize_t simple_attr_read(file*, char*, size_t, loff_t*)' at libfs.c:850:1 has some sub-type changes: CRC value (modversions) changed from 0x7fe0d001 to 0x5bf8c150 [C] 'function int simple_attr_release(inode*, file*)' at libfs.c:842:1 has some sub-type changes: CRC value (modversions) changed from 0x451e0363 to 0xc4d40fe8 [C] 'function ssize_t simple_attr_write(file*, const char*, size_t, loff_t*)' at libfs.c:888:1 has some sub-type changes: CRC value (modversions) changed from 0xbd187a48 to 0xeeac4bc2 [C] 'function int simple_fill_super(super_block*, unsigned long int, const tree_descr*)' at fs.h:3405:1 has some sub-type changes: CRC value (modversions) changed from 0x6170d59d to 0xd0d6c72 [C] 'function int simple_getattr(const path*, kstat*, u32, unsigned int)' at libfs.c:29:1 has some sub-type changes: CRC value (modversions) changed from 0x36c4b87e to 0x50d9d9fe [C] 'function int simple_open(inode*, file*)' at libfs.c:315:1 has some sub-type changes: CRC value (modversions) changed from 0x360ee68f to 0x9440c59b [C] 'function int simple_pin_fs(file_system_type*, vfsmount**, int*)' at fs.h:3407:1 has some sub-type changes: CRC value (modversions) changed from 0xcf0f6475 to 0x663a7f3f [C] 'function void simple_release_fs(vfsmount**, int*)' at fs.h:3408:1 has some sub-type changes: CRC value (modversions) changed from 0x6c31fe21 to 0xd5b2c06c [C] 'function int simple_setattr(dentry*, iattr*)' at fs.h:3370:1 has some sub-type changes: CRC value (modversions) changed from 0x894c9839 to 0xf5ea2847 [C] 'function int simple_statfs(dentry*, kstatfs*)' at libfs.c:39:1 has some sub-type changes: CRC value (modversions) changed from 0x6ed868e0 to 0x3e2e2e88 [C] 'function int single_open(file*, int (seq_file*, void*)*, void*)' at seq_file.h:142:1 has some sub-type changes: CRC value (modversions) changed from 0x1b73df5f to 0x97bcba7 [C] 'function int single_open_size(file*, int (seq_file*, void*)*, void*, unsigned long int)' at seq_file.h:143:1 has some sub-type changes: CRC value (modversions) changed from 0xbc5a356a to 0x8d534968 [C] 'function int single_release(inode*, file*)' at seq_file.h:144:1 has some sub-type changes: CRC value (modversions) changed from 0x526202c7 to 0x1aec584d [C] 'function sock* sk_alloc(net*, int, unsigned int, proto*, int)' at sock.h:1612:1 has some sub-type changes: CRC value (modversions) changed from 0xe26e0f40 to 0x57a9c316 [C] 'function void sk_free(sock*)' at sock.h:1614:1 has some sub-type changes: CRC value (modversions) changed from 0xb90f4365 to 0x4081cd32 [C] 'function void sk_setup_caps(sock*, dst_entry*)' at sock.h:1982:1 has some sub-type changes: CRC value (modversions) changed from 0x98ec50d to 0xf8e11059 [C] 'function void skb_add_rx_frag(sk_buff*, int, page*, int, int, unsigned int)' at skbuff.h:2148:1 has some sub-type changes: CRC value (modversions) changed from 0xc8535acd to 0x7fb346cf [C] 'function int skb_append_pagefrags(sk_buff*, page*, int, size_t)' at skbuff.c:3590:1 has some sub-type changes: CRC value (modversions) changed from 0x3933f677 to 0x6fcbb8c6 [C] 'function unsigned int skb_checksum(const sk_buff*, int, int, unsigned int)' at skbuff.h:3565:1 has some sub-type changes: CRC value (modversions) changed from 0x6c3a5e5d to 0x88c09a35 [C] 'function int skb_checksum_help(sk_buff*)' at netdevice.h:4391:1 has some sub-type changes: CRC value (modversions) changed from 0x1c8a57e7 to 0x7c76a08 [C] 'function sk_buff* skb_clone(sk_buff*, unsigned int)' at skbuff.h:1111:1 has some sub-type changes: CRC value (modversions) changed from 0xd36d8a22 to 0x42d6e61b [C] 'function void skb_coalesce_rx_frag(sk_buff*, int, int, unsigned int)' at skbuff.c:554:1 has some sub-type changes: CRC value (modversions) changed from 0xf975231a to 0x9350279d [C] 'function sk_buff* skb_copy(const sk_buff*, unsigned int)' at skbuff.h:1113:1 has some sub-type changes: CRC value (modversions) changed from 0xbf9127eb to 0xc3011f0d [C] 'function int skb_copy_bits(const sk_buff*, int, void*, int)' at skbuff.h:3513:1 has some sub-type changes: CRC value (modversions) changed from 0x74256bac to 0xafa53f4b [C] 'function int skb_copy_datagram_iter(const sk_buff*, int, iov_iter*, int)' at skbuff.h:3490:1 has some sub-type changes: CRC value (modversions) changed from 0x1401555a to 0xf7961ce5 [C] 'function sk_buff* skb_copy_expand(const sk_buff*, int, int, unsigned int)' at skbuff.h:1125:1 has some sub-type changes: CRC value (modversions) changed from 0x417c8130 to 0x9c10b02f [C] 'function int skb_cow_data(sk_buff*, int, sk_buff**)' at skbuff.c:4305:1 has some sub-type changes: CRC value (modversions) changed from 0x7dbbb713 to 0xfcd18a20 [C] 'function sk_buff* skb_dequeue(sk_buff_head*)' at skbuff.h:2051:1 has some sub-type changes: CRC value (modversions) changed from 0x43556c8 to 0xdb35f886 [C] 'function sk_buff* skb_dequeue_tail(sk_buff_head*)' at skbuff.c:3056:1 has some sub-type changes: CRC value (modversions) changed from 0x67dc7412 to 0x2b0b25dc [C] 'function int skb_ensure_writable(sk_buff*, int)' at skbuff.h:3533:1 has some sub-type changes: CRC value (modversions) changed from 0x225c8331 to 0x828ad344 [C] 'function void skb_free_datagram(sock*, sk_buff*)' at skbuff.h:3505:1 has some sub-type changes: CRC value (modversions) changed from 0xab81cf9c to 0x76996ac6 [C] 'function bool skb_page_frag_refill(unsigned int, page_frag*, unsigned int)' at skbuff.h:3060:1 has some sub-type changes: CRC value (modversions) changed from 0xf9fdf475 to 0xf554f641 [C] 'function bool skb_partial_csum_set(sk_buff*, unsigned short int, unsigned short int)' at skbuff.h:4477:1 has some sub-type changes: CRC value (modversions) changed from 0x692d1f9c to 0xe14baaf4 [C] 'function void* skb_pull(sk_buff*, unsigned int)' at skbuff.h:2259:1 has some sub-type changes: CRC value (modversions) changed from 0x4e7e3a3c to 0x5fecb89c [C] 'function void* skb_pull_rcsum(sk_buff*, unsigned int)' at skbuff.h:3349:1 has some sub-type changes: CRC value (modversions) changed from 0x5e4b8b2d to 0x362f41ab [C] 'function void* skb_push(sk_buff*, unsigned int)' at skbuff.h:2251:1 has some sub-type changes: CRC value (modversions) changed from 0xc18d1cba to 0xa8f75338 [C] 'function void* skb_put(sk_buff*, unsigned int)' at skbuff.h:2195:1 has some sub-type changes: CRC value (modversions) changed from 0xc94a4bf1 to 0xc7532e45 [C] 'function void skb_queue_head(sk_buff_head*, sk_buff*)' at skbuff.h:2000:1 has some sub-type changes: CRC value (modversions) changed from 0x23bcc658 to 0x2c692871 [C] 'function void skb_queue_purge(sk_buff_head*)' at skbuff.h:2762:1 has some sub-type changes: CRC value (modversions) changed from 0x8c0ffdb9 to 0x32224cfc [C] 'function void skb_queue_tail(sk_buff_head*, sk_buff*)' at skbuff.h:2017:1 has some sub-type changes: CRC value (modversions) changed from 0xe360d05d to 0x44eb850b [C] 'function sk_buff* skb_realloc_headroom(sk_buff*, unsigned int)' at skbuff.h:1123:1 has some sub-type changes: CRC value (modversions) changed from 0xf4e3cae to 0x2675c882 [C] 'function sk_buff* skb_recv_datagram(sock*, unsigned int, int, int*)' at skbuff.h:3486:1 has some sub-type changes: CRC value (modversions) changed from 0x4d13492c to 0x4a1050fc [C] 'function void skb_scrub_packet(sk_buff*, bool)' at skbuff.h:3528:1 has some sub-type changes: CRC value (modversions) changed from 0x34c1e138 to 0x491528e7 [C] 'function void skb_set_owner_w(sk_buff*, sock*)' at sock.h:2140:1 has some sub-type changes: CRC value (modversions) changed from 0x729331ce to 0xe044351c [C] 'function int skb_store_bits(sk_buff*, int, void*, int)' at skbuff.c:2552:1 has some sub-type changes: CRC value (modversions) changed from 0x52b45216 to 0x5fef8051 [C] 'function int skb_to_sgvec(sk_buff*, scatterlist*, int, int)' at skbuff.c:4247:1 has some sub-type changes: CRC value (modversions) changed from 0xdcb69e9f to 0xb04f6e88 [C] 'function int skb_to_sgvec_nomark(sk_buff*, scatterlist*, int, int)' at skbuff.c:4279:1 has some sub-type changes: CRC value (modversions) changed from 0xd1c062f2 to 0xad8e931d [C] 'function void skb_trim(sk_buff*, unsigned int)' at skbuff.h:2658:1 has some sub-type changes: CRC value (modversions) changed from 0xf408696b to 0x12cc3588 [C] 'function void skb_tstamp_tx(sk_buff*, skb_shared_hwtstamps*)' at skbuff.h:3816:1 has some sub-type changes: CRC value (modversions) changed from 0xdcc4f016 to 0xa3e3085 [C] 'function void skb_unlink(sk_buff*, sk_buff_head*)' at skbuff.c:3162:1 has some sub-type changes: CRC value (modversions) changed from 0x88d1c16 to 0xcae5e5e1 [C] 'function int skcipher_walk_aead_decrypt(skcipher_walk*, aead_request*, bool)' at skcipher.c:570:1 has some sub-type changes: CRC value (modversions) changed from 0x525238ed to 0x3bd48fda [C] 'function int skcipher_walk_aead_encrypt(skcipher_walk*, aead_request*, bool)' at skcipher.c:561:1 has some sub-type changes: CRC value (modversions) changed from 0x7d711b4e to 0x4f1df4ad [C] 'function int skcipher_walk_done(skcipher_walk*, int)' at skcipher.h:136:1 has some sub-type changes: CRC value (modversions) changed from 0xfeeea441 to 0x284d31bd [C] 'function int skcipher_walk_virt(skcipher_walk*, skcipher_request*, bool)' at skcipher.h:137:1 has some sub-type changes: CRC value (modversions) changed from 0xaa720a67 to 0x321948f2 [C] 'function int smpboot_register_percpu_thread(smp_hotplug_thread*)' at smpboot.h:45:1 has some sub-type changes: CRC value (modversions) changed from 0x100d1b53 to 0x6ced5706 [C] 'function int snd_card_disconnect(snd_card*)' at core.h:226:1 has some sub-type changes: CRC value (modversions) changed from 0x8989661b to 0xb4e119e3 [C] 'function int snd_card_free(snd_card*)' at core.h:228:1 has some sub-type changes: CRC value (modversions) changed from 0x333f23e9 to 0x5758ceb1 [C] 'function int snd_card_new(device*, int, const char*, module*, int, snd_card**)' at core.h:222:1 has some sub-type changes: CRC value (modversions) changed from 0x6060bac1 to 0xf037cf33 [C] 'function int snd_card_register(snd_card*)' at core.h:231:1 has some sub-type changes: CRC value (modversions) changed from 0xa29a724c to 0x31a6852 [C] 'function int snd_card_rw_proc_new(snd_card*, const char*, void*, void (snd_info_entry*, snd_info_buffer*)*, void (snd_info_entry*, snd_info_buffer*)*)' at info.c:875:1 has some sub-type changes: CRC value (modversions) changed from 0xb8132166 to 0xa884d78e [C] 'function int snd_component_add(snd_card*, const char*)' at core.h:235:1 has some sub-type changes: CRC value (modversions) changed from 0x1fd28bcd to 0x98f0c178 [C] 'function int snd_compr_stop_error(snd_compr_stream*, snd_pcm_state_t)' at compress_offload.c:755:1 has some sub-type changes: CRC value (modversions) changed from 0x32707658 to 0xa51aeb6e [C] 'function int snd_ctl_add(snd_card*, snd_kcontrol*)' at control.c:422:1 has some sub-type changes: CRC value (modversions) changed from 0xa571f025 to 0x8c3e2229 [C] 'function int snd_ctl_add_vmaster_hook(snd_kcontrol*, void (void*, int)*, void*)' at vmaster.c:446:1 has some sub-type changes: CRC value (modversions) changed from 0xd354347 to 0x432e87d6 [C] 'function int snd_ctl_apply_vmaster_slaves(snd_kcontrol*, int (snd_kcontrol*, snd_kcontrol*, void*)*, void*)' at vmaster.c:498:1 has some sub-type changes: CRC value (modversions) changed from 0xcc9321d4 to 0x83805abf [C] 'function int snd_ctl_boolean_mono_info(snd_kcontrol*, snd_ctl_elem_info*)' at control.c:1892:1 has some sub-type changes: CRC value (modversions) changed from 0xaedb7bd8 to 0xf54a5352 [C] 'function int snd_ctl_boolean_stereo_info(snd_kcontrol*, snd_ctl_elem_info*)' at control.c:1912:1 has some sub-type changes: CRC value (modversions) changed from 0x6c3e35a8 to 0x51186f25 [C] 'function snd_kcontrol* snd_ctl_find_id(snd_card*, snd_ctl_elem_id*)' at control.c:664:1 has some sub-type changes: CRC value (modversions) changed from 0xd157d31 to 0xc4522a8d [C] 'function snd_kcontrol* snd_ctl_make_virtual_master(char*, const unsigned int*)' at vmaster.c:391:1 has some sub-type changes: CRC value (modversions) changed from 0x2b306869 to 0x621d4839 [C] 'function snd_kcontrol* snd_ctl_new1(const snd_kcontrol_new*, void*)' at control.c:228:1 has some sub-type changes: CRC value (modversions) changed from 0x76fc6e40 to 0x500c003f [C] 'function void snd_ctl_notify(snd_card*, unsigned int, snd_ctl_elem_id*)' at control.c:141:1 has some sub-type changes: CRC value (modversions) changed from 0xd1220a1c to 0xde9a2871 [C] 'function int snd_ctl_remove(snd_card*, snd_kcontrol*)' at control.c:461:1 has some sub-type changes: CRC value (modversions) changed from 0x82a32364 to 0x9fb3e9ad [C] 'function int snd_ctl_remove_id(snd_card*, snd_ctl_elem_id*)' at control.c:488:1 has some sub-type changes: CRC value (modversions) changed from 0x3143e6e5 to 0xef69573c [C] 'function void snd_ctl_sync_vmaster(snd_kcontrol*, bool)' at vmaster.c:466:1 has some sub-type changes: CRC value (modversions) changed from 0xf88d9b09 to 0x28cb7529 [C] 'function void snd_device_disconnect(snd_card*, void*)' at device.c:106:1 has some sub-type changes: CRC value (modversions) changed from 0x4726a234 to 0x2476d594 [C] 'function void snd_device_free(snd_card*, void*)' at device.c:130:1 has some sub-type changes: CRC value (modversions) changed from 0xc21075fd to 0x761b675d [C] 'function int snd_device_new(snd_card*, snd_device_type, void*, snd_device_ops*)' at core.h:257:1 has some sub-type changes: CRC value (modversions) changed from 0x4aedde13 to 0xb6711ce5 [C] 'function int snd_dma_alloc_pages(int, device*, unsigned long int, snd_dma_buffer*)' at memalloc.h:133:1 has some sub-type changes: CRC value (modversions) changed from 0x6f630dc8 to 0x9e672e4e [C] 'function void snd_dma_free_pages(snd_dma_buffer*)' at memalloc.h:137:1 has some sub-type changes: CRC value (modversions) changed from 0x96a3d6ed to 0xf5a3e736 [C] 'function int snd_dmaengine_pcm_close_release_chan(snd_pcm_substream*)' at pcm_dmaengine.c:360:1 has some sub-type changes: CRC value (modversions) changed from 0x735d6021 to 0xdc99fb31 [C] 'function dma_chan* snd_dmaengine_pcm_get_chan(snd_pcm_substream*)' at pcm_dmaengine.c:35:1 has some sub-type changes: CRC value (modversions) changed from 0xe8c15872 to 0x3b92afb7 [C] 'function int snd_dmaengine_pcm_open_request_chan(snd_pcm_substream*, dma_filter_fn, void*)' at pcm_dmaengine.c:331:1 has some sub-type changes: CRC value (modversions) changed from 0xa7a41772 to 0x5d085fcf [C] 'function snd_pcm_uframes_t snd_dmaengine_pcm_pointer(snd_pcm_substream*)' at pcm_dmaengine.c:240:1 has some sub-type changes: CRC value (modversions) changed from 0xd49d3d56 to 0x75dea066 [C] 'function int snd_dmaengine_pcm_prepare_slave_config(snd_pcm_substream*, snd_pcm_hw_params*, dma_slave_config*)' at soc-generic-dmaengine-pcm.c:58:1 has some sub-type changes: CRC value (modversions) changed from 0x33348762 to 0x16fa40fa [C] 'function int snd_dmaengine_pcm_trigger(snd_pcm_substream*, int)' at pcm_dmaengine.c:182:1 has some sub-type changes: CRC value (modversions) changed from 0xfefaf9ee to 0x9d642cde [C] 'function int snd_hwdep_new(snd_card*, char*, int, snd_hwdep**)' at hwdep.c:351:1 has some sub-type changes: CRC value (modversions) changed from 0x2fad6153 to 0xa14e354d [C] 'function int snd_hwparams_to_dma_slave_config(const snd_pcm_substream*, const snd_pcm_hw_params*, dma_slave_config*)' at pcm_dmaengine.c:52:1 has some sub-type changes: CRC value (modversions) changed from 0xc8865247 to 0x1febe9c4 [C] 'function snd_info_entry* snd_info_create_card_entry(snd_card*, const char*, snd_info_entry*)' at info.c:741:1 has some sub-type changes: CRC value (modversions) changed from 0x6c1f55a7 to 0xc40b83af [C] 'function snd_info_entry* snd_info_create_module_entry(module*, const char*, snd_info_entry*)' at info.c:721:1 has some sub-type changes: CRC value (modversions) changed from 0xa5f3fafc to 0x3f267b7 [C] 'function void snd_info_free_entry(snd_info_entry*)' at info.c:769:1 has some sub-type changes: CRC value (modversions) changed from 0x620ba32 to 0xee314313 [C] 'function int snd_info_register(snd_info_entry*)' at info.h:129:1 has some sub-type changes: CRC value (modversions) changed from 0x519942e9 to 0xbf4b6867 [C] 'function int snd_jack_new(snd_card*, const char*, int, snd_jack**, bool, bool)' at jack.c:198:1 has some sub-type changes: CRC value (modversions) changed from 0x2523d117 to 0xf4b0eccb [C] 'function void snd_jack_report(snd_jack*, int)' at jack.c:340:1 has some sub-type changes: CRC value (modversions) changed from 0x4262e0a9 to 0xfa294e07 [C] 'function int snd_jack_set_key(snd_jack*, snd_jack_types, int)' at jack.c:317:1 has some sub-type changes: CRC value (modversions) changed from 0xc1df70f5 to 0xc8c7fe2 [C] 'function const snd_pci_quirk* snd_pci_quirk_lookup(pci_dev*, const snd_pci_quirk*)' at misc.c:138:1 has some sub-type changes: CRC value (modversions) changed from 0x71eb396b to 0x854ba6f0 [C] 'function int snd_pcm_add_chmap_ctls(snd_pcm*, int, const snd_pcm_chmap_elem*, int, unsigned long int, snd_pcm_chmap**)' at pcm_lib.c:2418:1 has some sub-type changes: CRC value (modversions) changed from 0xfa6a7130 to 0x46521f76 [C] 'function int snd_pcm_hw_constraint_eld(snd_pcm_runtime*, void*)' at pcm_drm_eld.c:80:1 has some sub-type changes: CRC value (modversions) changed from 0x44ac8869 to 0x99bceedb [C] 'function int snd_pcm_hw_constraint_integer(snd_pcm_runtime*, int)' at pcm.h:977:1 has some sub-type changes: CRC value (modversions) changed from 0xa8fb481b to 0xa2290947 [C] 'function int snd_pcm_hw_constraint_list(snd_pcm_runtime*, unsigned int, snd_pcm_hw_param_t, const snd_pcm_hw_constraint_list*)' at pcm_lib.c:1260:1 has some sub-type changes: CRC value (modversions) changed from 0xf107594e to 0x41a4aa0c [C] 'function int snd_pcm_hw_constraint_mask64(snd_pcm_runtime*, int, long long unsigned int)' at pcm.h:973:1 has some sub-type changes: CRC value (modversions) changed from 0x614a44fc to 0x7a288c24 [C] 'function int snd_pcm_hw_constraint_minmax(snd_pcm_runtime*, int, unsigned int, unsigned int)' at pcm.h:975:1 has some sub-type changes: CRC value (modversions) changed from 0x519cab67 to 0x354a831d [C] 'function int snd_pcm_hw_constraint_msbits(snd_pcm_runtime*, unsigned int, unsigned int, unsigned int)' at pcm_lib.c:1404:1 has some sub-type changes: CRC value (modversions) changed from 0xea8b2bb9 to 0x972eca8e [C] 'function int snd_pcm_hw_constraint_step(snd_pcm_runtime*, unsigned int, snd_pcm_hw_param_t, unsigned long int)' at pcm_lib.c:1433:1 has some sub-type changes: CRC value (modversions) changed from 0xcd989f00 to 0x3c8414f0 [C] 'function int snd_pcm_hw_rule_add(snd_pcm_runtime*, unsigned int, int, int (snd_pcm_hw_params*, snd_pcm_hw_rule*)*, void*, int, ...)' at pcm.h:1007:1 has some sub-type changes: CRC value (modversions) changed from 0x3e5c1096 to 0x8fc7e160 [C] 'function int snd_pcm_lib_default_mmap(snd_pcm_substream*, vm_area_struct*)' at pcm_native.c:3414:1 has some sub-type changes: CRC value (modversions) changed from 0x101ec7a to 0x478d6dde [C] 'function int snd_pcm_lib_free_pages(snd_pcm_substream*)' at pcm_memory.c:338:1 has some sub-type changes: CRC value (modversions) changed from 0x2032070 to 0x21098c86 [C] 'function int snd_pcm_lib_ioctl(snd_pcm_substream*, unsigned int, void*)' at pcm_lib.c:1755:1 has some sub-type changes: CRC value (modversions) changed from 0xe21d0787 to 0x904446c6 [C] 'function int snd_pcm_lib_malloc_pages(snd_pcm_substream*, size_t)' at pcm_memory.c:287:1 has some sub-type changes: CRC value (modversions) changed from 0xe2526d09 to 0x8b9cdab5 [C] 'function void snd_pcm_lib_preallocate_free_for_all(snd_pcm*)' at pcm.h:1180:1 has some sub-type changes: CRC value (modversions) changed from 0xa8fdf41 to 0xfd472ec9 [C] 'function void snd_pcm_lib_preallocate_pages(snd_pcm_substream*, int, device*, size_t, size_t)' at pcm_memory.c:220:1 has some sub-type changes: CRC value (modversions) changed from 0xa50a6134 to 0x9a1ed667 [C] 'function void snd_pcm_lib_preallocate_pages_for_all(snd_pcm*, int, void*, unsigned long int, unsigned long int)' at pcm.h:1184:1 has some sub-type changes: CRC value (modversions) changed from 0xc1fa65fb to 0x7d70c02c [C] 'function int snd_pcm_limit_hw_rates(snd_pcm_runtime*)' at pcm.h:1121:1 has some sub-type changes: CRC value (modversions) changed from 0xae2251f1 to 0x5434e88a [C] 'function int snd_pcm_new(snd_card*, const char*, int, int, int, snd_pcm**)' at pcm.c:773:1 has some sub-type changes: CRC value (modversions) changed from 0xaf0915da to 0x8c7f53f4 [C] 'function void snd_pcm_period_elapsed(snd_pcm_substream*)' at pcm.h:1060:1 has some sub-type changes: CRC value (modversions) changed from 0x1828652e to 0xb8f709c8 [C] 'function void snd_pcm_set_ops(snd_pcm*, int, const snd_pcm_ops*)' at pcm.h:1055:1 has some sub-type changes: CRC value (modversions) changed from 0x16efb47 to 0x6e10374f [C] 'function void snd_pcm_set_sync(snd_pcm_substream*)' at pcm_lib.c:488:1 has some sub-type changes: CRC value (modversions) changed from 0x2fc24f48 to 0x7fb3989e [C] 'function int snd_pcm_stop(snd_pcm_substream*, int)' at pcm.h:561:1 has some sub-type changes: CRC value (modversions) changed from 0x7971f776 to 0x4c490d4 [C] 'function void snd_pcm_stream_unlock_irqrestore(snd_pcm_substream*, unsigned long int)' at pcm_native.c:180:1 has some sub-type changes: CRC value (modversions) changed from 0x78ab7238 to 0xd5a73f03 [C] 'function int snd_soc_add_card_controls(snd_soc_card*, const snd_kcontrol_new*, int)' at soc-core.c:2360:1 has some sub-type changes: CRC value (modversions) changed from 0xa6a11c63 to 0xaa6b563f [C] 'function int snd_soc_add_component_controls(snd_soc_component*, const snd_kcontrol_new*, unsigned int)' at soc-core.c:2340:1 has some sub-type changes: CRC value (modversions) changed from 0x9afd9df1 to 0x11331c7c [C] 'function int snd_soc_bytes_info_ext(snd_kcontrol*, snd_ctl_elem_info*)' at soc-ops.c:755:1 has some sub-type changes: CRC value (modversions) changed from 0xec46cf43 to 0xafeadce7 [C] 'function int snd_soc_bytes_tlv_callback(snd_kcontrol*, int, unsigned int, unsigned int*)' at soc-ops.c:767:1 has some sub-type changes: CRC value (modversions) changed from 0x715b4cdf to 0xa11def98 [C] 'function snd_kcontrol* snd_soc_card_get_kcontrol(snd_soc_card*, const char*)' at soc-core.c:2315:1 has some sub-type changes: CRC value (modversions) changed from 0x68b0d745 to 0x1eabdd4d [C] 'function int snd_soc_card_jack_new(snd_soc_card*, const char*, int, snd_soc_jack*, snd_soc_jack_pin*, unsigned int)' at soc-jack.c:41:1 has some sub-type changes: CRC value (modversions) changed from 0x80a22a22 to 0xefec3374 [C] 'function void snd_soc_component_async_complete(snd_soc_component*)' at soc-component.h:269:1 has some sub-type changes: CRC value (modversions) changed from 0xbbdc6c87 to 0x6cdcbcf2 [C] 'function int snd_soc_component_disable_pin(snd_soc_component*, const char*)' at soc-component.c:124:1 has some sub-type changes: CRC value (modversions) changed from 0xace7f739 to 0x3fe00758 [C] 'function void snd_soc_component_exit_regmap(snd_soc_component*)' at soc-core.c:2758:1 has some sub-type changes: CRC value (modversions) changed from 0x94cfda43 to 0x1852d313 [C] 'function int snd_soc_component_force_enable_pin(snd_soc_component*, const char*)' at soc-component.c:234:1 has some sub-type changes: CRC value (modversions) changed from 0x1b71e81c to 0xc8861535 [C] 'function void snd_soc_component_init_regmap(snd_soc_component*, regmap*)' at soc-core.c:2739:1 has some sub-type changes: CRC value (modversions) changed from 0x7c3dc1b8 to 0x192d04cf [C] 'function int snd_soc_component_read(snd_soc_component*, unsigned int, unsigned int*)' at soc-component.h:257:1 has some sub-type changes: CRC value (modversions) changed from 0xedd878c9 to 0xde8efe95 [C] 'function unsigned int snd_soc_component_read32(snd_soc_component*, unsigned int)' at soc-io.c:41:1 has some sub-type changes: CRC value (modversions) changed from 0x27dc83cc to 0x7d95d827 [C] 'function int snd_soc_component_set_pll(snd_soc_component*, int, int, unsigned int, unsigned int)' at soc-component.h:278:1 has some sub-type changes: CRC value (modversions) changed from 0x8eb46a71 to 0x493f7485 [C] 'function int snd_soc_component_set_sysclk(snd_soc_component*, int, int, unsigned int, int)' at soc-component.h:275:1 has some sub-type changes: CRC value (modversions) changed from 0x15fc3101 to 0x6fe7ec23 [C] 'function int snd_soc_component_update_bits(snd_soc_component*, unsigned int, unsigned int, unsigned int)' at soc-component.h:263:1 has some sub-type changes: CRC value (modversions) changed from 0x3d3828b2 to 0x6c2f0453 [C] 'function int snd_soc_component_update_bits_async(snd_soc_component*, unsigned int, unsigned int, unsigned int)' at soc-io.c:145:1 has some sub-type changes: CRC value (modversions) changed from 0x7c7b9fd9 to 0x85cbe875 [C] 'function int snd_soc_component_write(snd_soc_component*, unsigned int, unsigned int)' at soc-io.c:63:1 has some sub-type changes: CRC value (modversions) changed from 0x9e49b16e to 0xdab0b4f1 [C] 'function int snd_soc_dai_get_channel_map(snd_soc_dai*, unsigned int*, unsigned int*, unsigned int*, unsigned int*)' at soc-dai.c:207:1 has some sub-type changes: CRC value (modversions) changed from 0xf7139029 to 0x5ab63cd8 [C] 'function int snd_soc_dai_set_bclk_ratio(snd_soc_dai*, unsigned int)' at soc-dai.c:81:1 has some sub-type changes: CRC value (modversions) changed from 0x830a317 to 0xa65b3c00 [C] 'function int snd_soc_dai_set_channel_map(snd_soc_dai*, unsigned int, unsigned int*, unsigned int, unsigned int*)' at soc-dai.c:185:1 has some sub-type changes: CRC value (modversions) changed from 0x5f923507 to 0x590e2337 [C] 'function int snd_soc_dai_set_clkdiv(snd_soc_dai*, int, int)' at soc-dai.c:42:1 has some sub-type changes: CRC value (modversions) changed from 0x9d302dea to 0x5930ed54 [C] 'function int snd_soc_dai_set_fmt(snd_soc_dai*, unsigned int)' at soc-dai.h:126:1 has some sub-type changes: CRC value (modversions) changed from 0xd6d9dd27 to 0x96fb443b [C] 'function int snd_soc_dai_set_pll(snd_soc_dai*, int, int, unsigned int, unsigned int)' at soc-dai.c:62:1 has some sub-type changes: CRC value (modversions) changed from 0x3f882fd3 to 0x44212dd8 [C] 'function int snd_soc_dai_set_sysclk(snd_soc_dai*, int, unsigned int, int)' at soc-dai.c:21:1 has some sub-type changes: CRC value (modversions) changed from 0x1fe37146 to 0xb9833ba6 [C] 'function int snd_soc_dai_set_tdm_slot(snd_soc_dai*, unsigned int, unsigned int, int, int)' at soc-dai.c:152:1 has some sub-type changes: CRC value (modversions) changed from 0xf836b07b to 0x9ac007c0 [C] 'function int snd_soc_dapm_add_routes(snd_soc_dapm_context*, const snd_soc_dapm_route*, int)' at soc-dapm.h:425:1 has some sub-type changes: CRC value (modversions) changed from 0x986005b5 to 0x7d031290 [C] 'function int snd_soc_dapm_disable_pin(snd_soc_dapm_context*, const char*)' at soc-dapm.c:4609:1 has some sub-type changes: CRC value (modversions) changed from 0xba232b99 to 0x66f1dc43 [C] 'function int snd_soc_dapm_enable_pin(snd_soc_dapm_context*, const char*)' at soc-dapm.c:4498:1 has some sub-type changes: CRC value (modversions) changed from 0x9c1019d7 to 0x197b2f76 [C] 'function int snd_soc_dapm_force_enable_pin(snd_soc_dapm_context*, const char*)' at soc-dapm.c:4565:1 has some sub-type changes: CRC value (modversions) changed from 0xd11909a2 to 0x69a86c2a [C] 'function int snd_soc_dapm_get_enum_double(snd_kcontrol*, snd_ctl_elem_value*)' at soc-dapm.c:3432:1 has some sub-type changes: CRC value (modversions) changed from 0xf880a215 to 0x7ac1a5e7 [C] 'function int snd_soc_dapm_get_pin_status(snd_soc_dapm_context*, const char*)' at soc-dapm.c:4684:1 has some sub-type changes: CRC value (modversions) changed from 0x18886aba to 0x24fdfb0a [C] 'function int snd_soc_dapm_get_pin_switch(snd_kcontrol*, snd_ctl_elem_value*)' at soc-dapm.c:3554:1 has some sub-type changes: CRC value (modversions) changed from 0x8441597 to 0x910cf5cf [C] 'function int snd_soc_dapm_get_volsw(snd_kcontrol*, snd_ctl_elem_value*)' at soc-dapm.c:3277:1 has some sub-type changes: CRC value (modversions) changed from 0xeefd4f60 to 0x5a27170d [C] 'function int snd_soc_dapm_ignore_suspend(snd_soc_dapm_context*, const char*)' at soc-dapm.c:4707:1 has some sub-type changes: CRC value (modversions) changed from 0x198e08c4 to 0xaea3b3d1 [C] 'function int snd_soc_dapm_info_pin_switch(snd_kcontrol*, snd_ctl_elem_info*)' at soc-dapm.c:3536:1 has some sub-type changes: CRC value (modversions) changed from 0xd7c67236 to 0x778246a9 [C] 'function snd_soc_dapm_context* snd_soc_dapm_kcontrol_dapm(snd_kcontrol*)' at soc-dapm.c:591:1 has some sub-type changes: CRC value (modversions) changed from 0x3df14c76 to 0x27fe4397 [C] 'function snd_soc_dapm_widget* snd_soc_dapm_kcontrol_widget(snd_kcontrol*)' at soc-dapm.c:576:1 has some sub-type changes: CRC value (modversions) changed from 0x2e83bd08 to 0x989fa0cc [C] 'function int snd_soc_dapm_mixer_update_power(snd_soc_dapm_context*, snd_kcontrol*, int, snd_soc_dapm_update*)' at soc-dapm.c:2361:1 has some sub-type changes: CRC value (modversions) changed from 0x6b62505 to 0x6dd28622 [C] 'function int snd_soc_dapm_mux_update_power(snd_soc_dapm_context*, snd_kcontrol*, int, soc_enum*, snd_soc_dapm_update*)' at soc-dapm.c:2296:1 has some sub-type changes: CRC value (modversions) changed from 0xfabd90d0 to 0xeeb5225e [C] 'function snd_soc_dapm_widget* snd_soc_dapm_new_control(snd_soc_dapm_context*, const snd_soc_dapm_widget*)' at soc-dapm.c:3752:1 has some sub-type changes: CRC value (modversions) changed from 0x8776d6f0 to 0x92baaca2 [C] 'function int snd_soc_dapm_new_controls(snd_soc_dapm_context*, const snd_soc_dapm_widget*, int)' at soc-dapm.h:401:1 has some sub-type changes: CRC value (modversions) changed from 0xf373d670 to 0xb74bd133 [C] 'function int snd_soc_dapm_new_widgets(snd_soc_card*)' at soc-dapm.h:420:1 has some sub-type changes: CRC value (modversions) changed from 0x7ba4816a to 0x46f58444 [C] 'function int snd_soc_dapm_put_enum_double(snd_kcontrol*, snd_ctl_elem_value*)' at soc-dapm.c:3473:1 has some sub-type changes: CRC value (modversions) changed from 0x85724829 to 0x9121c500 [C] 'function int snd_soc_dapm_put_pin_switch(snd_kcontrol*, snd_ctl_elem_value*)' at soc-dapm.c:3577:1 has some sub-type changes: CRC value (modversions) changed from 0xfd309818 to 0x7f5a2d0a [C] 'function int snd_soc_dapm_put_volsw(snd_kcontrol*, snd_ctl_elem_value*)' at soc-dapm.c:3340:1 has some sub-type changes: CRC value (modversions) changed from 0x22aae40d to 0xe4819cf [C] 'function int snd_soc_dapm_sync(snd_soc_dapm_context*)' at soc-dapm.h:466:1 has some sub-type changes: CRC value (modversions) changed from 0xba15d775 to 0x65d98651 [C] 'function int snd_soc_dapm_weak_routes(snd_soc_dapm_context*, const snd_soc_dapm_route*, int)' at soc-dapm.c:3176:1 has some sub-type changes: CRC value (modversions) changed from 0x52908578 to 0x4071bbf1 [C] 'function snd_soc_dai* snd_soc_find_dai(const snd_soc_dai_link_component*)' at soc-core.c:795:1 has some sub-type changes: CRC value (modversions) changed from 0x8745355c to 0xf7748084 [C] 'function int snd_soc_get_enum_double(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:59:1 has some sub-type changes: CRC value (modversions) changed from 0x64d438fc to 0xbba65991 [C] 'function snd_soc_pcm_runtime* snd_soc_get_pcm_runtime(snd_soc_card*, const char*)' at soc-core.c:412:1 has some sub-type changes: CRC value (modversions) changed from 0xfca51b6 to 0x60f288e4 [C] 'function int snd_soc_get_volsw(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:242:1 has some sub-type changes: CRC value (modversions) changed from 0xc00619de to 0xb68011a9 [C] 'function int snd_soc_get_volsw_range(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:537:1 has some sub-type changes: CRC value (modversions) changed from 0x756529e1 to 0x7b047bb0 [C] 'function int snd_soc_get_volsw_sx(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:364:1 has some sub-type changes: CRC value (modversions) changed from 0x86b6b46a to 0x3d2842df [C] 'function int snd_soc_get_xr_sx(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:826:1 has some sub-type changes: CRC value (modversions) changed from 0xcec3e63e to 0x228fb05b [C] 'function int snd_soc_info_enum_double(snd_kcontrol*, snd_ctl_elem_info*)' at soc-ops.c:40:1 has some sub-type changes: CRC value (modversions) changed from 0x514106dc to 0x63aedc99 [C] 'function int snd_soc_info_multi_ext(snd_kcontrol*, snd_ctl_elem_info*)' at soc-core.c:3364:1 has some sub-type changes: CRC value (modversions) changed from 0x4c835da5 to 0x37c22d14 [C] 'function int snd_soc_info_volsw(snd_kcontrol*, snd_ctl_elem_info*)' at soc-ops.c:181:1 has some sub-type changes: CRC value (modversions) changed from 0xbcee30e1 to 0x6e79783 [C] 'function int snd_soc_info_volsw_range(snd_kcontrol*, snd_ctl_elem_info*)' at soc-ops.c:455:1 has some sub-type changes: CRC value (modversions) changed from 0xe15b4707 to 0x7be050e6 [C] 'function int snd_soc_info_volsw_sx(snd_kcontrol*, snd_ctl_elem_info*)' at soc-ops.c:216:1 has some sub-type changes: CRC value (modversions) changed from 0x86a893c5 to 0xae75b98b [C] 'function int snd_soc_info_xr_sx(snd_kcontrol*, snd_ctl_elem_info*)' at soc-ops.c:799:1 has some sub-type changes: CRC value (modversions) changed from 0xa299e2e9 to 0x6d7de10a [C] 'function int snd_soc_jack_add_gpios(snd_soc_jack*, int, snd_soc_jack_gpio*)' at soc-jack.c:350:1 has some sub-type changes: CRC value (modversions) changed from 0xbf55644a to 0xad1f49e7 [C] 'function void snd_soc_jack_report(snd_soc_jack*, int, int)' at soc-jack.c:78:1 has some sub-type changes: CRC value (modversions) changed from 0xf0d07128 to 0x50d66dfb [C] 'function snd_soc_component* snd_soc_lookup_component(device*, const char*)' at soc-core.c:2936:1 has some sub-type changes: CRC value (modversions) changed from 0xbe310290 to 0xac2e26ab [C] 'function int snd_soc_new_compress(snd_soc_pcm_runtime*, int)' at soc-compress.c:856:1 has some sub-type changes: CRC value (modversions) changed from 0xafbddbb9 to 0x901b4d57 [C] 'function int snd_soc_of_get_dai_link_codecs(device*, device_node*, snd_soc_dai_link*)' at soc-core.c:3497:1 has some sub-type changes: CRC value (modversions) changed from 0x14bb744e to 0xd5cc6520 [C] 'function int snd_soc_of_get_dai_name(device_node*, const char**)' at soc-core.c:3444:1 has some sub-type changes: CRC value (modversions) changed from 0xcc68847e to 0x3794ac90 [C] 'function int snd_soc_of_parse_audio_routing(snd_soc_card*, const char*)' at soc-core.c:3154:1 has some sub-type changes: CRC value (modversions) changed from 0x2493d7d6 to 0x6f7908ba [C] 'function int snd_soc_of_parse_audio_simple_widgets(snd_soc_card*, const char*)' at soc-core.c:3000:1 has some sub-type changes: CRC value (modversions) changed from 0xa6a0623c to 0x302b065 [C] 'function int snd_soc_of_parse_card_name(snd_soc_card*, const char*)' at soc-core.c:2963:1 has some sub-type changes: CRC value (modversions) changed from 0xef28e8eb to 0x55450934 [C] 'function unsigned int snd_soc_of_parse_daifmt(device_node*, const char*, device_node**, device_node**)' at soc-core.c:3210:1 has some sub-type changes: CRC value (modversions) changed from 0x68eb2231 to 0x627e862b [C] 'function void snd_soc_of_parse_node_prefix(device_node*, snd_soc_codec_conf*, device_node*, const char*)' at soc-core.c:3135:1 has some sub-type changes: CRC value (modversions) changed from 0x546692ba to 0x3ba139c8 [C] 'function int snd_soc_of_parse_tdm_slot(device_node*, unsigned int*, unsigned int*, unsigned int*, unsigned int*)' at soc-core.c:3099:1 has some sub-type changes: CRC value (modversions) changed from 0x6af6e855 to 0xb12a5545 [C] 'function void snd_soc_of_put_dai_link_codecs(snd_soc_dai_link*)' at soc-core.c:3469:1 has some sub-type changes: CRC value (modversions) changed from 0x2034a840 to 0x191b80bb [C] 'function int snd_soc_put_enum_double(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:93:1 has some sub-type changes: CRC value (modversions) changed from 0xdee8b778 to 0x6343c840 [C] 'function int snd_soc_put_volsw(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:302:1 has some sub-type changes: CRC value (modversions) changed from 0xfd078178 to 0x9ba022e3 [C] 'function int snd_soc_put_volsw_range(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:485:1 has some sub-type changes: CRC value (modversions) changed from 0xcf59a665 to 0xa3e1ea61 [C] 'function int snd_soc_put_volsw_sx(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:408:1 has some sub-type changes: CRC value (modversions) changed from 0x95dca501 to 0x8f200f1c [C] 'function int snd_soc_put_xr_sx(snd_kcontrol*, snd_ctl_elem_value*)' at soc-ops.c:875:1 has some sub-type changes: CRC value (modversions) changed from 0xf3c27e98 to 0xfaf8311 [C] 'function int snd_soc_register_card(snd_soc_card*)' at soc-core.c:2423:1 has some sub-type changes: CRC value (modversions) changed from 0x4bf13dc9 to 0x635bf4f5 [C] 'function int snd_soc_register_component(device*, const snd_soc_component_driver*, snd_soc_dai_driver*, int)' at soc-core.c:2883:1 has some sub-type changes: CRC value (modversions) changed from 0xce5d9a4e to 0xac0bf36b [C] 'function snd_soc_component* snd_soc_rtdcom_lookup(snd_soc_pcm_runtime*, const char*)' at soc-core.c:310:1 has some sub-type changes: CRC value (modversions) changed from 0xa6262a93 to 0xbcf22e93 [C] 'function int snd_soc_runtime_set_dai_fmt(snd_soc_pcm_runtime*, unsigned int)' at soc-core.c:1650:1 has some sub-type changes: CRC value (modversions) changed from 0xcf77617f to 0x9a1e8d22 [C] 'function int snd_soc_set_runtime_hwparams(snd_pcm_substream*, const snd_pcm_hardware*)' at soc.h:502:1 has some sub-type changes: CRC value (modversions) changed from 0x7d6fd6cc to 0xa5c20f79 [C] 'function int snd_soc_tplg_component_load(snd_soc_component*, snd_soc_tplg_ops*, const firmware*, u32)' at soc-topology.c:2715:1 has some sub-type changes: CRC value (modversions) changed from 0x1de8f22 to 0xb01ed105 [C] 'function int snd_soc_tplg_component_remove(snd_soc_component*, unsigned int)' at soc-topology.h:186:1 has some sub-type changes: CRC value (modversions) changed from 0x4a695a48 to 0x6b6aeba8 [C] 'function int snd_soc_tplg_widget_bind_event(snd_soc_dapm_widget*, const snd_soc_tplg_widget_events*, int, u16)' at soc-topology.c:660:1 has some sub-type changes: CRC value (modversions) changed from 0x691fd0fb to 0xb7c094d7 [C] 'function int snd_soc_unregister_card(snd_soc_card*)' at soc-core.c:2477:1 has some sub-type changes: CRC value (modversions) changed from 0xb7cf822b to 0x3aada02d [C] 'function void snd_soc_unregister_component(device*)' at soc-core.c:2929:1 has some sub-type changes: CRC value (modversions) changed from 0xe2a6f4f1 to 0xac792acb [C] 'function void snd_timer_interrupt(snd_timer*, unsigned long int)' at timer.h:129:1 has some sub-type changes: CRC value (modversions) changed from 0xe8f513da to 0x776d70ed [C] 'function int snd_usb_enable_audio_stream(snd_usb_substream*, int, bool)' at pcm.c:662:1 has some sub-type changes: CRC value (modversions) changed from 0xedd47edb to 0xb00316f7 [C] 'function int snd_vendor_set_ops(snd_usb_audio_vendor_ops*)' at card.c:111:1 has some sub-type changes: CRC value (modversions) changed from 0xfe60f42b to 0x2c95e793 [C] 'function soc_device* soc_device_register(soc_device_attribute*)' at soc.c:118:1 has some sub-type changes: CRC value (modversions) changed from 0x3672e9fa to 0x45f14bdb [C] 'function sk_buff* sock_alloc_send_skb(sock*, unsigned long int, int, int*)' at sock.c:2263:1 has some sub-type changes: CRC value (modversions) changed from 0x9f967adc to 0x8f7b7969 [C] 'function int sock_create_kern(net*, int, int, int, socket**)' at socket.c:1486:1 has some sub-type changes: CRC value (modversions) changed from 0xee04f9c8 to 0xf637cb33 [C] 'function int sock_diag_destroy(sock*, int)' at sock_diag.h:80:1 has some sub-type changes: CRC value (modversions) changed from 0xe197b605 to 0xa522041b [C] 'function int sock_diag_register(const sock_diag_handler*)' at sock_diag.h:22:1 has some sub-type changes: CRC value (modversions) changed from 0xf103692e to 0xd48ca425 [C] 'function void sock_diag_save_cookie(sock*, unsigned int*)' at sock_diag.h:30:1 has some sub-type changes: CRC value (modversions) changed from 0x540c564 to 0x314273ee [C] 'function void sock_diag_unregister(const sock_diag_handler*)' at sock_diag.h:23:1 has some sub-type changes: CRC value (modversions) changed from 0x604a387f to 0x4e1852d8 [C] 'function void sock_efree(sk_buff*)' at sock.c:2064:1 has some sub-type changes: CRC value (modversions) changed from 0x1b5bf927 to 0xd851fab7 [C] 'function int sock_gettstamp(socket*, void*, bool, bool)' at sock.c:3011:1 has some sub-type changes: CRC value (modversions) changed from 0x6f9f904a to 0x9f6e8fe2 [C] 'function unsigned long int sock_i_ino(sock*)' at sock.h:1853:1 has some sub-type changes: CRC value (modversions) changed from 0x2c219cba to 0xae9f6f31 [C] 'function void sock_init_data(socket*, sock*)' at sock.h:1714:1 has some sub-type changes: CRC value (modversions) changed from 0x3d25d0a4 to 0xfd6a0e75 [C] 'function int sock_no_accept(socket*, socket*, int, bool)' at sock.c:2667:1 has some sub-type changes: CRC value (modversions) changed from 0x305ddfa5 to 0xcf8103af [C] 'function int sock_no_bind(socket*, sockaddr*, int)' at sock.c:2648:1 has some sub-type changes: CRC value (modversions) changed from 0x55801238 to 0xe890cfc3 [C] 'function int sock_no_connect(socket*, sockaddr*, int, int)' at sock.c:2654:1 has some sub-type changes: CRC value (modversions) changed from 0xcb4760e4 to 0xf860f701 [C] 'function int sock_no_getname(socket*, sockaddr*, int)' at sock.c:2674:1 has some sub-type changes: CRC value (modversions) changed from 0xe7fa4389 to 0x89641c59 [C] 'function int sock_no_getsockopt(socket*, int, int, char*, int*)' at sock.c:2706:1 has some sub-type changes: CRC value (modversions) changed from 0xb5be3a4c to 0xab34d8b0 [C] 'function int sock_no_ioctl(socket*, unsigned int, unsigned long int)' at sock.c:2681:1 has some sub-type changes: CRC value (modversions) changed from 0x651f0555 to 0xbae40767 [C] 'function int sock_no_listen(socket*, int)' at sock.c:2687:1 has some sub-type changes: CRC value (modversions) changed from 0xedf471ae to 0x9001c58a [C] 'function int sock_no_mmap(file*, socket*, vm_area_struct*)' at sock.c:2732:1 has some sub-type changes: CRC value (modversions) changed from 0xb9ec74f2 to 0xcfd83b65 [C] 'function int sock_no_recvmsg(socket*, msghdr*, size_t, int)' at sock.c:2725:1 has some sub-type changes: CRC value (modversions) changed from 0x43b2efc5 to 0x5fa91883 [C] 'function int sock_no_sendmsg(socket*, msghdr*, size_t)' at sock.c:2713:1 has some sub-type changes: CRC value (modversions) changed from 0x1de175ee to 0xff7248ab [C] 'function long int sock_no_sendpage(socket*, page*, int, unsigned long int, int)' at sock.h:1687:1 has some sub-type changes: CRC value (modversions) changed from 0x9f29ad79 to 0xfcb6553a [C] 'function int sock_no_setsockopt(socket*, int, int, char*, unsigned int)' at sock.c:2699:1 has some sub-type changes: CRC value (modversions) changed from 0xa4b73a45 to 0x27ad4650 [C] 'function int sock_no_shutdown(socket*, int)' at sock.c:2693:1 has some sub-type changes: CRC value (modversions) changed from 0x78cfa31b to 0xe14e9a50 [C] 'function int sock_no_socketpair(socket*, socket*)' at sock.c:2661:1 has some sub-type changes: CRC value (modversions) changed from 0x69a0e5df to 0x9afff623 [C] 'function int sock_queue_rcv_skb(sock*, sk_buff*)' at sock.h:2169:1 has some sub-type changes: CRC value (modversions) changed from 0x4c2f5623 to 0x9efb8f72 [C] 'function int sock_register(const net_proto_family*)' at net.h:234:1 has some sub-type changes: CRC value (modversions) changed from 0x81fd43e9 to 0x600dda58 [C] 'function void sock_release(socket*)' at net.h:243:1 has some sub-type changes: CRC value (modversions) changed from 0xc41a5404 to 0x50a83122 [C] 'function sk_buff* sock_wmalloc(sock*, unsigned long int, int, unsigned int)' at sock.h:1619:1 has some sub-type changes: CRC value (modversions) changed from 0xda6ee4a7 to 0x8f51e189 [C] 'function int spi_bus_lock(spi_controller*)' at spi.c:3537:1 has some sub-type changes: CRC value (modversions) changed from 0x7fe37490 to 0x877119af [C] 'function int spi_bus_unlock(spi_controller*)' at spi.c:3566:1 has some sub-type changes: CRC value (modversions) changed from 0x9b60f03d to 0x74c20f23 [C] 'function spi_controller* spi_busnum_to_master(u16)' at spi.c:2660:1 has some sub-type changes: CRC value (modversions) changed from 0x3a5b9778 to 0x4a1333d6 [C] 'function int spi_controller_resume(spi_controller*)' at spi.c:2624:1 has some sub-type changes: CRC value (modversions) changed from 0xcdedaf48 to 0xeeceec25 [C] 'function int spi_controller_suspend(spi_controller*)' at spi.c:2608:1 has some sub-type changes: CRC value (modversions) changed from 0x33e2211b to 0xf30c76c5 [C] 'function void spi_finalize_current_message(spi_controller*)' at spi.c:1504:1 has some sub-type changes: CRC value (modversions) changed from 0x3147ae3a to 0x644fcc26 [C] 'function void spi_finalize_current_transfer(spi_controller*)' at spi.c:1247:1 has some sub-type changes: CRC value (modversions) changed from 0x1b0852e0 to 0x798779a7 [C] 'function spi_message* spi_get_next_queued_message(spi_controller*)' at spi.c:1482:1 has some sub-type changes: CRC value (modversions) changed from 0xa594f222 to 0xa7afd9d3 [C] 'function int spi_register_controller(spi_controller*)' at spi.c:2382:1 has some sub-type changes: CRC value (modversions) changed from 0x6379a4de to 0xea74b340 [C] 'function int spi_setup(spi_device*)' at spi.c:3035:1 has some sub-type changes: CRC value (modversions) changed from 0x3d8c0122 to 0xc6d805e1 [C] 'function int spi_sync(spi_device*, spi_message*)' at spi.h:1098:1 has some sub-type changes: CRC value (modversions) changed from 0x6c0200ba to 0x4ebd83a [C] 'function int spi_sync_locked(spi_device*, spi_message*)' at spi.c:3516:1 has some sub-type changes: CRC value (modversions) changed from 0xfe14f100 to 0xeb7a7a4c [C] 'function void spi_unregister_controller(spi_controller*)' at spi.c:2580:1 has some sub-type changes: CRC value (modversions) changed from 0xbc010902 to 0xe6e22130 [C] 'function void spi_unregister_device(spi_device*)' at spi.c:689:1 has some sub-type changes: CRC value (modversions) changed from 0xd1a0ced5 to 0x98d0788c [C] 'function void split_page(page*, unsigned int)' at mm.h:778:1 has some sub-type changes: CRC value (modversions) changed from 0xd6e54646 to 0x7585672d [C] 'function int spmi_controller_add(spmi_controller*)' at spmi.c:508:1 has some sub-type changes: CRC value (modversions) changed from 0xd6346d2d to 0xbb495c1a [C] 'function spmi_controller* spmi_controller_alloc(device*, size_t)' at spmi.c:413:1 has some sub-type changes: CRC value (modversions) changed from 0xaab7754a to 0x62e74479 [C] 'function void spmi_controller_remove(spmi_controller*)' at spmi.c:546:1 has some sub-type changes: CRC value (modversions) changed from 0x32f5d496 to 0x3cbbf79c [C] 'function int spmi_ext_register_read(spmi_device*, u8, u8*, size_t)' at spmi.c:161:1 has some sub-type changes: CRC value (modversions) changed from 0x2dd75d81 to 0x1aa5188 [C] 'function int spmi_ext_register_readl(spmi_device*, u16, u8*, size_t)' at spmi.c:183:1 has some sub-type changes: CRC value (modversions) changed from 0xc42ee78d to 0x170fb65d [C] 'function int spmi_ext_register_write(spmi_device*, u8, const u8*, size_t)' at spmi.c:238:1 has some sub-type changes: CRC value (modversions) changed from 0x8d5574bf to 0xbc7498e2 [C] 'function int spmi_ext_register_writel(spmi_device*, u16, const u8*, size_t)' at spmi.c:260:1 has some sub-type changes: CRC value (modversions) changed from 0x2f6f17ba to 0x62a8bff2 [C] 'function int spmi_register_read(spmi_device*, u8, u8*)' at spmi.c:140:1 has some sub-type changes: CRC value (modversions) changed from 0x4e043a to 0xdbabf0b4 [C] 'function int spmi_register_write(spmi_device*, u8, u8)' at spmi.c:203:1 has some sub-type changes: CRC value (modversions) changed from 0xbd71d537 to 0x708bb936 [C] 'function int spmi_register_zero_write(spmi_device*, u8)' at spmi.c:221:1 has some sub-type changes: CRC value (modversions) changed from 0x122b49f1 to 0x571615d7 [C] 'function int stream_open(inode*, file*)' at fs.h:3221:1 has some sub-type changes: CRC value (modversions) changed from 0xbdd6543d to 0x79c484e5 [C] 'function int submit_bh(int, int, buffer_head*)' at buffer.c:3090:1 has some sub-type changes: CRC value (modversions) changed from 0x1372b747 to 0x3f130bd8 [C] 'function unsigned int submit_bio(bio*)' at bio.h:414:1 has some sub-type changes: CRC value (modversions) changed from 0xccaa90a4 to 0xbf494861 [C] 'function int submit_bio_wait(bio*)' at bio.h:432:1 has some sub-type changes: CRC value (modversions) changed from 0x1078ff30 to 0x83e72bfa [C] 'function int subsys_system_register(bus_type*, const attribute_group**)' at bus.c:1156:1 has some sub-type changes: CRC value (modversions) changed from 0xf5d64087 to 0xe3e2db38 [C] 'function int sync_blockdev(block_device*)' at fs.h:2652:1 has some sub-type changes: CRC value (modversions) changed from 0xd32e08f8 to 0xdfd5be3f [C] 'function int sync_dirty_buffer(buffer_head*)' at buffer_head.h:202:1 has some sub-type changes: CRC value (modversions) changed from 0x824d9546 to 0x7295029a [C] 'function sync_file* sync_file_create(dma_fence*)' at sync_file.h:58:1 has some sub-type changes: CRC value (modversions) changed from 0xfaee732f to 0x679e5ec8 [C] 'function int sync_filesystem(super_block*)' at fs.h:2696:1 has some sub-type changes: CRC value (modversions) changed from 0xdc559fe0 to 0xc40b0a0c [C] 'function int sync_mapping_buffers(address_space*)' at buffer_head.h:174:1 has some sub-type changes: CRC value (modversions) changed from 0x3241a15e to 0xe7b8b13d [C] 'function regmap* syscon_node_to_regmap(device_node*)' at syscon.h:21:1 has some sub-type changes: CRC value (modversions) changed from 0x4847e6ab to 0x9a23ad3a [C] 'function regmap* syscon_regmap_lookup_by_phandle(device_node*, const char*)' at syscon.h:23:1 has some sub-type changes: CRC value (modversions) changed from 0x825cf17 to 0x2eeacfa6 [C] 'function regmap* syscon_regmap_lookup_by_phandle_args(device_node*, const char*, int, unsigned int*)' at syscon.c:228:1 has some sub-type changes: CRC value (modversions) changed from 0x769d36c3 to 0x2f16f1e8 [C] 'function int sysfs_add_file_to_group(kobject*, const attribute*, const char*)' at file.c:357:1 has some sub-type changes: CRC value (modversions) changed from 0x55291b78 to 0x96a93c9e [C] 'function int sysfs_create_bin_file(kobject*, const bin_attribute*)' at sysfs.h:257:1 has some sub-type changes: CRC value (modversions) changed from 0xedcd9d5 to 0x1d7a2902 [C] 'function int sysfs_create_file_ns(kobject*, const attribute*, void*)' at sysfs.h:242:1 has some sub-type changes: CRC value (modversions) changed from 0x543eb2aa to 0x844bdb01 [C] 'function int sysfs_create_files(kobject*, const attribute* const*)' at file.c:337:1 has some sub-type changes: CRC value (modversions) changed from 0x384514bb to 0xdb587c85 [C] 'function int sysfs_create_group(kobject*, const attribute_group*)' at sysfs.h:276:1 has some sub-type changes: CRC value (modversions) changed from 0x8b8511ae to 0xc7ab6b8c [C] 'function int sysfs_create_groups(kobject*, const attribute_group**)' at sysfs.h:278:1 has some sub-type changes: CRC value (modversions) changed from 0xac1f7f75 to 0xa569caa4 [C] 'function int sysfs_create_link(kobject*, kobject*, const char*)' at sysfs.h:262:1 has some sub-type changes: CRC value (modversions) changed from 0xca1144e2 to 0x6b00c8a [C] 'function void sysfs_notify(kobject*, const char*, const char*)' at sysfs.h:304:1 has some sub-type changes: CRC value (modversions) changed from 0x3d8aab99 to 0x9e9b41d1 [C] 'function void sysfs_remove_bin_file(kobject*, const bin_attribute*)' at sysfs.h:259:1 has some sub-type changes: CRC value (modversions) changed from 0xcb21cb11 to 0xf0f3d733 [C] 'function void sysfs_remove_file_from_group(kobject*, const attribute*, const char*)' at file.c:511:1 has some sub-type changes: CRC value (modversions) changed from 0xa0345dfc to 0xba0ba6ee [C] 'function void sysfs_remove_file_ns(kobject*, const attribute*, void*)' at sysfs.h:252:1 has some sub-type changes: CRC value (modversions) changed from 0x5d17c731 to 0x734d7329 [C] 'function void sysfs_remove_files(kobject*, const attribute* const*)' at file.c:496:1 has some sub-type changes: CRC value (modversions) changed from 0xa489ef00 to 0x8a6bf541 [C] 'function void sysfs_remove_group(kobject*, const attribute_group*)' at sysfs.h:284:1 has some sub-type changes: CRC value (modversions) changed from 0x22271f46 to 0x8287eb64 [C] 'function void sysfs_remove_groups(kobject*, const attribute_group**)' at group.c:304:1 has some sub-type changes: CRC value (modversions) changed from 0xadb5118e to 0xbc3bf51 [C] 'function void sysfs_remove_link(kobject*, const char*)' at sysfs.h:267:1 has some sub-type changes: CRC value (modversions) changed from 0x6cde212b to 0x26316b92 [C] 'function int tcf_action_exec(sk_buff*, tc_action**, int, tcf_result*)' at act_api.h:175:1 has some sub-type changes: CRC value (modversions) changed from 0xf160b25c to 0x45528fdb [C] 'function void tcf_exts_destroy(tcf_exts*)' at pkt_cls.h:309:1 has some sub-type changes: CRC value (modversions) changed from 0x199cb2d4 to 0x4462a70c [C] 'function int tcf_exts_dump(sk_buff*, tcf_exts*)' at pkt_cls.h:311:1 has some sub-type changes: CRC value (modversions) changed from 0xf27e2a1a to 0x693f3068 [C] 'function int tcf_exts_dump_stats(sk_buff*, tcf_exts*)' at pkt_cls.h:312:1 has some sub-type changes: CRC value (modversions) changed from 0xa469a692 to 0x673ec9f2 [C] 'function int tcf_exts_validate(net*, tcf_proto*, nlattr**, nlattr*, tcf_exts*, bool, bool, netlink_ext_ack*)' at pkt_cls.h:305:1 has some sub-type changes: CRC value (modversions) changed from 0xaad4ad24 to 0xc88a9457 [C] 'function void thermal_cdev_update(thermal_cooling_device*)' at thermal.h:464:1 has some sub-type changes: CRC value (modversions) changed from 0x7a325ed8 to 0xd162f5c [C] 'function void thermal_cooling_device_unregister(thermal_cooling_device*)' at thermal.h:455:1 has some sub-type changes: CRC value (modversions) changed from 0xf616636f to 0x8afba65a [C] 'function thermal_cooling_device* thermal_of_cooling_device_register(device_node*, const char*, void*, const thermal_cooling_device_ops*)' at thermal_core.c:1047:1 has some sub-type changes: CRC value (modversions) changed from 0x2d2c0141 to 0xe395f36c [C] 'function thermal_zone_device* thermal_zone_device_register(const char*, int, int, void*, thermal_zone_device_ops*, thermal_zone_params*, int, int)' at thermal.h:430:1 has some sub-type changes: CRC value (modversions) changed from 0xfc5e5064 to 0xaf5fe977 [C] 'function void thermal_zone_device_unregister(thermal_zone_device*)' at thermal.h:433:1 has some sub-type changes: CRC value (modversions) changed from 0xdc4b8813 to 0x41d66ef0 [C] 'function void thermal_zone_device_update(thermal_zone_device*, thermal_notify_event)' at thermal.h:441:1 has some sub-type changes: CRC value (modversions) changed from 0xc923ee55 to 0x5e4d2454 [C] 'function int thermal_zone_get_temp(thermal_zone_device*, int*)' at thermal.h:457:1 has some sub-type changes: CRC value (modversions) changed from 0x189e4b1e to 0xd20237c3 [C] 'function thermal_zone_device* thermal_zone_get_zone_by_name(const char*)' at thermal_core.c:1439:1 has some sub-type changes: CRC value (modversions) changed from 0xc0dd2157 to 0xea452b79 [C] 'function thermal_zone_device* thermal_zone_of_sensor_register(device*, int, void*, const thermal_zone_of_device_ops*)' at of-thermal.c:484:1 has some sub-type changes: CRC value (modversions) changed from 0x4974601f to 0x41d3d746 [C] 'function void thermal_zone_of_sensor_unregister(device*, thermal_zone_device*)' at of-thermal.c:556:1 has some sub-type changes: CRC value (modversions) changed from 0x2b387ccb to 0xe81a6069 [C] 'function int timer_of_init(device_node*, timer_of*)' at timer-of.c:168:1 has some sub-type changes: CRC value (modversions) changed from 0xc75c936c to 0x8b2b1d39 [C] 'function void touch_buffer(buffer_head*)' at buffer.c:58:1 has some sub-type changes: CRC value (modversions) changed from 0x4b45d403 to 0xe87addce [C] 'function int trace_define_field(trace_event_call*, const char*, const char*, int, int, int, int)' at trace_events.h:542:1 has some sub-type changes: CRC value (modversions) changed from 0x60846f98 to 0xbed0c85f [C] 'function void trace_event_buffer_commit(trace_event_buffer*)' at trace_events.h:220:1 has some sub-type changes: CRC value (modversions) changed from 0x4ac2e610 to 0x67693470 [C] 'function void* trace_event_buffer_reserve(trace_event_buffer*, trace_event_file*, unsigned long int)' at trace_events.h:216:1 has some sub-type changes: CRC value (modversions) changed from 0xdfeb3058 to 0x3ea6c5ca [C] 'function bool trace_event_ignore_this_pid(trace_event_file*)' at trace_events.h:449:1 has some sub-type changes: CRC value (modversions) changed from 0xdd28a76f to 0x36d3d7e5 [C] 'function int trace_event_raw_init(trace_event_call*)' at trace_events.c:218:1 has some sub-type changes: CRC value (modversions) changed from 0x727954eb to 0xade2a9d7 [C] 'function int trace_event_reg(trace_event_call*, trace_reg, void*)' at trace_events.c:280:1 has some sub-type changes: CRC value (modversions) changed from 0x6d201a61 to 0xe6f7d4c6 [C] 'function int trace_output_call(trace_iterator*, char*, char*, ...)' at trace_output.c:311:1 has some sub-type changes: CRC value (modversions) changed from 0x6f5b2371 to 0xdd4de080 [C] 'function int trace_raw_output_prep(trace_iterator*, trace_event*)' at trace_events.h:51:1 has some sub-type changes: CRC value (modversions) changed from 0x87dbebfb to 0x6e1fe5a9 [C] 'function void truncate_inode_pages(address_space*, loff_t)' at truncate.c:474:1 has some sub-type changes: CRC value (modversions) changed from 0x5f8ebbdb to 0x7fcbf4e1 [C] 'function void truncate_inode_pages_final(address_space*)' at truncate.c:489:1 has some sub-type changes: CRC value (modversions) changed from 0x4f41571 to 0xd2dd7afa [C] 'function void truncate_pagecache(inode*, loff_t)' at truncate.c:802:1 has some sub-type changes: CRC value (modversions) changed from 0x4d167d02 to 0xf872e6d4 [C] 'function bool try_module_get(module*)' at module.h:632:1 has some sub-type changes: CRC value (modversions) changed from 0x91b39241 to 0x15d950b3 [C] 'function void ttm_bo_add_to_lru(ttm_buffer_object*)' at ttm_bo.c:196:1 has some sub-type changes: CRC value (modversions) changed from 0x356ed09b to 0xe4355783 [C] 'function void ttm_bo_del_sub_from_lru(ttm_buffer_object*)' at ttm_bo.c:227:1 has some sub-type changes: CRC value (modversions) changed from 0xd7e6ff4c to 0x9b9738ab [C] 'function int ttm_bo_device_init(ttm_bo_device*, ttm_bo_driver*, address_space*, bool)' at ttm_bo.c:1732:1 has some sub-type changes: CRC value (modversions) changed from 0xd50bc7d8 to 0xa4f2a723 [C] 'function int ttm_bo_device_release(ttm_bo_device*)' at ttm_bo.c:1688:1 has some sub-type changes: CRC value (modversions) changed from 0x715c3854 to 0xb0e95abd [C] 'function size_t ttm_bo_dma_acc_size(ttm_bo_device*, unsigned long int, unsigned int)' at ttm_bo.c:1446:1 has some sub-type changes: CRC value (modversions) changed from 0x2bf0c4f7 to 0xc2c1e03f [C] 'function bool ttm_bo_eviction_valuable(ttm_buffer_object*, const ttm_place*)' at ttm_bo.c:758:1 has some sub-type changes: CRC value (modversions) changed from 0x97734ec4 to 0x17e828e6 [C] 'function int ttm_bo_init(ttm_bo_device*, ttm_buffer_object*, unsigned long int, ttm_bo_type, ttm_placement*, uint32_t, bool, size_t, sg_table*, dma_resv*, void (ttm_buffer_object*)*)' at ttm_bo.c:1404:1 has some sub-type changes: CRC value (modversions) changed from 0x32ef98b6 to 0x70be1cce [C] 'function int ttm_bo_init_mm(ttm_bo_device*, unsigned int, unsigned long int)' at ttm_bo.c:1588:1 has some sub-type changes: CRC value (modversions) changed from 0x990a9baa to 0x7cf810f2 [C] 'function int ttm_bo_kmap(ttm_buffer_object*, unsigned long int, unsigned long int, ttm_bo_kmap_obj*)' at ttm_bo_util.c:619:1 has some sub-type changes: CRC value (modversions) changed from 0x8a9e7d9f to 0xe422b620 [C] 'function void ttm_bo_kunmap(ttm_bo_kmap_obj*)' at ttm_bo_util.c:650:1 has some sub-type changes: CRC value (modversions) changed from 0x36987693 to 0x2b344824 [C] 'function int ttm_bo_mmap(file*, vm_area_struct*, ttm_bo_device*)' at ttm_bo_vm.c:427:1 has some sub-type changes: CRC value (modversions) changed from 0xe40ead to 0x71ea523d [C] 'function void ttm_bo_move_to_lru_tail(ttm_buffer_object*, ttm_lru_bulk_move*)' at ttm_bo.c:245:1 has some sub-type changes: CRC value (modversions) changed from 0x7a08d034 to 0x5334fb35 [C] 'function void ttm_bo_put(ttm_buffer_object*)' at ttm_bo.c:689:1 has some sub-type changes: CRC value (modversions) changed from 0x5b8ed5de to 0x98c1326c [C] 'function int ttm_bo_validate(ttm_buffer_object*, ttm_placement*, ttm_operation_ctx*)' at ttm_bo.c:1254:1 has some sub-type changes: CRC value (modversions) changed from 0x7e43fb2e to 0x4b06cd6 [C] 'function int ttm_bo_wait(ttm_buffer_object*, bool, bool)' at ttm_bo.c:1817:1 has some sub-type changes: CRC value (modversions) changed from 0x6a06cb0d to 0x547595dd [C] 'function void ttm_dma_tt_fini(ttm_dma_tt*)' at ttm_tt.c:295:1 has some sub-type changes: CRC value (modversions) changed from 0x5b4a894d to 0x189ca27b [C] 'function int ttm_dma_tt_init(ttm_dma_tt*, ttm_buffer_object*, uint32_t)' at ttm_tt.c:258:1 has some sub-type changes: CRC value (modversions) changed from 0x3f5e2d9b to 0x386e6c55 [C] 'function void ttm_eu_backoff_reservation(ww_acquire_ctx*, list_head*)' at ttm_execbuf_util.c:56:1 has some sub-type changes: CRC value (modversions) changed from 0x28faf8e to 0x1ef305ab [C] 'function void ttm_eu_fence_buffer_objects(ww_acquire_ctx*, list_head*, dma_fence*)' at ttm_execbuf_util.c:185:1 has some sub-type changes: CRC value (modversions) changed from 0x845a8c47 to 0x9a7cdc8 [C] 'function int ttm_eu_reserve_buffers(ww_acquire_ctx*, list_head*, bool, list_head*, bool)' at ttm_execbuf_util.c:95:1 has some sub-type changes: CRC value (modversions) changed from 0x4aa36520 to 0x92ef296a [C] 'function int ttm_tt_init(ttm_tt*, ttm_buffer_object*, uint32_t)' at ttm_tt.c:238:1 has some sub-type changes: CRC value (modversions) changed from 0x877e77a8 to 0x104e315 [C] 'function void tty_ldisc_deref(tty_ldisc*)' at tty_ldisc.c:310:1 has some sub-type changes: CRC value (modversions) changed from 0x1aa891c4 to 0x8c1c122 [C] 'function tty_ldisc* tty_ldisc_ref(tty_struct*)' at tty.h:543:1 has some sub-type changes: CRC value (modversions) changed from 0x50e970bb to 0x5f2cf788 [C] 'function int tty_mode_ioctl(tty_struct*, file*, unsigned int, unsigned long int)' at tty_ioctl.c:708:1 has some sub-type changes: CRC value (modversions) changed from 0xb155d58b to 0xbfc10370 [C] 'function void tty_port_close(tty_port*, tty_struct*, file*)' at tty_port.c:631:1 has some sub-type changes: CRC value (modversions) changed from 0x6b0d50bf to 0xa74142cf [C] 'function void tty_port_link_device(tty_port*, tty_driver*, unsigned int)' at tty_port.c:88:1 has some sub-type changes: CRC value (modversions) changed from 0xefcc4b0c to 0xd7124581 [C] 'function int tty_port_open(tty_port*, tty_struct*, file*)' at tty_port.c:670:1 has some sub-type changes: CRC value (modversions) changed from 0x33041eb3 to 0xa895d2a1 [C] 'function device* tty_port_register_device(tty_port*, tty_driver*, unsigned int, device*)' at tty_port.c:108:1 has some sub-type changes: CRC value (modversions) changed from 0xba75e9a2 to 0xc80e882b [C] 'function int tty_register_driver(tty_driver*)' at tty_io.c:3312:1 has some sub-type changes: CRC value (modversions) changed from 0x826a6eb6 to 0x3e2fe1af [C] 'function int tty_register_ldisc(int, tty_ldisc_ops*)' at tty.h:710:1 has some sub-type changes: CRC value (modversions) changed from 0x2917c23a to 0xdea6f57c [C] 'function void tty_set_operations(tty_driver*, const tty_operations*)' at tty_io.c:3296:1 has some sub-type changes: CRC value (modversions) changed from 0x66df55ba to 0xbd1052e6 [C] 'function void tty_unregister_device(tty_driver*, unsigned int)' at tty_io.c:3185:1 has some sub-type changes: CRC value (modversions) changed from 0x7c9739e3 to 0xe1875999 [C] 'function int tty_unregister_driver(tty_driver*)' at tty_io.c:3374:1 has some sub-type changes: CRC value (modversions) changed from 0xaee3cd43 to 0xa1da6cf5 [C] 'function void typec_altmode_attention(typec_altmode*, u32)' at bus.c:149:1 has some sub-type changes: CRC value (modversions) changed from 0x9c9bbb5e to 0xe7e958e3 [C] 'function const typec_altmode* typec_altmode_get_partner(typec_altmode*)' at bus.c:193:1 has some sub-type changes: CRC value (modversions) changed from 0xdff097f3 to 0x8b580263 [C] 'function int typec_altmode_notify(typec_altmode*, unsigned long int, void*)' at bus.c:51:1 has some sub-type changes: CRC value (modversions) changed from 0x9f28dcc5 to 0xec4bbf23 [C] 'function void typec_altmode_update_active(typec_altmode*, bool)' at class.c:280:1 has some sub-type changes: CRC value (modversions) changed from 0x71346927 to 0x5a9814ab [C] 'function int typec_altmode_vdm(typec_altmode*, const u32, const u32*, int)' at bus.c:169:1 has some sub-type changes: CRC value (modversions) changed from 0xbc09e115 to 0x575f80c3 [C] 'function typec_altmode* typec_match_altmode(typec_altmode**, size_t, u16, u8)' at bus.c:270:1 has some sub-type changes: CRC value (modversions) changed from 0x7a6e3327 to 0x77c64c41 [C] 'function typec_altmode* typec_partner_register_altmode(typec_partner*, const typec_altmode_desc*)' at class.c:630:1 has some sub-type changes: CRC value (modversions) changed from 0x3917afa to 0xb2e53fd [C] 'function typec_altmode* typec_port_register_altmode(typec_port*, const typec_altmode_desc*)' at class.c:1513:1 has some sub-type changes: CRC value (modversions) changed from 0xd897ae9 to 0x951b7b58 [C] 'function typec_port* typec_register_port(device*, const typec_capability*)' at class.c:1542:1 has some sub-type changes: CRC value (modversions) changed from 0xc21c8303 to 0x16b40424 [C] 'function void typec_unregister_altmode(typec_altmode*)' at class.c:547:1 has some sub-type changes: CRC value (modversions) changed from 0x1e485e67 to 0x92f9eabe [C] 'function int uart_add_one_port(uart_driver*, uart_port*)' at serial_core.h:412:1 has some sub-type changes: CRC value (modversions) changed from 0x57238543 to 0xf8f201a8 [C] 'function tty_driver* uart_console_device(console*, int*)' at serial_core.c:2600:1 has some sub-type changes: CRC value (modversions) changed from 0x3d77e5f4 to 0x3d2e3674 [C] 'function void uart_console_write(uart_port*, const char*, unsigned int, void (uart_port*, int)*)' at serial_core.h:403:1 has some sub-type changes: CRC value (modversions) changed from 0x872451a1 to 0xef8c2876 [C] 'function unsigned int uart_get_baud_rate(uart_port*, ktermios*, ktermios*, unsigned int, unsigned int)' at serial_core.h:327:1 has some sub-type changes: CRC value (modversions) changed from 0x66eb01f8 to 0x2f6aea7a [C] 'function unsigned int uart_get_divisor(uart_port*, unsigned int)' at serial_core.c:482:1 has some sub-type changes: CRC value (modversions) changed from 0x756b477a to 0xfba2a0a3 [C] 'function void uart_handle_cts_change(uart_port*, unsigned int)' at serial_core.h:457:1 has some sub-type changes: CRC value (modversions) changed from 0x37d4005f to 0xc309bac [C] 'function void uart_handle_dcd_change(uart_port*, unsigned int)' at serial_core.h:455:1 has some sub-type changes: CRC value (modversions) changed from 0x1de9d376 to 0xbd293752 [C] 'function void uart_insert_char(uart_port*, unsigned int, unsigned int, unsigned int, unsigned int)' at serial_core.h:460:1 has some sub-type changes: CRC value (modversions) changed from 0xf2cc9546 to 0xacd3539a [C] 'function int uart_register_driver(uart_driver*)' at serial_core.h:410:1 has some sub-type changes: CRC value (modversions) changed from 0x196122da to 0x831ca27f [C] 'function int uart_remove_one_port(uart_driver*, uart_port*)' at serial_core.h:413:1 has some sub-type changes: CRC value (modversions) changed from 0x3065bd66 to 0x29c2594 [C] 'function int uart_resume_port(uart_driver*, uart_port*)' at serial_core.h:420:1 has some sub-type changes: CRC value (modversions) changed from 0xc6d54597 to 0x4b5fd5cc [C] 'function int uart_set_options(uart_port*, console*, int, int, int, int)' at serial_core.h:400:1 has some sub-type changes: CRC value (modversions) changed from 0xb9d8d0ee to 0x68444217 [C] 'function int uart_suspend_port(uart_driver*, uart_port*)' at serial_core.h:419:1 has some sub-type changes: CRC value (modversions) changed from 0x20602016 to 0x3c8583c [C] 'function void uart_unregister_driver(uart_driver*)' at serial_core.h:411:1 has some sub-type changes: CRC value (modversions) changed from 0xa147264c to 0x106ff8b1 [C] 'function void uart_update_timeout(uart_port*, unsigned int, unsigned int)' at serial_core.h:325:1 has some sub-type changes: CRC value (modversions) changed from 0xc886c216 to 0xe887292e [C] 'function void uart_write_wakeup(uart_port*)' at serial_core.h:320:1 has some sub-type changes: CRC value (modversions) changed from 0x88a61bcd to 0x7bb4cf70 [C] 'function int ufshcd_crypto_cap_find(ufs_hba*, blk_crypto_mode_num, unsigned int)' at ufshcd-crypto.c:40:1 has some sub-type changes: CRC value (modversions) changed from 0x20d57c20 to 0x60d3187d [C] 'function void ufshcd_crypto_disable_spec(ufs_hba*)' at ufshcd-crypto.c:250:1 has some sub-type changes: CRC value (modversions) changed from 0x6f7f72a3 to 0x6720deef [C] 'function void ufshcd_crypto_enable_spec(ufs_hba*)' at ufshcd-crypto.c:238:1 has some sub-type changes: CRC value (modversions) changed from 0x20635d5c to 0xe128a117 [C] 'function int ufshcd_dme_get_attr(ufs_hba*, unsigned int, unsigned int*, unsigned char)' at ufshcd.h:1005:1 has some sub-type changes: CRC value (modversions) changed from 0x1cb5f8a7 to 0x5d0a5081 [C] 'function int ufshcd_dme_set_attr(ufs_hba*, unsigned int, unsigned char, unsigned int, unsigned char)' at ufshcd.h:1003:1 has some sub-type changes: CRC value (modversions) changed from 0xf3ddc4c6 to 0xcdc50805 [C] 'function int ufshcd_dump_regs(ufs_hba*, size_t, size_t, const char*)' at ufshcd.c:124:1 has some sub-type changes: CRC value (modversions) changed from 0x5062d8da to 0xa3b9af7 [C] 'function u32 ufshcd_get_local_unipro_ver(ufs_hba*)' at ufshcd.c:947:1 has some sub-type changes: CRC value (modversions) changed from 0xbca1198c to 0xd732583a [C] 'function int ufshcd_hold(ufs_hba*, bool)' at ufshcd.c:1628:1 has some sub-type changes: CRC value (modversions) changed from 0xe0ffa5a8 to 0xc33b2322 [C] 'function int ufshcd_pltfrm_init(platform_device*, const ufs_hba_variant_ops*)' at ufshcd-pltfrm.h:31:1 has some sub-type changes: CRC value (modversions) changed from 0x7d69dc6c to 0xd929abfa [C] 'function int ufshcd_pltfrm_resume(device*)' at ufshcd-pltfrm.c:238:1 has some sub-type changes: CRC value (modversions) changed from 0x5b9a92cb to 0x941e7034 [C] 'function int ufshcd_pltfrm_runtime_idle(device*)' at ufshcd-pltfrm.c:256:1 has some sub-type changes: CRC value (modversions) changed from 0x562a5ea6 to 0xd184a084 [C] 'function int ufshcd_pltfrm_runtime_resume(device*)' at ufshcd-pltfrm.c:250:1 has some sub-type changes: CRC value (modversions) changed from 0x716d556b to 0x3d93936c [C] 'function int ufshcd_pltfrm_runtime_suspend(device*)' at ufshcd-pltfrm.c:244:1 has some sub-type changes: CRC value (modversions) changed from 0xa9a5bcf9 to 0x7738bfcf [C] 'function void ufshcd_pltfrm_shutdown(platform_device*)' at ufshcd-pltfrm.c:264:1 has some sub-type changes: CRC value (modversions) changed from 0x9d0361b to 0xda6787e0 [C] 'function int ufshcd_pltfrm_suspend(device*)' at ufshcd-pltfrm.c:225:1 has some sub-type changes: CRC value (modversions) changed from 0x7f59e8d6 to 0x1221ebea [C] 'function int ufshcd_query_attr(ufs_hba*, query_opcode, attr_idn, u8, u8, u32*)' at ufshcd.c:3011:1 has some sub-type changes: CRC value (modversions) changed from 0xd2edf402 to 0x400d52dd [C] 'function int ufshcd_query_descriptor_retry(ufs_hba*, query_opcode, desc_idn, u8, u8, u8*, int*)' at ufshcd.c:3180:1 has some sub-type changes: CRC value (modversions) changed from 0xd528e201 to 0x6829d85 [C] 'function int ufshcd_query_flag(ufs_hba*, query_opcode, flag_idn, u8, bool*)' at ufshcd.c:2941:1 has some sub-type changes: CRC value (modversions) changed from 0x9fda9d4f to 0x54a9fc15 [C] 'function void ufshcd_release(ufs_hba*)' at ufshcd.c:1804:1 has some sub-type changes: CRC value (modversions) changed from 0xc96a8081 to 0x107de9c4 [C] 'function void ufshcd_remove(ufs_hba*)' at ufshcd.h:948:1 has some sub-type changes: CRC value (modversions) changed from 0xec1a3288 to 0x9b9abbe7 [C] 'function int ufshcd_shutdown(ufs_hba*)' at ufshcd.h:1002:1 has some sub-type changes: CRC value (modversions) changed from 0x1c3ec073 to 0x331dc312 [C] 'function int ufshcd_system_resume(ufs_hba*)' at ufshcd.h:1001:1 has some sub-type changes: CRC value (modversions) changed from 0xa2505900 to 0x68f39098 [C] 'function int ufshcd_system_suspend(ufs_hba*)' at ufshcd.h:1000:1 has some sub-type changes: CRC value (modversions) changed from 0x5f436750 to 0x6658537f [C] 'function int ufshcd_uic_hibern8_enter(ufs_hba*)' at ufshcd.c:4080:1 has some sub-type changes: CRC value (modversions) changed from 0xfb8dc762 to 0xf7320a0 [C] 'function int ufshcd_uic_hibern8_exit(ufs_hba*)' at ufshcd.c:4104:1 has some sub-type changes: CRC value (modversions) changed from 0x46688040 to 0x7caed105 [C] 'function void uio_unregister_device(uio_info*)' at uio.c:1004:1 has some sub-type changes: CRC value (modversions) changed from 0x63c34861 to 0xe659888f [C] 'function void unload_nls(nls_table*)' at nls.h:51:1 has some sub-type changes: CRC value (modversions) changed from 0x5812a7b5 to 0x7d9b0244 [C] 'function void unlock_buffer(buffer_head*)' at buffer_head.h:199:1 has some sub-type changes: CRC value (modversions) changed from 0xf9b95e66 to 0xd7ec5c37 [C] 'function void unlock_new_inode(inode*)' at inode.c:992:1 has some sub-type changes: CRC value (modversions) changed from 0x497cc7f6 to 0xc59fc006 [C] 'function void unlock_page(page*)' at pagemap.h:462:1 has some sub-type changes: CRC value (modversions) changed from 0xc8fb470f to 0x34900981 [C] 'function void unlock_rename(dentry*, dentry*)' at namei.h:69:1 has some sub-type changes: CRC value (modversions) changed from 0x99778846 to 0x2f92d9c [C] 'function void unmap_mapping_range(address_space*, long long int, long long int, int)' at mm.h:1506:1 has some sub-type changes: CRC value (modversions) changed from 0x8d73f53 to 0x3aefef4b [C] 'function void unregister_binfmt(linux_binfmt*)' at binfmts.h:118:1 has some sub-type changes: CRC value (modversions) changed from 0xafaf92d7 to 0x206d250f [C] 'function int unregister_console(console*)' at printk.c:2842:1 has some sub-type changes: CRC value (modversions) changed from 0x7ce4976f to 0xda65e31c [C] 'function int unregister_filesystem(file_system_type*)' at fs.h:2382:1 has some sub-type changes: CRC value (modversions) changed from 0x62bf23db to 0xbea75aae [C] 'function void unregister_gadget_item(config_item*)' at configfs.c:1888:1 has some sub-type changes: CRC value (modversions) changed from 0x1c251bd8 to 0x2d26635d [C] 'function void unregister_key_type(key_type*)' at key-type.h:166:1 has some sub-type changes: CRC value (modversions) changed from 0x422ce162 to 0xdda4756b [C] 'function void unregister_netdev(net_device*)' at netdevice.h:4152:1 has some sub-type changes: CRC value (modversions) changed from 0x39fe21c7 to 0x1322380f [C] 'function void unregister_netdevice_queue(net_device*, list_head*)' at netdevice.h:2688:1 has some sub-type changes: CRC value (modversions) changed from 0xd127af91 to 0xd047a1c4 [C] 'function void unregister_pernet_device(pernet_operations*)' at net_namespace.h:404:1 has some sub-type changes: CRC value (modversions) changed from 0xc7579b0a to 0xefd551e4 [C] 'function void unregister_pernet_subsys(pernet_operations*)' at net_namespace.h:402:1 has some sub-type changes: CRC value (modversions) changed from 0xb4632184 to 0xd4e23e4c [C] 'function void unregister_rpmsg_driver(rpmsg_driver*)' at rpmsg.h:126:1 has some sub-type changes: CRC value (modversions) changed from 0x33271ecc to 0x3b0339f3 [C] 'function void unregister_shrinker(shrinker*)' at vmscan.c:446:1 has some sub-type changes: CRC value (modversions) changed from 0x6481be32 to 0x6022d8ba [C] 'function int unregister_tcf_proto_ops(tcf_proto_ops*)' at pkt_cls.h:26:1 has some sub-type changes: CRC value (modversions) changed from 0x146badcf to 0x69e748c [C] 'function void unregister_virtio_device(virtio_device*)' at virtio.c:360:1 has some sub-type changes: CRC value (modversions) changed from 0x53c09e53 to 0xa83a79ac [C] 'function void unregister_virtio_driver(virtio_driver*)' at virtio.c:303:1 has some sub-type changes: CRC value (modversions) changed from 0xc66c2259 to 0xacf95c37 [C] 'function void unuse_mm(mm_struct*)' at mmu_context.c:53:1 has some sub-type changes: CRC value (modversions) changed from 0x9515caa3 to 0x982f5ba9 [C] 'function void up_read(rw_semaphore*)' at rwsem.h:151:1 has some sub-type changes: CRC value (modversions) changed from 0x53b954a2 to 0x98d747fd [C] 'function void up_write(rw_semaphore*)' at rwsem.h:156:1 has some sub-type changes: CRC value (modversions) changed from 0xce807a25 to 0x469de6d2 [C] 'function int update_devfreq(devfreq*)' at devfreq.h:214:1 has some sub-type changes: CRC value (modversions) changed from 0x14ccbab6 to 0x346f247f [C] 'function int usb_add_function(usb_configuration*, usb_function*)' at composite.c:300:1 has some sub-type changes: CRC value (modversions) changed from 0x153eca6d to 0x90e86484 [C] 'function int usb_add_gadget_udc(device*, usb_gadget*)' at gadget.h:742:1 has some sub-type changes: CRC value (modversions) changed from 0x76c72198 to 0x708f7885 [C] 'function int usb_add_hcd(usb_hcd*, unsigned int, unsigned long int)' at hcd.h:479:1 has some sub-type changes: CRC value (modversions) changed from 0xb33053ee to 0x4ca10abe [C] 'function int usb_add_phy_dev(usb_phy*)' at phy.c:661:1 has some sub-type changes: CRC value (modversions) changed from 0xa9d653e4 to 0xba2356a9 [C] 'function void* usb_alloc_coherent(usb_device*, unsigned long int, unsigned int, long long unsigned int*)' at usb.h:1788:1 has some sub-type changes: CRC value (modversions) changed from 0x9870f156 to 0x313de7d6 [C] 'function usb_device* usb_alloc_dev(usb_device*, usb_bus*, unsigned int)' at usb.c:575:1 has some sub-type changes: CRC value (modversions) changed from 0x350ff32e to 0x1e5cd7c1 [C] 'function urb* usb_alloc_urb(int, unsigned int)' at usb.h:1736:1 has some sub-type changes: CRC value (modversions) changed from 0xdc6c8b6 to 0x94d55a32 [C] 'function usb_host_interface* usb_altnum_to_altsetting(const usb_interface*, unsigned int)' at usb.c:309:1 has some sub-type changes: CRC value (modversions) changed from 0x89b5f199 to 0xa1fbe6e [C] 'function bool usb_amd_pt_check_port(device*, int)' at pci-quirks.c:547:1 has some sub-type changes: CRC value (modversions) changed from 0xb2427f98 to 0x73a00571 [C] 'function void usb_anchor_urb(urb*, usb_anchor*)' at usb.h:1752:1 has some sub-type changes: CRC value (modversions) changed from 0x55417e7d to 0xd05b4fc7 [C] 'function void usb_asmedia_modifyflowcontrol(pci_dev*)' at pci-quirks.c:484:1 has some sub-type changes: CRC value (modversions) changed from 0xb00010e to 0xcd3d3d04 [C] 'function int usb_assign_descriptors(usb_function*, usb_descriptor_header**, usb_descriptor_header**, usb_descriptor_header**, usb_descriptor_header**)' at gadget.h:810:1 has some sub-type changes: CRC value (modversions) changed from 0x7e7dfa3f to 0x33116374 [C] 'function int usb_autopm_get_interface(usb_interface*)' at usb.h:785:1 has some sub-type changes: CRC value (modversions) changed from 0xb0f58500 to 0xe0cd6fa8 [C] 'function int usb_autopm_get_interface_async(usb_interface*)' at usb.h:787:1 has some sub-type changes: CRC value (modversions) changed from 0xb4bf8ffc to 0xb3230279 [C] 'function void usb_autopm_get_interface_no_resume(usb_interface*)' at usb.h:789:1 has some sub-type changes: CRC value (modversions) changed from 0xb543f7f3 to 0xbfad4cb0 [C] 'function void usb_autopm_put_interface(usb_interface*)' at usb.h:786:1 has some sub-type changes: CRC value (modversions) changed from 0xec43be8d to 0xfd39a10e [C] 'function void usb_autopm_put_interface_async(usb_interface*)' at usb.h:788:1 has some sub-type changes: CRC value (modversions) changed from 0x9ddfc7ff to 0x37b917e3 [C] 'function void usb_autopm_put_interface_no_suspend(usb_interface*)' at usb.h:790:1 has some sub-type changes: CRC value (modversions) changed from 0x39d501e2 to 0x6b474808 [C] 'function int usb_bulk_msg(usb_device*, unsigned int, void*, int, int*, int)' at message.c:229:1 has some sub-type changes: CRC value (modversions) changed from 0x9e5967e0 to 0x7d3d95ed [C] 'function int usb_choose_configuration(usb_device*)' at usb.h:52:1 has some sub-type changes: CRC value (modversions) changed from 0x8c08427b to 0xb14c8fff [C] 'function int usb_clear_halt(usb_device*, int)' at usb.h:1845:1 has some sub-type changes: CRC value (modversions) changed from 0xe5aecbac to 0x23b7f18 [C] 'function void usb_composite_setup_continue(usb_composite_dev*)' at composite.c:2447:1 has some sub-type changes: CRC value (modversions) changed from 0x98c8e74c to 0x8b7141b [C] 'function int usb_control_msg(usb_device*, unsigned int, unsigned char, unsigned char, unsigned short int, unsigned short int, void*, unsigned short int, int)' at usb.h:1813:1 has some sub-type changes: CRC value (modversions) changed from 0xc8af1626 to 0xc18dfea6 [C] 'function usb_hcd* usb_create_hcd(const hc_driver*, device*, const char*)' at hcd.h:471:1 has some sub-type changes: CRC value (modversions) changed from 0x1a24b20b to 0x7f66e2c7 [C] 'function usb_hcd* usb_create_shared_hcd(const hc_driver*, device*, const char*, usb_hcd*)' at hcd.h:473:1 has some sub-type changes: CRC value (modversions) changed from 0xfaa49b1b to 0x93db5b9f [C] 'function void usb_del_gadget_udc(usb_gadget*)' at gadget.h:743:1 has some sub-type changes: CRC value (modversions) changed from 0xd376d34c to 0x17dd1189 [C] 'function void usb_deregister(usb_driver*)' at usb.h:1307:1 has some sub-type changes: CRC value (modversions) changed from 0x154a950b to 0x524bb51 [C] 'function void usb_deregister_dev(usb_interface*, usb_class_driver*)' at file.c:230:1 has some sub-type changes: CRC value (modversions) changed from 0xbfbf188 to 0x269a6f90 [C] 'function void usb_disable_xhci_ports(pci_dev*)' at pci-quirks.c:1126:1 has some sub-type changes: CRC value (modversions) changed from 0xbe9adab3 to 0x8a9d2e64 [C] 'function int usb_driver_claim_interface(usb_driver*, usb_interface*, void*)' at usb.h:861:1 has some sub-type changes: CRC value (modversions) changed from 0x354b3153 to 0x1548c087 [C] 'function void usb_driver_release_interface(usb_driver*, usb_interface*)' at usb.h:882:1 has some sub-type changes: CRC value (modversions) changed from 0x4c02f8ba to 0x6d9f281a [C] 'function void usb_enable_autosuspend(usb_device*)' at driver.c:1529:1 has some sub-type changes: CRC value (modversions) changed from 0xe4f79e6a to 0xd426e443 [C] 'function void usb_enable_intel_xhci_ports(pci_dev*)' at pci-quirks.c:1041:1 has some sub-type changes: CRC value (modversions) changed from 0x3f06f4aa to 0x73d2579a [C] 'function usb_ep* usb_ep_autoconfig(usb_gadget*, usb_endpoint_descriptor*)' at gadget.h:891:1 has some sub-type changes: CRC value (modversions) changed from 0xc65e73e to 0x43a79a10 [C] 'function usb_interface* usb_find_interface(usb_driver*, int)' at usb.c:353:1 has some sub-type changes: CRC value (modversions) changed from 0xdcb7b319 to 0x5b8b49a5 [C] 'function void usb_free_all_descriptors(usb_function*)' at gadget.h:815:1 has some sub-type changes: CRC value (modversions) changed from 0x5bda444d to 0x33349595 [C] 'function void usb_free_coherent(usb_device*, unsigned long int, void*, long long unsigned int)' at usb.h:1790:1 has some sub-type changes: CRC value (modversions) changed from 0x667909fb to 0xe03d11de [C] 'function void usb_free_urb(urb*)' at usb.h:1737:1 has some sub-type changes: CRC value (modversions) changed from 0xf2e4cb12 to 0xb9baa99c [C] 'function int usb_function_register(usb_function_driver*)' at composite.h:600:1 has some sub-type changes: CRC value (modversions) changed from 0x55a94b40 to 0x3c9d794c [C] 'function void usb_function_unregister(usb_function_driver*)' at composite.h:599:1 has some sub-type changes: CRC value (modversions) changed from 0x9a66f829 to 0x77e0464d [C] 'function int usb_gadget_map_request_by_dev(device*, usb_request*, int)' at core.c:814:1 has some sub-type changes: CRC value (modversions) changed from 0xa1900244 to 0x88097628 [C] 'function int usb_gadget_probe_driver(usb_gadget_driver*)' at gadget.h:723:1 has some sub-type changes: CRC value (modversions) changed from 0x1f440b50 to 0x7f642b49 [C] 'function void usb_gadget_set_state(usb_gadget*, usb_device_state)' at gadget.h:851:1 has some sub-type changes: CRC value (modversions) changed from 0xac633765 to 0x13b82e44 [C] 'function void usb_gadget_udc_reset(usb_gadget*, usb_gadget_driver*)' at gadget.h:857:1 has some sub-type changes: CRC value (modversions) changed from 0x642b1224 to 0xc6500ac [C] 'function void usb_gadget_unmap_request_by_dev(device*, usb_request*, int)' at core.c:862:1 has some sub-type changes: CRC value (modversions) changed from 0x5570a552 to 0x4a00777b [C] 'function int usb_gadget_unregister_driver(usb_gadget_driver*)' at gadget.h:738:1 has some sub-type changes: CRC value (modversions) changed from 0x57d228b7 to 0x3a782122 [C] 'function int usb_gadget_vbus_connect(usb_gadget*)' at core.c:577:1 has some sub-type changes: CRC value (modversions) changed from 0x6914175f to 0x1ae1d901 [C] 'function int usb_gadget_vbus_disconnect(usb_gadget*)' at core.c:638:1 has some sub-type changes: CRC value (modversions) changed from 0x9ab9ee3f to 0xd8f8fae5 [C] 'function int usb_gadget_vbus_draw(usb_gadget*, unsigned int)' at gadget.h:574:1 has some sub-type changes: CRC value (modversions) changed from 0x5b8c9b98 to 0x2ca5234d [C] 'function int usb_gadget_wakeup(usb_gadget*)' at core.c:491:1 has some sub-type changes: CRC value (modversions) changed from 0xbe7c1cff to 0x9d5e1e83 [C] 'function int usb_get_current_frame_number(usb_device*)' at usb.c:841:1 has some sub-type changes: CRC value (modversions) changed from 0x1e2b5bc to 0xbdada61a [C] 'function usb_device* usb_get_dev(usb_device*)' at usb.h:740:1 has some sub-type changes: CRC value (modversions) changed from 0x9d85fc37 to 0xc994193f [C] 'function usb_dr_mode usb_get_dr_mode(device*)' at common.c:131:1 has some sub-type changes: CRC value (modversions) changed from 0x48d03be3 to 0x6c73be91 [C] 'function urb* usb_get_from_anchor(usb_anchor*)' at usb.h:1756:1 has some sub-type changes: CRC value (modversions) changed from 0x128ef86c to 0x25bc5ece [C] 'function usb_interface* usb_get_intf(usb_interface*)' at usb.c:741:1 has some sub-type changes: CRC value (modversions) changed from 0x1fe36c46 to 0xd8b6325e [C] 'function usb_device_speed usb_get_maximum_speed(device*)' at common.c:80:1 has some sub-type changes: CRC value (modversions) changed from 0x148f8ec9 to 0x9616ef55 [C] 'function urb* usb_get_urb(urb*)' at usb.h:1739:1 has some sub-type changes: CRC value (modversions) changed from 0x8f609856 to 0x95a3a655 [C] 'function usb_string* usb_gstrings_attach(usb_composite_dev*, usb_gadget_strings**, unsigned int)' at composite.h:522:1 has some sub-type changes: CRC value (modversions) changed from 0xf8003cf7 to 0xa134e221 [C] 'function void usb_hc_died(usb_hcd*)' at hcd.c:2360:1 has some sub-type changes: CRC value (modversions) changed from 0x87418c99 to 0x6cecbc54 [C] 'function int usb_hcd_check_unlink_urb(usb_hcd*, urb*, int)' at hcd.h:443:1 has some sub-type changes: CRC value (modversions) changed from 0x982e109e to 0xb48adbea [C] 'function void usb_hcd_end_port_resume(usb_bus*, int)' at hcd.c:1059:1 has some sub-type changes: CRC value (modversions) changed from 0xd71e0c3c to 0x90f88358 [C] 'function void usb_hcd_giveback_urb(usb_hcd*, urb*, int)' at hcd.h:449:1 has some sub-type changes: CRC value (modversions) changed from 0x7dd56427 to 0x35ae4d40 [C] 'function int usb_hcd_is_primary_hcd(usb_hcd*)' at hcd.h:478:1 has some sub-type changes: CRC value (modversions) changed from 0x90bfcea1 to 0x6afecfce [C] 'function int usb_hcd_link_urb_to_ep(usb_hcd*, urb*)' at hcd.h:442:1 has some sub-type changes: CRC value (modversions) changed from 0xb5e86c10 to 0x6e19b7c0 [C] 'function int usb_hcd_map_urb_for_dma(usb_hcd*, urb*, gfp_t)' at hcd.c:1397:1 has some sub-type changes: CRC value (modversions) changed from 0xcaeea9da to 0x73fef25f [C] 'function int usb_hcd_pci_probe(pci_dev*, const pci_device_id*)' at hcd.h:492:1 has some sub-type changes: CRC value (modversions) changed from 0xe049d5ed to 0x9bc6b118 [C] 'function void usb_hcd_pci_remove(pci_dev*)' at hcd.h:494:1 has some sub-type changes: CRC value (modversions) changed from 0xf0325428 to 0x58dde504 [C] 'function void usb_hcd_pci_shutdown(pci_dev*)' at hcd-pci.c:353:1 has some sub-type changes: CRC value (modversions) changed from 0x1fd412d8 to 0xc6852b4b [C] 'function void usb_hcd_platform_shutdown(platform_device*)' at hcd.c:2909:1 has some sub-type changes: CRC value (modversions) changed from 0x800f3657 to 0xd24ea39f [C] 'function void usb_hcd_poll_rh_status(usb_hcd*)' at hcd.h:518:1 has some sub-type changes: CRC value (modversions) changed from 0x441f5df6 to 0x2e30665d [C] 'function void usb_hcd_resume_root_hub(usb_hcd*)' at hcd.h:690:1 has some sub-type changes: CRC value (modversions) changed from 0x7dbf2ff9 to 0x5e19665 [C] 'function void usb_hcd_start_port_resume(usb_bus*, int)' at hcd.c:1037:1 has some sub-type changes: CRC value (modversions) changed from 0x3319601f to 0x99d20793 [C] 'function void usb_hcd_unlink_urb_from_ep(usb_hcd*, urb*)' at hcd.h:445:1 has some sub-type changes: CRC value (modversions) changed from 0x7e5dbf79 to 0xe81486ad [C] 'function void usb_hcd_unmap_urb_for_dma(usb_hcd*, urb*)' at hcd.c:1350:1 has some sub-type changes: CRC value (modversions) changed from 0xca17d2b9 to 0xa56c73d5 [C] 'function int usb_hub_clear_tt_buffer(urb*)' at hub.c:858:1 has some sub-type changes: CRC value (modversions) changed from 0x5522e66c to 0xe556bee6 [C] 'function usb_device* usb_hub_find_child(usb_device*, int)' at hub.c:6010:1 has some sub-type changes: CRC value (modversions) changed from 0x788451e8 to 0xd9912814 [C] 'function usb_interface* usb_ifnum_to_if(const usb_device*, unsigned int)' at usb.h:892:1 has some sub-type changes: CRC value (modversions) changed from 0x4acb3a34 to 0x8085eb12 [C] 'function int usb_interface_id(usb_configuration*, usb_function*)' at composite.h:250:1 has some sub-type changes: CRC value (modversions) changed from 0x267861a8 to 0xd08b883c [C] 'function void usb_kill_urb(urb*)' at usb.h:1742:1 has some sub-type changes: CRC value (modversions) changed from 0x8da06b2f to 0x4f9c2b62 [C] 'function int usb_lock_device_for_reset(usb_device*, const usb_interface*)' at usb.h:762:1 has some sub-type changes: CRC value (modversions) changed from 0x4c4eadd0 to 0xe8d18cb6 [C] 'function const usb_device_id* usb_match_id(usb_interface*, const usb_device_id*)' at driver.c:771:1 has some sub-type changes: CRC value (modversions) changed from 0x439be4fb to 0xb68f88f [C] 'function int usb_match_one_id(usb_interface*, const usb_device_id*)' at driver.c:678:1 has some sub-type changes: CRC value (modversions) changed from 0x9d19a5d0 to 0x866efdea [C] 'function config_group* usb_os_desc_prepare_interf_dir(config_group*, int, usb_os_desc**, char**, module*)' at configfs.h:9:1 has some sub-type changes: CRC value (modversions) changed from 0x2e19e5de to 0x13eb6765 [C] 'function void usb_phy_get_charger_current(usb_phy*, unsigned int*, unsigned int*)' at phy.c:231:1 has some sub-type changes: CRC value (modversions) changed from 0xdd122621 to 0x9dbd53b7 [C] 'function void usb_phy_set_charger_current(usb_phy*, unsigned int)' at phy.c:182:1 has some sub-type changes: CRC value (modversions) changed from 0x6b263a40 to 0x6d369df5 [C] 'function void usb_phy_set_charger_state(usb_phy*, usb_charger_state)' at phy.c:268:1 has some sub-type changes: CRC value (modversions) changed from 0x94127c2 to 0xb0737b35 [C] 'function void usb_poison_urb(urb*)' at urb.c:729:1 has some sub-type changes: CRC value (modversions) changed from 0x164e8df0 to 0x42062d27 [C] 'function void usb_put_dev(usb_device*)' at usb.h:741:1 has some sub-type changes: CRC value (modversions) changed from 0x8e1d41fe to 0xe9d3bbfa [C] 'function void usb_put_function_instance(usb_function_instance*)' at composite.h:601:1 has some sub-type changes: CRC value (modversions) changed from 0x5121bfa5 to 0xd437bf89 [C] 'function void usb_put_hcd(usb_hcd*)' at hcd.h:477:1 has some sub-type changes: CRC value (modversions) changed from 0x409f911b to 0x4e8dd6ad [C] 'function void usb_put_intf(usb_interface*)' at usb.c:757:1 has some sub-type changes: CRC value (modversions) changed from 0xcd9aa565 to 0x6d5bdab0 [C] 'function int usb_register_dev(usb_interface*, usb_class_driver*)' at file.c:156:1 has some sub-type changes: CRC value (modversions) changed from 0x37dc18c9 to 0x583daa8 [C] 'function int usb_register_driver(usb_driver*, module*, const char*)' at usb.h:1300:1 has some sub-type changes: CRC value (modversions) changed from 0x6a8e92cb to 0xfbb5ab34 [C] 'function void usb_remove_hcd(usb_hcd*)' at hcd.h:481:1 has some sub-type changes: CRC value (modversions) changed from 0x1ff4fb9f to 0x12d12242 [C] 'function void usb_remove_phy(usb_phy*)' at phy.c:692:1 has some sub-type changes: CRC value (modversions) changed from 0xa8cf2903 to 0x19061632 [C] 'function int usb_reset_configuration(usb_device*)' at message.c:1525:1 has some sub-type changes: CRC value (modversions) changed from 0xb19e0f95 to 0x994177e5 [C] 'function int usb_reset_device(usb_device*)' at usb.h:766:1 has some sub-type changes: CRC value (modversions) changed from 0x7fcf71d8 to 0x5eb9924e [C] 'function void usb_reset_endpoint(usb_device*, unsigned int)' at message.c:1170:1 has some sub-type changes: CRC value (modversions) changed from 0x3da10e46 to 0xb6b36603 [C] 'function usb_role_switch* usb_role_switch_get(device*)' at role.h:49:1 has some sub-type changes: CRC value (modversions) changed from 0xb85d58b3 to 0x1170c9e7 [C] 'function usb_role_switch* usb_role_switch_register(device*, const usb_role_switch_desc*)' at class.c:285:1 has some sub-type changes: CRC value (modversions) changed from 0x9c5e07f9 to 0xd5cfb2ed [C] 'function void usb_root_hub_lost_power(usb_device*)' at hub.c:3822:1 has some sub-type changes: CRC value (modversions) changed from 0x934c8f50 to 0x6d1d74eb [C] 'function void usb_set_device_state(usb_device*, usb_device_state)' at hub.c:2036:1 has some sub-type changes: CRC value (modversions) changed from 0xf408dea to 0x32feaf5e [C] 'function int usb_set_interface(usb_device*, int, int)' at usb.h:1847:1 has some sub-type changes: CRC value (modversions) changed from 0x8203cc9c to 0xa7b5b8da [C] 'function void usb_sg_cancel(usb_sg_request*)' at message.c:585:1 has some sub-type changes: CRC value (modversions) changed from 0xcbefb565 to 0xd2491e94 [C] 'function int usb_sg_init(usb_sg_request*, usb_device*, unsigned int, unsigned int, scatterlist*, int, size_t, gfp_t)' at message.c:367:1 has some sub-type changes: CRC value (modversions) changed from 0x7e87fe01 to 0x707bf970 [C] 'function void usb_sg_wait(usb_sg_request*)' at message.c:515:1 has some sub-type changes: CRC value (modversions) changed from 0xcdd3bf43 to 0x1d289184 [C] 'function ssize_t usb_store_new_id(usb_dynids*, const usb_device_id*, device_driver*, const char*, size_t)' at driver.c:42:1 has some sub-type changes: CRC value (modversions) changed from 0x3a3b6f6f to 0xe66436d2 [C] 'function int usb_string(usb_device*, int, char*, unsigned long int)' at usb.h:1841:1 has some sub-type changes: CRC value (modversions) changed from 0xe46a0af4 to 0xa659e0ff [C] 'function int usb_string_id(usb_composite_dev*)' at composite.h:519:1 has some sub-type changes: CRC value (modversions) changed from 0xd869d478 to 0xc2e89144 [C] 'function int usb_submit_urb(urb*, unsigned int)' at usb.h:1740:1 has some sub-type changes: CRC value (modversions) changed from 0xcf11b759 to 0x873abf66 [C] 'function void usb_unanchor_urb(urb*)' at usb.h:1753:1 has some sub-type changes: CRC value (modversions) changed from 0xc909b27a to 0xe9a13c6d [C] 'function int usb_unlink_urb(urb*)' at usb.h:1741:1 has some sub-type changes: CRC value (modversions) changed from 0x86ce7732 to 0xcf887901 [C] 'function void usb_unpoison_urb(urb*)' at urb.c:744:1 has some sub-type changes: CRC value (modversions) changed from 0xfeaf5a49 to 0x32317b81 [C] 'function void usb_wakeup_notification(usb_device*, unsigned int)' at hub.c:689:1 has some sub-type changes: CRC value (modversions) changed from 0x70986368 to 0x9c12942b [C] 'function int usbnet_change_mtu(net_device*, int)' at usbnet.c:378:1 has some sub-type changes: CRC value (modversions) changed from 0xbff30d35 to 0xd3b4e946 [C] 'function void usbnet_disconnect(usb_interface*)' at usbnet.c:1592:1 has some sub-type changes: CRC value (modversions) changed from 0xb4579c8c to 0x456cdc2a [C] 'function void usbnet_get_drvinfo(net_device*, ethtool_drvinfo*)' at usbnet.h:286:1 has some sub-type changes: CRC value (modversions) changed from 0x953f5d24 to 0x9b85705a [C] 'function int usbnet_get_endpoints(usbnet*, usb_interface*)' at usbnet.h:269:1 has some sub-type changes: CRC value (modversions) changed from 0xbefd0c0 to 0x2c309e8f [C] 'function int usbnet_get_ethernet_addr(usbnet*, int)' at usbnet.h:270:1 has some sub-type changes: CRC value (modversions) changed from 0x50322ac3 to 0x2f8d228c [C] 'function u32 usbnet_get_link(net_device*)' at usbnet.c:1017:1 has some sub-type changes: CRC value (modversions) changed from 0xd38f2239 to 0x5eaf6389 [C] 'function int usbnet_get_link_ksettings(net_device*, ethtool_link_ksettings*)' at usbnet.c:950:1 has some sub-type changes: CRC value (modversions) changed from 0x7a9900ec to 0x962cf42d [C] 'function u32 usbnet_get_msglevel(net_device*)' at usbnet.c:1057:1 has some sub-type changes: CRC value (modversions) changed from 0x108b8b10 to 0xe9aae779 [C] 'function void usbnet_get_stats64(net_device*, rtnl_link_stats64*)' at usbnet.c:986:1 has some sub-type changes: CRC value (modversions) changed from 0x468e2236 to 0x9d4394c0 [C] 'function void usbnet_link_change(usbnet*, bool, bool)' at usbnet.h:290:1 has some sub-type changes: CRC value (modversions) changed from 0x44dfd703 to 0x4a4ca0f0 [C] 'function int usbnet_manage_power(usbnet*, int)' at usbnet.c:1958:1 has some sub-type changes: CRC value (modversions) changed from 0x838360a to 0x5d2ef8ff [C] 'function int usbnet_nway_reset(net_device*)' at usbnet.c:1034:1 has some sub-type changes: CRC value (modversions) changed from 0x2d380817 to 0x50802cd3 [C] 'function int usbnet_open(net_device*)' at usbnet.c:861:1 has some sub-type changes: CRC value (modversions) changed from 0x26173a63 to 0x9954058f [C] 'function int usbnet_probe(usb_interface*, const usb_device_id*)' at usbnet.c:1654:1 has some sub-type changes: CRC value (modversions) changed from 0x1ee0617c to 0xe60530e3 [C] 'function int usbnet_read_cmd(usbnet*, u8, u8, u16, u16, void*, u16)' at usbnet.c:2048:1 has some sub-type changes: CRC value (modversions) changed from 0xe42f0f05 to 0x41b8e2a3 [C] 'function int usbnet_read_cmd_nopm(usbnet*, u8, u8, u16, u16, void*, u16)' at usbnet.c:2084:1 has some sub-type changes: CRC value (modversions) changed from 0xc7a54f85 to 0xacdb06e0 [C] 'function int usbnet_resume(usb_interface*)' at usbnet.h:193:1 has some sub-type changes: CRC value (modversions) changed from 0xb0b8a8b2 to 0xfb4dc259 [C] 'function int usbnet_set_link_ksettings(net_device*, const ethtool_link_ksettings*)' at usbnet.c:964:1 has some sub-type changes: CRC value (modversions) changed from 0x391bd2d4 to 0xb3d7fd77 [C] 'function void usbnet_set_msglevel(net_device*, u32)' at usbnet.c:1065:1 has some sub-type changes: CRC value (modversions) changed from 0xbeecc47b to 0x56b27b26 [C] 'function void usbnet_skb_return(usbnet*, sk_buff*)' at usbnet.h:272:1 has some sub-type changes: CRC value (modversions) changed from 0xefb9b347 to 0xce500e91 [C] 'function netdev_tx_t usbnet_start_xmit(sk_buff*, net_device*)' at usbnet.c:1346:1 has some sub-type changes: CRC value (modversions) changed from 0x50db30cc to 0x7352ace [C] 'function int usbnet_stop(net_device*)' at usbnet.c:799:1 has some sub-type changes: CRC value (modversions) changed from 0xf62dd0be to 0x2f0926d6 [C] 'function int usbnet_suspend(usb_interface*, pm_message)' at usbnet.h:192:1 has some sub-type changes: CRC value (modversions) changed from 0xf0dd1e83 to 0xdcb57df5 [C] 'function void usbnet_tx_timeout(net_device*)' at usbnet.c:1296:1 has some sub-type changes: CRC value (modversions) changed from 0xa1ca39fa to 0x47c3d8f9 [C] 'function void usbnet_unlink_rx_urbs(usbnet*)' at usbnet.h:273:1 has some sub-type changes: CRC value (modversions) changed from 0xbb3657ce to 0xddc7d822 [C] 'function void usbnet_update_max_qlen(usbnet*)' at usbnet.h:295:1 has some sub-type changes: CRC value (modversions) changed from 0x3579dc18 to 0x803bb2ef [C] 'function int usbnet_write_cmd(usbnet*, u8, u8, u16, u16, void*, u16)' at usbnet.c:2066:1 has some sub-type changes: CRC value (modversions) changed from 0xaaf955ee to 0x9ae40225 [C] 'function int usbnet_write_cmd_async(usbnet*, unsigned char, unsigned char, unsigned short int, unsigned short int, void*, unsigned short int)' at usbnet.h:205:1 has some sub-type changes: CRC value (modversions) changed from 0x5e4e82e6 to 0xb475efbb [C] 'function int usbnet_write_cmd_nopm(usbnet*, u8, u8, u16, u16, void*, u16)' at usbnet.c:2096:1 has some sub-type changes: CRC value (modversions) changed from 0xd394f0b0 to 0x85067fdb [C] 'function void use_mm(mm_struct*)' at mmu_context.c:22:1 has some sub-type changes: CRC value (modversions) changed from 0x64b6827e to 0xe566c510 [C] 'function void user_destroy(key*)' at user_defined.c:146:1 has some sub-type changes: CRC value (modversions) changed from 0x7bb2d521 to 0x484d81dd [C] 'function int user_path_at_empty(int, const char*, unsigned int, path*, int*)' at namei.c:2680:1 has some sub-type changes: CRC value (modversions) changed from 0x645f7e13 to 0x8b4ebf16 [C] 'function long int user_read(const key*, char*, size_t)' at user_defined.c:171:1 has some sub-type changes: CRC value (modversions) changed from 0x56d4a6b6 to 0x198d7b0b [C] 'function void user_revoke(key*)' at user_defined.c:128:1 has some sub-type changes: CRC value (modversions) changed from 0x832a5e7b to 0xbf585e9a [C] 'function void v4l2_ctrl_cluster(unsigned int, v4l2_ctrl**)' at v4l2-ctrls.c:2739:1 has some sub-type changes: CRC value (modversions) changed from 0xe2c91ece to 0x886897b2 [C] 'function v4l2_ctrl* v4l2_ctrl_find(v4l2_ctrl_handler*, u32)' at v4l2-ctrls.c:2261:1 has some sub-type changes: CRC value (modversions) changed from 0x2bfe9946 to 0xa6d1fdaa [C] 'function s32 v4l2_ctrl_g_ctrl(v4l2_ctrl*)' at v4l2-ctrls.c:3639:1 has some sub-type changes: CRC value (modversions) changed from 0xcbcd646c to 0x59b18786 [C] 'function void v4l2_ctrl_handler_free(v4l2_ctrl_handler*)' at v4l2-ctrls.c:2153:1 has some sub-type changes: CRC value (modversions) changed from 0x6f33cd1 to 0x7c898691 [C] 'function int v4l2_ctrl_handler_init_class(v4l2_ctrl_handler*, unsigned int, lock_class_key*, const char*)' at v4l2-ctrls.c:2130:1 has some sub-type changes: CRC value (modversions) changed from 0x23c312e6 to 0x450ef60d [C] 'function int v4l2_ctrl_handler_setup(v4l2_ctrl_handler*)' at v4l2-ctrls.c:2923:1 has some sub-type changes: CRC value (modversions) changed from 0x697424a5 to 0xfae80fe7 [C] 'function int v4l2_ctrl_log_status(file*, void*)' at v4l2-ctrls.c:4388:1 has some sub-type changes: CRC value (modversions) changed from 0xf1908071 to 0xcb931951 [C] 'function v4l2_ctrl* v4l2_ctrl_new_custom(v4l2_ctrl_handler*, const v4l2_ctrl_config*, void*)' at v4l2-ctrls.c:2526:1 has some sub-type changes: CRC value (modversions) changed from 0x50e2400 to 0x5bdd550a [C] 'function v4l2_ctrl* v4l2_ctrl_new_int_menu(v4l2_ctrl_handler*, const v4l2_ctrl_ops*, u32, u8, u8, const s64*)' at v4l2-ctrls.c:2658:1 has some sub-type changes: CRC value (modversions) changed from 0x483d3585 to 0xe21aa065 [C] 'function v4l2_ctrl* v4l2_ctrl_new_std(v4l2_ctrl_handler*, const v4l2_ctrl_ops*, u32, s64, s64, u64, s64)' at v4l2-ctrls.c:2570:1 has some sub-type changes: CRC value (modversions) changed from 0x56587787 to 0xfdee1474 [C] 'function v4l2_ctrl* v4l2_ctrl_new_std_menu(v4l2_ctrl_handler*, const v4l2_ctrl_ops*, u32, u8, u64, u8)' at v4l2-ctrls.c:2592:1 has some sub-type changes: CRC value (modversions) changed from 0xc7de0d1c to 0xf4b8510b [C] 'function int v4l2_ctrl_subdev_subscribe_event(v4l2_subdev*, v4l2_fh*, v4l2_event_subscription*)' at v4l2-ctrls.c:4409:1 has some sub-type changes: CRC value (modversions) changed from 0x3f72e778 to 0xa087ac22 [C] 'function int v4l2_ctrl_subscribe_event(v4l2_fh*, const v4l2_event_subscription*)' at v4l2-ctrls.c:4400:1 has some sub-type changes: CRC value (modversions) changed from 0xd466a907 to 0x7f18e1b7 [C] 'function void v4l2_device_disconnect(v4l2_device*)' at v4l2-device.c:76:1 has some sub-type changes: CRC value (modversions) changed from 0x21f6b9fa to 0x4e15f23d [C] 'function int v4l2_device_put(v4l2_device*)' at v4l2-device.h:82:1 has some sub-type changes: CRC value (modversions) changed from 0xace50483 to 0x57aaf4b6 [C] 'function int v4l2_device_register(device*, v4l2_device*)' at v4l2-device.c:17:1 has some sub-type changes: CRC value (modversions) changed from 0x197782ae to 0x188923f8 [C] 'function int v4l2_device_register_subdev(v4l2_device*, v4l2_subdev*)' at v4l2-device.c:111:1 has some sub-type changes: CRC value (modversions) changed from 0xb4082d76 to 0x194c43eb [C] 'function int v4l2_device_register_subdev_nodes(v4l2_device*)' at v4l2-device.c:192:1 has some sub-type changes: CRC value (modversions) changed from 0x4ab284dc to 0xe10b4f37 [C] 'function int v4l2_device_set_name(v4l2_device*, const char*, atomic_t*)' at v4l2-device.c:60:1 has some sub-type changes: CRC value (modversions) changed from 0xddca2d82 to 0xfb1897f5 [C] 'function void v4l2_device_unregister(v4l2_device*)' at v4l2-device.c:88:1 has some sub-type changes: CRC value (modversions) changed from 0xc75ede56 to 0x4844aaaa [C] 'function void v4l2_device_unregister_subdev(v4l2_subdev*)' at v4l2-device.c:260:1 has some sub-type changes: CRC value (modversions) changed from 0x1b69f5be to 0xdd8570ed [C] 'function int v4l2_event_dequeue(v4l2_fh*, v4l2_event*, int)' at v4l2-event.h:91:1 has some sub-type changes: CRC value (modversions) changed from 0x272a4fa3 to 0xf9924b21 [C] 'function int v4l2_event_pending(v4l2_fh*)' at v4l2-event.c:181:1 has some sub-type changes: CRC value (modversions) changed from 0x88005694 to 0xf1b03cf9 [C] 'function void v4l2_event_queue(video_device*, const v4l2_event*)' at v4l2-event.c:150:1 has some sub-type changes: CRC value (modversions) changed from 0x712d37f1 to 0x7cb54c55 [C] 'function void v4l2_event_queue_fh(v4l2_fh*, const v4l2_event*)' at v4l2-event.c:170:1 has some sub-type changes: CRC value (modversions) changed from 0xe0c6163e to 0x23c6ebf3 [C] 'function int v4l2_event_subdev_unsubscribe(v4l2_subdev*, v4l2_fh*, v4l2_event_subscription*)' at v4l2-event.c:312:1 has some sub-type changes: CRC value (modversions) changed from 0xdaa45436 to 0x8d99dfdb [C] 'function int v4l2_event_subscribe(v4l2_fh*, const v4l2_event_subscription*, unsigned int, const v4l2_subscribed_event_ops*)' at v4l2-event.c:203:1 has some sub-type changes: CRC value (modversions) changed from 0x35101329 to 0xee13c05d [C] 'function int v4l2_event_unsubscribe(v4l2_fh*, const v4l2_event_subscription*)' at v4l2-event.c:280:1 has some sub-type changes: CRC value (modversions) changed from 0x4bdf85c2 to 0x621659d1 [C] 'function void v4l2_fh_add(v4l2_fh*)' at v4l2-fh.c:44:1 has some sub-type changes: CRC value (modversions) changed from 0xd2401750 to 0xd10f12f1 [C] 'function void v4l2_fh_del(v4l2_fh*)' at v4l2-fh.c:69:1 has some sub-type changes: CRC value (modversions) changed from 0x1eac0fe7 to 0x21fb1fc3 [C] 'function void v4l2_fh_exit(v4l2_fh*)' at v4l2-fh.c:80:1 has some sub-type changes: CRC value (modversions) changed from 0xa4f08fa9 to 0x5cf816db [C] 'function void v4l2_fh_init(v4l2_fh*, video_device*)' at v4l2-fh.c:21:1 has some sub-type changes: CRC value (modversions) changed from 0xbd87d3e1 to 0x1e48a60a [C] 'function int v4l2_fh_open(file*)' at v4l2-fh.c:55:1 has some sub-type changes: CRC value (modversions) changed from 0x5115c927 to 0xf56e0eb1 [C] 'function int v4l2_fh_release(file*)' at v4l2-fh.c:91:1 has some sub-type changes: CRC value (modversions) changed from 0xe2f3822b to 0x6ce1412c [C] 'function int v4l2_g_ctrl(v4l2_ctrl_handler*, v4l2_control*)' at v4l2-ctrls.h:1250:1 has some sub-type changes: CRC value (modversions) changed from 0x9a5a6cc4 to 0x5ac0d27b [C] 'function v4l2_subdev* v4l2_i2c_new_subdev(v4l2_device*, i2c_adapter*, const char*, u8, const unsigned short int*)' at v4l2-i2c.c:119:1 has some sub-type changes: CRC value (modversions) changed from 0x1fc99012 to 0x53db8814 [C] 'function void v4l2_i2c_subdev_init(v4l2_subdev*, i2c_client*, const v4l2_subdev_ops*)' at v4l2-i2c.c:45:1 has some sub-type changes: CRC value (modversions) changed from 0x948682da to 0xe1e13a41 [C] 'function int v4l2_s_ctrl(v4l2_fh*, v4l2_ctrl_handler*, v4l2_control*)' at v4l2-ctrls.h:1263:1 has some sub-type changes: CRC value (modversions) changed from 0xea8be02f to 0xe5d04db2 [C] 'function v4l2_subdev* v4l2_spi_new_subdev(v4l2_device*, spi_controller*, spi_board_info*)' at v4l2-spi.c:36:1 has some sub-type changes: CRC value (modversions) changed from 0x5133f750 to 0xb8ad5e4c [C] 'function void v4l2_subdev_init(v4l2_subdev*, const v4l2_subdev_ops*)' at v4l2-subdev.c:777:1 has some sub-type changes: CRC value (modversions) changed from 0xd8a3ff7b to 0x552f5468 [C] 'function void vb2_buffer_done(vb2_buffer*, vb2_buffer_state)' at videobuf2-core.c:921:1 has some sub-type changes: CRC value (modversions) changed from 0xa048626d to 0x3e32301 [C] 'function int vb2_create_bufs(vb2_queue*, v4l2_create_buffers*)' at videobuf2-v4l2.c:691:1 has some sub-type changes: CRC value (modversions) changed from 0x2bbbcf86 to 0xbdf44c6e [C] 'function int vb2_dqbuf(vb2_queue*, v4l2_buffer*, bool)' at videobuf2-v4l2.c:768:1 has some sub-type changes: CRC value (modversions) changed from 0xec31ae4b to 0xb4b4cb32 [C] 'function int vb2_expbuf(vb2_queue*, v4l2_exportbuffer*)' at videobuf2-v4l2.c:819:1 has some sub-type changes: CRC value (modversions) changed from 0x7edc7ea2 to 0x27c9b886 [C] 'function int vb2_fop_mmap(file*, vm_area_struct*)' at videobuf2-v4l2.c:1026:1 has some sub-type changes: CRC value (modversions) changed from 0x7c66cbaa to 0x2f99b0a2 [C] 'function __poll_t vb2_fop_poll(file*, poll_table*)' at videobuf2-v4l2.c:1107:1 has some sub-type changes: CRC value (modversions) changed from 0x722bbca1 to 0x72c28210 [C] 'function ssize_t vb2_fop_read(file*, char*, size_t, loff_t*)' at videobuf2-v4l2.c:1083:1 has some sub-type changes: CRC value (modversions) changed from 0x62796a49 to 0xe983334 [C] 'function int vb2_fop_release(file*)' at videobuf2-v4l2.c:1050:1 has some sub-type changes: CRC value (modversions) changed from 0x7f5de857 to 0x39a7e64c [C] 'function int vb2_ioctl_create_bufs(file*, void*, v4l2_create_buffers*)' at videobuf2-v4l2.c:927:1 has some sub-type changes: CRC value (modversions) changed from 0xa980edc3 to 0x65be1618 [C] 'function int vb2_ioctl_dqbuf(file*, void*, v4l2_buffer*)' at videobuf2-v4l2.c:984:1 has some sub-type changes: CRC value (modversions) changed from 0x1d656b15 to 0x423e931e [C] 'function int vb2_ioctl_expbuf(file*, void*, v4l2_exportbuffer*)' at videobuf2-v4l2.c:1014:1 has some sub-type changes: CRC value (modversions) changed from 0xbf42e230 to 0x244ce37c [C] 'function int vb2_ioctl_prepare_buf(file*, void*, v4l2_buffer*)' at videobuf2-v4l2.c:954:1 has some sub-type changes: CRC value (modversions) changed from 0xf2df1602 to 0x38baf855 [C] 'function int vb2_ioctl_qbuf(file*, void*, v4l2_buffer*)' at videobuf2-v4l2.c:974:1 has some sub-type changes: CRC value (modversions) changed from 0xe872aa0a to 0xe9a30fd2 [C] 'function int vb2_ioctl_querybuf(file*, void*, v4l2_buffer*)' at videobuf2-v4l2.c:965:1 has some sub-type changes: CRC value (modversions) changed from 0x23f6360b to 0xb7e4dd8f [C] 'function int vb2_ioctl_reqbufs(file*, void*, v4l2_requestbuffers*)' at videobuf2-v4l2.c:907:1 has some sub-type changes: CRC value (modversions) changed from 0xe96deca2 to 0x595f2bcb [C] 'function int vb2_ioctl_streamoff(file*, void*, v4l2_buf_type)' at videobuf2-v4l2.c:1004:1 has some sub-type changes: CRC value (modversions) changed from 0xaeba3c7c to 0xacb88fad [C] 'function int vb2_ioctl_streamon(file*, void*, v4l2_buf_type)' at videobuf2-v4l2.c:994:1 has some sub-type changes: CRC value (modversions) changed from 0xa39c8b7f to 0x51761f3a [C] 'function int vb2_mmap(vb2_queue*, vm_area_struct*)' at videobuf2-core.c:2147:1 has some sub-type changes: CRC value (modversions) changed from 0x5e23e69e to 0x88322ab [C] 'function void vb2_ops_wait_finish(vb2_queue*)' at videobuf2-v4l2.c:1156:1 has some sub-type changes: CRC value (modversions) changed from 0x1a91b756 to 0xf382422e [C] 'function void vb2_ops_wait_prepare(vb2_queue*)' at videobuf2-v4l2.c:1150:1 has some sub-type changes: CRC value (modversions) changed from 0x54686f2c to 0xf6107936 [C] 'function void* vb2_plane_cookie(vb2_buffer*, unsigned int)' at videobuf2-core.c:912:1 has some sub-type changes: CRC value (modversions) changed from 0xc49f40ba to 0x4a7c4201 [C] 'function void* vb2_plane_vaddr(vb2_buffer*, unsigned int)' at videobuf2-core.c:902:1 has some sub-type changes: CRC value (modversions) changed from 0x5a5cc52b to 0x8f6a290 [C] 'function __poll_t vb2_poll(vb2_queue*, file*, poll_table*)' at videobuf2-v4l2.c:872:1 has some sub-type changes: CRC value (modversions) changed from 0xfa25d0a1 to 0xa6777a8f [C] 'function int vb2_prepare_buf(vb2_queue*, media_device*, v4l2_buffer*)' at videobuf2-v4l2.c:672:1 has some sub-type changes: CRC value (modversions) changed from 0x19f06cc7 to 0x8b683685 [C] 'function int vb2_qbuf(vb2_queue*, media_device*, v4l2_buffer*)' at videobuf2-v4l2.c:747:1 has some sub-type changes: CRC value (modversions) changed from 0xa777fcae to 0xcf54256 [C] 'function int vb2_querybuf(vb2_queue*, v4l2_buffer*)' at videobuf2-v4l2.c:626:1 has some sub-type changes: CRC value (modversions) changed from 0x1222dde to 0xd9142801 [C] 'function void vb2_queue_error(vb2_queue*)' at videobuf2-core.c:2014:1 has some sub-type changes: CRC value (modversions) changed from 0xcfbfa2e7 to 0x7719cd64 [C] 'function int vb2_queue_init(vb2_queue*)' at videobuf2-v4l2.c:826:1 has some sub-type changes: CRC value (modversions) changed from 0xce5b22fe to 0xf1a3c04e [C] 'function void vb2_queue_release(vb2_queue*)' at videobuf2-v4l2.c:866:1 has some sub-type changes: CRC value (modversions) changed from 0xeadb5ecf to 0xd9a840ee [C] 'function int vb2_reqbufs(vb2_queue*, v4l2_requestbuffers*)' at videobuf2-v4l2.c:663:1 has some sub-type changes: CRC value (modversions) changed from 0x89d6c2ac to 0x652e65f3 [C] 'function bool vb2_request_object_is_buffer(media_request_object*)' at videobuf2-core.c:1397:1 has some sub-type changes: CRC value (modversions) changed from 0x8caac54e to 0x7f90fce2 [C] 'function int vb2_streamoff(vb2_queue*, v4l2_buf_type)' at videobuf2-v4l2.c:809:1 has some sub-type changes: CRC value (modversions) changed from 0x730fa48e to 0xfc24ecff [C] 'function int vb2_streamon(vb2_queue*, v4l2_buf_type)' at videobuf2-v4l2.c:799:1 has some sub-type changes: CRC value (modversions) changed from 0x429cab61 to 0x21adc353 [C] 'function int vb2_wait_for_all_buffers(vb2_queue*)' at videobuf2-core.c:1773:1 has some sub-type changes: CRC value (modversions) changed from 0x8308863c to 0xd73bbc94 [C] 'function void vchan_dma_desc_free_list(virt_dma_chan*, list_head*)' at virt-dma.c:112:1 has some sub-type changes: CRC value (modversions) changed from 0x63230573 to 0x2bb664e [C] 'function virt_dma_desc* vchan_find_desc(virt_dma_chan*, dma_cookie_t)' at virt-dma.c:66:1 has some sub-type changes: CRC value (modversions) changed from 0x116a5513 to 0x59b3c4bc [C] 'function void vchan_init(virt_dma_chan*, dma_device*)' at virt-dma.c:128:1 has some sub-type changes: CRC value (modversions) changed from 0xf54ec9cd to 0xb90a8064 [C] 'function int vchan_tx_desc_free(dma_async_tx_descriptor*)' at virt-dma.c:49:1 has some sub-type changes: CRC value (modversions) changed from 0x7ad306aa to 0x3156d15d [C] 'function dma_cookie_t vchan_tx_submit(dma_async_tx_descriptor*)' at virt-dma.c:19:1 has some sub-type changes: CRC value (modversions) changed from 0x80d672e1 to 0x96f23fe9 [C] 'function int vfs_create(inode*, dentry*, umode_t, bool)' at namei.c:2973:1 has some sub-type changes: CRC value (modversions) changed from 0x35b69877 to 0x6bfd5ab2 [C] 'function int vfs_fallocate(file*, int, long long int, long long int)' at fs.h:2602:1 has some sub-type changes: CRC value (modversions) changed from 0xfcf3852c to 0xc0495fd6 [C] 'function int vfs_fsync(file*, int)' at sync.c:209:1 has some sub-type changes: CRC value (modversions) changed from 0x9c6b1e95 to 0xd8d85f6d [C] 'function int vfs_getattr(const path*, kstat*, u32, unsigned int)' at stat.c:110:1 has some sub-type changes: CRC value (modversions) changed from 0xaaddef55 to 0xb4a18b58 [C] 'function ssize_t vfs_getxattr(dentry*, const char*, void*, size_t)' at xattr.c:377:1 has some sub-type changes: CRC value (modversions) changed from 0xbcdc0b47 to 0xd3c67248 [C] 'function int vfs_link(dentry*, inode*, dentry*, inode**)' at namei.c:4274:1 has some sub-type changes: CRC value (modversions) changed from 0x220717c5 to 0x2f1004e9 [C] 'function ssize_t vfs_listxattr(dentry*, char*, size_t)' at xattr.c:384:1 has some sub-type changes: CRC value (modversions) changed from 0x6db5691f to 0x88b5e80 [C] 'function long long int vfs_llseek(file*, long long int, int)' at fs.h:3092:1 has some sub-type changes: CRC value (modversions) changed from 0x16a6f9b9 to 0x8d1acf9 [C] 'function int vfs_mkdir(inode*, dentry*, umode_t)' at namei.c:3875:1 has some sub-type changes: CRC value (modversions) changed from 0x147cf530 to 0xf200a7eb [C] 'function int vfs_rename(inode*, dentry*, inode*, dentry*, inode**, unsigned int)' at namei.c:4470:1 has some sub-type changes: CRC value (modversions) changed from 0xb48ea90b to 0x65d6e639 [C] 'function int vfs_rmdir(inode*, dentry*)' at namei.c:3936:1 has some sub-type changes: CRC value (modversions) changed from 0x1499d18 to 0xe1b705fb [C] 'function int vfs_setxattr(dentry*, const char*, void*, unsigned long int, int)' at xattr.h:56:1 has some sub-type changes: CRC value (modversions) changed from 0x95113dc6 to 0x46829912 [C] 'function int vfs_unlink(inode*, dentry*, inode**)' at namei.c:4058:1 has some sub-type changes: CRC value (modversions) changed from 0x6332ca57 to 0x16e21396 [C] 'function video_device* video_devdata(file*)' at v4l2-dev.c:234:1 has some sub-type changes: CRC value (modversions) changed from 0xaaf26ab2 to 0x9d34c323 [C] 'function video_device* video_device_alloc()' at v4l2-dev.c:144:1 has some sub-type changes: CRC value (modversions) changed from 0x81f705e2 to 0x424b3e63 [C] 'function void video_device_release(video_device*)' at v4l2-dev.c:150:1 has some sub-type changes: CRC value (modversions) changed from 0x65b73b85 to 0xdf02f393 [C] 'function void video_device_release_empty(video_device*)' at v4l2-dev.c:156:1 has some sub-type changes: CRC value (modversions) changed from 0x635eeb11 to 0xddd822cb [C] 'function long int video_ioctl2(file*, unsigned int, unsigned long int)' at v4l2-ioctl.c:3136:1 has some sub-type changes: CRC value (modversions) changed from 0xfee5b4c4 to 0x7b79ed07 [C] 'function void video_unregister_device(video_device*)' at v4l2-dev.c:1042:1 has some sub-type changes: CRC value (modversions) changed from 0x71acc8aa to 0x65ef7fc8 [C] 'function void virtio_break_device(virtio_device*)' at virtio_ring.c:2270:1 has some sub-type changes: CRC value (modversions) changed from 0x534a30cf to 0x5ebaf42a [C] 'function void virtio_check_driver_offered_feature(const virtio_device*, unsigned int)' at virtio.c:104:1 has some sub-type changes: CRC value (modversions) changed from 0x2bca7580 to 0x695f204e [C] 'function void virtio_config_changed(virtio_device*)' at virtio.c:134:1 has some sub-type changes: CRC value (modversions) changed from 0xa2ec26c1 to 0x9b6ec64d [C] 'function int virtio_device_freeze(virtio_device*)' at virtio.c:370:1 has some sub-type changes: CRC value (modversions) changed from 0x2a0ac926 to 0xfa125f4 [C] 'function int virtio_device_restore(virtio_device*)' at virtio.c:385:1 has some sub-type changes: CRC value (modversions) changed from 0x9cb85c80 to 0xd7585e5 [C] 'function size_t virtio_max_dma_size(virtio_device*)' at virtio_ring.c:261:1 has some sub-type changes: CRC value (modversions) changed from 0x2467925 to 0xb8966c1d [C] 'function int virtqueue_add_inbuf(virtqueue*, scatterlist*, unsigned int, void*, gfp_t)' at virtio_ring.c:1780:1 has some sub-type changes: CRC value (modversions) changed from 0xa8d50446 to 0x9a6f4935 [C] 'function int virtqueue_add_inbuf_ctx(virtqueue*, scatterlist*, unsigned int, void*, void*, gfp_t)' at virtio_ring.c:1803:1 has some sub-type changes: CRC value (modversions) changed from 0xd8add66 to 0xabf1bb1f [C] 'function int virtqueue_add_outbuf(virtqueue*, scatterlist*, unsigned int, void*, gfp_t)' at virtio_ring.c:1758:1 has some sub-type changes: CRC value (modversions) changed from 0x710f13bb to 0x4ee2d8d1 [C] 'function int virtqueue_add_sgs(virtqueue*, scatterlist**, unsigned int, unsigned int, void*, gfp_t)' at virtio_ring.c:1724:1 has some sub-type changes: CRC value (modversions) changed from 0xd7d459bf to 0x4c37d118 [C] 'function void* virtqueue_detach_unused_buf(virtqueue*)' at virtio_ring.c:2018:1 has some sub-type changes: CRC value (modversions) changed from 0x7d3434f7 to 0x18a1313c [C] 'function void virtqueue_disable_cb(virtqueue*)' at virtio_ring.c:1918:1 has some sub-type changes: CRC value (modversions) changed from 0xdc2cc8ee to 0x60a872c3 [C] 'function bool virtqueue_enable_cb(virtqueue*)' at virtio_ring.c:1980:1 has some sub-type changes: CRC value (modversions) changed from 0x13eeae3d to 0xcb1d8d09 [C] 'function bool virtqueue_enable_cb_delayed(virtqueue*)' at virtio_ring.c:2001:1 has some sub-type changes: CRC value (modversions) changed from 0xa05ffb15 to 0x62f51431 [C] 'function unsigned int virtqueue_enable_cb_prepare(virtqueue*)' at virtio_ring.c:1941:1 has some sub-type changes: CRC value (modversions) changed from 0xdf5ffad1 to 0x9c4852a6 [C] 'function dma_addr_t virtqueue_get_avail_addr(virtqueue*)' at virtio_ring.c:2294:1 has some sub-type changes: CRC value (modversions) changed from 0x454aec57 to 0x5058f389 [C] 'function void* virtqueue_get_buf(virtqueue*, unsigned int*)' at virtio_ring.c:1904:1 has some sub-type changes: CRC value (modversions) changed from 0x8a984c92 to 0x69e1e93c [C] 'function void* virtqueue_get_buf_ctx(virtqueue*, unsigned int*, void**)' at virtio_ring.c:1894:1 has some sub-type changes: CRC value (modversions) changed from 0x22b8d1a5 to 0x6e593de [C] 'function dma_addr_t virtqueue_get_desc_addr(virtqueue*)' at virtio_ring.c:2281:1 has some sub-type changes: CRC value (modversions) changed from 0xae55bd41 to 0x9e0cb395 [C] 'function dma_addr_t virtqueue_get_used_addr(virtqueue*)' at virtio_ring.c:2308:1 has some sub-type changes: CRC value (modversions) changed from 0x162e6c11 to 0xed707e22 [C] 'function unsigned int virtqueue_get_vring_size(virtqueue*)' at virtio_ring.c:2249:1 has some sub-type changes: CRC value (modversions) changed from 0x92d8f438 to 0xa54532dc [C] 'function bool virtqueue_is_broken(virtqueue*)' at virtio_ring.c:2258:1 has some sub-type changes: CRC value (modversions) changed from 0xdc4f45d4 to 0x6924d9b0 [C] 'function bool virtqueue_kick(virtqueue*)' at virtio_ring.c:1869:1 has some sub-type changes: CRC value (modversions) changed from 0x15615918 to 0xec2e9890 [C] 'function bool virtqueue_kick_prepare(virtqueue*)' at virtio_ring.c:1824:1 has some sub-type changes: CRC value (modversions) changed from 0xe29c92db to 0x58d1218 [C] 'function bool virtqueue_notify(virtqueue*)' at virtio_ring.c:1841:1 has some sub-type changes: CRC value (modversions) changed from 0x37759b5f to 0x9b4acea8 [C] 'function bool virtqueue_poll(virtqueue*, unsigned int)' at virtio_ring.c:1959:1 has some sub-type changes: CRC value (modversions) changed from 0x9501e518 to 0x5e38984d [C] 'function int vm_insert_page(vm_area_struct*, unsigned long int, page*)' at memory.c:1503:1 has some sub-type changes: CRC value (modversions) changed from 0x842f99f6 to 0x27a17998 [C] 'function int vm_iomap_memory(vm_area_struct*, phys_addr_t, unsigned long int)' at memory.c:1989:1 has some sub-type changes: CRC value (modversions) changed from 0xd8f7c5e3 to 0xb73310a0 [C] 'function int vm_map_pages(vm_area_struct*, page**, unsigned long int)' at memory.c:1573:1 has some sub-type changes: CRC value (modversions) changed from 0xe9244e0d to 0x2c1b9bab [C] 'function void* vm_map_ram(page**, unsigned int, int, pgprot_t)' at vmalloc.c:1778:1 has some sub-type changes: CRC value (modversions) changed from 0x815b2861 to 0xcc668df8 [C] 'function unsigned long int vm_mmap(file*, unsigned long int, unsigned long int, unsigned long int, unsigned long int, unsigned long int)' at mm.h:2399:1 has some sub-type changes: CRC value (modversions) changed from 0xc77d2729 to 0x36b692d2 [C] 'function page* vmalloc_to_page(void*)' at mm.h:645:1 has some sub-type changes: CRC value (modversions) changed from 0xd30af32b to 0x128fd05b [C] 'function void* vmap(page**, unsigned int, unsigned long int, pgprot_t)' at vmalloc.c:2370:1 has some sub-type changes: CRC value (modversions) changed from 0x32a7985a to 0x9d541b6 [C] 'function vm_fault_t vmf_insert_mixed(vm_area_struct*, unsigned long int, pfn_t)' at memory.c:1786:1 has some sub-type changes: CRC value (modversions) changed from 0x9420cbe1 to 0x68c24f10 [C] 'function vm_fault_t vmf_insert_pfn(vm_area_struct*, unsigned long int, unsigned long int)' at memory.c:1719:1 has some sub-type changes: CRC value (modversions) changed from 0x79411af9 to 0x4e8a168a [C] 'function vm_fault_t vmf_insert_pfn_prot(vm_area_struct*, unsigned long int, unsigned long int, pgprot_t)' at memory.c:1671:1 has some sub-type changes: CRC value (modversions) changed from 0xdc302ab4 to 0x71bd9f35 [C] 'function virtqueue* vring_create_virtqueue(unsigned int, unsigned int, unsigned int, virtio_device*, bool, bool, bool, typedef bool (virtqueue*)*, void (virtqueue*)*, const char*)' at virtio_ring.c:2131:1 has some sub-type changes: CRC value (modversions) changed from 0x5f32e9cf to 0x2d2739a1 [C] 'function void vring_del_virtqueue(virtqueue*)' at virtio_ring.c:2178:1 has some sub-type changes: CRC value (modversions) changed from 0x490d14a9 to 0x9c7a7f93 [C] 'function virtqueue* vring_new_virtqueue(unsigned int, unsigned int, unsigned int, virtio_device*, bool, bool, void*, typedef bool (virtqueue*)*, void (virtqueue*)*, const char*)' at virtio_ring.c:2156:1 has some sub-type changes: CRC value (modversions) changed from 0x371bb2fc to 0x25ac593a [C] 'function void vring_transport_features(virtio_device*)' at virtio_ring.c:2216:1 has some sub-type changes: CRC value (modversions) changed from 0x9c3b1567 to 0x8254c2ca [C] 'function int wake_up_process(task_struct*)' at sched.h:1709:1 has some sub-type changes: CRC value (modversions) changed from 0x2db79f54 to 0xc9d62292 [C] 'function void wakeup_source_add(wakeup_source*)' at wakeup.c:171:1 has some sub-type changes: CRC value (modversions) changed from 0x3c209c8e to 0xf432975 [C] 'function wakeup_source* wakeup_source_create(const char*)' at wakeup.c:84:1 has some sub-type changes: CRC value (modversions) changed from 0xa25ecc7f to 0xcee5f4f2 [C] 'function void wakeup_source_destroy(wakeup_source*)' at wakeup.c:156:1 has some sub-type changes: CRC value (modversions) changed from 0x321748b0 to 0xc185c6b1 [C] 'function wakeup_source* wakeup_source_register(device*, const char*)' at pm_wakeup.h:92:1 has some sub-type changes: CRC value (modversions) changed from 0x11496fd3 to 0x362a3751 [C] 'function void wakeup_source_remove(wakeup_source*)' at wakeup.c:192:1 has some sub-type changes: CRC value (modversions) changed from 0x4370ea6b to 0xf93f6952 [C] 'function void wakeup_source_unregister(wakeup_source*)' at pm_wakeup.h:94:1 has some sub-type changes: CRC value (modversions) changed from 0x22b3de5b to 0x6e74944b [C] 'function int watchdog_init_timeout(watchdog_device*, unsigned int, device*)' at watchdog_core.c:110:1 has some sub-type changes: CRC value (modversions) changed from 0xf66d87c to 0xd65309a4 [C] 'function int watchdog_register_device(watchdog_device*)' at watchdog_core.c:293:1 has some sub-type changes: CRC value (modversions) changed from 0xf5375c00 to 0x408f2bbf [C] 'function void watchdog_set_restart_priority(watchdog_device*, int)' at watchdog_core.c:198:1 has some sub-type changes: CRC value (modversions) changed from 0x612d80a8 to 0x9c817741 [C] 'function void watchdog_unregister_device(watchdog_device*)' at watchdog_core.c:339:1 has some sub-type changes: CRC value (modversions) changed from 0xa3505e4a to 0xc425d598 [C] 'function void wiphy_apply_custom_regulatory(wiphy*, const ieee80211_regdomain*)' at reg.c:2340:1 has some sub-type changes: CRC value (modversions) changed from 0x403e5d81 to 0x5b7eed34 [C] 'function void wiphy_free(wiphy*)' at core.c:1069:1 has some sub-type changes: CRC value (modversions) changed from 0x6105e1da to 0x5373515d [C] 'function wiphy* wiphy_new_nm(const cfg80211_ops*, int, const char*)' at core.c:398:1 has some sub-type changes: CRC value (modversions) changed from 0x9964f797 to 0xd6fc05f6 [C] 'function int wiphy_register(wiphy*)' at core.c:646:1 has some sub-type changes: CRC value (modversions) changed from 0x4077fd42 to 0x38ddd3b8 [C] 'function ieee80211_hw* wiphy_to_ieee80211_hw(wiphy*)' at util.c:39:1 has some sub-type changes: CRC value (modversions) changed from 0x4cdf27ca to 0x6dced0d6 [C] 'function void wiphy_unregister(wiphy*)' at core.c:997:1 has some sub-type changes: CRC value (modversions) changed from 0x6551c512 to 0x79a432f5 [C] 'function void would_dump(linux_binprm*, file*)' at binfmts.h:126:1 has some sub-type changes: CRC value (modversions) changed from 0xcd30debd to 0x59383669 [C] 'function int write_inode_now(inode*, int)' at fs.h:2805:1 has some sub-type changes: CRC value (modversions) changed from 0x11700006 to 0x1be7349e [C] 'function int ww_mutex_lock(ww_mutex*, ww_acquire_ctx*)' at mutex.c:1433:1 has some sub-type changes: CRC value (modversions) changed from 0xb6a10e86 to 0x5deef105 [C] 'function int ww_mutex_lock_interruptible(ww_mutex*, ww_acquire_ctx*)' at mutex.c:1448:1 has some sub-type changes: CRC value (modversions) changed from 0x9647fa8f to 0x5bc898b7 [C] 'function void ww_mutex_unlock(ww_mutex*)' at mutex.c:757:1 has some sub-type changes: CRC value (modversions) changed from 0xa80a3b0a to 0x5c35b3c1 [C] 'function xdp_frame* xdp_convert_zc_to_xdp_frame(xdp_buff*)' at xdp.h:94:1 has some sub-type changes: CRC value (modversions) changed from 0x3eadc0c1 to 0x1f6bac5a [C] 'function int xdp_do_redirect(net_device*, xdp_buff*, bpf_prog*)' at filter.h:974:1 has some sub-type changes: CRC value (modversions) changed from 0xa1025cf3 to 0x1dbf59fe [C] 'function void xdp_return_frame(xdp_frame*)' at xdp.h:128:1 has some sub-type changes: CRC value (modversions) changed from 0xe0773e3e to 0x7c8a7a4 [C] 'function void xdp_return_frame_rx_napi(xdp_frame*)' at xdp.h:129:1 has some sub-type changes: CRC value (modversions) changed from 0x44eb833d to 0xa35cee82 [C] 'function int xdp_rxq_info_reg(xdp_rxq_info*, net_device*, unsigned int)' at xdp.h:147:1 has some sub-type changes: CRC value (modversions) changed from 0x60e3840f to 0xd5a522fa [C] 'function int xdp_rxq_info_reg_mem_model(xdp_rxq_info*, xdp_mem_type, void*)' at xdp.h:152:1 has some sub-type changes: CRC value (modversions) changed from 0x506a3550 to 0x1f3473ec [C] 'function void xdp_rxq_info_unreg(xdp_rxq_info*)' at xdp.h:149:1 has some sub-type changes: CRC value (modversions) changed from 0x72b40595 to 0xb3ca4f2e [C] 'function int xfrm4_protocol_deregister(xfrm4_protocol*, unsigned char)' at xfrm.h:1582:1 has some sub-type changes: CRC value (modversions) changed from 0xbbfad3d3 to 0xee797cf8 [C] 'function int xfrm4_protocol_register(xfrm4_protocol*, unsigned char)' at xfrm.h:1581:1 has some sub-type changes: CRC value (modversions) changed from 0x7690f68c to 0xa680c49a [C] 'function int xfrm4_rcv(sk_buff*)' at xfrm4_input.c:173:1 has some sub-type changes: CRC value (modversions) changed from 0x9a418b69 to 0x9890ecfb [C] 'function int xfrm4_tunnel_deregister(xfrm_tunnel*, unsigned short int)' at xfrm.h:1584:1 has some sub-type changes: CRC value (modversions) changed from 0x3a1598e2 to 0x84962ab2 [C] 'function int xfrm4_tunnel_register(xfrm_tunnel*, unsigned short int)' at xfrm.h:1583:1 has some sub-type changes: CRC value (modversions) changed from 0xff9ccf4 to 0x3aa63140 [C] 'function int xfrm6_find_1stfragopt(xfrm_state*, sk_buff*, u8**)' at xfrm6_output.c:19:1 has some sub-type changes: CRC value (modversions) changed from 0x1a1374ad to 0x3e047d90 [C] 'function int xfrm6_protocol_deregister(xfrm6_protocol*, unsigned char)' at xfrm.h:1597:1 has some sub-type changes: CRC value (modversions) changed from 0x7334a1f3 to 0x89341438 [C] 'function int xfrm6_protocol_register(xfrm6_protocol*, unsigned char)' at xfrm.h:1596:1 has some sub-type changes: CRC value (modversions) changed from 0xd74fb251 to 0xbe6dd01b [C] 'function int xfrm6_rcv(sk_buff*)' at xfrm6_input.c:79:1 has some sub-type changes: CRC value (modversions) changed from 0xc6c8d888 to 0x8c672f4e [C] 'function int xfrm_init_state(xfrm_state*)' at xfrm.h:1548:1 has some sub-type changes: CRC value (modversions) changed from 0xf5d714c1 to 0x1b3a536f [C] 'function int xfrm_input(sk_buff*, int, unsigned int, int)' at xfrm.h:1549:1 has some sub-type changes: CRC value (modversions) changed from 0xdf363c86 to 0x19084e95 [C] 'function int xfrm_input_resume(sk_buff*, int)' at xfrm_input.c:753:1 has some sub-type changes: CRC value (modversions) changed from 0xbf1adbff to 0xa1edb0cf [C] 'function dst_entry* xfrm_lookup(net*, dst_entry*, const flowi*, const sock*, int)' at dst.h:501:1 has some sub-type changes: CRC value (modversions) changed from 0x461545a7 to 0x55e599dc [C] 'function int xfrm_output_resume(sk_buff*, int)' at xfrm.h:1554:1 has some sub-type changes: CRC value (modversions) changed from 0x3b53e933 to 0xbb1c4ce8 [C] 'function int xfrm_register_type(const xfrm_type*, unsigned short int)' at xfrm.h:409:1 has some sub-type changes: CRC value (modversions) changed from 0x1ec789b5 to 0x3cefe7c4 [C] 'function xfrm_state* xfrm_state_alloc(net*)' at xfrm.h:1477:1 has some sub-type changes: CRC value (modversions) changed from 0x50e8bb44 to 0x1d630d9f [C] 'function void xfrm_state_insert(xfrm_state*)' at xfrm.h:1493:1 has some sub-type changes: CRC value (modversions) changed from 0x4554c806 to 0xe2495264 [C] 'function xfrm_state* xfrm_state_lookup(net*, unsigned int, const __anonymous_union__8*, unsigned int, unsigned char, unsigned short int)' at xfrm.h:1496:1 has some sub-type changes: CRC value (modversions) changed from 0xd4d16160 to 0xf90754b5 [C] 'function void xfrm_unregister_type(const xfrm_type*, unsigned short int)' at xfrm.h:410:1 has some sub-type changes: CRC value (modversions) changed from 0xfa896fcc to 0xf683b5d3 [C] 'function nf_hook_ops* xt_hook_ops_alloc(const xt_table*, unsigned int (void*, sk_buff*, const nf_hook_state*)*)' at x_tables.h:449:1 has some sub-type changes: CRC value (modversions) changed from 0x27265d76 to 0x90d926d4 [C] 'function int xt_register_match(xt_match*)' at x_tables.h:275:1 has some sub-type changes: CRC value (modversions) changed from 0xe79829a2 to 0xc6845e3d [C] 'function int xt_register_matches(xt_match*, unsigned int)' at x_tables.h:277:1 has some sub-type changes: CRC value (modversions) changed from 0x79876bda to 0x7d5f619b [C] 'function int xt_register_target(xt_target*)' at x_tables.h:270:1 has some sub-type changes: CRC value (modversions) changed from 0xe588b18f to 0x7cd8f014 [C] 'function int xt_register_targets(xt_target*, unsigned int)' at x_tables.h:272:1 has some sub-type changes: CRC value (modversions) changed from 0xe14bf81a to 0xdf6bf48c [C] 'function void xt_unregister_match(xt_match*)' at x_tables.h:276:1 has some sub-type changes: CRC value (modversions) changed from 0xd71f706d to 0xd43dce63 [C] 'function void xt_unregister_matches(xt_match*, unsigned int)' at x_tables.h:278:1 has some sub-type changes: CRC value (modversions) changed from 0x33bd8bbc to 0xbf38082a [C] 'function void xt_unregister_target(xt_target*)' at x_tables.h:271:1 has some sub-type changes: CRC value (modversions) changed from 0xbb5da3d9 to 0xa8ef0133 [C] 'function void xt_unregister_targets(xt_target*, unsigned int)' at x_tables.h:273:1 has some sub-type changes: CRC value (modversions) changed from 0x45d00697 to 0x63cf10ff 45 Changed variables: [C] 'bus_type amba_bustype' was changed at bus.c:215:1: CRC value (modversions) changed from 0x8d25b681 to 0xd45cee9a [C] 'neigh_table arp_tbl' was changed at arp.c:151:1: CRC value (modversions) changed from 0xb96157a8 to 0xa600a38c [C] 'pglist_data contig_page_data' was changed at memblock.c:99:1: CRC value (modversions) changed from 0xd03ce93a to 0x7b39ea43 [C] 'bus_type cpu_subsys' was changed at cpu.c:128:1: CRC value (modversions) changed from 0x835a2bf7 to 0x59984ad [C] 'freq_attr cpufreq_freq_attr_scaling_available_freqs' was changed at freq_table.c:272:1: CRC value (modversions) changed from 0x2b289cfc to 0x98e06ea1 [C] 'freq_attr cpufreq_freq_attr_scaling_boost_freqs' was changed at freq_table.c:284:1: CRC value (modversions) changed from 0xd030427e to 0x55836110 [C] 'freq_attr* cpufreq_generic_attr[2]' was changed at freq_table.c:287:1: CRC value (modversions) changed from 0xd9834618 to 0x148e68c5 [C] 'const crypto_type crypto_ablkcipher_type' was changed at ablkcipher.c:399:1: CRC value (modversions) changed from 0x4cf3a9be to 0x90d63ad5 [C] 'const vm_operations_struct drm_gem_cma_vm_ops' was changed at drm_gem_cma_helper.c:263:1: CRC value (modversions) changed from 0x527e41c4 to 0x3f2745cf [C] 'bio_set fs_bio_set' was changed at bio.c:47:1: CRC value (modversions) changed from 0xb7078948 to 0x80db9c6c [C] 'kobject* fs_kobj' was changed at namespace.c:77:1: CRC value (modversions) changed from 0xe9043a21 to 0xb97a9447 [C] 'kobject* hypervisor_kobj' was changed at hypervisor.c:15:1: CRC value (modversions) changed from 0xa73639f3 to 0xe17a4ca5 [C] 'device_type i2c_adapter_type' was changed at i2c-core-base.c:1181:1: CRC value (modversions) changed from 0xba856263 to 0xc055c7f0 [C] 'bus_type i2c_bus_type' was changed at i2c-core-base.c:502:1: CRC value (modversions) changed from 0x7f72ac15 to 0xd77b1bc6 [C] 'net init_net' was changed at net_namespace.c:46:1: CRC value (modversions) changed from 0x2f380940 to 0xb364579 [C] 'task_struct init_task' was changed at init_task.c:57:1: CRC value (modversions) changed from 0x91fa4ff2 to 0xe8fc524c [C] 'kobject* kernel_kobj' was changed at ksysfs.c:208:1: CRC value (modversions) changed from 0xab406b87 to 0x68161e8a [C] 'kmem_cache* kmalloc_caches[2][14]' was changed at slab_common.c:1112:1: CRC value (modversions) changed from 0x2d898598 to 0x23dad5da [C] 'neigh_table nd_tbl' was changed at ndisc.c:108:1: CRC value (modversions) changed from 0x6cffd2cb to 0xcb1c2de7 [C] 'const fwnode_operations of_fwnode_ops' was changed at property.c:1336:1: CRC value (modversions) changed from 0xdfa31f7a to 0xf5cf7d87 [C] 'device_node* of_root' was changed at base.c:36:1: CRC value (modversions) changed from 0xc22fa430 to 0x33a2ccb6 [C] 'const kernel_param_ops param_array_ops' was changed at params.c:484:1: CRC value (modversions) changed from 0x65f2ed77 to 0x9d3fdb7 [C] 'const kernel_param_ops param_ops_bint' was changed at params.c:386:1: CRC value (modversions) changed from 0xa02de4b to 0x2d87f31f [C] 'const kernel_param_ops param_ops_bool' was changed at params.c:305:1: CRC value (modversions) changed from 0xacb073f9 to 0x8b355ead [C] 'const kernel_param_ops param_ops_byte' was changed at params.c:236:1: CRC value (modversions) changed from 0x18738c62 to 0x3ff6a136 [C] 'const kernel_param_ops param_ops_charp' was changed at params.c:280:1: CRC value (modversions) changed from 0x18019e26 to 0x74208ee6 [C] 'const kernel_param_ops param_ops_int' was changed at params.c:239:1: CRC value (modversions) changed from 0x37fe23a to 0x84131c4b [C] 'const kernel_param_ops param_ops_long' was changed at params.c:241:1: CRC value (modversions) changed from 0xf1b67e64 to 0xd6335330 [C] 'const kernel_param_ops param_ops_string' was changed at params.c:512:1: CRC value (modversions) changed from 0x216b7f7c to 0xba639cdc [C] 'const kernel_param_ops param_ops_uint' was changed at params.c:240:1: CRC value (modversions) changed from 0xd8c295d9 to 0xff47b88d [C] 'const kernel_param_ops param_ops_ullong' was changed at params.c:243:1: CRC value (modversions) changed from 0x5785bc8f to 0xcc8d5f2f [C] 'const kernel_param_ops param_ops_ulong' was changed at params.c:242:1: CRC value (modversions) changed from 0xc86e70d1 to 0xa44f6011 [C] 'const kernel_param_ops param_ops_ushort' was changed at params.c:238:1: CRC value (modversions) changed from 0x2456b187 to 0xbf5e5227 [C] 'bus_type pci_bus_type' was changed at pci-driver.c:1655:1: CRC value (modversions) changed from 0xc98cd171 to 0xf490e33e [C] 'bus_type platform_bus_type' was changed at platform.c:1262:1: CRC value (modversions) changed from 0x3130168c to 0x50e53bcc [C] 'const inode_operations simple_dir_inode_operations' was changed at libfs.c:239:1: CRC value (modversions) changed from 0x937b82ac to 0xdcea14fc [C] 'const file_operations simple_dir_operations' was changed at libfs.c:229:1: CRC value (modversions) changed from 0x38f33915 to 0x2ff3d71 [C] 'const dev_pm_ops snd_soc_pm_ops' was changed at soc-core.c:2231:1: CRC value (modversions) changed from 0x1a6f6c05 to 0x7376739 [C] 'softnet_data softnet_data' was changed at dev.c:278:1: CRC value (modversions) changed from 0x146f8750 to 0x6e68e214 [C] 'bus_type spi_bus_type' was changed at spi.c:377:1: CRC value (modversions) changed from 0xe930209e to 0x3e7c72a6 [C] 'const ttm_mem_type_manager_func ttm_bo_manager_func' was changed at ttm_bo_manager.c:149:1: CRC value (modversions) changed from 0xa2f152a3 to 0x2ec6c086 [C] 'const dev_pm_ops usb_hcd_pci_pm_ops' was changed at hcd-pci.c:602:1: CRC value (modversions) changed from 0xca4b925f to 0xbeb4b219 [C] 'const v4l2_subdev_ops v4l2_subdev_call_wrappers' was changed at v4l2-subdev.c:321:1: CRC value (modversions) changed from 0x68d1846c to 0x97fd07a1 [C] 'const vm_operations_struct vb2_common_vm_ops' was changed at videobuf2-memops.c:122:1: CRC value (modversions) changed from 0xd6a3c37e to 0xb708d201 [C] 'page* vmemmap' was changed at init.c:56:1: CRC value (modversions) changed from 0x5e1d328d to 0xaa9124f6 'struct address_space at fs.h:451:1' changed (indirectly): type size changed from 1536 to 1600 (in bits) there are data member changes: type 'struct rw_semaphore' of 'address_space::i_mmap_rwsem' changed: type size changed from 320 to 384 (in bits) 1 data member insertion: 'u64 rw_semaphore::android_vendor_data1', at offset 320 (in bits) at rwsem.h:55:1 2986 impacted interfaces 'unsigned long int address_space::nrpages' offset changed from 704 to 768 (in bits) (by +64 bits) 'unsigned long int address_space::nrexceptional' offset changed from 768 to 832 (in bits) (by +64 bits) 'unsigned long int address_space::writeback_index' offset changed from 832 to 896 (in bits) (by +64 bits) 'const address_space_operations* address_space::a_ops' offset changed from 896 to 960 (in bits) (by +64 bits) 'unsigned long int address_space::flags' offset changed from 960 to 1024 (in bits) (by +64 bits) 'errseq_t address_space::wb_err' offset changed from 1024 to 1088 (in bits) (by +64 bits) 'spinlock_t address_space::private_lock' offset changed from 1056 to 1120 (in bits) (by +64 bits) 'list_head address_space::private_list' offset changed from 1088 to 1152 (in bits) (by +64 bits) 'void* address_space::private_data' offset changed from 1216 to 1280 (in bits) (by +64 bits) 'u64 address_space::android_kabi_reserved1' offset changed from 1280 to 1344 (in bits) (by +64 bits) 'u64 address_space::android_kabi_reserved2' offset changed from 1344 to 1408 (in bits) (by +64 bits) 'u64 address_space::android_kabi_reserved3' offset changed from 1408 to 1472 (in bits) (by +64 bits) 'u64 address_space::android_kabi_reserved4' offset changed from 1472 to 1536 (in bits) (by +64 bits) 2937 impacted interfaces 'struct backing_dev_info at backing-dev-defs.h:188:1' changed (indirectly): type size changed from 9216 to 9280 (in bits) there are data member changes: type 'struct rw_semaphore' of 'backing_dev_info::wb_switch_rwsem' changed, as reported earlier 'wait_queue_head_t backing_dev_info::wb_waitq' offset changed from 7936 to 8000 (in bits) (by +64 bits) 'device* backing_dev_info::dev' offset changed from 8128 to 8192 (in bits) (by +64 bits) 'char backing_dev_info::dev_name[64]' offset changed from 8192 to 8256 (in bits) (by +64 bits) 'device* backing_dev_info::owner' offset changed from 8704 to 8768 (in bits) (by +64 bits) 'timer_list backing_dev_info::laptop_mode_wb_timer' offset changed from 8768 to 8832 (in bits) (by +64 bits) 156 impacted interfaces 'struct blocking_notifier_head at notifier.h:65:1' changed (indirectly): type size changed from 384 to 448 (in bits) there are data member changes: type 'struct rw_semaphore' of 'blocking_notifier_head::rwsem' changed, as reported earlier 'notifier_block* blocking_notifier_head::head' offset changed from 320 to 384 (in bits) (by +64 bits) 2420 impacted interfaces 'struct cpufreq_policy at cpufreq.h:51:1' changed (indirectly): type size changed from 5504 to 5696 (in bits) there are data member changes: type 'struct freq_constraints' of 'cpufreq_policy::constraints' changed: type size changed from 1408 to 1536 (in bits) there are data member changes: type 'struct blocking_notifier_head' of 'freq_constraints::min_freq_notifiers' changed, as reported earlier 'pm_qos_constraints freq_constraints::max_freq' offset changed from 704 to 768 (in bits) (by +64 bits) type 'struct blocking_notifier_head' of 'freq_constraints::max_freq_notifiers' changed, as reported earlier and offset changed from 1024 to 1088 (in bits) (by +64 bits) 2417 impacted interfaces 'freq_qos_request* cpufreq_policy::min_freq_req' offset changed from 2688 to 2816 (in bits) (by +128 bits) 'freq_qos_request* cpufreq_policy::max_freq_req' offset changed from 2752 to 2880 (in bits) (by +128 bits) 'cpufreq_frequency_table* cpufreq_policy::freq_table' offset changed from 2816 to 2944 (in bits) (by +128 bits) 'cpufreq_table_sorting cpufreq_policy::freq_table_sorted' offset changed from 2880 to 3008 (in bits) (by +128 bits) 'list_head cpufreq_policy::policy_list' offset changed from 2944 to 3072 (in bits) (by +128 bits) 'kobject cpufreq_policy::kobj' offset changed from 3072 to 3200 (in bits) (by +128 bits) 'completion cpufreq_policy::kobj_unregister' offset changed from 3840 to 3968 (in bits) (by +128 bits) type 'struct rw_semaphore' of 'cpufreq_policy::rwsem' changed, as reported earlier and offset changed from 4096 to 4224 (in bits) (by +128 bits) 'bool cpufreq_policy::fast_switch_possible' offset changed from 4416 to 4608 (in bits) (by +192 bits) 'bool cpufreq_policy::fast_switch_enabled' offset changed from 4424 to 4616 (in bits) (by +192 bits) 'unsigned int cpufreq_policy::transition_delay_us' offset changed from 4448 to 4640 (in bits) (by +192 bits) 'bool cpufreq_policy::dvfs_possible_from_any_cpu' offset changed from 4480 to 4672 (in bits) (by +192 bits) 'unsigned int cpufreq_policy::cached_target_freq' offset changed from 4512 to 4704 (in bits) (by +192 bits) 'int cpufreq_policy::cached_resolved_idx' offset changed from 4544 to 4736 (in bits) (by +192 bits) 'bool cpufreq_policy::transition_ongoing' offset changed from 4576 to 4768 (in bits) (by +192 bits) 'spinlock_t cpufreq_policy::transition_lock' offset changed from 4608 to 4800 (in bits) (by +192 bits) 'wait_queue_head_t cpufreq_policy::transition_wait' offset changed from 4672 to 4864 (in bits) (by +192 bits) 'task_struct* cpufreq_policy::transition_task' offset changed from 4864 to 5056 (in bits) (by +192 bits) 'cpufreq_stats* cpufreq_policy::stats' offset changed from 4928 to 5120 (in bits) (by +192 bits) 'void* cpufreq_policy::driver_data' offset changed from 4992 to 5184 (in bits) (by +192 bits) 'thermal_cooling_device* cpufreq_policy::cdev' offset changed from 5056 to 5248 (in bits) (by +192 bits) 'notifier_block cpufreq_policy::nb_min' offset changed from 5120 to 5312 (in bits) (by +192 bits) 'notifier_block cpufreq_policy::nb_max' offset changed from 5312 to 5504 (in bits) (by +192 bits) 19 impacted interfaces 'struct dev_pm_qos at pm_qos.h:121:1' changed (indirectly): type size changed from 2432 to 2560 (in bits) there are data member changes: type 'struct freq_constraints' of 'dev_pm_qos::freq' changed, as reported earlier 'pm_qos_flags dev_pm_qos::flags' offset changed from 2048 to 2176 (in bits) (by +128 bits) 'dev_pm_qos_request* dev_pm_qos::resume_latency_req' offset changed from 2240 to 2368 (in bits) (by +128 bits) 'dev_pm_qos_request* dev_pm_qos::latency_tolerance_req' offset changed from 2304 to 2432 (in bits) (by +128 bits) 'dev_pm_qos_request* dev_pm_qos::flags_req' offset changed from 2368 to 2496 (in bits) (by +128 bits) 2396 impacted interfaces 'struct drm_panel at drm_panel.h:136:1' changed (indirectly): type size changed from 768 to 832 (in bits) there are data member changes: type 'struct blocking_notifier_head' of 'drm_panel::nh' changed, as reported earlier 14 impacted interfaces 'struct freq_constraints at pm_qos.h:89:1' changed (indirectly): details were reported earlier 'struct gendisk at genhd.h:191:1' changed (indirectly): type size changed from 11072 to 11136 (in bits) there are data member changes: type 'struct rw_semaphore' of 'gendisk::lookup_sem' changed, as reported earlier 'kobject* gendisk::slave_dir' offset changed from 10432 to 10496 (in bits) (by +64 bits) 'timer_rand_state* gendisk::random' offset changed from 10496 to 10560 (in bits) (by +64 bits) 'atomic_t gendisk::sync_io' offset changed from 10560 to 10624 (in bits) (by +64 bits) 'disk_events* gendisk::ev' offset changed from 10624 to 10688 (in bits) (by +64 bits) 'int gendisk::node_id' offset changed from 10688 to 10752 (in bits) (by +64 bits) 'badblocks* gendisk::bb' offset changed from 10752 to 10816 (in bits) (by +64 bits) 'u64 gendisk::android_kabi_reserved1' offset changed from 10816 to 10880 (in bits) (by +64 bits) 'lockdep_map gendisk::lockdep_map' offset changed from 10816 to 10880 (in bits) (by +64 bits) 'u64 gendisk::android_kabi_reserved2' offset changed from 10880 to 10944 (in bits) (by +64 bits) 'u64 gendisk::android_kabi_reserved3' offset changed from 10944 to 11008 (in bits) (by +64 bits) 'u64 gendisk::android_kabi_reserved4' offset changed from 11008 to 11072 (in bits) (by +64 bits) 156 impacted interfaces 'struct gnss_device at gnss.h:37:1' changed (indirectly): type size changed from 9984 to 10048 (in bits) there are data member changes: type 'struct rw_semaphore' of 'gnss_device::rwsem' changed, as reported earlier 'const gnss_operations* gnss_device::ops' offset changed from 8896 to 8960 (in bits) (by +64 bits) 'unsigned int gnss_device::count' offset changed from 8960 to 9024 (in bits) (by +64 bits) 'mutex gnss_device::read_mutex' offset changed from 9024 to 9088 (in bits) (by +64 bits) 'kfifo gnss_device::read_fifo' offset changed from 9280 to 9344 (in bits) (by +64 bits) 'wait_queue_head_t gnss_device::read_queue' offset changed from 9472 to 9536 (in bits) (by +64 bits) 'mutex gnss_device::write_mutex' offset changed from 9664 to 9728 (in bits) (by +64 bits) 'char* gnss_device::write_buf' offset changed from 9920 to 9984 (in bits) (by +64 bits) 5 impacted interfaces 'struct inode at fs.h:644:1' changed (indirectly): type size changed from 5184 to 5312 (in bits) there are data member changes: type 'struct rw_semaphore' of 'inode::i_rwsem' changed, as reported earlier 'unsigned long int inode::dirtied_when' offset changed from 1600 to 1664 (in bits) (by +64 bits) 'unsigned long int inode::dirtied_time_when' offset changed from 1664 to 1728 (in bits) (by +64 bits) 'hlist_node inode::i_hash' offset changed from 1728 to 1792 (in bits) (by +64 bits) 'list_head inode::i_io_list' offset changed from 1856 to 1920 (in bits) (by +64 bits) 'bdi_writeback* inode::i_wb' offset changed from 1984 to 2048 (in bits) (by +64 bits) 'int inode::i_wb_frn_winner' offset changed from 2048 to 2112 (in bits) (by +64 bits) 'u16 inode::i_wb_frn_avg_time' offset changed from 2080 to 2144 (in bits) (by +64 bits) 'u16 inode::i_wb_frn_history' offset changed from 2096 to 2160 (in bits) (by +64 bits) 'list_head inode::i_lru' offset changed from 2112 to 2176 (in bits) (by +64 bits) 'list_head inode::i_sb_list' offset changed from 2240 to 2304 (in bits) (by +64 bits) 'list_head inode::i_wb_list' offset changed from 2368 to 2432 (in bits) (by +64 bits) anonymous data member 'union {hlist_head i_dentry; callback_head i_rcu;}' offset changed from 2496 to 2560 (in bits) (by +64 bits) 'atomic64_t inode::i_version' offset changed from 2624 to 2688 (in bits) (by +64 bits) 'atomic64_t inode::i_sequence' offset changed from 2688 to 2752 (in bits) (by +64 bits) 'atomic_t inode::i_count' offset changed from 2752 to 2816 (in bits) (by +64 bits) 'atomic_t inode::i_dio_count' offset changed from 2784 to 2848 (in bits) (by +64 bits) 'atomic_t inode::i_writecount' offset changed from 2816 to 2880 (in bits) (by +64 bits) 'atomic_t inode::i_readcount' offset changed from 2848 to 2912 (in bits) (by +64 bits) anonymous data member 'union {const file_operations* i_fop; void (inode*)* free_inode;}' offset changed from 2880 to 2944 (in bits) (by +64 bits) 'file_lock_context* inode::i_flctx' offset changed from 2944 to 3008 (in bits) (by +64 bits) type 'struct address_space' of 'inode::i_data' changed, as reported earlier and offset changed from 3008 to 3072 (in bits) (by +64 bits) 'list_head inode::i_devices' offset changed from 4544 to 4672 (in bits) (by +128 bits) anonymous data member 'union {pipe_inode_info* i_pipe; block_device* i_bdev; cdev* i_cdev; char* i_link; unsigned int i_dir_seq;}' offset changed from 4672 to 4800 (in bits) (by +128 bits) '__u32 inode::i_generation' offset changed from 4736 to 4864 (in bits) (by +128 bits) '__u32 inode::i_fsnotify_mask' offset changed from 4768 to 4896 (in bits) (by +128 bits) 'fsnotify_mark_connector* inode::i_fsnotify_marks' offset changed from 4800 to 4928 (in bits) (by +128 bits) 'fscrypt_info* inode::i_crypt_info' offset changed from 4864 to 4992 (in bits) (by +128 bits) 'fsverity_info* inode::i_verity_info' offset changed from 4928 to 5056 (in bits) (by +128 bits) 'void* inode::i_private' offset changed from 4992 to 5120 (in bits) (by +128 bits) 'u64 inode::android_kabi_reserved1' offset changed from 5056 to 5184 (in bits) (by +128 bits) 'u64 inode::android_kabi_reserved2' offset changed from 5120 to 5248 (in bits) (by +128 bits) 2937 impacted interfaces 'struct key at key.h:172:1' changed (indirectly): type size changed from 1728 to 1792 (in bits) there are data member changes: type 'struct rw_semaphore' of 'key::sem' changed, as reported earlier 'key_user* key::user' offset changed from 576 to 640 (in bits) (by +64 bits) 'void* key::security' offset changed from 640 to 704 (in bits) (by +64 bits) anonymous data member 'union {time64_t expiry; time64_t revoked_at;}' offset changed from 704 to 768 (in bits) (by +64 bits) 'time64_t key::last_used_at' offset changed from 768 to 832 (in bits) (by +64 bits) 'kuid_t key::uid' offset changed from 832 to 896 (in bits) (by +64 bits) 'kgid_t key::gid' offset changed from 864 to 928 (in bits) (by +64 bits) 'key_perm_t key::perm' offset changed from 896 to 960 (in bits) (by +64 bits) 'unsigned short int key::quotalen' offset changed from 928 to 992 (in bits) (by +64 bits) 'unsigned short int key::datalen' offset changed from 944 to 1008 (in bits) (by +64 bits) 'short int key::state' offset changed from 960 to 1024 (in bits) (by +64 bits) 'unsigned long int key::flags' offset changed from 1024 to 1088 (in bits) (by +64 bits) anonymous data member 'union {keyring_index_key index_key; struct {unsigned long int hash; unsigned long int len_desc; key_type* type; key_tag* domain_tag; char* description;};}' offset changed from 1088 to 1152 (in bits) (by +64 bits) anonymous data member 'union {key_payload payload; struct {list_head name_link; assoc_array keys;};}' offset changed from 1408 to 1472 (in bits) (by +64 bits) 'key_restriction* key::restrict_link' offset changed from 1664 to 1728 (in bits) (by +64 bits) 2973 impacted interfaces 'struct led_classdev at leds.h:58:1' changed (indirectly): type size changed from 3008 to 3072 (in bits) there are data member changes: type 'struct rw_semaphore' of 'led_classdev::trigger_lock' changed, as reported earlier 'led_trigger* led_classdev::trigger' offset changed from 2432 to 2496 (in bits) (by +64 bits) 'list_head led_classdev::trig_list' offset changed from 2496 to 2560 (in bits) (by +64 bits) 'void* led_classdev::trigger_data' offset changed from 2624 to 2688 (in bits) (by +64 bits) 'bool led_classdev::activated' offset changed from 2688 to 2752 (in bits) (by +64 bits) 'mutex led_classdev::led_access' offset changed from 2752 to 2816 (in bits) (by +64 bits) 119 impacted interfaces 'struct mm_struct at mm_types.h:385:1' changed (indirectly): type size changed from 7104 to 7168 (in bits) there are data member changes: type 'struct {vm_area_struct* mmap; rb_root mm_rb; u64 vmacache_seqnum; unsigned long int (file*, unsigned long int, unsigned long int, unsigned long int, unsigned long int)* get_unmapped_area; unsigned long int mmap_base; unsigned long int mmap_legacy_base; unsigned long int task_size; unsigned long int highest_vm_end; pgd_t* pgd; atomic_t membarrier_state; atomic_t mm_users; atomic_t mm_count; atomic_long_t pgtables_bytes; int map_count; spinlock_t page_table_lock; rw_semaphore mmap_sem; list_head mmlist; unsigned long int hiwater_rss; unsigned long int hiwater_vm; unsigned long int total_vm; unsigned long int locked_vm; atomic64_t pinned_vm; unsigned long int data_vm; unsigned long int exec_vm; unsigned long int stack_vm; unsigned long int def_flags; spinlock_t arg_lock; unsigned long int start_code; unsigned long int end_code; unsigned long int start_data; unsigned long int end_data; unsigned long int start_brk; unsigned long int brk; unsigned long int start_stack; unsigned long int arg_start; unsigned long int arg_end; unsigned long int env_start; unsigned long int env_end; unsigned long int saved_auxv[46]; mm_rss_stat rss_stat; linux_binfmt* binfmt; mm_context_t context; unsigned long int flags; core_state* core_state; spinlock_t ioctx_lock; kioctx_table* ioctx_table; task_struct* owner; user_namespace* user_ns; file* exe_file; atomic_t tlb_flush_pending; uprobes_state uprobes_state; work_struct async_put_work; u64 android_vendor_data1;}' of 'anonymous data member' changed: type size changed from 7104 to 7168 (in bits) there are data member changes: type 'struct rw_semaphore' of '__anonymous_struct__14::mmap_sem' changed, as reported earlier 'list_head mmlist' offset changed from 1152 to 1216 (in bits) (by +64 bits) 'unsigned long int hiwater_rss' offset changed from 1280 to 1344 (in bits) (by +64 bits) 'unsigned long int hiwater_vm' offset changed from 1344 to 1408 (in bits) (by +64 bits) 'unsigned long int total_vm' offset changed from 1408 to 1472 (in bits) (by +64 bits) 'unsigned long int locked_vm' offset changed from 1472 to 1536 (in bits) (by +64 bits) 'atomic64_t pinned_vm' offset changed from 1536 to 1600 (in bits) (by +64 bits) 'unsigned long int data_vm' offset changed from 1600 to 1664 (in bits) (by +64 bits) 'unsigned long int exec_vm' offset changed from 1664 to 1728 (in bits) (by +64 bits) 'unsigned long int stack_vm' offset changed from 1728 to 1792 (in bits) (by +64 bits) 'unsigned long int def_flags' offset changed from 1792 to 1856 (in bits) (by +64 bits) 'spinlock_t arg_lock' offset changed from 1856 to 1920 (in bits) (by +64 bits) 'unsigned long int start_code' offset changed from 1920 to 1984 (in bits) (by +64 bits) 'unsigned long int end_code' offset changed from 1984 to 2048 (in bits) (by +64 bits) 'unsigned long int start_data' offset changed from 2048 to 2112 (in bits) (by +64 bits) 'unsigned long int end_data' offset changed from 2112 to 2176 (in bits) (by +64 bits) 'unsigned long int start_brk' offset changed from 2176 to 2240 (in bits) (by +64 bits) 'unsigned long int brk' offset changed from 2240 to 2304 (in bits) (by +64 bits) 'unsigned long int start_stack' offset changed from 2304 to 2368 (in bits) (by +64 bits) 'unsigned long int arg_start' offset changed from 2368 to 2432 (in bits) (by +64 bits) 'unsigned long int arg_end' offset changed from 2432 to 2496 (in bits) (by +64 bits) 'unsigned long int env_start' offset changed from 2496 to 2560 (in bits) (by +64 bits) 'unsigned long int env_end' offset changed from 2560 to 2624 (in bits) (by +64 bits) 'unsigned long int saved_auxv[46]' offset changed from 2624 to 2688 (in bits) (by +64 bits) 'mm_rss_stat rss_stat' offset changed from 5568 to 5632 (in bits) (by +64 bits) 'linux_binfmt* binfmt' offset changed from 5824 to 5888 (in bits) (by +64 bits) 'mm_context_t context' offset changed from 5888 to 5952 (in bits) (by +64 bits) 'unsigned long int flags' offset changed from 6080 to 6144 (in bits) (by +64 bits) 'core_state* core_state' offset changed from 6144 to 6208 (in bits) (by +64 bits) 'spinlock_t ioctx_lock' offset changed from 6208 to 6272 (in bits) (by +64 bits) 'kioctx_table* ioctx_table' offset changed from 6272 to 6336 (in bits) (by +64 bits) 'task_struct* owner' offset changed from 6336 to 6400 (in bits) (by +64 bits) 'user_namespace* user_ns' offset changed from 6400 to 6464 (in bits) (by +64 bits) 'file* exe_file' offset changed from 6464 to 6528 (in bits) (by +64 bits) 'atomic_t tlb_flush_pending' offset changed from 6528 to 6592 (in bits) (by +64 bits) 'uprobes_state uprobes_state' offset changed from 6592 to 6656 (in bits) (by +64 bits) 'work_struct async_put_work' offset changed from 6656 to 6720 (in bits) (by +64 bits) 'u64 android_vendor_data1' offset changed from 7040 to 7104 (in bits) (by +64 bits) 'unsigned long int mm_struct::cpu_bitmap[]' offset changed from 7104 to 7168 (in bits) (by +64 bits) 2937 impacted interfaces 'struct percpu_rw_semaphore at percpu-rwsem.h:12:1' changed (indirectly): type size changed from 896 to 960 (in bits) there are data member changes: type 'struct rw_semaphore' of 'percpu_rw_semaphore::rw_sem' changed, as reported earlier 'rcuwait percpu_rw_semaphore::writer' offset changed from 768 to 832 (in bits) (by +64 bits) 'int percpu_rw_semaphore::readers_block' offset changed from 832 to 896 (in bits) (by +64 bits) 2937 impacted interfaces 'struct quota_info at quota.h:527:1' changed (indirectly): type size changed from 2496 to 2560 (in bits) there are data member changes: type 'struct rw_semaphore' of 'quota_info::dqio_sem' changed, as reported earlier 'inode* quota_info::files[3]' offset changed from 384 to 448 (in bits) (by +64 bits) 'mem_dqinfo quota_info::info[3]' offset changed from 576 to 640 (in bits) (by +64 bits) 'const quota_format_ops* quota_info::ops[3]' offset changed from 2304 to 2368 (in bits) (by +64 bits) 2937 impacted interfaces 'struct regulator_dev at driver.h:446:1' changed (indirectly): type size changed from 10560 to 10624 (in bits) there are data member changes: type 'struct blocking_notifier_head' of 'regulator_dev::notifier' changed, as reported earlier 'ww_mutex regulator_dev::mutex' offset changed from 1024 to 1088 (in bits) (by +64 bits) 'task_struct* regulator_dev::mutex_owner' offset changed from 1344 to 1408 (in bits) (by +64 bits) 'int regulator_dev::ref_cnt' offset changed from 1408 to 1472 (in bits) (by +64 bits) 'module* regulator_dev::owner' offset changed from 1472 to 1536 (in bits) (by +64 bits) 'device regulator_dev::dev' offset changed from 1536 to 1600 (in bits) (by +64 bits) 'regulation_constraints* regulator_dev::constraints' offset changed from 8896 to 8960 (in bits) (by +64 bits) 'regulator* regulator_dev::supply' offset changed from 8960 to 9024 (in bits) (by +64 bits) 'const char* regulator_dev::supply_name' offset changed from 9024 to 9088 (in bits) (by +64 bits) 'regmap* regulator_dev::regmap' offset changed from 9088 to 9152 (in bits) (by +64 bits) 'delayed_work regulator_dev::disable_work' offset changed from 9152 to 9216 (in bits) (by +64 bits) 'void* regulator_dev::reg_data' offset changed from 10240 to 10304 (in bits) (by +64 bits) 'dentry* regulator_dev::debugfs' offset changed from 10304 to 10368 (in bits) (by +64 bits) 'regulator_enable_gpio* regulator_dev::ena_pin' offset changed from 10368 to 10432 (in bits) (by +64 bits) 'unsigned long int regulator_dev::last_off_jiffy' offset changed from 10496 to 10560 (in bits) (by +64 bits) 44 impacted interfaces 'struct rw_semaphore at rwsem.h:35:1' changed: details were reported earlier 'struct sb_writers at fs.h:1454:1' changed (indirectly): type size changed from 2944 to 3136 (in bits) there are data member changes: 'percpu_rw_semaphore sb_writers::rw_sem[3]' size changed from 2688 to 2880 (in bits) (by +192 bits) 2937 impacted interfaces 'struct sdhci_host at sdhci.h:372:1' changed (indirectly): type size hasn't changed there are data member changes: type 'struct led_classdev' of 'sdhci_host::led' changed, as reported earlier 'char sdhci_host::led_name[32]' offset changed from 5056 to 5120 (in bits) (by +64 bits) 'spinlock_t sdhci_host::lock' offset changed from 5312 to 5376 (in bits) (by +64 bits) 'int sdhci_host::flags' offset changed from 5344 to 5408 (in bits) (by +64 bits) 'unsigned int sdhci_host::version' offset changed from 5376 to 5440 (in bits) (by +64 bits) 'unsigned int sdhci_host::max_clk' offset changed from 5408 to 5472 (in bits) (by +64 bits) 'unsigned int sdhci_host::timeout_clk' offset changed from 5440 to 5504 (in bits) (by +64 bits) 'unsigned int sdhci_host::clk_mul' offset changed from 5472 to 5536 (in bits) (by +64 bits) 'unsigned int sdhci_host::clock' offset changed from 5504 to 5568 (in bits) (by +64 bits) 'u8 sdhci_host::pwr' offset changed from 5536 to 5600 (in bits) (by +64 bits) 'bool sdhci_host::runtime_suspended' offset changed from 5544 to 5608 (in bits) (by +64 bits) 'bool sdhci_host::bus_on' offset changed from 5552 to 5616 (in bits) (by +64 bits) 'bool sdhci_host::preset_enabled' offset changed from 5560 to 5624 (in bits) (by +64 bits) 'bool sdhci_host::pending_reset' offset changed from 5568 to 5632 (in bits) (by +64 bits) 'bool sdhci_host::irq_wake_enabled' offset changed from 5576 to 5640 (in bits) (by +64 bits) 'bool sdhci_host::v4_mode' offset changed from 5584 to 5648 (in bits) (by +64 bits) 'bool sdhci_host::always_defer_done' offset changed from 5592 to 5656 (in bits) (by +64 bits) 'mmc_request* sdhci_host::mrqs_done[2]' offset changed from 5632 to 5696 (in bits) (by +64 bits) 'mmc_command* sdhci_host::cmd' offset changed from 5760 to 5824 (in bits) (by +64 bits) 'mmc_command* sdhci_host::data_cmd' offset changed from 5824 to 5888 (in bits) (by +64 bits) 'mmc_command* sdhci_host::deferred_cmd' offset changed from 5888 to 5952 (in bits) (by +64 bits) 'mmc_data* sdhci_host::data' offset changed from 5952 to 6016 (in bits) (by +64 bits) 'sg_mapping_iter sdhci_host::sg_miter' offset changed from 6080 to 6144 (in bits) (by +64 bits) 'unsigned int sdhci_host::blocks' offset changed from 6656 to 6720 (in bits) (by +64 bits) 'int sdhci_host::sg_count' offset changed from 6688 to 6752 (in bits) (by +64 bits) 'void* sdhci_host::adma_table' offset changed from 6720 to 6784 (in bits) (by +64 bits) 'void* sdhci_host::align_buffer' offset changed from 6784 to 6848 (in bits) (by +64 bits) 'size_t sdhci_host::adma_table_sz' offset changed from 6848 to 6912 (in bits) (by +64 bits) 'size_t sdhci_host::align_buffer_sz' offset changed from 6912 to 6976 (in bits) (by +64 bits) 'dma_addr_t sdhci_host::adma_addr' offset changed from 6976 to 7040 (in bits) (by +64 bits) 'dma_addr_t sdhci_host::align_addr' offset changed from 7040 to 7104 (in bits) (by +64 bits) 'unsigned int sdhci_host::desc_sz' offset changed from 7104 to 7168 (in bits) (by +64 bits) 'workqueue_struct* sdhci_host::complete_wq' offset changed from 7168 to 7232 (in bits) (by +64 bits) 'work_struct sdhci_host::complete_work' offset changed from 7232 to 7296 (in bits) (by +64 bits) 'timer_list sdhci_host::timer' offset changed from 7616 to 7680 (in bits) (by +64 bits) 'timer_list sdhci_host::data_timer' offset changed from 8064 to 8128 (in bits) (by +64 bits) 'u32 sdhci_host::caps' offset changed from 8512 to 8576 (in bits) (by +64 bits) 'u32 sdhci_host::caps1' offset changed from 8544 to 8608 (in bits) (by +64 bits) 'bool sdhci_host::read_caps' offset changed from 8576 to 8640 (in bits) (by +64 bits) 'unsigned int sdhci_host::ocr_avail_sdio' offset changed from 8608 to 8672 (in bits) (by +64 bits) 'unsigned int sdhci_host::ocr_avail_sd' offset changed from 8640 to 8704 (in bits) (by +64 bits) 'unsigned int sdhci_host::ocr_avail_mmc' offset changed from 8672 to 8736 (in bits) (by +64 bits) 'u32 sdhci_host::ocr_mask' offset changed from 8704 to 8768 (in bits) (by +64 bits) 'unsigned int sdhci_host::timing' offset changed from 8736 to 8800 (in bits) (by +64 bits) 'u32 sdhci_host::thread_isr' offset changed from 8768 to 8832 (in bits) (by +64 bits) 'u32 sdhci_host::ier' offset changed from 8800 to 8864 (in bits) (by +64 bits) 'bool sdhci_host::cqe_on' offset changed from 8832 to 8896 (in bits) (by +64 bits) 'u32 sdhci_host::cqe_ier' offset changed from 8864 to 8928 (in bits) (by +64 bits) 'u32 sdhci_host::cqe_err_ier' offset changed from 8896 to 8960 (in bits) (by +64 bits) 'wait_queue_head_t sdhci_host::buf_ready_int' offset changed from 8960 to 9024 (in bits) (by +64 bits) 'unsigned int sdhci_host::tuning_done' offset changed from 9152 to 9216 (in bits) (by +64 bits) 'unsigned int sdhci_host::tuning_count' offset changed from 9184 to 9248 (in bits) (by +64 bits) 'unsigned int sdhci_host::tuning_mode' offset changed from 9216 to 9280 (in bits) (by +64 bits) 'unsigned int sdhci_host::tuning_err' offset changed from 9248 to 9312 (in bits) (by +64 bits) 'int sdhci_host::tuning_delay' offset changed from 9280 to 9344 (in bits) (by +64 bits) 'int sdhci_host::tuning_loop_count' offset changed from 9312 to 9376 (in bits) (by +64 bits) 'u32 sdhci_host::sdma_boundary' offset changed from 9344 to 9408 (in bits) (by +64 bits) 'u32 sdhci_host::adma_table_cnt' offset changed from 9376 to 9440 (in bits) (by +64 bits) 'u64 sdhci_host::data_timeout' offset changed from 9408 to 9472 (in bits) (by +64 bits) 14 impacted interfaces 'struct snd_card at core.h:79:1' changed (indirectly): type size changed from 20224 to 20288 (in bits) there are data member changes: type 'struct rw_semaphore' of 'snd_card::controls_rwsem' changed, as reported earlier 'rwlock_t snd_card::ctl_files_rwlock' offset changed from 11200 to 11264 (in bits) (by +64 bits) 'int snd_card::controls_count' offset changed from 11264 to 11328 (in bits) (by +64 bits) 'int snd_card::user_ctl_count' offset changed from 11296 to 11360 (in bits) (by +64 bits) 'list_head snd_card::controls' offset changed from 11328 to 11392 (in bits) (by +64 bits) 'list_head snd_card::ctl_files' offset changed from 11456 to 11520 (in bits) (by +64 bits) 'snd_info_entry* snd_card::proc_root' offset changed from 11584 to 11648 (in bits) (by +64 bits) 'proc_dir_entry* snd_card::proc_root_link' offset changed from 11648 to 11712 (in bits) (by +64 bits) 'list_head snd_card::files_list' offset changed from 11712 to 11776 (in bits) (by +64 bits) 'snd_shutdown_f_ops* snd_card::s_f_ops' offset changed from 11840 to 11904 (in bits) (by +64 bits) 'spinlock_t snd_card::files_lock' offset changed from 11904 to 11968 (in bits) (by +64 bits) 'int snd_card::shutdown' offset changed from 11936 to 12000 (in bits) (by +64 bits) 'completion* snd_card::release_completion' offset changed from 11968 to 12032 (in bits) (by +64 bits) 'device* snd_card::dev' offset changed from 12032 to 12096 (in bits) (by +64 bits) 'device snd_card::card_dev' offset changed from 12096 to 12160 (in bits) (by +64 bits) 'const attribute_group* snd_card::dev_groups[4]' offset changed from 19456 to 19520 (in bits) (by +64 bits) 'bool snd_card::registered' offset changed from 19712 to 19776 (in bits) (by +64 bits) 'wait_queue_head_t snd_card::remove_sleep' offset changed from 19776 to 19840 (in bits) (by +64 bits) 'unsigned int snd_card::power_state' offset changed from 19968 to 20032 (in bits) (by +64 bits) 'wait_queue_head_t snd_card::power_sleep' offset changed from 20032 to 20096 (in bits) (by +64 bits) 119 impacted interfaces 'struct snd_soc_jack at soc.h:710:1' changed (indirectly): type size changed from 1088 to 1152 (in bits) there are data member changes: type 'struct blocking_notifier_head' of 'snd_soc_jack::notifier' changed, as reported earlier 'list_head snd_soc_jack::jack_zones' offset changed from 960 to 1024 (in bits) (by +64 bits) 63 impacted interfaces 'struct super_block at fs.h:1460:1' changed (indirectly): type size changed from 12288 to 12800 (in bits) there are data member changes: type 'struct rw_semaphore' of 'super_block::s_umount' changed, as reported earlier 'int super_block::s_count' offset changed from 1216 to 1280 (in bits) (by +64 bits) 'atomic_t super_block::s_active' offset changed from 1248 to 1312 (in bits) (by +64 bits) 'void* super_block::s_security' offset changed from 1280 to 1344 (in bits) (by +64 bits) 'const xattr_handler** super_block::s_xattr' offset changed from 1344 to 1408 (in bits) (by +64 bits) 'const fscrypt_operations* super_block::s_cop' offset changed from 1408 to 1472 (in bits) (by +64 bits) 'key* super_block::s_master_keys' offset changed from 1472 to 1536 (in bits) (by +64 bits) 'const fsverity_operations* super_block::s_vop' offset changed from 1536 to 1600 (in bits) (by +64 bits) 'unicode_map* super_block::s_encoding' offset changed from 1600 to 1664 (in bits) (by +64 bits) '__u16 super_block::s_encoding_flags' offset changed from 1664 to 1728 (in bits) (by +64 bits) 'hlist_bl_head super_block::s_roots' offset changed from 1728 to 1792 (in bits) (by +64 bits) 'list_head super_block::s_mounts' offset changed from 1792 to 1856 (in bits) (by +64 bits) 'block_device* super_block::s_bdev' offset changed from 1920 to 1984 (in bits) (by +64 bits) 'backing_dev_info* super_block::s_bdi' offset changed from 1984 to 2048 (in bits) (by +64 bits) 'mtd_info* super_block::s_mtd' offset changed from 2048 to 2112 (in bits) (by +64 bits) 'hlist_node super_block::s_instances' offset changed from 2112 to 2176 (in bits) (by +64 bits) 'unsigned int super_block::s_quota_types' offset changed from 2240 to 2304 (in bits) (by +64 bits) type 'struct quota_info' of 'super_block::s_dquot' changed, as reported earlier and offset changed from 2304 to 2368 (in bits) (by +64 bits) type 'struct sb_writers' of 'super_block::s_writers' changed, as reported earlier and offset changed from 4800 to 4928 (in bits) (by +128 bits) 'void* super_block::s_fs_info' offset changed from 7744 to 8064 (in bits) (by +320 bits) 'u32 super_block::s_time_gran' offset changed from 7808 to 8128 (in bits) (by +320 bits) 'time64_t super_block::s_time_min' offset changed from 7872 to 8192 (in bits) (by +320 bits) 'time64_t super_block::s_time_max' offset changed from 7936 to 8256 (in bits) (by +320 bits) '__u32 super_block::s_fsnotify_mask' offset changed from 8000 to 8320 (in bits) (by +320 bits) 'fsnotify_mark_connector* super_block::s_fsnotify_marks' offset changed from 8064 to 8384 (in bits) (by +320 bits) 'char super_block::s_id[32]' offset changed from 8128 to 8448 (in bits) (by +320 bits) 'uuid_t super_block::s_uuid' offset changed from 8384 to 8704 (in bits) (by +320 bits) 'unsigned int super_block::s_max_links' offset changed from 8512 to 8832 (in bits) (by +320 bits) 'fmode_t super_block::s_mode' offset changed from 8544 to 8864 (in bits) (by +320 bits) 'mutex super_block::s_vfs_rename_mutex' offset changed from 8576 to 8896 (in bits) (by +320 bits) 'const char* super_block::s_subtype' offset changed from 8832 to 9152 (in bits) (by +320 bits) 'const dentry_operations* super_block::s_d_op' offset changed from 8896 to 9216 (in bits) (by +320 bits) 'int super_block::cleancache_poolid' offset changed from 8960 to 9280 (in bits) (by +320 bits) 'shrinker super_block::s_shrink' offset changed from 9024 to 9344 (in bits) (by +320 bits) 'atomic_long_t super_block::s_remove_count' offset changed from 9536 to 9856 (in bits) (by +320 bits) 'atomic_long_t super_block::s_fsnotify_inode_refs' offset changed from 9600 to 9920 (in bits) (by +320 bits) 'int super_block::s_readonly_remount' offset changed from 9664 to 9984 (in bits) (by +320 bits) 'workqueue_struct* super_block::s_dio_done_wq' offset changed from 9728 to 10048 (in bits) (by +320 bits) 'hlist_head super_block::s_pins' offset changed from 9792 to 10112 (in bits) (by +320 bits) 'user_namespace* super_block::s_user_ns' offset changed from 9856 to 10176 (in bits) (by +320 bits) 'list_lru super_block::s_dentry_lru' offset changed from 9920 to 10240 (in bits) (by +320 bits) 'list_lru super_block::s_inode_lru' offset changed from 10176 to 10496 (in bits) (by +320 bits) 'callback_head super_block::rcu' offset changed from 10432 to 10752 (in bits) (by +320 bits) 'work_struct super_block::destroy_work' offset changed from 10560 to 10880 (in bits) (by +320 bits) 'mutex super_block::s_sync_lock' offset changed from 10944 to 11264 (in bits) (by +320 bits) 'int super_block::s_stack_depth' offset changed from 11200 to 11520 (in bits) (by +320 bits) 'spinlock_t super_block::s_inode_list_lock' offset changed from 11264 to 11776 (in bits) (by +512 bits) 'list_head super_block::s_inodes' offset changed from 11328 to 11840 (in bits) (by +512 bits) 'spinlock_t super_block::s_inode_wblist_lock' offset changed from 11456 to 11968 (in bits) (by +512 bits) 'list_head super_block::s_inodes_wb' offset changed from 11520 to 12032 (in bits) (by +512 bits) 'u64 super_block::android_kabi_reserved1' offset changed from 11648 to 12160 (in bits) (by +512 bits) 'u64 super_block::android_kabi_reserved2' offset changed from 11712 to 12224 (in bits) (by +512 bits) 'u64 super_block::android_kabi_reserved3' offset changed from 11776 to 12288 (in bits) (by +512 bits) 'u64 super_block::android_kabi_reserved4' offset changed from 11840 to 12352 (in bits) (by +512 bits) 2937 impacted interfaces 'struct tcf_block at sch_generic.h:403:1' changed (indirectly): type size changed from 10112 to 10176 (in bits) there are data member changes: type 'struct rw_semaphore' of 'tcf_block::cb_lock' changed, as reported earlier 'flow_block tcf_block::flow_block' offset changed from 960 to 1024 (in bits) (by +64 bits) 'list_head tcf_block::owner_list' offset changed from 1088 to 1152 (in bits) (by +64 bits) 'bool tcf_block::keep_dst' offset changed from 1216 to 1280 (in bits) (by +64 bits) 'atomic_t tcf_block::offloadcnt' offset changed from 1248 to 1312 (in bits) (by +64 bits) 'unsigned int tcf_block::nooffloaddevcnt' offset changed from 1280 to 1344 (in bits) (by +64 bits) 'unsigned int tcf_block::lockeddevcnt' offset changed from 1312 to 1376 (in bits) (by +64 bits) 'struct {tcf_chain* chain; list_head filter_chain_list;} tcf_block::chain0' offset changed from 1344 to 1408 (in bits) (by +64 bits) 'callback_head tcf_block::rcu' offset changed from 1536 to 1600 (in bits) (by +64 bits) 'hlist_head tcf_block::proto_destroy_ht[128]' offset changed from 1664 to 1728 (in bits) (by +64 bits) 'mutex tcf_block::proto_destroy_lock' offset changed from 9856 to 9920 (in bits) (by +64 bits) 9 impacted interfaces 'struct tty_struct at tty.h:285:1' changed (indirectly): type size changed from 5888 to 5952 (in bits) there are data member changes: type 'struct rw_semaphore' of 'tty_struct::termios_rwsem' changed, as reported earlier 'mutex tty_struct::winsize_mutex' offset changed from 1856 to 1920 (in bits) (by +64 bits) 'spinlock_t tty_struct::ctrl_lock' offset changed from 2112 to 2176 (in bits) (by +64 bits) 'spinlock_t tty_struct::flow_lock' offset changed from 2144 to 2208 (in bits) (by +64 bits) 'ktermios tty_struct::termios' offset changed from 2176 to 2240 (in bits) (by +64 bits) 'ktermios tty_struct::termios_locked' offset changed from 2528 to 2592 (in bits) (by +64 bits) 'termiox* tty_struct::termiox' offset changed from 2880 to 2944 (in bits) (by +64 bits) 'char tty_struct::name[64]' offset changed from 2944 to 3008 (in bits) (by +64 bits) 'pid* tty_struct::pgrp' offset changed from 3456 to 3520 (in bits) (by +64 bits) 'pid* tty_struct::session' offset changed from 3520 to 3584 (in bits) (by +64 bits) 'unsigned long int tty_struct::flags' offset changed from 3584 to 3648 (in bits) (by +64 bits) 'int tty_struct::count' offset changed from 3648 to 3712 (in bits) (by +64 bits) 'winsize tty_struct::winsize' offset changed from 3680 to 3744 (in bits) (by +64 bits) 'int tty_struct::hw_stopped' offset changed from 3840 to 3904 (in bits) (by +64 bits) 'unsigned int tty_struct::receive_room' offset changed from 3968 to 4032 (in bits) (by +64 bits) 'int tty_struct::flow_change' offset changed from 4000 to 4064 (in bits) (by +64 bits) 'tty_struct* tty_struct::link' offset changed from 4032 to 4096 (in bits) (by +64 bits) 'fasync_struct* tty_struct::fasync' offset changed from 4096 to 4160 (in bits) (by +64 bits) 'wait_queue_head_t tty_struct::write_wait' offset changed from 4160 to 4224 (in bits) (by +64 bits) 'wait_queue_head_t tty_struct::read_wait' offset changed from 4352 to 4416 (in bits) (by +64 bits) 'work_struct tty_struct::hangup_work' offset changed from 4544 to 4608 (in bits) (by +64 bits) 'void* tty_struct::disc_data' offset changed from 4928 to 4992 (in bits) (by +64 bits) 'void* tty_struct::driver_data' offset changed from 4992 to 5056 (in bits) (by +64 bits) 'spinlock_t tty_struct::files_lock' offset changed from 5056 to 5120 (in bits) (by +64 bits) 'list_head tty_struct::tty_files' offset changed from 5120 to 5184 (in bits) (by +64 bits) 'int tty_struct::closing' offset changed from 5248 to 5312 (in bits) (by +64 bits) 'unsigned char* tty_struct::write_buf' offset changed from 5312 to 5376 (in bits) (by +64 bits) 'int tty_struct::write_cnt' offset changed from 5376 to 5440 (in bits) (by +64 bits) 'work_struct tty_struct::SAK_work' offset changed from 5440 to 5504 (in bits) (by +64 bits) 'tty_port* tty_struct::port' offset changed from 5824 to 5888 (in bits) (by +64 bits) one impacted interface 'struct ufs_hba at ufshcd.h:612:1' changed (indirectly): type size changed from 32192 to 32256 (in bits) there are data member changes: type 'struct rw_semaphore' of 'ufs_hba::clk_scaling_lock' changed, as reported earlier 'ufs_desc_size ufs_hba::desc_size' offset changed from 22336 to 22400 (in bits) (by +64 bits) 'atomic_t ufs_hba::scsi_block_reqs_cnt' offset changed from 22560 to 22624 (in bits) (by +64 bits) 'device ufs_hba::bsg_dev' offset changed from 22592 to 22656 (in bits) (by +64 bits) 'request_queue* ufs_hba::bsg_queue' offset changed from 29952 to 30016 (in bits) (by +64 bits) 'ufs_crypto_capabilities ufs_hba::crypto_capabilities' offset changed from 30016 to 30080 (in bits) (by +64 bits) 'ufs_crypto_cap_entry* ufs_hba::crypto_cap_array' offset changed from 30080 to 30144 (in bits) (by +64 bits) 'u32 ufs_hba::crypto_cfg_register' offset changed from 30144 to 30208 (in bits) (by +64 bits) 'keyslot_manager* ufs_hba::ksm' offset changed from 30208 to 30272 (in bits) (by +64 bits) 'void* ufs_hba::crypto_DO_NOT_USE[8]' offset changed from 30272 to 30336 (in bits) (by +64 bits) 'bool ufs_hba::wb_buf_flush_enabled' offset changed from 30784 to 30848 (in bits) (by +64 bits) 'bool ufs_hba::wb_enabled' offset changed from 30792 to 30856 (in bits) (by +64 bits) 'delayed_work ufs_hba::rpm_dev_flush_recheck_work' offset changed from 30848 to 30912 (in bits) (by +64 bits) 'u64 ufs_hba::android_kabi_reserved1' offset changed from 31936 to 32000 (in bits) (by +64 bits) 'u64 ufs_hba::android_kabi_reserved2' offset changed from 32000 to 32064 (in bits) (by +64 bits) 'u64 ufs_hba::android_kabi_reserved3' offset changed from 32064 to 32128 (in bits) (by +64 bits) 'u64 ufs_hba::android_kabi_reserved4' offset changed from 32128 to 32192 (in bits) (by +64 bits) 19 impacted interfaces 'struct user_namespace at user_namespace.h:56:1' changed (indirectly): type size changed from 4480 to 4544 (in bits) there are data member changes: type 'struct rw_semaphore' of 'user_namespace::keyring_sem' changed, as reported earlier 'work_struct user_namespace::work' offset changed from 2752 to 2816 (in bits) (by +64 bits) 'ctl_table_set user_namespace::set' offset changed from 3136 to 3200 (in bits) (by +64 bits) 'ctl_table_header* user_namespace::sysctls' offset changed from 3904 to 3968 (in bits) (by +64 bits) 'ucounts* user_namespace::ucounts' offset changed from 3968 to 4032 (in bits) (by +64 bits) 'int user_namespace::ucount_max[9]' offset changed from 4032 to 4096 (in bits) (by +64 bits) 'u64 user_namespace::android_kabi_reserved1' offset changed from 4352 to 4416 (in bits) (by +64 bits) 'u64 user_namespace::android_kabi_reserved2' offset changed from 4416 to 4480 (in bits) (by +64 bits) 411 impacted interfaces Signed-off-by: Todd Kjos <tkjos@google.com> Change-Id: I2f960658362ed0dbb112a1b760d5828554d8cd4d |
||
Yun Hsiang
|
a7e0bc8f4c |
ANDROID: sched: add vendor hook for correcting cpu capacity
Current CPU capacity is scaled by frequency but it will sometime overestimate. Add vendor hook to adjust cpu capacity. android_vh_arch_set_freq_scale Adjust cpu freq scale for each opp. Bug: 165823138 Signed-off-by: Yun Hsiang <yun.hsiang@mediatek.com> Change-Id: I054740a7f60301d5a3b085bfa540d52853f5eec5 (cherry picked from commit e209b3b88d9772ecd782d71c1ae7c5425dd20289) |
||
Greg Kroah-Hartman
|
f553ed04bc |
ANDROID: Revert: Merge 5.4.60 into android11-5.4
Something is going flaky with the ABI checker, so back this merge out at the moment so that we can fix things up first before merging this back in. Bug: 161946584 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I41ada004b1596b4961f95d9de48ca7b677d05226 |
||
JianMin Liu
|
98f3e290c5 |
ANDROID: sched: Use normal vendor hook in scheduler tick
The hooks function of scheduler tick will need to insert multiple instances, so that use vendor hook instead of restricted vendor hook. Bug: 165787557 Signed-off-by: JianMin Liu <jian-min.liu@mediatek.com> Change-Id: I750da26452c657d83d5f8c520bf7008693c43a6b |
||
Park Bumgyu
|
d56217b22e |
ANDROID: Add vendor hooks to the scheduler
Add vendor hooks for vendor-specific scheduling. android_rvh_select_task_rq_rt: To perform vendor-specific RT task placement. android_rvh_select_fallback_rq: To restrict cpu usage. android_rvh_scheduler_tick: To collect periodic scheduling information and to schedule tasks. android_rvh_enqueue_tas/android_rvh_dequeue_task: For vendor to be aware of the task schedule in/out. android_rvh_can_migrate_task: To limit task migration based on vendor requirements. android_rvh_find_lowest_rq: To find the lowest rq for RT task with vendor-specific way. Bug: 155241766 Change-Id: I926458b0a911d564e5932e200125b12406c2deee Signed-off-by: Park Bumgyu <bumgyu.park@samsung.com> Signed-off-by: JianMin Liu <jian-min.liu@mediatek.com> |
||
Greg Kroah-Hartman
|
8ae87ad4df |
This is the 5.4.60 stable release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAl8/qpIACgkQONu9yGCS aT5hfA//ek4lJ5SLezgiHiVS4XdQHbpHUmB+nQ2I9SjJpcABoCa3aNcgfIjlbwf/ x/t2ON/LDyQaSehMs5S11HxXaYMveI1ejC2tmoEbaezxibFdTHttXGG8sbbc1TPD CMjbtPyY1kVDs8iyTTW4uS+xhJQNpk37OmUvlcWLY2H3SCUy882hfzseLSdMvW9v AziVOYfQNxeoFtSw0mLX9lV8qSzv4dMLwWcIB6H4umIwIpqmFpD1P5HgG3mjeVuM bBk0xnwIijgongFMEsFzzXV9spC5fHJbD4j13IeUjU8zkdvcD2s/8MOGvsFXwLKD qVrNb31O9ztdyWKKyhDvmqCM4GEGFgAQF5JM4uM6oqITLfrUmDESP6rFyJQt522X qV/xerYK80zwL+V8LmVrDfLSlHxDa2Awa1ywYyfOqoggNGzT2sPv5Snop8jvr2Ut eKF9EmoCwkKoHzTItp2jb7tNJ/MpZwfdyZGIcB7QUEUc8czAdGxUFlnv63xGPooS /w18H8s7/czpuqEq+TxzKDtKpjvPEM3Nc7O//VduR4cL/7u5ZwCvD68T92d1Whk0 tjBVojVWlf3DVD+o5FSIfbU2dR0JuilVA2YYVZPhKSY8sfr7cYmb2f3ilR3sBjpR W/2cykwmSNPK9kb2+uLd2s6o2EYPH/i57+x1i/x/dloxfXS1ctU= =Tae3 -----END PGP SIGNATURE----- Merge 5.4.60 into android11-5.4 Changes in 5.4.60 smb3: warn on confusing error scenario with sec=krb5 genirq/affinity: Make affinity setting if activated opt-in genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq() PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context() PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken PCI: Add device even if driver attach failed PCI: qcom: Define some PARF params needed for ipq8064 SoC PCI: qcom: Add support for tx term offset for rev 2.1.0 btrfs: allow use of global block reserve for balance item deletion btrfs: free anon block device right after subvolume deletion btrfs: don't allocate anonymous block device for user invisible roots btrfs: ref-verify: fix memory leak in add_block_entry btrfs: stop incremening log_batch for the log root tree when syncing log btrfs: remove no longer needed use of log_writers for the log root tree btrfs: don't traverse into the seed devices in show_devname btrfs: open device without device_list_mutex btrfs: move the chunk_mutex in btrfs_read_chunk_tree btrfs: relocation: review the call sites which can be interrupted by signal btrfs: add missing check for nocow and compression inode flags btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocation tree btrfs: sysfs: use NOFS for device creation btrfs: don't WARN if we abort a transaction with EROFS btrfs: fix race between page release and a fast fsync btrfs: fix messages after changing compression level by remount btrfs: only search for left_info if there is no right_info in try_merge_free_space btrfs: inode: fix NULL pointer dereference if inode doesn't need compression btrfs: fix memory leaks after failure to lookup checksums during inode logging btrfs: make sure SB_I_VERSION doesn't get unset by remount btrfs: fix return value mixup in btrfs_get_extent arm64: perf: Correct the event index in sysfs dt-bindings: iio: io-channel-mux: Fix compatible string in example code iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw() xtensa: add missing exclusive access state management xtensa: fix xtensa_pmu_setup prototype cifs: Fix leak when handling lease break for cached root fid powerpc/ptdump: Fix build failure in hashpagetable.c powerpc: Allow 4224 bytes of stack expansion for the signal frame powerpc: Fix circular dependency between percpu.h and mmu.h pinctrl: ingenic: Enhance support for IRQ_TYPE_EDGE_BOTH media: vsp1: dl: Fix NULL pointer dereference on unbind net: ethernet: stmmac: Disable hardware multicast filter net: stmmac: dwmac1000: provide multicast filter fallback net/compat: Add missing sock updates for SCM_RIGHTS md/raid5: Fix Force reconstruct-write io stuck in degraded raid5 bcache: allocate meta data pages as compound pages bcache: fix overflow in offset_to_stripe() mac80211: fix misplaced while instead of if driver core: Avoid binding drivers to dead devices MIPS: CPU#0 is not hotpluggable MIPS: qi_lb60: Fix routing to audio amplifier ext2: fix missing percpu_counter_inc khugepaged: collapse_pte_mapped_thp() flush the right range khugepaged: collapse_pte_mapped_thp() protect the pmd lock ocfs2: change slot number type s16 to u16 mm/page_counter.c: fix protection usage propagation mm/memory_hotplug: fix unpaired mem_hotplug_begin/done ftrace: Setup correct FTRACE_FL_REGS flags for module kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler tracing/hwlat: Honor the tracing_cpumask tracing: Use trace_sched_process_free() instead of exit() for pid tracing tracing: Move pipe reference to trace array instead of current_tracer watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options watchdog: f71808e_wdt: remove use of wrong watchdog_info option watchdog: f71808e_wdt: clear watchdog timeout occurred flag ceph: set sec_context xattr on symlink creation ceph: handle zero-length feature mask in session messages pseries: Fix 64 bit logical memory block panic module: Correctly truncate sysfs sections output perf intel-pt: Fix FUP packet state perf intel-pt: Fix duplicate branch after CBR remoteproc: qcom: q6v5: Update running state before requesting stop remoteproc: qcom_q6v5_mss: Validate MBA firmware size before load remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before load drm/imx: imx-ldb: Disable both channels for split mode in enc->disable() orangefs: get rid of knob code... pinctrl: ingenic: Properly detect GPIO direction when configured for IRQ crypto: algif_aead - Only wake up when ctx->more is zero mfd: arizona: Ensure 32k clock is put on driver unbind and error octeontx2-af: change (struct qmem)->entry_sz from u8 to u16 mtd: rawnand: fsl_upm: Remove unused mtd var platform/chrome: cros_ec_ishtp: Fix a double-unlock issue RDMA/ipoib: Return void from ipoib_ib_dev_stop() RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah() media: rockchip: rga: Introduce color fmt macros and refactor CSC mode logic media: rockchip: rga: Only set output CSC mode for RGB input IB/uverbs: Set IOVA on IB MR in uverbs layer selftests/bpf: Test_progs indicate to shell on non-actions selftests/bpf: test_progs use another shell exit on non-actions USB: serial: ftdi_sio: make process-packet buffer unsigned USB: serial: ftdi_sio: clean up receive processing crypto: af_alg - Fix regression on empty requests devres: keep both device name and resource name in pretty name RDMA/counter: Only bind user QPs in auto mode RDMA/counter: Allow manually bind QPs with different pids to same counter mmc: renesas_sdhi_internal_dmac: clean up the code for dma complete crypto: caam - Remove broken arc4 support gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq handlers gpu: ipu-v3: image-convert: Wait for all EOFs before completing a tile dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue() clk: actions: Fix h_clk for Actions S500 SoC selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow code selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey correctly selftests/powerpc: ptrace-pkey: Don't update expected UAMOR value iommu/omap: Check for failure of a call to omap_iommu_dump_ctx clk: qcom: gcc: fix sm8150 GPU and NPU clocks clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VAL iommu/vt-d: Enforce PASID devTLB field mask i2c: rcar: slave: only send STOP event when we have been addressed clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clk clk: clk-atlas6: fix return value check in atlas6_clk_init() pwm: bcm-iproc: handle clk_get_rate() return tools build feature: Use CC and CXX from parent i2c: rcar: avoid race when unregistering slave nfs: ensure correct writeback errors are returned on close() ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename clk: bcm2835: Do not use prediv with bcm2711's PLLs libnvdimm/security: fix a typo libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr openrisc: Fix oops caused when dumping stack scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetport nfs: nfs_file_write() should check for writeback errors watchdog: initialize device before misc_register md-cluster: Fix potential error pointer dereference in resize_bitmaps() x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoC Input: sentelic - fix error return when fsp_reg_write fails recordmcount: Fix build failure on non arm64 drm/vmwgfx: Use correct vmw_legacy_display_unit pointer drm/vmwgfx: Fix two list_for_each loop exit tests net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init nfs: Fix getxattr kernel panic and memory overflow fs/minix: set s_maxbytes correctly fs/minix: fix block limit check for V1 filesystems fs/minix: remove expected error message in block_to_path() fs/ufs: avoid potential u32 multiplication overflow test_kmod: avoid potential double free in trigger_config_run_type() i2c: iproc: fix race between client unreg and isr mfd: dln2: Run event handler loop under spinlock crypto: algif_aead - fix uninitialized ctx->init ALSA: echoaudio: Fix potential Oops in snd_echo_resume() perf bench mem: Always memset source before memcpy tools build feature: Quote CC and CXX for their arguments perf/x86/rapl: Fix missing psys sysfs attributes sh: landisk: Add missing initialization of sh_io_port_base khugepaged: retract_page_tables() remember to test exit arm64: dts: marvell: espressobin: add ethernet alias drm/panfrost: Use kvfree() to free bo->sgts drm: Added orientation quirk for ASUS tablet model T103HAF drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume drm/amd/display: dchubbub p-state warning during surface planes switch Linux 5.4.60 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: If9b3be06ad0a415687928ffc5dc951b21cabc80b |
||
Greg Kroah-Hartman
|
77fcb48939 |
Linux 5.4.60
Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
hersen wu
|
53a856c5a6 |
drm/amd/display: dchubbub p-state warning during surface planes switch
commit 8b0379a85762b516c7b46aed7dbf2a4947c00564 upstream. [Why] ramp_up_dispclk_with_dpp is to change dispclk, dppclk and dprefclk according to bandwidth requirement. call stack: rv1_update_clocks --> update_clocks --> dcn10_prepare_bandwidth / dcn10_optimize_bandwidth --> prepare_bandwidth / optimize_bandwidth. before change dcn hw, prepare_bandwidth will be called first to allow enough clock, watermark for change, after end of dcn hw change, optimize_bandwidth is executed to lower clock to save power for new dcn hw settings. below is sequence of commit_planes_for_stream: step 1: prepare_bandwidth - raise clock to have enough bandwidth step 2: lock_doublebuffer_enable step 3: pipe_control_lock(true) - make dchubp register change will not take effect right way step 4: apply_ctx_for_surface - program dchubp step 5: pipe_control_lock(false) - dchubp register change take effect step 6: optimize_bandwidth --> dc_post_update_surfaces_to_stream for full_date, optimize clock to save power at end of step 1, dcn clocks (dprefclk, dispclk, dppclk) may be changed for new dchubp configuration. but real dcn hub dchubps are still running with old configuration until end of step 5. this need clocks settings at step 1 should not less than that before step 1. this is checked by two conditions: 1. if (should_set_clock(safe_to_lower , new_clocks->dispclk_khz, clk_mgr_base->clks.dispclk_khz) || new_clocks->dispclk_khz == clk_mgr_base->clks.dispclk_khz) 2. request_dpp_div = new_clocks->dispclk_khz > new_clocks->dppclk_khz the second condition is based on new dchubp configuration. dppclk for new dchubp may be different from dppclk before step 1. for example, before step 1, dchubps are as below: pipe 0: recout=(0,40,1920,980) viewport=(0,0,1920,979) pipe 1: recout=(0,0,1920,1080) viewport=(0,0,1920,1080) for dppclk for pipe0 need dppclk = dispclk new dchubp pipe split configuration: pipe 0: recout=(0,0,960,1080) viewport=(0,0,960,1080) pipe 1: recout=(960,0,960,1080) viewport=(960,0,960,1080) dppclk only needs dppclk = dispclk /2. dispclk, dppclk are not lock by otg master lock. they take effect after step 1. during this transition, dispclk are the same, but dppclk is changed to half of previous clock for old dchubp configuration between step 1 and step 6. This may cause p-state warning intermittently. [How] for new_clocks->dispclk_khz == clk_mgr_base->clks.dispclk_khz, we need make sure dppclk are not changed to less between step 1 and 6. for new_clocks->dispclk_khz > clk_mgr_base->clks.dispclk_khz, new display clock is raised, but we do not know ratio of new_clocks->dispclk_khz and clk_mgr_base->clks.dispclk_khz, new_clocks->dispclk_khz /2 does not guarantee equal or higher than old dppclk. we could ignore power saving different between dppclk = displck and dppclk = dispclk / 2 between step 1 and step 6. as long as safe_to_lower = false, set dpclk = dispclk to simplify condition check. CC: Stable <stable@vger.kernel.org> Signed-off-by: Hersen Wu <hersenxs.wu@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Eryk Brol <eryk.brol@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
Sandeep Raghuraman
|
4287c18a7d |
drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume
commit f87812284172a9809820d10143b573d833cd3f75 upstream. Reproducing bug report here: After hibernating and resuming, DPM is not enabled. This remains the case even if you test hibernate using the steps here: https://www.kernel.org/doc/html/latest/power/basic-pm-debugging.html I debugged the problem, and figured out that in the file hardwaremanager.c, in the function, phm_enable_dynamic_state_management(), the check 'if (!hwmgr->pp_one_vf && smum_is_dpm_running(hwmgr) && !amdgpu_passthrough(adev) && adev->in_suspend)' returns true for the hibernate case, and false for the suspend case. This means that for the hibernate case, the AMDGPU driver doesn't enable DPM (even though it should) and simply returns from that function. In the suspend case, it goes ahead and enables DPM, even though it doesn't need to. I debugged further, and found out that in the case of suspend, for the CIK/Hawaii GPUs, smum_is_dpm_running(hwmgr) returns false, while in the case of hibernate, smum_is_dpm_running(hwmgr) returns true. For CIK, the ci_is_dpm_running() function calls the ci_is_smc_ram_running() function, which is ultimately used to determine if DPM is currently enabled or not, and this seems to provide the wrong answer. I've changed the ci_is_dpm_running() function to instead use the same method that some other AMD GPU chips do (e.g Fiji), which seems to read the voltage controller. I've tested on my R9 390 and it seems to work correctly for both suspend and hibernate use cases, and has been stable so far. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=208839 Signed-off-by: Sandeep Raghuraman <sandy.8925@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
Xin Xiong
|
915ad46bdd |
drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
commit a34a0a632dd991a371fec56431d73279f9c54029 upstream.
drm_dp_mst_allocate_vcpi() invokes
drm_dp_mst_topology_get_port_validated(), which increases the refcount
of the "port".
These reference counting issues take place in two exception handling
paths separately. Either when “slots” is less than 0 or when
drm_dp_init_vcpi() returns a negative value, the function forgets to
reduce the refcnt increased drm_dp_mst_topology_get_port_validated(),
which results in a refcount leak.
Fix these issues by pulling up the error handling when "slots" is less
than 0, and calling drm_dp_mst_topology_put_port() before termination
when drm_dp_init_vcpi() returns a negative value.
Fixes:
|
||
Marius Iacob
|
f9f53b7c6a |
drm: Added orientation quirk for ASUS tablet model T103HAF
commit b5ac98cbb8e5e30c34ebc837d1e5a3982d2b5f5c upstream. Signed-off-by: Marius Iacob <themariusus@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20200801123445.1514567-1-themariusus@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
Denis Efremov
|
aeec14061d |
drm/panfrost: Use kvfree() to free bo->sgts
commit 114427b8927a4def2942b2b886f7e4aeae289ccb upstream.
Use kvfree() to free bo->sgts, because the memory is allocated with
kvmalloc_array() in panfrost_mmu_map_fault_addr().
Fixes:
|
||
Tomasz Maciej Nowak
|
a202b42b94 |
arm64: dts: marvell: espressobin: add ethernet alias
commit 5253cb8c00a6f4356760efb38bca0e0393aa06de upstream. The maker of this board and its variants, stores MAC address in U-Boot environment. Add alias for bootloader to recognise, to which ethernet node inject the factory MAC address. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> [pali: Backported to 5.4 and older versions] Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
Hugh Dickins
|
0f1c938ef8 |
khugepaged: retract_page_tables() remember to test exit
commit 18e77600f7a1ed69f8ce46c9e11cad0985712dfa upstream.
Only once have I seen this scenario (and forgot even to notice what forced
the eventual crash): a sequence of "BUG: Bad page map" alerts from
vm_normal_page(), from zap_pte_range() servicing exit_mmap();
pmd:00000000, pte values corresponding to data in physical page 0.
The pte mappings being zapped in this case were supposed to be from a huge
page of ext4 text (but could as well have been shmem): my belief is that
it was racing with collapse_file()'s retract_page_tables(), found *pmd
pointing to a page table, locked it, but *pmd had become 0 by the time
start_pte was decided.
In most cases, that possibility is excluded by holding mmap lock; but
exit_mmap() proceeds without mmap lock. Most of what's run by khugepaged
checks khugepaged_test_exit() after acquiring mmap lock:
khugepaged_collapse_pte_mapped_thps() and hugepage_vma_revalidate() do so,
for example. But retract_page_tables() did not: fix that.
The fix is for retract_page_tables() to check khugepaged_test_exit(),
after acquiring mmap lock, before doing anything to the page table.
Getting the mmap lock serializes with __mmput(), which briefly takes and
drops it in __khugepaged_exit(); then the khugepaged_test_exit() check on
mm_users makes sure we don't touch the page table once exit_mmap() might
reach it, since exit_mmap() will be proceeding without mmap lock, not
expecting anyone to be racing with it.
Fixes:
|
||
Geert Uytterhoeven
|
e47e005598 |
sh: landisk: Add missing initialization of sh_io_port_base
[ Upstream commit 0c64a0dce51faa9c706fdf1f957d6f19878f4b81 ]
The Landisk setup code maps the CF IDE area using ioremap_prot(), and
passes the resulting virtual addresses to the pata_platform driver,
disguising them as I/O port addresses. Hence the pata_platform driver
translates them again using ioport_map().
As CONFIG_GENERIC_IOMAP=n, and CONFIG_HAS_IOPORT_MAP=y, the
SuperH-specific mapping code in arch/sh/kernel/ioport.c translates
I/O port addresses to virtual addresses by adding sh_io_port_base, which
defaults to -1, thus breaking the assumption of an identity mapping.
Fix this by setting sh_io_port_base to zero.
Fixes:
|
||
Zhang Rui
|
64d358a9ad |
perf/x86/rapl: Fix missing psys sysfs attributes
[ Upstream commit 4bb5fcb97a5df0bbc0a27e0252b1e7ce140a8431 ] This fixes a problem introduced by commit: |
||
Daniel Díaz
|
5c90739d36 |
tools build feature: Quote CC and CXX for their arguments
[ Upstream commit fa5c893181ed2ca2f96552f50073786d2cfce6c0 ] When using a cross-compilation environment, such as OpenEmbedded, the CC an CXX variables are set to something more than just a command: there are arguments (such as --sysroot) that need to be passed on to the compiler so that the right set of headers and libraries are used. For the particular case that our systems detected, CC is set to the following: export CC="aarch64-linaro-linux-gcc --sysroot=/oe/build/tmp/work/machine/perf/1.0-r9/recipe-sysroot" Without quotes, detection is as follows: Auto-detecting system features: ... dwarf: [ OFF ] ... dwarf_getlocations: [ OFF ] ... glibc: [ OFF ] ... gtk2: [ OFF ] ... libbfd: [ OFF ] ... libcap: [ OFF ] ... libelf: [ OFF ] ... libnuma: [ OFF ] ... numa_num_possible_cpus: [ OFF ] ... libperl: [ OFF ] ... libpython: [ OFF ] ... libcrypto: [ OFF ] ... libunwind: [ OFF ] ... libdw-dwarf-unwind: [ OFF ] ... zlib: [ OFF ] ... lzma: [ OFF ] ... get_cpuid: [ OFF ] ... bpf: [ OFF ] ... libaio: [ OFF ] ... libzstd: [ OFF ] ... disassembler-four-args: [ OFF ] Makefile.config:414: *** No gnu/libc-version.h found, please install glibc-dev[el]. Stop. Makefile.perf:230: recipe for target 'sub-make' failed make[1]: *** [sub-make] Error 2 Makefile:69: recipe for target 'all' failed make: *** [all] Error 2 With CC and CXX quoted, some of those features are now detected. Fixes: e3232c2f39ac ("tools build feature: Use CC and CXX from parent") Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Reviewed-by: Thomas Hebb <tommyhebb@gmail.com> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Andrii Nakryiko <andriin@fb.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Fastabend <john.fastabend@gmail.com> Cc: KP Singh <kpsingh@chromium.org> Cc: Martin KaFai Lau <kafai@fb.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Song Liu <songliubraving@fb.com> Cc: Stephane Eranian <eranian@google.com> Cc: Yonghong Song <yhs@fb.com> Link: http://lore.kernel.org/lkml/20200812221518.2869003-1-daniel.diaz@linaro.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org> |
||
Vincent Whitchurch
|
45989801d7 |
perf bench mem: Always memset source before memcpy
[ Upstream commit 1beaef29c34154ccdcb3f1ae557f6883eda18840 ]
For memcpy, the source pages are memset to zero only when --cycles is
used. This leads to wildly different results with or without --cycles,
since all sources pages are likely to be mapped to the same zero page
without explicit writes.
Before this fix:
$ export cmd="./perf stat -e LLC-loads -- ./perf bench \
mem memcpy -s 1024MB -l 100 -f default"
$ $cmd
2,935,826 LLC-loads
3.821677452 seconds time elapsed
$ $cmd --cycles
217,533,436 LLC-loads
8.616725985 seconds time elapsed
After this fix:
$ $cmd
214,459,686 LLC-loads
8.674301124 seconds time elapsed
$ $cmd --cycles
214,758,651 LLC-loads
8.644480006 seconds time elapsed
Fixes:
|
||
Dinghao Liu
|
306df54b5b |
ALSA: echoaudio: Fix potential Oops in snd_echo_resume()
[ Upstream commit 5a25de6df789cc805a9b8ba7ab5deef5067af47e ]
Freeing chip on error may lead to an Oops at the next time
the system goes to resume. Fix this by removing all
snd_echo_free() calls on error.
Fixes:
|
||
Ondrej Mosnacek
|
8bc48c35a9 |
crypto: algif_aead - fix uninitialized ctx->init
[ Upstream commit 21dfbcd1f5cbff9cf2f9e7e43475aed8d072b0dd ] In skcipher_accept_parent_nokey() the whole af_alg_ctx structure is cleared by memset() after allocation, so add such memset() also to aead_accept_parent_nokey() so that the new "init" field is also initialized to zero. Without that the initial ctx->init checks might randomly return true and cause errors. While there, also remove the redundant zero assignments in both functions. Found via libkcapi testsuite. Cc: Stephan Mueller <smueller@chronox.de> Fixes: f3c802a1f300 ("crypto: algif_aead - Only wake up when ctx->more is zero") Suggested-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Sasha Levin <sashal@kernel.org> |
||
Andy Shevchenko
|
a232699761 |
mfd: dln2: Run event handler loop under spinlock
[ Upstream commit 3d858942250820b9adc35f963a257481d6d4c81d ]
The event handler loop must be run with interrupts disabled.
Otherwise we will have a warning:
[ 1970.785649] irq 31 handler lineevent_irq_handler+0x0/0x20 enabled interrupts
[ 1970.792739] WARNING: CPU: 0 PID: 0 at kernel/irq/handle.c:159 __handle_irq_event_percpu+0x162/0x170
[ 1970.860732] RIP: 0010:__handle_irq_event_percpu+0x162/0x170
...
[ 1970.946994] Call Trace:
[ 1970.949446] <IRQ>
[ 1970.951471] handle_irq_event_percpu+0x2c/0x80
[ 1970.955921] handle_irq_event+0x23/0x43
[ 1970.959766] handle_simple_irq+0x57/0x70
[ 1970.963695] generic_handle_irq+0x42/0x50
[ 1970.967717] dln2_rx+0xc1/0x210 [dln2]
[ 1970.971479] ? usb_hcd_unmap_urb_for_dma+0xa6/0x1c0
[ 1970.976362] __usb_hcd_giveback_urb+0x77/0xe0
[ 1970.980727] usb_giveback_urb_bh+0x8e/0xe0
[ 1970.984837] tasklet_action_common.isra.0+0x4a/0xe0
...
Recently xHCI driver switched to tasklets in the commit 36dc01657b49
("usb: host: xhci: Support running urb giveback in tasklet context").
The handle_irq_event_* functions are expected to be called with interrupts
disabled and they rightfully complain here because we run in tasklet context
with interrupts enabled.
Use a event spinlock to protect event handler from being interrupted.
Note, that there are only two users of this GPIO and ADC drivers and both of
them are using generic_handle_irq() which makes above happen.
Fixes:
|
||
Dhananjay Phadke
|
315b5cbe1a |
i2c: iproc: fix race between client unreg and isr
[ Upstream commit b1eef236f50ba6afea680da039ef3a2ca9c43d11 ]
When i2c client unregisters, synchronize irq before setting
iproc_i2c->slave to NULL.
(1) disable_irq()
(2) Mask event enable bits in control reg
(3) Erase slave address (avoid further writes to rx fifo)
(4) Flush tx and rx FIFOs
(5) Clear pending event (interrupt) bits in status reg
(6) enable_irq()
(7) Set client pointer to NULL
Unable to handle kernel NULL pointer dereference at virtual address 0000000000000318
[ 371.020421] pc : bcm_iproc_i2c_isr+0x530/0x11f0
[ 371.025098] lr : __handle_irq_event_percpu+0x6c/0x170
[ 371.030309] sp : ffff800010003e40
[ 371.033727] x29: ffff800010003e40 x28: 0000000000000060
[ 371.039206] x27: ffff800010ca9de0 x26: ffff800010f895df
[ 371.044686] x25: ffff800010f18888 x24: ffff0008f7ff3600
[ 371.050165] x23: 0000000000000003 x22: 0000000001600000
[ 371.055645] x21: ffff800010f18888 x20: 0000000001600000
[ 371.061124] x19: ffff0008f726f080 x18: 0000000000000000
[ 371.066603] x17: 0000000000000000 x16: 0000000000000000
[ 371.072082] x15: 0000000000000000 x14: 0000000000000000
[ 371.077561] x13: 0000000000000000 x12: 0000000000000001
[ 371.083040] x11: 0000000000000000 x10: 0000000000000040
[ 371.088519] x9 : ffff800010f317c8 x8 : ffff800010f317c0
[ 371.093999] x7 : ffff0008f805b3b0 x6 : 0000000000000000
[ 371.099478] x5 : ffff0008f7ff36a4 x4 : ffff8008ee43d000
[ 371.104957] x3 : 0000000000000000 x2 : ffff8000107d64c0
[ 371.110436] x1 : 00000000c00000af x0 : 0000000000000000
[ 371.115916] Call trace:
[ 371.118439] bcm_iproc_i2c_isr+0x530/0x11f0
[ 371.122754] __handle_irq_event_percpu+0x6c/0x170
[ 371.127606] handle_irq_event_percpu+0x34/0x88
[ 371.132189] handle_irq_event+0x40/0x120
[ 371.136234] handle_fasteoi_irq+0xcc/0x1a0
[ 371.140459] generic_handle_irq+0x24/0x38
[ 371.144594] __handle_domain_irq+0x60/0xb8
[ 371.148820] gic_handle_irq+0xc0/0x158
[ 371.152687] el1_irq+0xb8/0x140
[ 371.155927] arch_cpu_idle+0x10/0x18
[ 371.159615] do_idle+0x204/0x290
[ 371.162943] cpu_startup_entry+0x24/0x60
[ 371.166990] rest_init+0xb0/0xbc
[ 371.170322] arch_call_rest_init+0xc/0x14
[ 371.174458] start_kernel+0x404/0x430
Fixes:
|
||
Tiezhu Yang
|
8620d18575 |
test_kmod: avoid potential double free in trigger_config_run_type()
[ Upstream commit 0776d1231bec0c7ab43baf440a3f5ef5f49dd795 ]
Reset the member "test_fs" of the test configuration after a call of the
function "kfree_const" to a null pointer so that a double memory release
will not be performed.
Fixes:
|
||
Colin Ian King
|
3457ba1ace |
fs/ufs: avoid potential u32 multiplication overflow
[ Upstream commit 88b2e9b06381551b707d980627ad0591191f7a2d ]
The 64 bit ino is being compared to the product of two u32 values,
however, the multiplication is being performed using a 32 bit multiply so
there is a potential of an overflow. To be fully safe, cast uspi->s_ncg
to a u64 to ensure a 64 bit multiplication occurs to avoid any chance of
overflow.
Fixes:
|
||
Eric Biggers
|
ba40d33e36 |
fs/minix: remove expected error message in block_to_path()
[ Upstream commit f666f9fb9a36f1c833b9d18923572f0e4d304754 ]
When truncating a file to a size within the last allowed logical block,
block_to_path() is called with the *next* block. This exceeds the limit,
causing the "block %ld too big" error message to be printed.
This case isn't actually an error; there are just no more blocks past that
point. So, remove this error message.
Fixes:
|
||
Eric Biggers
|
d91005b645 |
fs/minix: fix block limit check for V1 filesystems
[ Upstream commit 0a12c4a8069607247cb8edc3b035a664e636fd9a ] The minix filesystem reads its maximum file size from its on-disk superblock. This value isn't necessarily a multiple of the block size. When it's not, the V1 block mapping code doesn't allow mapping the last possible block. Commit |
||
Eric Biggers
|
6def476496 |
fs/minix: set s_maxbytes correctly
[ Upstream commit 32ac86efff91a3e4ef8c3d1cadd4559e23c8e73a ]
The minix filesystem leaves super_block::s_maxbytes at MAX_NON_LFS rather
than setting it to the actual filesystem-specific limit. This is broken
because it means userspace doesn't see the standard behavior like getting
EFBIG and SIGXFSZ when exceeding the maximum file size.
Fix this by setting s_maxbytes correctly.
Fixes:
|
||
Jeffrey Mitchell
|
75cf7f895f |
nfs: Fix getxattr kernel panic and memory overflow
[ Upstream commit b4487b93545214a9db8cbf32e86411677b0cca21 ]
Move the buffer size check to decode_attr_security_label() before memcpy()
Only call memcpy() if the buffer is large enough
Fixes:
|
||
Wang Hai
|
d09d6dca89 |
net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init
[ Upstream commit 50caa777a3a24d7027748e96265728ce748b41ef ]
Fix the missing clk_disable_unprepare() before return
from emac_clks_phase1_init() in the error handling case.
Fixes:
|
||
Dan Carpenter
|
35b5e689ab |
drm/vmwgfx: Fix two list_for_each loop exit tests
[ Upstream commit 4437c1152ce0e57ab8f401aa696ea6291cc07ab1 ]
These if statements are supposed to be true if we ended the
list_for_each_entry() loops without hitting a break statement but they
don't work.
In the first loop, we increment "i" after the "if (i == unit)" condition
so we don't necessarily know that "i" is not equal to unit at the end of
the loop.
In the second loop we exit when mode is not pointing to a valid
drm_display_mode struct so it doesn't make sense to check "mode->type".
Fixes:
|
||
Dan Carpenter
|
95922cdab4 |
drm/vmwgfx: Use correct vmw_legacy_display_unit pointer
[ Upstream commit 1d2c0c565bc0da25f5e899a862fb58e612b222df ]
The "entry" pointer is an offset from the list head and it doesn't
point to a valid vmw_legacy_display_unit struct. Presumably the
intent was to point to the last entry.
Also the "i++" wasn't used so I have removed that as well.
Fixes:
|
||
Christophe Leroy
|
1d8dce52a0 |
recordmcount: Fix build failure on non arm64
[ Upstream commit 3df14264ad9930733a8166e5bd0eccc1727564bb ] Commit ea0eada45632 leads to the following build failure on powerpc: HOSTCC scripts/recordmcount scripts/recordmcount.c: In function 'arm64_is_fake_mcount': scripts/recordmcount.c:440: error: 'R_AARCH64_CALL26' undeclared (first use in this function) scripts/recordmcount.c:440: error: (Each undeclared identifier is reported only once scripts/recordmcount.c:440: error: for each function it appears in.) make[2]: *** [scripts/recordmcount] Error 1 Make sure R_AARCH64_CALL26 is always defined. Fixes: ea0eada45632 ("recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.") Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Acked-by: Gregory Herrero <gregory.herrero@oracle.com> Cc: Gregory Herrero <gregory.herrero@oracle.com> Link: https://lore.kernel.org/r/5ca1be21fa6ebf73203b45fd9aadd2bafb5e6b15.1597049145.git.christophe.leroy@csgroup.eu Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Sasha Levin <sashal@kernel.org> |
||
Colin Ian King
|
f41600c557 |
Input: sentelic - fix error return when fsp_reg_write fails
[ Upstream commit ea38f06e0291986eb93beb6d61fd413607a30ca4 ]
Currently when the call to fsp_reg_write fails -EIO is not being returned
because the count is being returned instead of the return value in retval.
Fix this by returning the value in retval instead of count.
Addresses-Coverity: ("Unused value")
Fixes:
|
||
Dilip Kota
|
8d7633b5af |
x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoC
[ Upstream commit 7d98585860d845e36ee612832a5ff021f201dbaf ]
Frequency descriptor of Lightning Mountain SoC doesn't have all the
frequency entries so resulting in the below failure causing a kernel hang:
Error MSR_FSB_FREQ index 15 is unknown
tsc: Fast TSC calibration failed
So, add all the frequency entries in the Lightning Mountain SoC frequency
descriptor.
Fixes:
|
||
Dan Carpenter
|
8645225c71 |
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
[ Upstream commit e8abe1de43dac658dacbd04a4543e0c988a8d386 ]
The error handling calls md_bitmap_free(bitmap) which checks for NULL
but will Oops if we pass an error pointer. Let's set "bitmap" to NULL
on this error path.
Fixes:
|
||
Krzysztof Sobota
|
3fcd24040f |
watchdog: initialize device before misc_register
[ Upstream commit cb36e29bb0e4b0c33c3d5866a0a4aebace4c99b7 ] When watchdog device is being registered, it calls misc_register that makes watchdog available for systemd to open. This is a data race scenario, because when device is open it may still have device struct not initialized - this in turn causes a crash. This patch moves device initialization before misc_register call and it solves the problem printed below. ------------[ cut here ]------------ WARNING: CPU: 3 PID: 1 at lib/kobject.c:612 kobject_get+0x50/0x54 kobject: '(null)' ((ptrval)): is not initialized, yet kobject_get() is being called. Modules linked in: k2_reset_status(O) davinci_wdt(+) sfn_platform_hwbcn(O) fsmddg_sfn(O) clk_misc_mmap(O) clk_sw_bcn(O) fsp_reset(O) cma_mod(O) slave_sup_notif(O) fpga_master(O) latency(O+) evnotify(O) enable_arm_pmu(O) xge(O) rio_mport_cdev br_netfilter bridge stp llc nvrd_checksum(O) ipv6 CPU: 3 PID: 1 Comm: systemd Tainted: G O 4.19.113-g2579778-fsm4_k2 #1 Hardware name: Keystone [<c02126c4>] (unwind_backtrace) from [<c020da94>] (show_stack+0x18/0x1c) [<c020da94>] (show_stack) from [<c07f87d8>] (dump_stack+0xb4/0xe8) [<c07f87d8>] (dump_stack) from [<c0221f70>] (__warn+0xfc/0x114) [<c0221f70>] (__warn) from [<c0221fd8>] (warn_slowpath_fmt+0x50/0x74) [<c0221fd8>] (warn_slowpath_fmt) from [<c07fd394>] (kobject_get+0x50/0x54) [<c07fd394>] (kobject_get) from [<c0602ce8>] (get_device+0x1c/0x24) [<c0602ce8>] (get_device) from [<c06961e0>] (watchdog_open+0x90/0xf0) [<c06961e0>] (watchdog_open) from [<c06001dc>] (misc_open+0x130/0x17c) [<c06001dc>] (misc_open) from [<c0388228>] (chrdev_open+0xec/0x1a8) [<c0388228>] (chrdev_open) from [<c037fa98>] (do_dentry_open+0x204/0x3cc) [<c037fa98>] (do_dentry_open) from [<c0391e2c>] (path_openat+0x330/0x1148) [<c0391e2c>] (path_openat) from [<c0394518>] (do_filp_open+0x78/0xec) [<c0394518>] (do_filp_open) from [<c0381100>] (do_sys_open+0x130/0x1f4) [<c0381100>] (do_sys_open) from [<c0201000>] (ret_fast_syscall+0x0/0x28) Exception stack(0xd2ceffa8 to 0xd2cefff0) ffa0: b6f69968 00000000 ffffff9c b6ebd210 000a0001 00000000 ffc0: b6f69968 00000000 00000000 00000142 fffffffd ffffffff 00b65530 bed7bb78 ffe0: 00000142 bed7ba70 b6cc2503 b6cc41d6 ---[ end trace 7b16eb105513974f ]--- ------------[ cut here ]------------ WARNING: CPU: 3 PID: 1 at lib/refcount.c:153 kobject_get+0x24/0x54 refcount_t: increment on 0; use-after-free. Modules linked in: k2_reset_status(O) davinci_wdt(+) sfn_platform_hwbcn(O) fsmddg_sfn(O) clk_misc_mmap(O) clk_sw_bcn(O) fsp_reset(O) cma_mod(O) slave_sup_notif(O) fpga_master(O) latency(O+) evnotify(O) enable_arm_pmu(O) xge(O) rio_mport_cdev br_netfilter bridge stp llc nvrd_checksum(O) ipv6 CPU: 3 PID: 1 Comm: systemd Tainted: G W O 4.19.113-g2579778-fsm4_k2 #1 Hardware name: Keystone [<c02126c4>] (unwind_backtrace) from [<c020da94>] (show_stack+0x18/0x1c) [<c020da94>] (show_stack) from [<c07f87d8>] (dump_stack+0xb4/0xe8) [<c07f87d8>] (dump_stack) from [<c0221f70>] (__warn+0xfc/0x114) [<c0221f70>] (__warn) from [<c0221fd8>] (warn_slowpath_fmt+0x50/0x74) [<c0221fd8>] (warn_slowpath_fmt) from [<c07fd368>] (kobject_get+0x24/0x54) [<c07fd368>] (kobject_get) from [<c0602ce8>] (get_device+0x1c/0x24) [<c0602ce8>] (get_device) from [<c06961e0>] (watchdog_open+0x90/0xf0) [<c06961e0>] (watchdog_open) from [<c06001dc>] (misc_open+0x130/0x17c) [<c06001dc>] (misc_open) from [<c0388228>] (chrdev_open+0xec/0x1a8) [<c0388228>] (chrdev_open) from [<c037fa98>] (do_dentry_open+0x204/0x3cc) [<c037fa98>] (do_dentry_open) from [<c0391e2c>] (path_openat+0x330/0x1148) [<c0391e2c>] (path_openat) from [<c0394518>] (do_filp_open+0x78/0xec) [<c0394518>] (do_filp_open) from [<c0381100>] (do_sys_open+0x130/0x1f4) [<c0381100>] (do_sys_open) from [<c0201000>] (ret_fast_syscall+0x0/0x28) Exception stack(0xd2ceffa8 to 0xd2cefff0) ffa0: b6f69968 00000000 ffffff9c b6ebd210 000a0001 00000000 ffc0: b6f69968 00000000 00000000 00000142 fffffffd ffffffff 00b65530 bed7bb78 ffe0: 00000142 bed7ba70 b6cc2503 b6cc41d6 ---[ end trace 7b16eb1055139750 ]--- Fixes: 72139dfa2464 ("watchdog: Fix the race between the release of watchdog_core_data and cdev") Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Alexander Sverdlin <alexander.sverdlin@nokia.com> Signed-off-by: Krzysztof Sobota <krzysztof.sobota@nokia.com> Link: https://lore.kernel.org/r/20200717103109.14660-1-krzysztof.sobota@nokia.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org> Signed-off-by: Sasha Levin <sashal@kernel.org> |
||
Scott Mayhew
|
9340d8bfec |
nfs: nfs_file_write() should check for writeback errors
[ Upstream commit ce368536dd614452407dc31e2449eb84681a06af ] The NFS_CONTEXT_ERROR_WRITE flag (as well as the check of said flag) was removed by commit |
||
Ewan D. Milne
|
da14c05ad8 |
scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetport
[ Upstream commit af6de8c60fe9433afa73cea6fcccdccd98ad3e5e ] We cannot wait on a completion object in the lpfc_nvme_targetport structure in the _destroy_targetport() code path because the NVMe/fc transport will free that structure immediately after the .targetport_delete() callback. This results in a use-after-free, and a crash if slub_debug=FZPU is enabled. An earlier fix put put the completion on the stack, but commit |
||
Stafford Horne
|
c9220ff3b9 |
openrisc: Fix oops caused when dumping stack
[ Upstream commit 57b8e277c33620e115633cdf700a260b55095460 ]
When dumping a stack with 'cat /proc/#/stack' the kernel would oops.
For example:
# cat /proc/690/stack
Unable to handle kernel access
at virtual address 0x7fc60f58
Oops#: 0000
CPU #: 0
PC: c00097fc SR: 0000807f SP: d6f09b9c
GPR00: 00000000 GPR01: d6f09b9c GPR02: d6f09bb8 GPR03: d6f09bc4
GPR04: 7fc60f5c GPR05: c00099b4 GPR06: 00000000 GPR07: d6f09ba3
GPR08: ffffff00 GPR09: c0009804 GPR10: d6f08000 GPR11: 00000000
GPR12: ffffe000 GPR13: dbb86000 GPR14: 00000001 GPR15: dbb86250
GPR16: 7fc60f63 GPR17: 00000f5c GPR18: d6f09bc4 GPR19: 00000000
GPR20: c00099b4 GPR21: ffffffc0 GPR22: 00000000 GPR23: 00000000
GPR24: 00000001 GPR25: 000002c6 GPR26: d78b6850 GPR27: 00000001
GPR28: 00000000 GPR29: dbb86000 GPR30: ffffffff GPR31: dbb862fc
RES: 00000000 oGPR11: ffffffff
Process cat (pid: 702, stackpage=d79d6000)
Stack:
Call trace:
[<598977f2>] save_stack_trace_tsk+0x40/0x74
[<95063f0e>] stack_trace_save_tsk+0x44/0x58
[<b557bfdd>] proc_pid_stack+0xd0/0x13c
[<a2df8eda>] proc_single_show+0x6c/0xf0
[<e5a737b7>] seq_read+0x1b4/0x688
[<2d6c7480>] do_iter_read+0x208/0x248
[<2182a2fb>] vfs_readv+0x64/0x90
This was caused by the stack trace code in save_stack_trace_tsk using
the wrong stack pointer. It was using the user stack pointer instead of
the kernel stack pointer. Fix this by using the right stack.
Also for good measure we add try_get_task_stack/put_task_stack to ensure
the task is not lost while we are walking it's stack.
Fixes:
|