From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF2F73AD538 for ; Wed, 15 Apr 2026 14:40:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776264038; cv=none; b=hRbAYlF6mPGskUqyKVD8WBmSRgHKo9YcEZsjwNXYNyPHb+WR7hC5dS3Wosmrc3j682zFwfaN7SKmyOSIH1BKKF08nQQReO3ZqAiOW/3gxIrEDmlJZVjZXnT1a+kEz9WNBon2jNogOAFvPJZPlYc+9kerMeS1RPk5p+v/UKV+Q3s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776264038; c=relaxed/simple; bh=Z/W6W2WjNREDxe4Lymrof3Xk3U6rQAeZ/r5H8ojJIuM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=F+01QEbdgdJOBFdcMEViFREEDI1DtWHMrWIcDVz5yH0SDcha0mrKGJQwR6GFEhh6wS01DBF6lowLp5u2OT84CLwixf638Edr4JRpv6dBFk+eVqqaL3XEujzrYs5NPQiXDR1xHyLo6PmDYgjYKgas1yVmu3KYlGXXBDpOGEwKWJU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R4y7zSfA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="R4y7zSfA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAF42C19424; Wed, 15 Apr 2026 14:40:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776264038; bh=Z/W6W2WjNREDxe4Lymrof3Xk3U6rQAeZ/r5H8ojJIuM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=R4y7zSfAOgc/AUV5P6ABU07qLITy7a4hA519dhrJHoz5D6EFRMDPJc2Hd+vNDi4N+ bHd7l937bCbn7Q7k9oAanX6g160NHy6dIG9cevBfnRx7iwn54N9h6wWr8OpXFvXir/ BogxfVBk7SOqNixtXFwCxs0Crz8wyBRazqGEuIigm34C8PFqiu9a155Igu/UhheGTg BLWaEDnGtNXUAkVVg1fecTakUvw7DgZp8JyOVe4LX52AqqdPvjbQg0S3Fieu6w9d9P SOU0dgAZdCCOUQrkBwXiZHDtWhcm1TNdWkaUYUi2fbj23+awygrB41XOAQ/WVriqgv QR6RWug9AB7Hw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CE05380A960; Wed, 15 Apr 2026 14:40:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH iproute2] ss: force a flush in monitor mode From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177626400804.2265472.8517062303747493721.git-patchwork-notify@kernel.org> Date: Wed, 15 Apr 2026 14:40:08 +0000 References: <20260415130307.1016393-1-edumazet@google.com> In-Reply-To: <20260415130307.1016393-1-edumazet@google.com> To: Eric Dumazet Cc: dsahern@kernel.org, stephen@networkplumber.org, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, kuniyu@google.com, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This patch was applied to iproute2/iproute2.git (main) by Stephen Hemminger : On Wed, 15 Apr 2026 13:03:07 +0000 you wrote: > Call fflush() from generic_show_sock() in order to work > with pipes and redirects. > > After this patch, "ss -E &>log_file" works as expected. > > Signed-off-by: Eric Dumazet > > [...] Here is the summary with links: - [iproute2] ss: force a flush in monitor mode https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=4d82739fda71 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html