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
F107282180: D41979.diff
Sat, Jan 11, 10:54 PM
F107279281: D41979.id127800.diff
Sat, Jan 11, 9:40 PM
Unknown Object (File)
Nov 25 2024, 5:39 PM
Unknown Object (File)
Nov 6 2024, 12:26 AM
Unknown Object (File)
Oct 7 2024, 8:51 AM
Unknown Object (File)
Oct 2 2024, 7:09 AM
Unknown Object (File)
Sep 24 2024, 8:20 AM
Unknown Object (File)
Sep 18 2024, 10:45 AM
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