Linux 7.3 binfmt misc 允许 BPF 程序动态选择执行环境

2026年8月16日1 次浏览来源:Phoronix阅读原文

正文保留英文原文(机翻易破坏代码与排版),标题/摘要已提供中文

Linux内核的 binfmt misc 功能允许非本地文件/海关文件直接运行,例如Windows EXE文件由Wine处理或JAR文件由Java运行时处理.…

The Linux kernel's binfmt_misc functionality allows non-native/custom files to ne run directly such as for Windows EXE files to be handled by Wine or JAR files to be handled by the Java runtime.

For the upcoming Linux 7.3 merge window, the miscellaneous binary formats support is being extended so a binary type can be matched programmatically and the interpreter determined on a per-exec basis.

BPF programs can also then be attached to dynamically choosing an execution environment on a per-binary basis...

分享