Bug 242771

Summary: symbol uart_cpu_acpi_spcr undefined KLD file uart.ko
Product: Base System Reporter: emss
Component: kernAssignee: Mark Johnston <markj>
Status: Closed FIXED    
Severity: Affects Only Me CC: markj
Priority: ---    
Version: 12.1-RELEASE   
Hardware: amd64   
OS: Any   

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