From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CF0DC5479D for ; Mon, 9 Jan 2023 08:20:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236397AbjAIIUf (ORCPT ); Mon, 9 Jan 2023 03:20:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234366AbjAIIUR (ORCPT ); Mon, 9 Jan 2023 03:20:17 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 970F9E0F7; Mon, 9 Jan 2023 00:20:16 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2FBC260F52; Mon, 9 Jan 2023 08:20:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 82ECCC433D2; Mon, 9 Jan 2023 08:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673252415; bh=KTrfFgAv3+JXQu+1kgYfM9lEW/AMt691TEuwtpv29Mo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=o4pZVGI/MqugqFakVlRWuyHF5O12VCaybR+8eybr+aLinbjQ7+47ThX44bF9Y1rDq Emqn1DoWTFP1MaEWkP7tojt8cm9PVDCcXt+ljoL5deAT3w4B27kguWR0kco/DbgFZz qBJyHFfgX7b9pAsJ7s4/yKA9G6ooBp4BeQXFlDRAuovfsFwibrmMlfKad4t7Q2K48q fU0h0NseshNSZS79Wk3a8hDD8DDkNiprm5xgLON9mrt4XLmHSWFfg3RcK/IJUdEcKt yBjTEt+RsSn3bFRUJ+tKWHe1j9GEsGWs/aQIcu6Y+E2qOndF1ECLZDjVoqHzlIdzIh 4jYlxkNQKby4w== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 62C1EE4D005; Mon, 9 Jan 2023 08:20:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v4] af_unix: selftest: Fix the size of the parameter to connect() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167325241540.15932.15557684259360648731.git-patchwork-notify@kernel.org> Date: Mon, 09 Jan 2023 08:20:15 +0000 References: In-Reply-To: To: Mirsad Goran Todorovac Cc: kuba@kernel.org, mirsad.todorovac@alu.unizg.hr, kuniyu@amazon.com, davem@davemloft.net, edumazet@google.com, fw@strlen.de, kuniyu@amazon.co.jp, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com, shuah@kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Sat, 7 Jan 2023 04:40:20 +0100 (CET) you wrote: > From: Mirsad Goran Todorovac > > Adjust size parameter in connect() to match the type of the parameter, to > fix "No such file or directory" error in selftests/net/af_unix/ > test_oob_unix.c:127. > > The existing code happens to work provided that the autogenerated pathname > is shorter than sizeof (struct sockaddr), which is why it hasn't been > noticed earlier. > > [...] Here is the summary with links: - [net,v4] af_unix: selftest: Fix the size of the parameter to connect() https://git.kernel.org/netdev/net/c/7d6ceeb1875c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html