> Subject: [PATCH] net: ignore sock_from_file errors in __scm_install_fd
>
> The code had historically been ignoring these errors, and my recent
> refactoring
> changed that, which broke ssh in some setups.
>
> Fixes: 2618d530dd8b ("net/scm: cleanup scm_detach_fds")
> Reported-by: Ido Schimmel <[email protected]>
> Signed-off-by: Christoph Hellwig <[email protected]>Tested-by: Ioana Ciornei <[email protected]> Thanks, I was wondering why my ssh was not working anymore.
