自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
内核变更
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
以下内容简要介绍了从主线内核中分离出的内核分支的主要变化。
- 新增了 net/netfilter/xt_qtaguid*
- 从 xtables-addons 项目导入了 net/netfilter/xt_quota2.c,且随后对其进行了修改
- 修正了 net/netfilter/ip6_tables.c 的相关 bug
- 对 ip*t_REJECT.c 进行了修改
- 对 net/netfilter/xt_socket.c 进行了修改
关于内核配置的几条注释:
- xt_qtaguid 伪装成 xt_owner 并依赖于 xt_socket,而它本身则依赖于连接跟踪器。
- 从 Android 9 版本开始,我们将逐步取消对 xt_qtaguid 的支持。如需了解详情,请参阅 eBPF 流量监控。
- 连接跟踪器无法处理大型 SIP 数据包,因此必须停用。
- 经过修改的 xt_quota2 使用 NFLOG 支持来通知用户空间。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-26。
[null,null,["最后更新时间 (UTC):2025-03-26。"],[],[],null,["# Kernel changes\n\nThis is a summary of the main changes in the kernel that diverge from mainline.\n\n- added net/netfilter/xt_qtaguid\\*\n- imported then modified net/netfilter/xt_quota2.c from xtables-addons project\n- fixes in net/netfilter/ip6_tables.c\n- modified ip\\*t_REJECT.c\n- modified net/netfilter/xt_socket.c\n\nA few comments on the kernel configuration:\n\n- xt_qtaguid masquerades as xt_owner and relies on xt_socket and itself relies on the connection tracker.\n- Support for xt_qtaguid will be phased out starting in the Android 9 release. See [eBPF traffic monitoring](/docs/core/data/ebpf-traffic-monitor) for more information.\n- The connection tracker can't handle large SIP packets, it must be disabled.\n- The modified xt_quota2 uses the NFLOG support to notify userspace."]]