Page MenuHomeFreeBSD

Remove PROC_CHECK_PRIV macro from sys_process.c
ClosedPublic

Authored by sjg on May 7 2026, 1:27 AM.
Tags
None
Referenced Files
F164601356: D56864.diff
Sun, Aug 2, 7:58 AM
F164563674: D56864.diff
Sun, Aug 2, 2:58 AM
Unknown Object (File)
Thu, Jul 30, 11:03 PM
Unknown Object (File)
Wed, Jul 29, 10:06 AM
Unknown Object (File)
Tue, Jul 28, 1:16 PM
Unknown Object (File)
Mon, Jul 27, 11:35 PM
Unknown Object (File)
Mon, Jul 27, 3:00 PM
Unknown Object (File)
Mon, Jul 27, 12:34 PM
Subscribers

Details

Summary

Just put the priv_check calls in the code.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72869
Build 69752: arc lint + arc unit

Event Timeline

sjg requested review of this revision.May 7 2026, 1:27 AM
kib added inline comments.
sys/kern/sys_process.c
115

error is not boolean, style(9) suggests the explicit check

This revision is now accepted and ready to land.May 7 2026, 1:43 AM
This revision now requires review to proceed.May 7 2026, 3:15 AM
sjg marked an inline comment as done.May 7 2026, 3:47 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 7 2026, 3:49 AM
This revision was automatically updated to reflect the committed changes.