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)
Feb 16 2024, 6:57 AM
Unknown Object (File)
Jan 27 2024, 2:36 PM
Unknown Object (File)
Dec 10 2023, 6:29 PM
Unknown Object (File)
Dec 10 2023, 3:11 AM
Unknown Object (File)
Dec 8 2023, 3:23 PM
Unknown Object (File)
Oct 26 2023, 10:49 PM
Unknown Object (File)
Oct 10 2023, 6:32 PM
Unknown Object (File)
Sep 13 2023, 10:23 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.