Skip to content

Implement BPF_MAP_TYPE_TASK_STORAGE on kernel side.#1485

Draft
sugarraysam wants to merge 1 commit intoaya-rs:mainfrom
sugarraysam:kernel-map-task-storage
Draft

Implement BPF_MAP_TYPE_TASK_STORAGE on kernel side.#1485
sugarraysam wants to merge 1 commit intoaya-rs:mainfrom
sugarraysam:kernel-map-task-storage

Conversation

@sugarraysam
Copy link

@sugarraysam sugarraysam commented Feb 22, 2026

As titled. Kernel side of #203

Will wait for #1161 to land so we can complete the integration test. Mostly copied the sk_storage type, and only adding support for #[btf_map] assuming this is the way going forward for BPF.

Regen public API files /w ❯ cargo xtask public-api --bless


This change is Reviewable

@netlify
Copy link

netlify bot commented Feb 22, 2026

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 11ebe91
🔍 Latest deploy log https://app.netlify.com/projects/aya-rs-docs/deploys/699b5a7efb882a0008a50c66
😎 Deploy Preview https://deploy-preview-1485--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sugarraysam sugarraysam force-pushed the kernel-map-task-storage branch from 36372c2 to 34a8fda Compare February 22, 2026 19:05
@@ -0,0 +1,59 @@
#![no_std]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this program for now, will modify it in due time.

@sugarraysam sugarraysam force-pushed the kernel-map-task-storage branch from 34a8fda to 11ebe91 Compare February 22, 2026 19:35
@sugarraysam sugarraysam marked this pull request as draft February 22, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant