ended6월 11일· 1 sources

Kernel Redesigns AF_UNIX Garbage Collector to Plug Memory Leaks

AF_UNIX 소켓 메모리 누수 해결을 위한 커널 가비지 컬렉터 재설계

Why it matters

AF_UNIX garbage collector solves a fundamental kernel memory challenge: inter-process socket transfers can leave sockets unreachable yet still resident in memory, consuming resources. The recent complete rewrite using graph-based algorithms represents a major architectural shift, but the subsystem continues to harbor subtle bugs like Use-After-Free, making deep understanding essential for kernel developers seeking memory-efficient system design.

1
Sources
+0
24h
Growth
102d
Active
AF_UNIXGarbage CollectionkernelUse-After-Freesocket

Sources

Related Issues