Page MenuHomeFreeBSD

kinfo_vmentry: report posix shm and path
ClosedPublic

Authored by kib on Oct 7 2024, 8:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 24, 7:56 AM
Unknown Object (File)
Tue, Jul 22, 10:02 PM
Unknown Object (File)
Mon, Jul 14, 12:41 AM
Unknown Object (File)
Fri, Jul 4, 5:10 PM
Unknown Object (File)
Fri, Jul 4, 8:07 AM
Unknown Object (File)
Jun 23 2025, 10:24 AM
Unknown Object (File)
Jun 21 2025, 5:20 PM
Unknown Object (File)
Jun 17 2025, 9:57 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kib requested review of this revision.Oct 7 2024, 8:32 AM
sys/kern/uipc_shm.c
952

Why can't we use obj->handle rather than adding this new field? Looks like it is currently NULL for all POSIX shm objects.

2242

Extra newline.

kib marked 2 inline comments as done.Oct 8 2024, 12:30 PM
kib added inline comments.
sys/kern/uipc_shm.c
952

Phys pager assumes that the object with a handle is on list. Fighting with it is IMO not worth it, the new field is in union' free space.

kib marked an inline comment as done.Oct 8 2024, 12:32 PM
This revision is now accepted and ready to land.Oct 8 2024, 12:36 PM