Bug 247112 - linuxkpi: regression, can't load radeonkms
Summary: linuxkpi: regression, can't load radeonkms
Status: Closed Not A Bug
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: powerpc Any
: --- Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2020-06-09 13:53 UTC by Piotr Kubaj
Modified: 2020-06-11 23:38 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2020-06-09 13:53:43 UTC
After linuxkpi updates last week, I'm unable to load radeonkms. I'm on r361749. drm-current-kmod is at version 5.2.g20200602. I could successfully load 5.2.g20200601 with previous linuxkpi build and between 5.2.g20200601 and 5.2.g20200602 there were no changes relevant to this issue.

I use powerpc64 architecture. The error I get is:
root@talos:~ # kldload radeonkms
link_elf: symbol drm_vblank_offdelay undefined
KLD radeonkms.ko: depends on drmn - not available or version mismatch
kldload: can't load radeonkms: No such file or directory
Comment 1 Hans Petter Selasky freebsd_committer freebsd_triage 2020-06-09 14:14:43 UTC
This is Manu's table (CC'ed). Should hopefully be easy to fix.
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2020-06-11 23:38:10 UTC
Turned out to be a drm-devel-kmod bug after all.