blktap-dkms links to missing symbols in kernel 3.5
Bug #1028135 reported by
Mike McClurg
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
XCP |
Fix Committed
|
Critical
|
Mike McClurg | ||
blktap-dkms (Ubuntu) |
Fix Released
|
Critical
|
Mike McClurg |
Bug Description
The blktap-dkms kernel module links to two symbols which were removed from the 3.5 kernel tree. dmesg shows the following:
$ dmesg | grep blktap
[ 18.067395] blktap: Unknown symbol do_munmap (err 0)
[ 18.067478] blktap: Unknown symbol do_mmap_pgoff (err 0)
It seems that the new functions are called vm_munmap and vm_mmap_pgoff.
This bug prevents the blktap kernel module from loading, and in turn prevents xcp-xapi from starting at all.
Related branches
Changed in xcp: | |
assignee: | nobody → Mike McClurg (mike-mcclurg) |
importance: | Undecided → Critical |
Changed in blktap-dkms (Ubuntu): | |
importance: | Undecided → Critical |
To post a comment you must log in.
Marking confirmed.