From: Paolo Abeni Date: Tue, 21 May 2024 11:42:16 +0000 (+0200) Subject: Merge branch 'af_unix-fix-gc-and-improve-selftest' X-Git-Tag: v6.10-rc5-pxa1908~215^2~13 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=580acf6cd807921bc0e9657c5aa02d2360bb5b63;p=linux.git Merge branch 'af_unix-fix-gc-and-improve-selftest' Michal Luczaj says: ==================== af_unix: Fix GC and improve selftest Series deals with AF_UNIX garbage collector mishandling some in-flight graph cycles. Embryos carrying OOB packets with SCM_RIGHTS cause issues. Patch 1/2 fixes the memory leak. Patch 2/2 tweaks the selftest for a better OOB coverage. v3: - Patch 1/2: correct the commit message (Kuniyuki) v2: https://lore.kernel.org/netdev/20240516145457.1206847-1-mhal@rbox.co/ - Patch 1/2: remove WARN_ON_ONCE() (Kuniyuki) - Combine both patches into a series (Kuniyuki) v1: https://lore.kernel.org/netdev/20240516103049.1132040-1-mhal@rbox.co/ ==================== Link: https://lore.kernel.org/r/20240517093138.1436323-1-mhal@rbox.co Signed-off-by: Paolo Abeni --- 580acf6cd807921bc0e9657c5aa02d2360bb5b63