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, Apr 21, 12:35 AM
Unknown Object (File)
Mon, Apr 20, 1:22 AM
Unknown Object (File)
Thu, Apr 16, 12:52 PM
Unknown Object (File)
Wed, Apr 15, 7:41 AM
Unknown Object (File)
Tue, Apr 14, 1:10 PM
Unknown Object (File)
Mon, Apr 13, 2:03 AM
Unknown Object (File)
Sat, Apr 11, 10:53 PM
Unknown Object (File)
Sat, Apr 11, 8:34 PM
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