Bug 242771 - symbol uart_cpu_acpi_spcr undefined KLD file uart.ko
Summary: symbol uart_cpu_acpi_spcr undefined KLD file uart.ko
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 12.1-RELEASE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-21 15:47 UTC by emss
Modified: 2019-12-29 13:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description emss 2019-12-21 15:47:36 UTC
Hi,

Trying to load uart.ko on a 12.1-STABLE MINIMAL kernel ends in the following message :
link_elf_obj: symbol uart_cpu_acpi_spcr undefined
KLD file uart.ko - could not finalize loading

Seems to be related to
https://reviews.freebsd.org/D20357

Regards

Éric Masson
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-12-22 22:10:24 UTC
A commit references this bug:

Author: markj
Date: Sun Dec 22 22:10:21 UTC 2019
New revision: 356030
URL: https://svnweb.freebsd.org/changeset/base/356030

Log:
  Compile uart_cpu_acpi.c, added in r348195, into uart.ko.

  PR:		242771
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/sys/modules/uart/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-12-25 05:52:05 UTC
A commit references this bug:

Author: markj
Date: Wed Dec 25 05:51:47 UTC 2019
New revision: 356068
URL: https://svnweb.freebsd.org/changeset/base/356068

Log:
  MFC r356030:
  Compile uart_cpu_acpi.c, added in r348195, into uart.ko.

  PR:	242771

Changes:
_U  stable/12/
  stable/12/sys/modules/uart/Makefile
Comment 3 emss 2019-12-29 13:14:56 UTC
Hi Mark,

Thanks for the fix.

Regards