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 12018EDE988 for ; Thu, 14 Sep 2023 06:40:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235721AbjINGkd (ORCPT ); Thu, 14 Sep 2023 02:40:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235215AbjINGkb (ORCPT ); Thu, 14 Sep 2023 02:40:31 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 577F4CEB; Wed, 13 Sep 2023 23:40:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id DCB5CC433CC; Thu, 14 Sep 2023 06:40:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694673626; bh=+qKydTcjJI5TXTQAlhF/HRlc+eT1o/LHDckqKagvy8E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Yky4LknV/pWCXKtnvajD8lSeg6mcHFJ/WQSoGYKxDkT+VCvc6JrbJtlQ8ddXiR8SN BIlvXgH943tE6zwkALw+3qHAxcNOm2GMQAgg4ry0MCXDhcns3oqJFjd0tS2fil0epT v15U4nG+Eq/bDhbTh2t42ryq/aHKjcgpPN09Hm9rURLTv1JsJ/+AsZUn/zRyZ3lV1V dqNjP5CLHuVy7s5X2PEA2DTMZfNPbCI5AKjn8LCX1o4UEqJNTX240LvpcTNB6bPVuI +2q4o7d3ykMeEJyHVszbXBb1o8ys+aL8VyFV5cymJUj410r9h46DR2EmKKZZZ0Lz8c T5PDdHGx2zePA== 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 BA056E22AF5; Thu, 14 Sep 2023 06:40:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 0/2] vsock: handle writes to shutdowned socket From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169467362675.3965.13004245491744168784.git-patchwork-notify@kernel.org> Date: Thu, 14 Sep 2023 06:40:26 +0000 References: <20230911202027.1928574-1-avkrasnov@salutedevices.com> In-Reply-To: <20230911202027.1928574-1-avkrasnov@salutedevices.com> To: Arseniy Krasnov Cc: stefanha@redhat.com, sgarzare@redhat.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mst@redhat.com, jasowang@redhat.com, bobby.eshleman@bytedance.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@sberdevices.ru, oxffffaa@gmail.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Mon, 11 Sep 2023 23:20:25 +0300 you wrote: > Hello, > > this small patchset adds POSIX compliant behaviour on writes to the > socket which was shutdowned with 'shutdown()' (both sides - local with > SHUT_WR flag, peer - with SHUT_RD flag). According POSIX we must send > SIGPIPE in such cases (but SIGPIPE is not send when MSG_NOSIGNAL is set). > > [...] Here is the summary with links: - [net-next,v2,1/2] vsock: send SIGPIPE on write to shutdowned socket https://git.kernel.org/netdev/net-next/c/8ecf0cedc08a - [net-next,v2,2/2] test/vsock: shutdowned socket test https://git.kernel.org/netdev/net-next/c/b698bd97c571 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html