Page MenuHomeFreeBSD

tests: Test that SIGSYS is not delivered if kern.signosys knob is off
ClosedPublic

Authored by dchagin on Sep 25 2023, 6:39 PM.
Tags
None
Referenced Files
F132136991: D41979.id127892.diff
Tue, Oct 14, 2:18 AM
F132098927: D41979.id127905.diff
Mon, Oct 13, 4:32 PM
F132098926: D41979.id128150.diff
Mon, Oct 13, 4:32 PM
F132098924: D41979.id127892.diff
Mon, Oct 13, 4:32 PM
F132098921: D41979.id127824.diff
Mon, Oct 13, 4:32 PM
F132098918: D41979.id127800.diff
Mon, Oct 13, 4:32 PM
F132098917: D41979.id.diff
Mon, Oct 13, 4:32 PM
F132098914: D41979.id127820.diff
Mon, Oct 13, 4:32 PM
Subscribers

Diff Detail

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

Event Timeline

dchagin retitled this revision from tests: Add test for SIGSYS to tests: Test that SIGSYS is not delivered if kern.signosys knob is off.Sep 26 2023, 1:13 PM

Use allow_sysctl_side_effects

tests/sys/kern/sigsys.c
43

Why not just pass the expected value as a parameter to sigsys_test()?

90
dchagin added inline comments.
tests/sys/kern/sigsys.c
43

Why not just pass the expected value as a parameter to sigsys_test()?

Hmm, brought it back, indeed

This revision is now accepted and ready to land.Sep 28 2023, 2:11 PM