Page MenuHomeFreeBSD

libpmcstat: fix pmcstat -G on recent -CURRENT w/ drm-kmod
ClosedPublic

Authored by kevans on Apr 29 2023, 3:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 31, 5:38 AM
Unknown Object (File)
Thu, Jul 30, 6:11 PM
Unknown Object (File)
Wed, Jul 29, 2:04 PM
Unknown Object (File)
Tue, Jul 28, 2:17 PM
Unknown Object (File)
Mon, Jul 27, 11:49 AM
Unknown Object (File)
Mon, Jul 27, 10:13 AM
Unknown Object (File)
Jun 20 2026, 6:45 AM
Unknown Object (File)
May 10 2026, 1:08 PM
Subscribers

Details

Summary

The linuxkpi_gplv2.ko module on recent -CURRENT has absolutely no .text
contents, but it's still loaded. Instead of hitting the later assertion
because 0 is not less than 0, we can just skip this image as we should
not have any samples from it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable