Page MenuHomeFreeBSD

libdtrace: embed kernel bootfile in dtrace_hdl_t
AbandonedPublic

Authored by christos on Mar 3 2023, 4:18 PM.
Tags
Referenced Files
Unknown Object (File)
Wed, Jun 18, 9:03 AM
Unknown Object (File)
Tue, Jun 17, 6:59 PM
Unknown Object (File)
May 20 2025, 2:52 PM
Unknown Object (File)
Apr 20 2025, 10:54 PM
Unknown Object (File)
Apr 20 2025, 10:19 PM
Unknown Object (File)
Apr 20 2025, 10:15 PM
Unknown Object (File)
Apr 20 2025, 9:38 PM
Unknown Object (File)
Apr 20 2025, 9:31 PM
Subscribers

Details

Reviewers
markj
gnn

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

markj added inline comments.
cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c
1320

Let's make the fallback value "/boot/kernel/kernel" rather than "kernel". The code below won't notice the difference, and that's better for other consumers which might expect an absolute path.

This revision is now accepted and ready to land.Mar 3 2023, 4:21 PM
christos marked an inline comment as done.
This revision now requires review to proceed.Mar 3 2023, 4:23 PM
This revision is now accepted and ready to land.Mar 8 2023, 3:23 PM

Since D38825 doesn't need this patch anymore, is this needed?

Since D38825 doesn't need this patch anymore, is this needed?

I think we can drop this one, indeed.