Page MenuHomeFreeBSD

Fix assert check for SV_DSO_SIG in exec_sysvec_init_secondary
ClosedPublic

Authored by jhibbits on Dec 9 2021, 3:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 4:58 AM
Unknown Object (File)
Nov 22 2024, 5:26 PM
Unknown Object (File)
Oct 18 2024, 6:45 PM
Unknown Object (File)
Sep 16 2024, 6:29 PM
Unknown Object (File)
Sep 13 2024, 3:52 AM
Unknown Object (File)
Sep 2 2024, 3:02 PM
Unknown Object (File)
Aug 31 2024, 6:10 PM
Unknown Object (File)
Jul 17 2024, 3:47 PM
Subscribers

Details

Summary

The only requirement for SV_DSO_SIG here is that the flags match between the source and target sysentvec.

The current assertion is too strict, and fails on powerpc64, causing a kernel panic. powerpc64 is the only other architecture to call exec_sysvec_init_secondary().

Diff Detail

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