Summary: | MFC r342182 breaks loading /boot/kernel/radeonkms.ko on 12-STABLE | ||
---|---|---|---|
Product: | Base System | Reporter: | Marek Zarychta <zarychtam> |
Component: | kern | Assignee: | Mark Johnston <markj> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | markj |
Priority: | --- | Keywords: | regression |
Version: | 12.0-STABLE | ||
Hardware: | arm64 | ||
OS: | Any |
Description
Marek Zarychta
2019-01-07 20:48:49 UTC
Sorry about that, looking now. It should be possible to load the module if you compile with COMPAT_FREEBSD32. Clearly I did not test that case properly. (In reply to Mark Johnston from comment #1) Err, compile *without* COMPAT_FREEBSD32. (In reply to Mark Johnston from comment #3) Patch proposed in D18778 resolves this issue. Thank you for the quick fix. A commit references this bug: Author: markj Date: Wed Jan 9 17:23:09 UTC 2019 New revision: 342888 URL: https://svnweb.freebsd.org/changeset/base/342888 Log: Complete the removal of obsolete ioctl handlers. PR: 234706 Reviewed by: imp MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D18778 Changes: head/sys/dev/drm2/radeon/radeon_drv.c head/sys/dev/drm2/radeon/radeon_drv.h A commit references this bug: Author: markj Date: Sat Jan 12 16:58:33 UTC 2019 New revision: 342969 URL: https://svnweb.freebsd.org/changeset/base/342969 Log: MFC r342888: Complete the removal of obsolete ioctl handlers. PR: 234706 Changes: _U stable/11/ stable/11/sys/dev/drm2/radeon/radeon_drv.c stable/11/sys/dev/drm2/radeon/radeon_drv.h _U stable/12/ stable/12/sys/dev/drm2/radeon/radeon_drv.c stable/12/sys/dev/drm2/radeon/radeon_drv.h |