Page MenuHomeFreeBSD

tcp: unloading a module that is set to default should error.
ClosedPublic

Authored by rrs on Dec 2 2021, 7:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 13 2024, 9:10 PM
Unknown Object (File)
Mar 7 2024, 8:12 PM
Unknown Object (File)
Jan 31 2024, 2:47 AM
Unknown Object (File)
Jan 14 2024, 10:44 PM
Unknown Object (File)
Dec 20 2023, 6:56 AM
Unknown Object (File)
Oct 26 2023, 3:34 AM
Unknown Object (File)
Aug 22 2023, 4:01 AM
Unknown Object (File)
Aug 8 2023, 1:06 AM

Details

Summary

I just discovered that the return of the EBUSY error was incorrectly
rigged so that you could unload a CC module that was set to default.
Its supposed to be an EBUSY error. Make it so.

Test Plan

make sure that after loading a module and setting it
to default that we get a EBUSY return on unload. And if
you remove the default then the module unload works.

Diff Detail

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