Просмотр исходного кода

Update release notes — add CIFS and BTF/eBPF support

TheWildJames 1 месяц назад
Родитель
Сommit
8e40b91205
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .github/config/RELEASE_NOTES.md

+ 2 - 0
.github/config/RELEASE_NOTES.md

@@ -77,6 +77,7 @@ A lightweight, LXC-inspired container runtime for Android and Linux. Run full Li
 - CAKE, fq, fq_codel - Traffic shaping and fair queuing for reduced lag and balanced bandwidth
 - CAKE, fq, fq_codel - Traffic shaping and fair queuing for reduced lag and balanced bandwidth
 - connmark - Connection marking for packet classification
 - connmark - Connection marking for packet classification
 - TCP congestion control - CUBIC, BIC, Westwood, and HTCP for optimized performance across different network conditions
 - TCP congestion control - CUBIC, BIC, Westwood, and HTCP for optimized performance across different network conditions
+- CIFS - Network filesystem support (SMB/CIFS sharing)
 
 
 ## Other Features
 ## Other Features
 
 
@@ -91,6 +92,7 @@ Provide high-performance, low-latency synchronization primitives compatible with
 
 
 - Ptrace Leak Fix: For kernels < 5.16
 - Ptrace Leak Fix: For kernels < 5.16
 - Unicode Fix: Prevent path traversal and other detections using non-printable Unicode codepoints [Experimental]
 - Unicode Fix: Prevent path traversal and other detections using non-printable Unicode codepoints [Experimental]
+- BTF/eBPF Support: CONFIG_BTF, CONFIG_BPF_EVENTS, CONFIG_FUSE_BPF for debugging and eBPF tooling
 - TMPFS_XATTR: Extended attributes for tmpfs (Mountify support)
 - TMPFS_XATTR: Extended attributes for tmpfs (Mountify support)
 - TMPFS_POSIX_ACL: POSIX ACLs for tmpfs
 - TMPFS_POSIX_ACL: POSIX ACLs for tmpfs