Page MenuHomeFreeBSD

Retire NOTE_PDATAMASK and NOTE_PCTRLMASK.
Needs ReviewPublic

Authored by jhb on Sep 18 2017, 11:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 1:56 AM
Unknown Object (File)
Feb 15 2024, 10:31 AM
Unknown Object (File)
Dec 22 2023, 1:40 AM
Unknown Object (File)
Dec 20 2023, 4:28 AM
Unknown Object (File)
Nov 22 2023, 12:32 AM
Unknown Object (File)
Sep 1 2023, 4:51 PM
Unknown Object (File)
Aug 31 2023, 5:42 AM
Unknown Object (File)
Jul 9 2023, 10:42 PM
Subscribers
None

Details

Reviewers
kib
Summary

Process events no longer store pids in the low bits of the hint, so
these masks are no longer correct or necessary.

Test Plan
  • compiled and booted ok in a VM

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11699
Build 12045: arc lint + arc unit

Event Timeline

kib added inline comments.
sys/kern/kern_event.c
490–491

Be stylish there, if ((kn->kn_sfflags & hint)) != 0)

sys/kern/sys_procdesc.c
478–479

And there.

This revision is now accepted and ready to land.Sep 19 2017, 8:08 AM
This revision now requires review to proceed.Sep 22 2017, 6:04 PM