Page MenuHomeFreeBSD

hwpmc_armv7: plug memory leak
ClosedPublic

Authored by mhorne on Aug 1 2023, 4:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 5:14 AM
Unknown Object (File)
Apr 16 2024, 7:49 AM
Unknown Object (File)
Feb 11 2024, 2:30 PM
Unknown Object (File)
Dec 31 2023, 5:04 AM
Unknown Object (File)
Dec 27 2023, 12:31 PM
Unknown Object (File)
Dec 27 2023, 6:38 AM
Unknown Object (File)
Dec 22 2023, 10:26 PM
Unknown Object (File)
Dec 11 2023, 6:26 AM
Subscribers

Details

Summary

Free allocated per-CPU structures in the pcpu_fini and finalize methods.

While here, add debug trace entries to these methods.

Diff Detail

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

Event Timeline

mhorne requested review of this revision.Aug 1 2023, 4:22 PM

Adjust order of operations.

This revision is now accepted and ready to land.Aug 1 2023, 7:50 PM
This revision was automatically updated to reflect the committed changes.