FS#62646 - Wrong vermagic for vfs_monitor module

Attached to Project: Community Packages
Opened by Honório Gomes (hgunicamp) - Thursday, 16 May 2019, 02:21 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 16 May 2019, 20:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After updating to kernel 5.1.2-arch1-1-ARCH, the "systemd-modules-load.service" starting to fail on boot.
Checking the dmesg output I realized a complaint when trying to load the "vfs_monitor" module.
Checking the modinfo output I got:

###################################################################################
modinfo vfs_monitor
filename: /lib/modules/5.1.2-arch1-1-ARCH/extramodules/vfs_monitor.ko.gz
description: VFS change monitor
author: Raphael
license: GPL
srcversion: 58F4E529BBD74FF411266B5
depends:
retpoline: Y
name: vfs_monitor
vermagic: 5.1.1-arch1-1-ARCH SMP preempt mod_unload
parm: hour_shift:hour shift for displaying /proc/vfs_changes line item time (int)
parm: merge_actions:merge actions to minimize data transfer and fs tree change (int)
###################################################################################

We can see that the vermagic of the module is 5.1.1-arch1-1-ARCH when it should be 5.1.2-arch1-1-ARCH

Then I rebuilt the "deepin-anything-arch" and everything started to work properly.

After rebuilding:
###################################################################################
modinfo vfs_monitor  1 ↵  1020  23:01:36
filename: /lib/modules/5.1.2-arch1-1-ARCH/extramodules/vfs_monitor.ko.gz
description: VFS change monitor
author: Raphael
license: GPL
srcversion: 58F4E529BBD74FF411266B5
depends:
retpoline: Y
name: vfs_monitor
vermagic: 5.1.2-arch1-1-ARCH SMP preempt mod_unload
parm: hour_shift:hour shift for displaying /proc/vfs_changes line item time (int)
parm: merge_actions:merge actions to minimize data transfer and fs tree change (int)
###################################################################################

Additional info:
* package version(s) deepin-anything-arch 0.0.9-2
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 16 May 2019, 20:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.0.9-3
Comment by Felix Yan (felixonmars) - Thursday, 16 May 2019, 20:05 GMT
Sorry for the trouble. Not sure what I did wrong in last rebuild...

Should have been fixed in 0.0.9-3

Loading...