Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
openanolis
/
lua-lsm-kernel
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
8
Code
Issues
0
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
lua-lsm: support loadable API producers
- #26
#26
Open
chenzongyao200127
wants to merge 23 commits into
openanolis:lua-lsm
openanolis/lua-lsm-kernel:lua-lsm
from
chenzongyao200127:lua-lsm-per-lib-ko
chenzongyao200127/lua-lsm-kernel:lua-lsm-per-lib-ko
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
lua-lsm: support loadable API producers
#26
chenzongyao200127
wants to merge 23 commits into
openanolis:lua-lsm
openanolis/lua-lsm-kernel:lua-lsm
from
chenzongyao200127:lua-lsm-per-lib-ko
chenzongyao200127/lua-lsm-kernel:lua-lsm-per-lib-ko
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2026
lua-lsm: export helpers for API producer modules
Show description for 0a88b51
chenzongyao200127
committed
0a88b51
View commit details
Copy full SHA for 0a88b51
Browse repository at this point
lua-lsm: add API library registration ABI
Show description for 9ae24b6
chenzongyao200127
committed
9ae24b6
View commit details
Copy full SHA for 9ae24b6
Browse repository at this point
Commits on Jun 17, 2026
lua-lsm: add API library metatable installer
Show description for c393f96
chenzongyao200127
committed
c393f96
View commit details
Copy full SHA for c393f96
Browse repository at this point
lua-lsm: add API library registry implementation
Show description for 0b19786
chenzongyao200127
committed
0b19786
View commit details
Copy full SHA for 0b19786
Browse repository at this point
lua-lsm: wire core to API library registry
Show description for 25174da
chenzongyao200127
committed
25174da
View commit details
Copy full SHA for 25174da
Browse repository at this point
lua-lsm: convert kernel API library to producer
Show description for 47947fe
chenzongyao200127
committed
47947fe
View commit details
Copy full SHA for 47947fe
Browse repository at this point
lua-lsm: convert fs API library to producer
Show description for ac6a60b
chenzongyao200127
committed
ac6a60b
View commit details
Copy full SHA for ac6a60b
Browse repository at this point
lua-lsm: convert net API library to producer
Show description for 13afd8a
chenzongyao200127
committed
13afd8a
View commit details
Copy full SHA for 13afd8a
Browse repository at this point
lua-lsm: convert errno API library to producer
Show description for 623d516
chenzongyao200127
committed
623d516
View commit details
Copy full SHA for 623d516
Browse repository at this point
lua-lsm: convert capability API library to producer
Show description for c7fd04e
chenzongyao200127
committed
c7fd04e
View commit details
Copy full SHA for c7fd04e
Browse repository at this point
lua-lsm: convert signal API library to producer
Show description for d3f7d24
chenzongyao200127
committed
d3f7d24
View commit details
Copy full SHA for d3f7d24
Browse repository at this point
docs: document lua-lsm API library registration
Show description for a7e7aa9
chenzongyao200127
committed
a7e7aa9
View commit details
Copy full SHA for a7e7aa9
Browse repository at this point
lua-lsm: decrement nloaded on every VM destruction
Show description for 398cb45
chenzongyao200127
committed
398cb45
View commit details
Copy full SHA for 398cb45
Browse repository at this point
lua-lsm: exempt built-in producers from the lockdown gate
Show description for a7fc1b2
chenzongyao200127
committed
a7fc1b2
View commit details
Copy full SHA for a7fc1b2
Browse repository at this point
lua-lsm: rename lvm_state_from_lua_state helper
Show description for ad49323
chenzongyao200127
committed
ad49323
View commit details
Copy full SHA for ad49323
Browse repository at this point
lua-lsm: rename loaded-module put helper
Show description for 19eb0b1
chenzongyao200127
committed
19eb0b1
View commit details
Copy full SHA for 19eb0b1
Browse repository at this point
lua-lsm: clarify lvm state ownership cleanup
Show description for 36786cf
chenzongyao200127
committed
36786cf
View commit details
Copy full SHA for 36786cf
Browse repository at this point
lua-lsm: require module signatures for signed API gate
Show description for cb0869a
chenzongyao200127
committed
cb0869a
View commit details
Copy full SHA for cb0869a
Browse repository at this point
lua-lsm: stamp replayed API library VMs
Show description for f7120eb
chenzongyao200127
committed
f7120eb
View commit details
Copy full SHA for f7120eb
Browse repository at this point
lua-lsm: rebuild stale task VMs on demand
Show description for a8d32f8
chenzongyao200127
committed
a8d32f8
View commit details
Copy full SHA for a8d32f8
Browse repository at this point
docs: document out-of-tree Lua API producers
Show description for 601cdce
chenzongyao200127
committed
601cdce
View commit details
Copy full SHA for 601cdce
Browse repository at this point
lua-lsm: expose API library registry in securityfs
Show description for d0350cc
chenzongyao200127
committed
d0350cc
View commit details
Copy full SHA for d0350cc
Browse repository at this point
Commits on Jul 7, 2026
lua-lsm: harden API library registration
Show description for fdaa9c5
chenzongyao200127
committed
fdaa9c5
View commit details
Copy full SHA for fdaa9c5
Browse repository at this point
You can’t perform that action at this time.