菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-02
📄 Abstract - Machine Learning (ML) library in Linux kernel

Linux kernel is a huge code base with enormous number of subsystems and possible configuration options that results in unmanageable complexity of elaborating an efficient configuration. Machine Learning (ML) is approach/area of learning from data, finding patterns, and making predictions without implementing algorithms by developers that can introduce a self-evolving capability in Linux kernel. However, introduction of ML approaches in Linux kernel is not easy way because there is no direct use of floating-point operations (FPU) in kernel space and, potentially, ML models can be a reason of significant performance degradation in Linux kernel. Paper suggests the ML infrastructure architecture in Linux kernel that can solve the declared problem and introduce of employing ML models in kernel space. Suggested approach of kernel ML library has been implemented as Proof Of Concept (PoC) project with the goal to demonstrate feasibility of the suggestion and to design the interface of interaction the kernel-space ML model proxy and the ML model user-space thread.

顶级标签: systems machine learning model training
详细标签: linux kernel ml infrastructure kernel-space ml performance optimization proof of concept 或 搜索:

Linux内核中的机器学习库 / Machine Learning (ML) library in Linux kernel


1️⃣ 一句话总结

这篇论文提出并验证了一种在Linux内核中引入机器学习能力的创新架构,通过设计一个内核空间的ML库来克服内核禁止浮点运算等限制,使内核能够利用ML模型进行自我优化和预测,而不会导致性能严重下降。

源自 arXiv: 2603.02145