Releases: multikernel/kernelscript
Releases · multikernel/kernelscript
KernelScript 0.1.0
What's Changed
- kernelscript: add a little detailed instructions by @jbrandeb in #4
- Fix try/catch control flow in eBPF and missing catch body in userspace by @SiyuanSun0736 in #11
- fix: correct pinned maps handling and implement missing userspace setup by @SiyuanSun0736 in #13
- Auto-deref map access in assignments and Add Forward Declarations by @SiyuanSun0736 in #14
- fix: ensure eBPF verifier compliance by adding explicit fallback returns after tail calls by @SiyuanSun0736 in #16
- feat: improve struct_ops codegen lifecycle and test coverage by @SiyuanSun0736 in #17
- Add
if (var x = expr)andmap[k].field op= rhsby @congwang-mk in #19 - Add
@perf_eventprogram type with full attach/detach/count support by @SiyuanSun0736 in #18
New Contributors
- @jbrandeb made their first contribution in #4
- @SiyuanSun0736 made their first contribution in #11
- @congwang-mk made their first contribution in #19
Full Changelog: https://github.com/multikernel/kernelscript/commits/v0.1.0