Page MenuHomeFreeBSD

hwpmc: on process exit, ensure that the owned log is closed
ClosedPublic

Authored by kib on Aug 21 2023, 10:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 18, 7:27 PM
Unknown Object (File)
Sun, Oct 13, 2:40 AM
Unknown Object (File)
Sun, Oct 13, 2:11 AM
Unknown Object (File)
Sun, Oct 13, 2:11 AM
Unknown Object (File)
Sun, Oct 13, 2:11 AM
Unknown Object (File)
Oct 7 2024, 2:55 AM
Unknown Object (File)
Oct 2 2024, 12:30 PM
Unknown Object (File)
Oct 2 2024, 12:25 PM
Subscribers

Diff Detail

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

Event Timeline

kib requested review of this revision.Aug 21 2023, 10:36 AM
sys/dev/hwpmc/hwpmc_mod.c
5119

Doesn't this need to be conditional on (po->po_flags & PMC_PO_OWNS_LOGFILE) != 0?

kib marked an inline comment as done.

Check PMC_PO_OWNS_LOGFILE

This revision is now accepted and ready to land.Aug 21 2023, 1:23 PM