Dtrace for Linux
gnu.wildebeest.org
Dtrace for Linux
1–10 of 108 posts
Re: Dtrace for Linux
#2Re: Dtrace for Linux
#3Even better yet, a new OpenSolaris under GPL instead of CDDL.
Re: Dtrace for Linux
#4For me personally I like the idea of being able to use my DTrace skills (which I gained on FreeBSD and SmartOS) on Linux!
Re: Dtrace for Linux
#5I had somehow missed this; this is excellent news! The Oracle port of DTrace to Linux is (far and away) the most complete port; Kris van Hees and team did a very thorough job[1], and I'm elated (and honestly, surprised) that they somehow prevailed on Oracle to do the right thing here! [1] https://www.youtube.com/watch?v=NElog3MvUC8
Re: Dtrace for Linux
#6I had somehow missed this; this is excellent news! The Oracle port of DTrace to Linux is (far and away) the most complete port; Kris van Hees and team did a very thorough job[1], and I'm elated (and honestly, surprised) that they somehow prevailed on Oracle to do the right thing here! [1] https://www.youtube.com/watch?v=NElog3MvUC8
If ZFS were also relicensed, would Illumos be able to relicense OpenZFS as well, even with the divergence?
Re: Dtrace for Linux
#7I had somehow missed this; this is excellent news! The Oracle port of DTrace to Linux is (far and away) the most complete port; Kris van Hees and team did a very thorough job[1], and I'm elated (and honestly, surprised) that they somehow prevailed on Oracle to do the right thing here! [1] https://www.youtube.com/watch?v=NElog3MvUC8
If ZFS were also relicensed, would Illumos be able to relicense OpenZFS as well, even with the divergence?
Re: Dtrace for Linux
#8I had somehow missed this; this is excellent news! The Oracle port of DTrace to Linux is (far and away) the most complete port; Kris van Hees and team did a very thorough job[1], and I'm elated (and honestly, surprised) that they somehow prevailed on Oracle to do the right thing here! [1] https://www.youtube.com/watch?v=NElog3MvUC8
If ZFS were also relicensed, would Illumos be able to relicense OpenZFS as well, even with the divergence?
Perhaps it could be dual-licensed, not sure, but that would be bad for FreeBSD as well. If it would be integrated into the mainline Linux kernel, I don't believe FreeBSD could merge back subsequent ZFS changes done on the Linux side.
If OpenZFS were relincensed and developed outside the mainline Linux tree (as it is now), FreeBSD would be able to get all changes, but it would still be annoying to actually use ZFS in Linux for the same reason it is annoying to use it now, even though the legal uncertainties would disappear.
Re: Dtrace for Linux
#9The only hope for DTrace is to have the frontend emit BPF bytecode. The bulk of this GPL DTrace code is no longer needed, only the user-level front end.
Re: Dtrace for Linux
#10Earlier quoted context omitted.
If ZFS were also relicensed, would Illumos be able to relicense OpenZFS as well, even with the divergence?
OpenZFS can't be relicensed as GPL since FreeBSD won't be able to use it. Perhaps it could be dual-licensed, not sure, but that would be bad for FreeBSD as well. If it would be integrated into the mainline Linux kernel, I don't believe FreeBSD could merge back subsequent ZFS changes done on the Linux side. If OpenZFS were relincensed and developed outside the mainline Linux tree (as it is now), FreeBSD would be able…