Page MenuHomeFreeBSD

Clear CPL_GET_TCB_RPL handler on module unload.
ClosedPublic

Authored by jhb on Apr 9 2020, 11:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 10:32 PM
Unknown Object (File)
Sat, Apr 27, 10:32 PM
Unknown Object (File)
Sat, Apr 27, 10:31 PM
Unknown Object (File)
Sat, Apr 27, 7:34 PM
Unknown Object (File)
Mar 29 2024, 5:23 AM
Unknown Object (File)
Dec 20 2023, 6:59 AM
Unknown Object (File)
Nov 15 2023, 9:05 AM
Unknown Object (File)
Nov 9 2023, 5:06 AM
Subscribers

Details

Summary

This fixes a panic when unloading and reloading t4_tom.ko since the
old pointer is still stored when t4_tom_load tries to set it.

Test Plan
  • kldunload t4_tom / kldload t4_tom

Diff Detail

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