Page MenuHomeFreeBSD

Fix an issue in r338862.
ClosedPublic

Authored by kib on Sep 25 2018, 5:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 12:10 PM
Unknown Object (File)
Wed, Nov 5, 12:43 AM
Unknown Object (File)
Wed, Nov 5, 12:39 AM
Unknown Object (File)
Wed, Nov 5, 12:35 AM
Unknown Object (File)
Wed, Nov 5, 12:34 AM
Unknown Object (File)
Thu, Oct 30, 5:47 PM
Unknown Object (File)
Sun, Oct 26, 10:43 AM
Unknown Object (File)
Oct 19 2025, 12:40 AM
Subscribers

Details

Summary

For pmap_invalidate_all_pcid(), only reset pm_gen for non-kernel pmaps, as it was done before the conversion to ifuncs. The reset is useless but innocent for kernel_pmap. Coverity reported that cpuid is used uninitialized in this case.

Reported by: cem
CID: 1395807

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable